Skip to content

Commit

Permalink
initial push
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Drees committed Jul 13, 2020
1 parent 589c5fd commit a3a610b
Show file tree
Hide file tree
Showing 36 changed files with 1,038 additions and 145 deletions.
78 changes: 66 additions & 12 deletions BuisnessWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,43 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 52;
objects = {

/* Begin PBXBuildFile section */
12E3561824BC36D500D806AA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12E3561724BC36D500D806AA /* AppDelegate.swift */; };
12E3561A24BC36D500D806AA /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12E3561924BC36D500D806AA /* SceneDelegate.swift */; };
12E3561C24BC36D500D806AA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12E3561B24BC36D500D806AA /* ViewController.swift */; };
12E3561C24BC36D500D806AA /* StartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12E3561B24BC36D500D806AA /* StartView.swift */; };
12E3561F24BC36D500D806AA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 12E3561D24BC36D500D806AA /* Main.storyboard */; };
12E3562124BC36D600D806AA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 12E3562024BC36D600D806AA /* Assets.xcassets */; };
12E3562424BC36D600D806AA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 12E3562224BC36D600D806AA /* LaunchScreen.storyboard */; };
12E3562E24BC469200D806AA /* IQKeyboardManagerSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 12E3562D24BC469200D806AA /* IQKeyboardManagerSwift */; };
12E3562F24BC5CFA00D806AA /* StoreCard.pkpass in Resources */ = {isa = PBXBuildFile; fileRef = 12E3562B24BC446A00D806AA /* StoreCard.pkpass */; };
12E3563124BC62F200D806AA /* Cells.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12E3563024BC62F200D806AA /* Cells.swift */; };
12E3563324BC666D00D806AA /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12E3563224BC666D00D806AA /* Extensions.swift */; };
12E3563924BCCD0900D806AA /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 12E3563B24BCCD0900D806AA /* Localizable.strings */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
12E3561424BC36D500D806AA /* BuisnessWallet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BuisnessWallet.app; sourceTree = BUILT_PRODUCTS_DIR; };
12E3561724BC36D500D806AA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
12E3561924BC36D500D806AA /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
12E3561B24BC36D500D806AA /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
12E3561B24BC36D500D806AA /* StartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StartView.swift; sourceTree = "<group>"; };
12E3561E24BC36D500D806AA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
12E3562024BC36D600D806AA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
12E3562324BC36D600D806AA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
12E3562524BC36D600D806AA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
12E3562B24BC446A00D806AA /* StoreCard.pkpass */ = {isa = PBXFileReference; lastKnownFileType = file; path = StoreCard.pkpass; sourceTree = "<group>"; };
12E3563024BC62F200D806AA /* Cells.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cells.swift; sourceTree = "<group>"; };
12E3563224BC666D00D806AA /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
12E3563A24BCCD0900D806AA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
12E3563C24BCCD2800D806AA /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
12E3561124BC36D500D806AA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
12E3562E24BC469200D806AA /* IQKeyboardManagerSwift in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -56,12 +65,15 @@
12E3561624BC36D500D806AA /* BuisnessWallet */ = {
isa = PBXGroup;
children = (
12E3563024BC62F200D806AA /* Cells.swift */,
12E3561B24BC36D500D806AA /* StartView.swift */,
12E3563224BC666D00D806AA /* Extensions.swift */,
12E3561724BC36D500D806AA /* AppDelegate.swift */,
12E3561924BC36D500D806AA /* SceneDelegate.swift */,
12E3561B24BC36D500D806AA /* ViewController.swift */,
12E3562224BC36D600D806AA /* LaunchScreen.storyboard */,
12E3561D24BC36D500D806AA /* Main.storyboard */,
12E3562024BC36D600D806AA /* Assets.xcassets */,
12E3562224BC36D600D806AA /* LaunchScreen.storyboard */,
12E3562B24BC446A00D806AA /* StoreCard.pkpass */,
12E3563B24BCCD0900D806AA /* Localizable.strings */,
12E3562524BC36D600D806AA /* Info.plist */,
);
path = BuisnessWallet;
Expand All @@ -83,6 +95,9 @@
dependencies = (
);
name = BuisnessWallet;
packageProductDependencies = (
12E3562D24BC469200D806AA /* IQKeyboardManagerSwift */,
);
productName = BuisnessWallet;
productReference = 12E3561424BC36D500D806AA /* BuisnessWallet.app */;
productType = "com.apple.product-type.application";
Expand All @@ -108,8 +123,12 @@
knownRegions = (
en,
Base,
de,
);
mainGroup = 12E3560B24BC36D500D806AA;
packageReferences = (
12E3562C24BC469200D806AA /* XCRemoteSwiftPackageReference "IQKeyboardManager" */,
);
productRefGroup = 12E3561524BC36D500D806AA /* Products */;
projectDirPath = "";
projectRoot = "";
Expand All @@ -127,6 +146,8 @@
12E3562424BC36D600D806AA /* LaunchScreen.storyboard in Resources */,
12E3562124BC36D600D806AA /* Assets.xcassets in Resources */,
12E3561F24BC36D500D806AA /* Main.storyboard in Resources */,
12E3563924BCCD0900D806AA /* Localizable.strings in Resources */,
12E3562F24BC5CFA00D806AA /* StoreCard.pkpass in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -137,9 +158,10 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
12E3561C24BC36D500D806AA /* ViewController.swift in Sources */,
12E3561C24BC36D500D806AA /* StartView.swift in Sources */,
12E3563124BC62F200D806AA /* Cells.swift in Sources */,
12E3561824BC36D500D806AA /* AppDelegate.swift in Sources */,
12E3561A24BC36D500D806AA /* SceneDelegate.swift in Sources */,
12E3563324BC666D00D806AA /* Extensions.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -162,13 +184,23 @@
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
12E3563B24BCCD0900D806AA /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
12E3563A24BCCD0900D806AA /* en */,
12E3563C24BCCD2800D806AA /* de */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
12E3562624BC36D600D806AA /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
Expand Down Expand Up @@ -230,6 +262,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
Expand Down Expand Up @@ -293,10 +326,11 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = eu.deltasiege.BuisnessWallet;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
Expand All @@ -312,10 +346,11 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = eu.deltasiege.BuisnessWallet;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
Expand All @@ -341,6 +376,25 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
12E3562C24BC469200D806AA /* XCRemoteSwiftPackageReference "IQKeyboardManager" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/hackiftekhar/IQKeyboardManager.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.5.5;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
12E3562D24BC469200D806AA /* IQKeyboardManagerSwift */ = {
isa = XCSwiftPackageProductDependency;
package = 12E3562C24BC469200D806AA /* XCRemoteSwiftPackageReference "IQKeyboardManager" */;
productName = IQKeyboardManagerSwift;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 12E3560C24BC36D500D806AA /* Project object */;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "IQKeyboardManagerSwift",
"repositoryURL": "https://github.com/hackiftekhar/IQKeyboardManager.git",
"state": {
"branch": null,
"revision": "b0f0a127cca6bb39378447baa2afff74123abd09",
"version": "6.5.5"
}
}
]
},
"version": 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1200"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "12E3561324BC36D500D806AA"
BuildableName = "BuisnessWallet.app"
BlueprintName = "BuisnessWallet"
ReferencedContainer = "container:BuisnessWallet.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = "de"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
enableGPUFrameCaptureMode = "3"
enableGPUValidationMode = "1"
allowLocationSimulation = "NO"
showNonLocalizedStrings = "YES"
GPUProfilerEnabled = "No">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "12E3561324BC36D500D806AA"
BuildableName = "BuisnessWallet.app"
BlueprintName = "BuisnessWallet"
ReferencedContainer = "container:BuisnessWallet.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "12E3561324BC36D500D806AA"
BuildableName = "BuisnessWallet.app"
BlueprintName = "BuisnessWallet"
ReferencedContainer = "container:BuisnessWallet.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "28194EFE-1D4E-4E12-9DAC-AA8FBF2A9571"
type = "1"
version = "2.0">
</Bucket>
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,38 @@
<dict>
<key>BuisnessWallet.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
<key>CryptoSwift (Playground) 1.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>2</integer>
</dict>
<key>CryptoSwift (Playground) 2.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>3</integer>
</dict>
<key>CryptoSwift (Playground).xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>12E3561324BC36D500D806AA</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Loading

0 comments on commit a3a610b

Please sign in to comment.