Skip to content

Commit effd93e

Browse files
committed
Move demo app target to Action.xcodeproj
1 parent 85749d7 commit effd93e

File tree

19 files changed

+153
-1536
lines changed

19 files changed

+153
-1536
lines changed

Action.xcodeproj/project.pbxproj

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
7F612AC51D7F110E00B93BC5 /* RxSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F612AAB1D7F106900B93BC5 /* RxSwift.framework */; };
2828
7F612AC61D7F110E00B93BC5 /* RxCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F612AAC1D7F106900B93BC5 /* RxCocoa.framework */; };
2929
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 */; };
3039
BE73AD241CDCD102006F8B98 /* Action.h in Headers */ = {isa = PBXBuildFile; fileRef = BE73AD231CDCD102006F8B98 /* Action.h */; settings = {ATTRIBUTES = (Public, ); }; };
3140
BE73AD371CDCEAE0006F8B98 /* Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE73AD331CDCEAE0006F8B98 /* Action.swift */; };
3241
BE73AD381CDCEAE0006F8B98 /* AlertAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE73AD341CDCEAE0006F8B98 /* AlertAction.swift */; };
@@ -75,6 +84,13 @@
7584
7F612AB91D7F10C000B93BC5 /* Quick.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7685
7F612ABB1D7F10C900B93BC5 /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7786
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>"; };
7894
BE73AD201CDCD101006F8B98 /* Action.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Action.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7995
BE73AD231CDCD102006F8B98 /* Action.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Action.h; sourceTree = "<group>"; };
8096
BE73AD251CDCD102006F8B98 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -99,6 +115,17 @@
99115
);
100116
runOnlyForDeploymentPostprocessing = 0;
101117
};
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+
};
102129
BE73AD1C1CDCD101006F8B98 /* Frameworks */ = {
103130
isa = PBXFrameworksBuildPhase;
104131
buildActionMask = 2147483647;
@@ -145,11 +172,25 @@
145172
path = Tests;
146173
sourceTree = "<group>";
147174
};
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+
};
148188
BE73AD161CDCD101006F8B98 = {
149189
isa = PBXGroup;
150190
children = (
151191
BE73AD221CDCD102006F8B98 /* Action */,
152192
7F5E6A681D7F08D2000B6076 /* Tests */,
193+
7F612ACD1D7F13B800B93BC5 /* Demo */,
153194
BE73AD211CDCD101006F8B98 /* Products */,
154195
7F5E6A5C1D7F06C4000B6076 /* Frameworks */,
155196
);
@@ -160,6 +201,7 @@
160201
children = (
161202
BE73AD201CDCD101006F8B98 /* Action.framework */,
162203
7F5E6A671D7F08D2000B6076 /* Tests.xctest */,
204+
7F612ACC1D7F13B800B93BC5 /* Demo.app */,
163205
);
164206
name = Products;
165207
sourceTree = "<group>";
@@ -210,6 +252,23 @@
210252
productReference = 7F5E6A671D7F08D2000B6076 /* Tests.xctest */;
211253
productType = "com.apple.product-type.bundle.unit-test";
212254
};
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+
};
213272
BE73AD1F1CDCD101006F8B98 /* Action */ = {
214273
isa = PBXNativeTarget;
215274
buildConfigurationList = BE73AD281CDCD102006F8B98 /* Build configuration list for PBXNativeTarget "Action" */;
@@ -243,6 +302,10 @@
243302
LastSwiftMigration = 0800;
244303
ProvisioningStyle = Automatic;
245304
};
305+
7F612ACB1D7F13B800B93BC5 = {
306+
CreatedOnToolsVersion = 8.0;
307+
ProvisioningStyle = Automatic;
308+
};
246309
BE73AD1F1CDCD101006F8B98 = {
247310
CreatedOnToolsVersion = 7.3;
248311
LastSwiftMigration = 0800;
@@ -255,6 +318,7 @@
255318
hasScannedForEncodings = 0;
256319
knownRegions = (
257320
en,
321+
Base,
258322
);
259323
mainGroup = BE73AD161CDCD101006F8B98;
260324
productRefGroup = BE73AD211CDCD101006F8B98 /* Products */;
@@ -263,6 +327,7 @@
263327
targets = (
264328
BE73AD1F1CDCD101006F8B98 /* Action */,
265329
7F5E6A661D7F08D2000B6076 /* Tests */,
330+
7F612ACB1D7F13B800B93BC5 /* Demo */,
266331
);
267332
};
268333
/* End PBXProject section */
@@ -275,6 +340,16 @@
275340
);
276341
runOnlyForDeploymentPostprocessing = 0;
277342
};
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+
};
278353
BE73AD1E1CDCD101006F8B98 /* Resources */ = {
279354
isa = PBXResourcesBuildPhase;
280355
buildActionMask = 2147483647;
@@ -296,6 +371,15 @@
296371
);
297372
runOnlyForDeploymentPostprocessing = 0;
298373
};
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+
};
299383
BE73AD1B1CDCD101006F8B98 /* Sources */ = {
300384
isa = PBXSourcesBuildPhase;
301385
buildActionMask = 2147483647;
@@ -317,6 +401,25 @@
317401
};
318402
/* End PBXTargetDependency section */
319403

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+
320423
/* Begin XCBuildConfiguration section */
321424
7F5E6A701D7F08D2000B6076 /* Debug */ = {
322425
isa = XCBuildConfiguration;
@@ -352,6 +455,37 @@
352455
};
353456
name = Release;
354457
};
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+
};
355489
BE73AD261CDCD102006F8B98 /* Debug */ = {
356490
isa = XCBuildConfiguration;
357491
buildSettings = {
@@ -501,6 +635,15 @@
501635
defaultConfigurationIsVisible = 0;
502636
defaultConfigurationName = Release;
503637
};
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+
};
504647
BE73AD1A1CDCD101006F8B98 /* Build configuration list for PBXProject "Action" */ = {
505648
isa = XCConfigurationList;
506649
buildConfigurations = (
File renamed without changes.

Demo/Demo/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to Demo/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"images" : [
3+
{
4+
"idiom" : "iphone",
5+
"size" : "20x20",
6+
"scale" : "2x"
7+
},
8+
{
9+
"idiom" : "iphone",
10+
"size" : "20x20",
11+
"scale" : "3x"
12+
},
313
{
414
"idiom" : "iphone",
515
"size" : "29x29",
File renamed without changes.

0 commit comments

Comments
 (0)