|
27 | 27 | 7F612AC51D7F110E00B93BC5 /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F612AAB1D7F106900B93BC5 /* RxSwift.framework */; }; |
28 | 28 | 7F612AC61D7F110E00B93BC5 /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F612AAC1D7F106900B93BC5 /* RxCocoa.framework */; }; |
29 | 29 | 7F612AC71D7F110E00B93BC5 /* RxBlocking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F612AAD1D7F106900B93BC5 /* RxBlocking.framework */; }; |
| 30 | + 7F612ACF1D7F13B800B93BC5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F612ACE1D7F13B800B93BC5 /* AppDelegate.swift */; }; |
| 31 | + 7F612AD11D7F13B800B93BC5 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F612AD01D7F13B800B93BC5 /* ViewController.swift */; }; |
| 32 | + 7F612AD41D7F13B800B93BC5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7F612AD21D7F13B800B93BC5 /* Main.storyboard */; }; |
| 33 | + 7F612AD61D7F13B800B93BC5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7F612AD51D7F13B800B93BC5 /* Assets.xcassets */; }; |
| 34 | + 7F612AD91D7F13B800B93BC5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7F612AD71D7F13B800B93BC5 /* LaunchScreen.storyboard */; }; |
| 35 | + 7FB791E91D7F1BB200789D53 /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F612AAB1D7F106900B93BC5 /* RxSwift.framework */; }; |
| 36 | + 7FB791EA1D7F1BB200789D53 /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F612AAC1D7F106900B93BC5 /* RxCocoa.framework */; }; |
| 37 | + 7FB791EB1D7F1BB200789D53 /* RxBlocking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F612AAD1D7F106900B93BC5 /* RxBlocking.framework */; }; |
| 38 | + 7FB791EC1D7F1BB600789D53 /* Action.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE73AD201CDCD101006F8B98 /* Action.framework */; }; |
30 | 39 | BE73AD241CDCD102006F8B98 /* Action.h in Headers */ = {isa = PBXBuildFile; fileRef = BE73AD231CDCD102006F8B98 /* Action.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
31 | 40 | BE73AD371CDCEAE0006F8B98 /* Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE73AD331CDCEAE0006F8B98 /* Action.swift */; }; |
32 | 41 | BE73AD381CDCEAE0006F8B98 /* AlertAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE73AD341CDCEAE0006F8B98 /* AlertAction.swift */; }; |
|
75 | 84 | 7F612AB91D7F10C000B93BC5 /* Quick.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
76 | 85 | 7F612ABB1D7F10C900B93BC5 /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
77 | 86 | 7F612ABD1D7F10FE00B93BC5 /* RxTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = RxTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 87 | + 7F612ACC1D7F13B800B93BC5 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 88 | + 7F612ACE1D7F13B800B93BC5 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 89 | + 7F612AD01D7F13B800B93BC5 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 90 | + 7F612AD31D7F13B800B93BC5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
| 91 | + 7F612AD51D7F13B800B93BC5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 92 | + 7F612AD81D7F13B800B93BC5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 93 | + 7F612ADA1D7F13B800B93BC5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
78 | 94 | BE73AD201CDCD101006F8B98 /* Action.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Action.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
79 | 95 | BE73AD231CDCD102006F8B98 /* Action.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Action.h; sourceTree = "<group>"; }; |
80 | 96 | BE73AD251CDCD102006F8B98 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
99 | 115 | ); |
100 | 116 | runOnlyForDeploymentPostprocessing = 0; |
101 | 117 | }; |
| 118 | + 7F612AC91D7F13B800B93BC5 /* Frameworks */ = { |
| 119 | + isa = PBXFrameworksBuildPhase; |
| 120 | + buildActionMask = 2147483647; |
| 121 | + files = ( |
| 122 | + 7FB791EC1D7F1BB600789D53 /* Action.framework in Frameworks */, |
| 123 | + 7FB791E91D7F1BB200789D53 /* RxSwift.framework in Frameworks */, |
| 124 | + 7FB791EA1D7F1BB200789D53 /* RxCocoa.framework in Frameworks */, |
| 125 | + 7FB791EB1D7F1BB200789D53 /* RxBlocking.framework in Frameworks */, |
| 126 | + ); |
| 127 | + runOnlyForDeploymentPostprocessing = 0; |
| 128 | + }; |
102 | 129 | BE73AD1C1CDCD101006F8B98 /* Frameworks */ = { |
103 | 130 | isa = PBXFrameworksBuildPhase; |
104 | 131 | buildActionMask = 2147483647; |
|
145 | 172 | path = Tests; |
146 | 173 | sourceTree = "<group>"; |
147 | 174 | }; |
| 175 | + 7F612ACD1D7F13B800B93BC5 /* Demo */ = { |
| 176 | + isa = PBXGroup; |
| 177 | + children = ( |
| 178 | + 7F612ACE1D7F13B800B93BC5 /* AppDelegate.swift */, |
| 179 | + 7F612AD01D7F13B800B93BC5 /* ViewController.swift */, |
| 180 | + 7F612AD21D7F13B800B93BC5 /* Main.storyboard */, |
| 181 | + 7F612AD71D7F13B800B93BC5 /* LaunchScreen.storyboard */, |
| 182 | + 7F612AD51D7F13B800B93BC5 /* Assets.xcassets */, |
| 183 | + 7F612ADA1D7F13B800B93BC5 /* Info.plist */, |
| 184 | + ); |
| 185 | + path = Demo; |
| 186 | + sourceTree = "<group>"; |
| 187 | + }; |
148 | 188 | BE73AD161CDCD101006F8B98 = { |
149 | 189 | isa = PBXGroup; |
150 | 190 | children = ( |
151 | 191 | BE73AD221CDCD102006F8B98 /* Action */, |
152 | 192 | 7F5E6A681D7F08D2000B6076 /* Tests */, |
| 193 | + 7F612ACD1D7F13B800B93BC5 /* Demo */, |
153 | 194 | BE73AD211CDCD101006F8B98 /* Products */, |
154 | 195 | 7F5E6A5C1D7F06C4000B6076 /* Frameworks */, |
155 | 196 | ); |
|
160 | 201 | children = ( |
161 | 202 | BE73AD201CDCD101006F8B98 /* Action.framework */, |
162 | 203 | 7F5E6A671D7F08D2000B6076 /* Tests.xctest */, |
| 204 | + 7F612ACC1D7F13B800B93BC5 /* Demo.app */, |
163 | 205 | ); |
164 | 206 | name = Products; |
165 | 207 | sourceTree = "<group>"; |
|
210 | 252 | productReference = 7F5E6A671D7F08D2000B6076 /* Tests.xctest */; |
211 | 253 | productType = "com.apple.product-type.bundle.unit-test"; |
212 | 254 | }; |
| 255 | + 7F612ACB1D7F13B800B93BC5 /* Demo */ = { |
| 256 | + isa = PBXNativeTarget; |
| 257 | + buildConfigurationList = 7F612ADB1D7F13B800B93BC5 /* Build configuration list for PBXNativeTarget "Demo" */; |
| 258 | + buildPhases = ( |
| 259 | + 7F612AC81D7F13B800B93BC5 /* Sources */, |
| 260 | + 7F612AC91D7F13B800B93BC5 /* Frameworks */, |
| 261 | + 7F612ACA1D7F13B800B93BC5 /* Resources */, |
| 262 | + ); |
| 263 | + buildRules = ( |
| 264 | + ); |
| 265 | + dependencies = ( |
| 266 | + ); |
| 267 | + name = Demo; |
| 268 | + productName = Demo; |
| 269 | + productReference = 7F612ACC1D7F13B800B93BC5 /* Demo.app */; |
| 270 | + productType = "com.apple.product-type.application"; |
| 271 | + }; |
213 | 272 | BE73AD1F1CDCD101006F8B98 /* Action */ = { |
214 | 273 | isa = PBXNativeTarget; |
215 | 274 | buildConfigurationList = BE73AD281CDCD102006F8B98 /* Build configuration list for PBXNativeTarget "Action" */; |
|
243 | 302 | LastSwiftMigration = 0800; |
244 | 303 | ProvisioningStyle = Automatic; |
245 | 304 | }; |
| 305 | + 7F612ACB1D7F13B800B93BC5 = { |
| 306 | + CreatedOnToolsVersion = 8.0; |
| 307 | + ProvisioningStyle = Automatic; |
| 308 | + }; |
246 | 309 | BE73AD1F1CDCD101006F8B98 = { |
247 | 310 | CreatedOnToolsVersion = 7.3; |
248 | 311 | LastSwiftMigration = 0800; |
|
255 | 318 | hasScannedForEncodings = 0; |
256 | 319 | knownRegions = ( |
257 | 320 | en, |
| 321 | + Base, |
258 | 322 | ); |
259 | 323 | mainGroup = BE73AD161CDCD101006F8B98; |
260 | 324 | productRefGroup = BE73AD211CDCD101006F8B98 /* Products */; |
|
263 | 327 | targets = ( |
264 | 328 | BE73AD1F1CDCD101006F8B98 /* Action */, |
265 | 329 | 7F5E6A661D7F08D2000B6076 /* Tests */, |
| 330 | + 7F612ACB1D7F13B800B93BC5 /* Demo */, |
266 | 331 | ); |
267 | 332 | }; |
268 | 333 | /* End PBXProject section */ |
|
275 | 340 | ); |
276 | 341 | runOnlyForDeploymentPostprocessing = 0; |
277 | 342 | }; |
| 343 | + 7F612ACA1D7F13B800B93BC5 /* Resources */ = { |
| 344 | + isa = PBXResourcesBuildPhase; |
| 345 | + buildActionMask = 2147483647; |
| 346 | + files = ( |
| 347 | + 7F612AD91D7F13B800B93BC5 /* LaunchScreen.storyboard in Resources */, |
| 348 | + 7F612AD61D7F13B800B93BC5 /* Assets.xcassets in Resources */, |
| 349 | + 7F612AD41D7F13B800B93BC5 /* Main.storyboard in Resources */, |
| 350 | + ); |
| 351 | + runOnlyForDeploymentPostprocessing = 0; |
| 352 | + }; |
278 | 353 | BE73AD1E1CDCD101006F8B98 /* Resources */ = { |
279 | 354 | isa = PBXResourcesBuildPhase; |
280 | 355 | buildActionMask = 2147483647; |
|
296 | 371 | ); |
297 | 372 | runOnlyForDeploymentPostprocessing = 0; |
298 | 373 | }; |
| 374 | + 7F612AC81D7F13B800B93BC5 /* Sources */ = { |
| 375 | + isa = PBXSourcesBuildPhase; |
| 376 | + buildActionMask = 2147483647; |
| 377 | + files = ( |
| 378 | + 7F612AD11D7F13B800B93BC5 /* ViewController.swift in Sources */, |
| 379 | + 7F612ACF1D7F13B800B93BC5 /* AppDelegate.swift in Sources */, |
| 380 | + ); |
| 381 | + runOnlyForDeploymentPostprocessing = 0; |
| 382 | + }; |
299 | 383 | BE73AD1B1CDCD101006F8B98 /* Sources */ = { |
300 | 384 | isa = PBXSourcesBuildPhase; |
301 | 385 | buildActionMask = 2147483647; |
|
317 | 401 | }; |
318 | 402 | /* End PBXTargetDependency section */ |
319 | 403 |
|
| 404 | +/* Begin PBXVariantGroup section */ |
| 405 | + 7F612AD21D7F13B800B93BC5 /* Main.storyboard */ = { |
| 406 | + isa = PBXVariantGroup; |
| 407 | + children = ( |
| 408 | + 7F612AD31D7F13B800B93BC5 /* Base */, |
| 409 | + ); |
| 410 | + name = Main.storyboard; |
| 411 | + sourceTree = "<group>"; |
| 412 | + }; |
| 413 | + 7F612AD71D7F13B800B93BC5 /* LaunchScreen.storyboard */ = { |
| 414 | + isa = PBXVariantGroup; |
| 415 | + children = ( |
| 416 | + 7F612AD81D7F13B800B93BC5 /* Base */, |
| 417 | + ); |
| 418 | + name = LaunchScreen.storyboard; |
| 419 | + sourceTree = "<group>"; |
| 420 | + }; |
| 421 | +/* End PBXVariantGroup section */ |
| 422 | + |
320 | 423 | /* Begin XCBuildConfiguration section */ |
321 | 424 | 7F5E6A701D7F08D2000B6076 /* Debug */ = { |
322 | 425 | isa = XCBuildConfiguration; |
|
352 | 455 | }; |
353 | 456 | name = Release; |
354 | 457 | }; |
| 458 | + 7F612ADC1D7F13B800B93BC5 /* Debug */ = { |
| 459 | + isa = XCBuildConfiguration; |
| 460 | + buildSettings = { |
| 461 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 462 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 463 | + CLANG_WARN_SUSPICIOUS_MOVES = YES; |
| 464 | + INFOPLIST_FILE = Demo/Info.plist; |
| 465 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 466 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 467 | + PRODUCT_BUNDLE_IDENTIFIER = "-.Demo"; |
| 468 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 469 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
| 470 | + SWIFT_VERSION = 2.3; |
| 471 | + }; |
| 472 | + name = Debug; |
| 473 | + }; |
| 474 | + 7F612ADD1D7F13B800B93BC5 /* Release */ = { |
| 475 | + isa = XCBuildConfiguration; |
| 476 | + buildSettings = { |
| 477 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 478 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 479 | + CLANG_WARN_SUSPICIOUS_MOVES = YES; |
| 480 | + INFOPLIST_FILE = Demo/Info.plist; |
| 481 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 482 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 483 | + PRODUCT_BUNDLE_IDENTIFIER = "-.Demo"; |
| 484 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 485 | + SWIFT_VERSION = 2.3; |
| 486 | + }; |
| 487 | + name = Release; |
| 488 | + }; |
355 | 489 | BE73AD261CDCD102006F8B98 /* Debug */ = { |
356 | 490 | isa = XCBuildConfiguration; |
357 | 491 | buildSettings = { |
|
501 | 635 | defaultConfigurationIsVisible = 0; |
502 | 636 | defaultConfigurationName = Release; |
503 | 637 | }; |
| 638 | + 7F612ADB1D7F13B800B93BC5 /* Build configuration list for PBXNativeTarget "Demo" */ = { |
| 639 | + isa = XCConfigurationList; |
| 640 | + buildConfigurations = ( |
| 641 | + 7F612ADC1D7F13B800B93BC5 /* Debug */, |
| 642 | + 7F612ADD1D7F13B800B93BC5 /* Release */, |
| 643 | + ); |
| 644 | + defaultConfigurationIsVisible = 0; |
| 645 | + defaultConfigurationName = Release; |
| 646 | + }; |
504 | 647 | BE73AD1A1CDCD101006F8B98 /* Build configuration list for PBXProject "Action" */ = { |
505 | 648 | isa = XCConfigurationList; |
506 | 649 | buildConfigurations = ( |
|
0 commit comments