|
18 | 18 | 6A555EA21BDCA58700FC36E6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6A555EA11BDCA58700FC36E6 /* Assets.xcassets */; };
|
19 | 19 | 6A555EA51BDCA58700FC36E6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6A555EA31BDCA58700FC36E6 /* LaunchScreen.storyboard */; };
|
20 | 20 | 6A555EBC1BDE1DF800FC36E6 /* gif.gif in Resources */ = {isa = PBXBuildFile; fileRef = 6A555EBB1BDE1DF800FC36E6 /* gif.gif */; };
|
| 21 | + 6A9104151D53A8740009451B /* TKSwitcherCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A9104141D53A8740009451B /* TKSwitcherCollection.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 22 | + 6A91041A1D53A8900009451B /* TKExchangeSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A3D16EE1BE99A020018C0C4 /* TKExchangeSwitch.swift */; }; |
| 23 | + 6A91041B1D53A8900009451B /* TKLiquidSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A3D16EF1BE99A020018C0C4 /* TKLiquidSwitch.swift */; }; |
| 24 | + 6A91041C1D53A8900009451B /* TKBaseSwitcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A3D16F01BE99A020018C0C4 /* TKBaseSwitcher.swift */; }; |
| 25 | + 6A91041D1D53A8900009451B /* TKSimpleSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A3D16F11BE99A020018C0C4 /* TKSimpleSwitch.swift */; }; |
| 26 | + 6A91041E1D53A8900009451B /* TKSmileSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A3D16F21BE99A020018C0C4 /* TKSmileSwitch.swift */; }; |
21 | 27 | /* End PBXBuildFile section */
|
22 | 28 |
|
23 | 29 | /* Begin PBXFileReference section */
|
|
34 | 40 | 6A555EA41BDCA58700FC36E6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
35 | 41 | 6A555EA61BDCA58700FC36E6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
36 | 42 | 6A555EBB1BDE1DF800FC36E6 /* gif.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = gif.gif; sourceTree = "<group>"; };
|
| 43 | + 6A9104121D53A8740009451B /* TKSwitcherCollection.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TKSwitcherCollection.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 44 | + 6A9104141D53A8740009451B /* TKSwitcherCollection.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TKSwitcherCollection.h; sourceTree = "<group>"; }; |
| 45 | + 6A9104161D53A8740009451B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
37 | 46 | /* End PBXFileReference section */
|
38 | 47 |
|
39 | 48 | /* Begin PBXFrameworksBuildPhase section */
|
|
44 | 53 | );
|
45 | 54 | runOnlyForDeploymentPostprocessing = 0;
|
46 | 55 | };
|
| 56 | + 6A91040E1D53A8740009451B /* Frameworks */ = { |
| 57 | + isa = PBXFrameworksBuildPhase; |
| 58 | + buildActionMask = 2147483647; |
| 59 | + files = ( |
| 60 | + ); |
| 61 | + runOnlyForDeploymentPostprocessing = 0; |
| 62 | + }; |
47 | 63 | /* End PBXFrameworksBuildPhase section */
|
48 | 64 |
|
49 | 65 | /* Begin PBXGroup section */
|
|
63 | 79 | isa = PBXGroup;
|
64 | 80 | children = (
|
65 | 81 | 6A555E991BDCA58700FC36E6 /* SwitcherCollection */,
|
| 82 | + 6A9104131D53A8740009451B /* TKSwitcherCollection */, |
66 | 83 | 6A555E981BDCA58700FC36E6 /* Products */,
|
67 | 84 | );
|
68 | 85 | sourceTree = "<group>";
|
|
71 | 88 | isa = PBXGroup;
|
72 | 89 | children = (
|
73 | 90 | 6A555E971BDCA58700FC36E6 /* SwitcherCollection.app */,
|
| 91 | + 6A9104121D53A8740009451B /* TKSwitcherCollection.framework */, |
74 | 92 | );
|
75 | 93 | name = Products;
|
76 | 94 | sourceTree = "<group>";
|
|
90 | 108 | path = SwitcherCollection;
|
91 | 109 | sourceTree = "<group>";
|
92 | 110 | };
|
| 111 | + 6A9104131D53A8740009451B /* TKSwitcherCollection */ = { |
| 112 | + isa = PBXGroup; |
| 113 | + children = ( |
| 114 | + 6A9104141D53A8740009451B /* TKSwitcherCollection.h */, |
| 115 | + 6A9104161D53A8740009451B /* Info.plist */, |
| 116 | + ); |
| 117 | + path = TKSwitcherCollection; |
| 118 | + sourceTree = "<group>"; |
| 119 | + }; |
93 | 120 | /* End PBXGroup section */
|
94 | 121 |
|
| 122 | +/* Begin PBXHeadersBuildPhase section */ |
| 123 | + 6A91040F1D53A8740009451B /* Headers */ = { |
| 124 | + isa = PBXHeadersBuildPhase; |
| 125 | + buildActionMask = 2147483647; |
| 126 | + files = ( |
| 127 | + 6A9104151D53A8740009451B /* TKSwitcherCollection.h in Headers */, |
| 128 | + ); |
| 129 | + runOnlyForDeploymentPostprocessing = 0; |
| 130 | + }; |
| 131 | +/* End PBXHeadersBuildPhase section */ |
| 132 | + |
95 | 133 | /* Begin PBXNativeTarget section */
|
96 | 134 | 6A555E961BDCA58700FC36E6 /* SwitcherCollection */ = {
|
97 | 135 | isa = PBXNativeTarget;
|
|
110 | 148 | productReference = 6A555E971BDCA58700FC36E6 /* SwitcherCollection.app */;
|
111 | 149 | productType = "com.apple.product-type.application";
|
112 | 150 | };
|
| 151 | + 6A9104111D53A8740009451B /* TKSwitcherCollection */ = { |
| 152 | + isa = PBXNativeTarget; |
| 153 | + buildConfigurationList = 6A9104191D53A8740009451B /* Build configuration list for PBXNativeTarget "TKSwitcherCollection" */; |
| 154 | + buildPhases = ( |
| 155 | + 6A91040D1D53A8740009451B /* Sources */, |
| 156 | + 6A91040E1D53A8740009451B /* Frameworks */, |
| 157 | + 6A91040F1D53A8740009451B /* Headers */, |
| 158 | + 6A9104101D53A8740009451B /* Resources */, |
| 159 | + ); |
| 160 | + buildRules = ( |
| 161 | + ); |
| 162 | + dependencies = ( |
| 163 | + ); |
| 164 | + name = TKSwitcherCollection; |
| 165 | + productName = TKSwitcherCollection; |
| 166 | + productReference = 6A9104121D53A8740009451B /* TKSwitcherCollection.framework */; |
| 167 | + productType = "com.apple.product-type.framework"; |
| 168 | + }; |
113 | 169 | /* End PBXNativeTarget section */
|
114 | 170 |
|
115 | 171 | /* Begin PBXProject section */
|
|
124 | 180 | 6A555E961BDCA58700FC36E6 = {
|
125 | 181 | CreatedOnToolsVersion = 7.1;
|
126 | 182 | };
|
| 183 | + 6A9104111D53A8740009451B = { |
| 184 | + CreatedOnToolsVersion = 7.3.1; |
| 185 | + }; |
127 | 186 | };
|
128 | 187 | };
|
129 | 188 | buildConfigurationList = 6A555E921BDCA58700FC36E6 /* Build configuration list for PBXProject "SwitcherCollection" */;
|
|
140 | 199 | projectRoot = "";
|
141 | 200 | targets = (
|
142 | 201 | 6A555E961BDCA58700FC36E6 /* SwitcherCollection */,
|
| 202 | + 6A9104111D53A8740009451B /* TKSwitcherCollection */, |
143 | 203 | );
|
144 | 204 | };
|
145 | 205 | /* End PBXProject section */
|
|
156 | 216 | );
|
157 | 217 | runOnlyForDeploymentPostprocessing = 0;
|
158 | 218 | };
|
| 219 | + 6A9104101D53A8740009451B /* Resources */ = { |
| 220 | + isa = PBXResourcesBuildPhase; |
| 221 | + buildActionMask = 2147483647; |
| 222 | + files = ( |
| 223 | + ); |
| 224 | + runOnlyForDeploymentPostprocessing = 0; |
| 225 | + }; |
159 | 226 | /* End PBXResourcesBuildPhase section */
|
160 | 227 |
|
161 | 228 | /* Begin PBXSourcesBuildPhase section */
|
|
173 | 240 | );
|
174 | 241 | runOnlyForDeploymentPostprocessing = 0;
|
175 | 242 | };
|
| 243 | + 6A91040D1D53A8740009451B /* Sources */ = { |
| 244 | + isa = PBXSourcesBuildPhase; |
| 245 | + buildActionMask = 2147483647; |
| 246 | + files = ( |
| 247 | + 6A91041A1D53A8900009451B /* TKExchangeSwitch.swift in Sources */, |
| 248 | + 6A91041B1D53A8900009451B /* TKLiquidSwitch.swift in Sources */, |
| 249 | + 6A91041C1D53A8900009451B /* TKBaseSwitcher.swift in Sources */, |
| 250 | + 6A91041D1D53A8900009451B /* TKSimpleSwitch.swift in Sources */, |
| 251 | + 6A91041E1D53A8900009451B /* TKSmileSwitch.swift in Sources */, |
| 252 | + ); |
| 253 | + runOnlyForDeploymentPostprocessing = 0; |
| 254 | + }; |
176 | 255 | /* End PBXSourcesBuildPhase section */
|
177 | 256 |
|
178 | 257 | /* Begin PBXVariantGroup section */
|
|
298 | 377 | };
|
299 | 378 | name = Release;
|
300 | 379 | };
|
| 380 | + 6A9104171D53A8740009451B /* Debug */ = { |
| 381 | + isa = XCBuildConfiguration; |
| 382 | + buildSettings = { |
| 383 | + CLANG_ANALYZER_NONNULL = YES; |
| 384 | + CURRENT_PROJECT_VERSION = 1; |
| 385 | + DEFINES_MODULE = YES; |
| 386 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 387 | + DYLIB_CURRENT_VERSION = 1; |
| 388 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 389 | + INFOPLIST_FILE = TKSwitcherCollection/Info.plist; |
| 390 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 391 | + IPHONEOS_DEPLOYMENT_TARGET = 9.3; |
| 392 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 393 | + PRODUCT_BUNDLE_IDENTIFIER = TBXark.TKSwitcherCollection; |
| 394 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 395 | + SKIP_INSTALL = YES; |
| 396 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 397 | + VERSIONING_SYSTEM = "apple-generic"; |
| 398 | + VERSION_INFO_PREFIX = ""; |
| 399 | + }; |
| 400 | + name = Debug; |
| 401 | + }; |
| 402 | + 6A9104181D53A8740009451B /* Release */ = { |
| 403 | + isa = XCBuildConfiguration; |
| 404 | + buildSettings = { |
| 405 | + CLANG_ANALYZER_NONNULL = YES; |
| 406 | + CURRENT_PROJECT_VERSION = 1; |
| 407 | + DEFINES_MODULE = YES; |
| 408 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 409 | + DYLIB_CURRENT_VERSION = 1; |
| 410 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 411 | + INFOPLIST_FILE = TKSwitcherCollection/Info.plist; |
| 412 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 413 | + IPHONEOS_DEPLOYMENT_TARGET = 9.3; |
| 414 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 415 | + PRODUCT_BUNDLE_IDENTIFIER = TBXark.TKSwitcherCollection; |
| 416 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 417 | + SKIP_INSTALL = YES; |
| 418 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 419 | + VERSIONING_SYSTEM = "apple-generic"; |
| 420 | + VERSION_INFO_PREFIX = ""; |
| 421 | + }; |
| 422 | + name = Release; |
| 423 | + }; |
301 | 424 | /* End XCBuildConfiguration section */
|
302 | 425 |
|
303 | 426 | /* Begin XCConfigurationList section */
|
|
319 | 442 | defaultConfigurationIsVisible = 0;
|
320 | 443 | defaultConfigurationName = Release;
|
321 | 444 | };
|
| 445 | + 6A9104191D53A8740009451B /* Build configuration list for PBXNativeTarget "TKSwitcherCollection" */ = { |
| 446 | + isa = XCConfigurationList; |
| 447 | + buildConfigurations = ( |
| 448 | + 6A9104171D53A8740009451B /* Debug */, |
| 449 | + 6A9104181D53A8740009451B /* Release */, |
| 450 | + ); |
| 451 | + defaultConfigurationIsVisible = 0; |
| 452 | + }; |
322 | 453 | /* End XCConfigurationList section */
|
323 | 454 | };
|
324 | 455 | rootObject = 6A555E8F1BDCA58700FC36E6 /* Project object */;
|
|
0 commit comments