Skip to content

Commit 086d95d

Browse files
committed
Fix up swift carthage example
1 parent 4bc1eae commit 086d95d

File tree

1 file changed

+19
-18
lines changed
  • Examples/swift/carthage/KeenClientExampleSwiftCarthage.xcodeproj

1 file changed

+19
-18
lines changed

Examples/swift/carthage/KeenClientExampleSwiftCarthage.xcodeproj/project.pbxproj

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
/* Begin PBXBuildFile section */
1010
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 */; };
1311
48C16EE41ED0E46100CFD269 /* FirstViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48C16EDC1ED0E46100CFD269 /* FirstViewController.swift */; };
1412
48C16EE51ED0E46100CFD269 /* SecondViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48C16EDD1ED0E46100CFD269 /* SecondViewController.swift */; };
1513
48C16EE61ED0E46100CFD269 /* ThirdViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48C16EDE1ED0E46100CFD269 /* ThirdViewController.swift */; };
1614
48C16EE71ED0E46100CFD269 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 48C16EDF1ED0E46100CFD269 /* Info.plist */; };
1715
48C16EE81ED0E46100CFD269 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 48C16EE01ED0E46100CFD269 /* Assets.xcassets */; };
1816
48C16EEA1ED0E53E00CFD269 /* KeenClient.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 48C16EE91ED0E53E00CFD269 /* KeenClient.framework */; };
1917
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 */; };
2020
/* End PBXBuildFile section */
2121

2222
/* Begin PBXCopyFilesBuildPhase section */
@@ -35,15 +35,15 @@
3535

3636
/* Begin PBXFileReference section */
3737
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; };
4644
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>"; };
4747
/* End PBXFileReference section */
4848

4949
/* Begin PBXFrameworksBuildPhase section */
@@ -78,9 +78,9 @@
7878
48C16EC01ED0E44600CFD269 /* KeenClientExampleSwiftCarthage */ = {
7979
isa = PBXGroup;
8080
children = (
81+
48F2AB171EE62FA40044BDD0 /* LaunchScreen.xib */,
82+
48F2AB191EE62FA40044BDD0 /* Main.storyboard */,
8183
48C16ED71ED0E46100CFD269 /* AppDelegate.swift */,
82-
48C16ED81ED0E46100CFD269 /* LaunchScreen.xib */,
83-
48C16EDA1ED0E46100CFD269 /* Main.storyboard */,
8484
48C16EDC1ED0E46100CFD269 /* FirstViewController.swift */,
8585
48C16EDD1ED0E46100CFD269 /* SecondViewController.swift */,
8686
48C16EDE1ED0E46100CFD269 /* ThirdViewController.swift */,
@@ -151,10 +151,10 @@
151151
isa = PBXResourcesBuildPhase;
152152
buildActionMask = 2147483647;
153153
files = (
154-
48C16EE21ED0E46100CFD269 /* LaunchScreen.xib in Resources */,
155-
48C16EE31ED0E46100CFD269 /* Main.storyboard in Resources */,
156154
48C16EE81ED0E46100CFD269 /* Assets.xcassets in Resources */,
155+
48F2AB1B1EE62FA40044BDD0 /* LaunchScreen.xib in Resources */,
157156
48C16EE71ED0E46100CFD269 /* Info.plist in Resources */,
157+
48F2AB1C1EE62FA40044BDD0 /* Main.storyboard in Resources */,
158158
);
159159
runOnlyForDeploymentPostprocessing = 0;
160160
};
@@ -175,18 +175,18 @@
175175
/* End PBXSourcesBuildPhase section */
176176

177177
/* Begin PBXVariantGroup section */
178-
48C16ED81ED0E46100CFD269 /* LaunchScreen.xib */ = {
178+
48F2AB171EE62FA40044BDD0 /* LaunchScreen.xib */ = {
179179
isa = PBXVariantGroup;
180180
children = (
181-
48C16ED91ED0E46100CFD269 /* Base */,
181+
48F2AB181EE62FA40044BDD0 /* Base */,
182182
);
183183
name = LaunchScreen.xib;
184184
sourceTree = "<group>";
185185
};
186-
48C16EDA1ED0E46100CFD269 /* Main.storyboard */ = {
186+
48F2AB191EE62FA40044BDD0 /* Main.storyboard */ = {
187187
isa = PBXVariantGroup;
188188
children = (
189-
48C16EDB1ED0E46100CFD269 /* Base */,
189+
48F2AB1A1EE62FA40044BDD0 /* Base */,
190190
);
191191
name = Main.storyboard;
192192
sourceTree = "<group>";
@@ -343,6 +343,7 @@
343343
48C16ED61ED0E44700CFD269 /* Release */,
344344
);
345345
defaultConfigurationIsVisible = 0;
346+
defaultConfigurationName = Release;
346347
};
347348
/* End XCConfigurationList section */
348349
};

0 commit comments

Comments
 (0)