|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 48C16EE11ED0E46100CFD269 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48C16ED71ED0E46100CFD269 /* AppDelegate.swift */; };
|
11 |
| - 48C16EE21ED0E46100CFD269 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 48C16ED81ED0E46100CFD269 /* LaunchScreen.xib */; }; |
12 |
| - 48C16EE31ED0E46100CFD269 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 48C16EDA1ED0E46100CFD269 /* Main.storyboard */; }; |
13 | 11 | 48C16EE41ED0E46100CFD269 /* FirstViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48C16EDC1ED0E46100CFD269 /* FirstViewController.swift */; };
|
14 | 12 | 48C16EE51ED0E46100CFD269 /* SecondViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48C16EDD1ED0E46100CFD269 /* SecondViewController.swift */; };
|
15 | 13 | 48C16EE61ED0E46100CFD269 /* ThirdViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48C16EDE1ED0E46100CFD269 /* ThirdViewController.swift */; };
|
16 | 14 | 48C16EE71ED0E46100CFD269 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 48C16EDF1ED0E46100CFD269 /* Info.plist */; };
|
17 | 15 | 48C16EE81ED0E46100CFD269 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 48C16EE01ED0E46100CFD269 /* Assets.xcassets */; };
|
18 | 16 | 48C16EEA1ED0E53E00CFD269 /* KeenClient.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 48C16EE91ED0E53E00CFD269 /* KeenClient.framework */; };
|
19 | 17 | 48C16EEB1ED0E53E00CFD269 /* KeenClient.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 48C16EE91ED0E53E00CFD269 /* KeenClient.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
| 18 | + 48F2AB1B1EE62FA40044BDD0 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 48F2AB171EE62FA40044BDD0 /* LaunchScreen.xib */; }; |
| 19 | + 48F2AB1C1EE62FA40044BDD0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 48F2AB191EE62FA40044BDD0 /* Main.storyboard */; }; |
20 | 20 | /* End PBXBuildFile section */
|
21 | 21 |
|
22 | 22 | /* Begin PBXCopyFilesBuildPhase section */
|
|
35 | 35 |
|
36 | 36 | /* Begin PBXFileReference section */
|
37 | 37 | 48C16EBE1ED0E44600CFD269 /* KeenClientExampleSwiftCarthage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KeenClientExampleSwiftCarthage.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
38 |
| - 48C16ED71ED0E46100CFD269 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = ../../common/AppDelegate.swift; sourceTree = "<group>"; }; |
39 |
| - 48C16ED91ED0E46100CFD269 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = ../../common/Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
40 |
| - 48C16EDB1ED0E46100CFD269 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = ../../common/Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
41 |
| - 48C16EDC1ED0E46100CFD269 /* FirstViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FirstViewController.swift; path = ../../common/FirstViewController.swift; sourceTree = "<group>"; }; |
42 |
| - 48C16EDD1ED0E46100CFD269 /* SecondViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SecondViewController.swift; path = ../../common/SecondViewController.swift; sourceTree = "<group>"; }; |
43 |
| - 48C16EDE1ED0E46100CFD269 /* ThirdViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ThirdViewController.swift; path = ../../common/ThirdViewController.swift; sourceTree = "<group>"; }; |
44 |
| - 48C16EDF1ED0E46100CFD269 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../../common/Info.plist; sourceTree = "<group>"; }; |
45 |
| - 48C16EE01ED0E46100CFD269 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = ../../common/Assets.xcassets; sourceTree = "<group>"; }; |
| 38 | + 48C16ED71ED0E46100CFD269 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = ../common/AppDelegate.swift; sourceTree = SOURCE_ROOT; }; |
| 39 | + 48C16EDC1ED0E46100CFD269 /* FirstViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FirstViewController.swift; path = ../common/FirstViewController.swift; sourceTree = SOURCE_ROOT; }; |
| 40 | + 48C16EDD1ED0E46100CFD269 /* SecondViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SecondViewController.swift; path = ../common/SecondViewController.swift; sourceTree = SOURCE_ROOT; }; |
| 41 | + 48C16EDE1ED0E46100CFD269 /* ThirdViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ThirdViewController.swift; path = ../common/ThirdViewController.swift; sourceTree = SOURCE_ROOT; }; |
| 42 | + 48C16EDF1ED0E46100CFD269 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../common/Info.plist; sourceTree = SOURCE_ROOT; }; |
| 43 | + 48C16EE01ED0E46100CFD269 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = ../common/Assets.xcassets; sourceTree = SOURCE_ROOT; }; |
46 | 44 | 48C16EE91ED0E53E00CFD269 /* KeenClient.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = KeenClient.framework; path = Carthage/Build/iOS/KeenClient.framework; sourceTree = "<group>"; };
|
| 45 | + 48F2AB181EE62FA40044BDD0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = ../../common/Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
| 46 | + 48F2AB1A1EE62FA40044BDD0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = ../../common/Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
47 | 47 | /* End PBXFileReference section */
|
48 | 48 |
|
49 | 49 | /* Begin PBXFrameworksBuildPhase section */
|
|
78 | 78 | 48C16EC01ED0E44600CFD269 /* KeenClientExampleSwiftCarthage */ = {
|
79 | 79 | isa = PBXGroup;
|
80 | 80 | children = (
|
| 81 | + 48F2AB171EE62FA40044BDD0 /* LaunchScreen.xib */, |
| 82 | + 48F2AB191EE62FA40044BDD0 /* Main.storyboard */, |
81 | 83 | 48C16ED71ED0E46100CFD269 /* AppDelegate.swift */,
|
82 |
| - 48C16ED81ED0E46100CFD269 /* LaunchScreen.xib */, |
83 |
| - 48C16EDA1ED0E46100CFD269 /* Main.storyboard */, |
84 | 84 | 48C16EDC1ED0E46100CFD269 /* FirstViewController.swift */,
|
85 | 85 | 48C16EDD1ED0E46100CFD269 /* SecondViewController.swift */,
|
86 | 86 | 48C16EDE1ED0E46100CFD269 /* ThirdViewController.swift */,
|
|
151 | 151 | isa = PBXResourcesBuildPhase;
|
152 | 152 | buildActionMask = 2147483647;
|
153 | 153 | files = (
|
154 |
| - 48C16EE21ED0E46100CFD269 /* LaunchScreen.xib in Resources */, |
155 |
| - 48C16EE31ED0E46100CFD269 /* Main.storyboard in Resources */, |
156 | 154 | 48C16EE81ED0E46100CFD269 /* Assets.xcassets in Resources */,
|
| 155 | + 48F2AB1B1EE62FA40044BDD0 /* LaunchScreen.xib in Resources */, |
157 | 156 | 48C16EE71ED0E46100CFD269 /* Info.plist in Resources */,
|
| 157 | + 48F2AB1C1EE62FA40044BDD0 /* Main.storyboard in Resources */, |
158 | 158 | );
|
159 | 159 | runOnlyForDeploymentPostprocessing = 0;
|
160 | 160 | };
|
|
175 | 175 | /* End PBXSourcesBuildPhase section */
|
176 | 176 |
|
177 | 177 | /* Begin PBXVariantGroup section */
|
178 |
| - 48C16ED81ED0E46100CFD269 /* LaunchScreen.xib */ = { |
| 178 | + 48F2AB171EE62FA40044BDD0 /* LaunchScreen.xib */ = { |
179 | 179 | isa = PBXVariantGroup;
|
180 | 180 | children = (
|
181 |
| - 48C16ED91ED0E46100CFD269 /* Base */, |
| 181 | + 48F2AB181EE62FA40044BDD0 /* Base */, |
182 | 182 | );
|
183 | 183 | name = LaunchScreen.xib;
|
184 | 184 | sourceTree = "<group>";
|
185 | 185 | };
|
186 |
| - 48C16EDA1ED0E46100CFD269 /* Main.storyboard */ = { |
| 186 | + 48F2AB191EE62FA40044BDD0 /* Main.storyboard */ = { |
187 | 187 | isa = PBXVariantGroup;
|
188 | 188 | children = (
|
189 |
| - 48C16EDB1ED0E46100CFD269 /* Base */, |
| 189 | + 48F2AB1A1EE62FA40044BDD0 /* Base */, |
190 | 190 | );
|
191 | 191 | name = Main.storyboard;
|
192 | 192 | sourceTree = "<group>";
|
|
343 | 343 | 48C16ED61ED0E44700CFD269 /* Release */,
|
344 | 344 | );
|
345 | 345 | defaultConfigurationIsVisible = 0;
|
| 346 | + defaultConfigurationName = Release; |
346 | 347 | };
|
347 | 348 | /* End XCConfigurationList section */
|
348 | 349 | };
|
|
0 commit comments