|
11 | 11 | 881EF0AD1E3102E30035DEB4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 881EF0AB1E3102E30035DEB4 /* Main.storyboard */; }; |
12 | 12 | 881EF0AF1E3102E30035DEB4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 881EF0AE1E3102E30035DEB4 /* Assets.xcassets */; }; |
13 | 13 | 881EF0B21E3102E30035DEB4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 881EF0B01E3102E30035DEB4 /* LaunchScreen.storyboard */; }; |
14 | | - 881EF0BD1E31037D0035DEB4 /* FirstViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 881EF0B91E31037D0035DEB4 /* FirstViewController.swift */; }; |
| 14 | + 881EF0BD1E31037D0035DEB4 /* KittyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 881EF0B91E31037D0035DEB4 /* KittyViewController.swift */; }; |
15 | 15 | 881EF0BE1E31037D0035DEB4 /* HostViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 881EF0BA1E31037D0035DEB4 /* HostViewController.swift */; }; |
16 | 16 | 881EF0BF1E31037D0035DEB4 /* NavigationMenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 881EF0BB1E31037D0035DEB4 /* NavigationMenuViewController.swift */; }; |
17 | | - 881EF0C01E31037D0035DEB4 /* SecondViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 881EF0BC1E31037D0035DEB4 /* SecondViewController.swift */; }; |
| 17 | + 9A15C5481EDD62BC00C4FD75 /* InteractiveSideMenu.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 881EF0C71E31049C0035DEB4 /* InteractiveSideMenu.framework */; }; |
| 18 | + 9A15C5491EDD62BC00C4FD75 /* InteractiveSideMenu.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 881EF0C71E31049C0035DEB4 /* InteractiveSideMenu.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
| 19 | + 9A6755031EA8E30C00F0C71D /* TabBarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A6755021EA8E30C00F0C71D /* TabBarViewController.swift */; }; |
18 | 20 | /* End PBXBuildFile section */ |
19 | 21 |
|
20 | 22 | /* Begin PBXContainerItemProxy section */ |
|
32 | 34 | remoteGlobalIDString = 881EF0821E30FFE40035DEB4; |
33 | 35 | remoteInfo = InteractiveSideMenu; |
34 | 36 | }; |
| 37 | + 9A15C54A1EDD62BC00C4FD75 /* PBXContainerItemProxy */ = { |
| 38 | + isa = PBXContainerItemProxy; |
| 39 | + containerPortal = 881EF0C21E31049C0035DEB4 /* InteractiveSideMenu.xcodeproj */; |
| 40 | + proxyType = 1; |
| 41 | + remoteGlobalIDString = 881EF0821E30FFE40035DEB4; |
| 42 | + remoteInfo = InteractiveSideMenu; |
| 43 | + }; |
35 | 44 | /* End PBXContainerItemProxy section */ |
36 | 45 |
|
| 46 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 47 | + 9A15C54C1EDD62BC00C4FD75 /* Embed Frameworks */ = { |
| 48 | + isa = PBXCopyFilesBuildPhase; |
| 49 | + buildActionMask = 2147483647; |
| 50 | + dstPath = ""; |
| 51 | + dstSubfolderSpec = 10; |
| 52 | + files = ( |
| 53 | + 9A15C5491EDD62BC00C4FD75 /* InteractiveSideMenu.framework in Embed Frameworks */, |
| 54 | + ); |
| 55 | + name = "Embed Frameworks"; |
| 56 | + runOnlyForDeploymentPostprocessing = 0; |
| 57 | + }; |
| 58 | +/* End PBXCopyFilesBuildPhase section */ |
| 59 | + |
37 | 60 | /* Begin PBXFileReference section */ |
38 | 61 | 881EF0A41E3102E30035DEB4 /* Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
39 | 62 | 881EF0A71E3102E30035DEB4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
40 | 63 | 881EF0AC1E3102E30035DEB4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
41 | 64 | 881EF0AE1E3102E30035DEB4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
42 | 65 | 881EF0B11E3102E30035DEB4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
43 | 66 | 881EF0B31E3102E30035DEB4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
44 | | - 881EF0B91E31037D0035DEB4 /* FirstViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirstViewController.swift; sourceTree = "<group>"; }; |
| 67 | + 881EF0B91E31037D0035DEB4 /* KittyViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KittyViewController.swift; sourceTree = "<group>"; }; |
45 | 68 | 881EF0BA1E31037D0035DEB4 /* HostViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = HostViewController.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
46 | 69 | 881EF0BB1E31037D0035DEB4 /* NavigationMenuViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NavigationMenuViewController.swift; sourceTree = "<group>"; }; |
47 | | - 881EF0BC1E31037D0035DEB4 /* SecondViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SecondViewController.swift; sourceTree = "<group>"; }; |
48 | 70 | 881EF0C21E31049C0035DEB4 /* InteractiveSideMenu.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = InteractiveSideMenu.xcodeproj; path = ../InteractiveSideMenu.xcodeproj; sourceTree = "<group>"; }; |
| 71 | + 9A6755021EA8E30C00F0C71D /* TabBarViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TabBarViewController.swift; sourceTree = "<group>"; }; |
49 | 72 | /* End PBXFileReference section */ |
50 | 73 |
|
51 | 74 | /* Begin PBXFrameworksBuildPhase section */ |
52 | 75 | 881EF0A11E3102E30035DEB4 /* Frameworks */ = { |
53 | 76 | isa = PBXFrameworksBuildPhase; |
54 | 77 | buildActionMask = 2147483647; |
55 | 78 | files = ( |
| 79 | + 9A15C5481EDD62BC00C4FD75 /* InteractiveSideMenu.framework in Frameworks */, |
56 | 80 | ); |
57 | 81 | runOnlyForDeploymentPostprocessing = 0; |
58 | 82 | }; |
|
94 | 118 | 881EF0C11E3103A80035DEB4 /* MenuContentScreens */ = { |
95 | 119 | isa = PBXGroup; |
96 | 120 | children = ( |
97 | | - 881EF0B91E31037D0035DEB4 /* FirstViewController.swift */, |
98 | | - 881EF0BC1E31037D0035DEB4 /* SecondViewController.swift */, |
| 121 | + 881EF0B91E31037D0035DEB4 /* KittyViewController.swift */, |
| 122 | + 9A6755021EA8E30C00F0C71D /* TabBarViewController.swift */, |
99 | 123 | ); |
100 | 124 | name = MenuContentScreens; |
101 | 125 | sourceTree = "<group>"; |
|
118 | 142 | 881EF0A01E3102E30035DEB4 /* Sources */, |
119 | 143 | 881EF0A11E3102E30035DEB4 /* Frameworks */, |
120 | 144 | 881EF0A21E3102E30035DEB4 /* Resources */, |
| 145 | + 9A15C54C1EDD62BC00C4FD75 /* Embed Frameworks */, |
121 | 146 | ); |
122 | 147 | buildRules = ( |
123 | 148 | ); |
124 | 149 | dependencies = ( |
125 | 150 | 881EF0C91E3104AD0035DEB4 /* PBXTargetDependency */, |
| 151 | + 9A15C54B1EDD62BC00C4FD75 /* PBXTargetDependency */, |
126 | 152 | ); |
127 | 153 | name = Sample; |
128 | 154 | productName = Sample; |
|
197 | 223 | isa = PBXSourcesBuildPhase; |
198 | 224 | buildActionMask = 2147483647; |
199 | 225 | files = ( |
200 | | - 881EF0C01E31037D0035DEB4 /* SecondViewController.swift in Sources */, |
201 | | - 881EF0BD1E31037D0035DEB4 /* FirstViewController.swift in Sources */, |
| 226 | + 881EF0BD1E31037D0035DEB4 /* KittyViewController.swift in Sources */, |
202 | 227 | 881EF0BE1E31037D0035DEB4 /* HostViewController.swift in Sources */, |
203 | 228 | 881EF0BF1E31037D0035DEB4 /* NavigationMenuViewController.swift in Sources */, |
| 229 | + 9A6755031EA8E30C00F0C71D /* TabBarViewController.swift in Sources */, |
204 | 230 | 881EF0A81E3102E30035DEB4 /* AppDelegate.swift in Sources */, |
205 | 231 | ); |
206 | 232 | runOnlyForDeploymentPostprocessing = 0; |
|
213 | 239 | name = InteractiveSideMenu; |
214 | 240 | targetProxy = 881EF0C81E3104AD0035DEB4 /* PBXContainerItemProxy */; |
215 | 241 | }; |
| 242 | + 9A15C54B1EDD62BC00C4FD75 /* PBXTargetDependency */ = { |
| 243 | + isa = PBXTargetDependency; |
| 244 | + name = InteractiveSideMenu; |
| 245 | + targetProxy = 9A15C54A1EDD62BC00C4FD75 /* PBXContainerItemProxy */; |
| 246 | + }; |
216 | 247 | /* End PBXTargetDependency section */ |
217 | 248 |
|
218 | 249 | /* Begin PBXVariantGroup section */ |
|
329 | 360 | 881EF0B71E3102E30035DEB4 /* Debug */ = { |
330 | 361 | isa = XCBuildConfiguration; |
331 | 362 | buildSettings = { |
| 363 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
332 | 364 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
333 | 365 | INFOPLIST_FILE = Sample/Info.plist; |
| 366 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
334 | 367 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
335 | 368 | PRODUCT_BUNDLE_IDENTIFIER = is.handsome.Sample; |
336 | 369 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
341 | 374 | 881EF0B81E3102E30035DEB4 /* Release */ = { |
342 | 375 | isa = XCBuildConfiguration; |
343 | 376 | buildSettings = { |
| 377 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
344 | 378 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
345 | 379 | INFOPLIST_FILE = Sample/Info.plist; |
| 380 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
346 | 381 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
347 | 382 | PRODUCT_BUNDLE_IDENTIFIER = is.handsome.Sample; |
348 | 383 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments