Skip to content

Commit 2bbc6e2

Browse files
author
Reid Main
authored
Updated to support Xcode 11.1 (#106)
1 parent 82b38db commit 2bbc6e2

File tree

17 files changed

+110
-294
lines changed

17 files changed

+110
-294
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: objective-c
2-
osx_image: xcode11
2+
osx_image: xcode11.1
33
before_script:
4-
- gem install cocoapods -v 1.8.0 --no-document
4+
- gem install cocoapods -v 1.8.3 --no-document
55
script:
6-
./build.sh
6+
travis_wait 30 ./build.sh

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
- Fixed issue where images without the screen scale in the file name were failing. ([#100](https://github.com/uber/ios-snapshot-test-case/pull/100))
88
- Add convenience FBSnapshotVerifyViewController() function for Swift users ([#101](https://github.com/uber/ios-snapshot-test-case/pull/101))
9-
- Updated for Xcode 10.11 and Swift 5.1.
9+
- Updated for Xcode 11.1 and Swift 5.1.
1010

1111
## 6.1.0
1212

FBSnapshotTestCase.xcodeproj/project.pbxproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,6 @@
548548
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.FBSnapshotTestCase-tvOSTests";
549549
PRODUCT_NAME = "$(TARGET_NAME)";
550550
SDKROOT = appletvos;
551-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
552-
SWIFT_VERSION = 5.0;
553551
TARGETED_DEVICE_FAMILY = 3;
554552
TVOS_DEPLOYMENT_TARGET = 9.1;
555553
};
@@ -566,7 +564,6 @@
566564
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.FBSnapshotTestCase-tvOSTests";
567565
PRODUCT_NAME = "$(TARGET_NAME)";
568566
SDKROOT = appletvos;
569-
SWIFT_VERSION = 5.0;
570567
TARGETED_DEVICE_FAMILY = 3;
571568
TVOS_DEPLOYMENT_TARGET = 9.1;
572569
};
@@ -761,7 +758,6 @@
761758
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
762759
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.$(PRODUCT_NAME:rfc1034identifier)";
763760
PRODUCT_NAME = "$(TARGET_NAME)";
764-
SWIFT_VERSION = 5.0;
765761
};
766762
name = Debug;
767763
};
@@ -776,7 +772,6 @@
776772
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
777773
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.$(PRODUCT_NAME:rfc1034identifier)";
778774
PRODUCT_NAME = "$(TARGET_NAME)";
779-
SWIFT_VERSION = 5.0;
780775
};
781776
name = Release;
782777
};

FBSnapshotTestCase.xcodeproj/xcshareddata/xcschemes/FBSnapshotTestCase iOS.xcscheme

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<MacroExpansion>
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "B31987EF1AB782D000B0A900"
48+
BuildableName = "FBSnapshotTestCase.framework"
49+
BlueprintName = "FBSnapshotTestCase iOS"
50+
ReferencedContainer = "container:FBSnapshotTestCase.xcodeproj">
51+
</BuildableReference>
52+
</MacroExpansion>
4453
<Testables>
4554
<TestableReference
4655
skipped = "NO">
@@ -53,17 +62,6 @@
5362
</BuildableReference>
5463
</TestableReference>
5564
</Testables>
56-
<MacroExpansion>
57-
<BuildableReference
58-
BuildableIdentifier = "primary"
59-
BlueprintIdentifier = "B31987EF1AB782D000B0A900"
60-
BuildableName = "FBSnapshotTestCase.framework"
61-
BlueprintName = "FBSnapshotTestCase iOS"
62-
ReferencedContainer = "container:FBSnapshotTestCase.xcodeproj">
63-
</BuildableReference>
64-
</MacroExpansion>
65-
<AdditionalOptions>
66-
</AdditionalOptions>
6765
</TestAction>
6866
<LaunchAction
6967
buildConfiguration = "Debug"
@@ -84,8 +82,6 @@
8482
ReferencedContainer = "container:FBSnapshotTestCase.xcodeproj">
8583
</BuildableReference>
8684
</MacroExpansion>
87-
<AdditionalOptions>
88-
</AdditionalOptions>
8985
</LaunchAction>
9086
<ProfileAction
9187
buildConfiguration = "Release"

FBSnapshotTestCase.xcodeproj/xcshareddata/xcschemes/FBSnapshotTestCase tvOS.xcscheme

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "827137791C63AB6F00354E42"
34+
BuildableName = "FBSnapshotTestCase.framework"
35+
BlueprintName = "FBSnapshotTestCase tvOS"
36+
ReferencedContainer = "container:FBSnapshotTestCase.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO">
@@ -39,17 +48,6 @@
3948
</BuildableReference>
4049
</TestableReference>
4150
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "827137791C63AB6F00354E42"
46-
BuildableName = "FBSnapshotTestCase.framework"
47-
BlueprintName = "FBSnapshotTestCase tvOS"
48-
ReferencedContainer = "container:FBSnapshotTestCase.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5351
</TestAction>
5452
<LaunchAction
5553
buildConfiguration = "Debug"
@@ -70,8 +68,6 @@
7068
ReferencedContainer = "container:FBSnapshotTestCase.xcodeproj">
7169
</BuildableReference>
7270
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7571
</LaunchAction>
7672
<ProfileAction
7773
buildConfiguration = "Release"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>PreviewsEnabled</key>
6+
<false/>
7+
</dict>
8+
</plist>

FBSnapshotTestCaseDemo/FBSnapshotTestCaseDemo.xcodeproj/project.pbxproj

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
0C73704BAABBD042032D31D6 /* BuildFile in Frameworks */ = {isa = PBXBuildFile; };
10+
0C73704BAABBD042032D31D6 /* (null) in Frameworks */ = {isa = PBXBuildFile; };
1111
0FDB43B77859F5F695885816 /* Pods_FBSnapshotTestCaseDemoTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6262DAFFE85054E7D1EC82 /* Pods_FBSnapshotTestCaseDemoTests.framework */; };
1212
308E5A2D22C2E15600A0DAF9 /* FBSnapshotTestCaseDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B30449211AB794320067C75D /* FBSnapshotTestCaseDemoTests.m */; };
1313
8AD2CE1243FEF310822BCD64 /* Pods_FBSnapshotTestCasePreprocessorDemoTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B5FF42FCDB31D5DE94D360 /* Pods_FBSnapshotTestCasePreprocessorDemoTests.framework */; };
@@ -40,13 +40,14 @@
4040
/* Begin PBXFileReference section */
4141
01B5FF42FCDB31D5DE94D360 /* Pods_FBSnapshotTestCasePreprocessorDemoTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FBSnapshotTestCasePreprocessorDemoTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4242
1A6262DAFFE85054E7D1EC82 /* Pods_FBSnapshotTestCaseDemoTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FBSnapshotTestCaseDemoTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
43+
3020A41F2350F145005B766C /* FBSnapshotTestCaseDemo-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "FBSnapshotTestCaseDemo-Info.plist"; sourceTree = "<group>"; };
4344
308E5A3722C2E15600A0DAF9 /* FBSnapshotTestCasePreprocessorDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FBSnapshotTestCasePreprocessorDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4445
7A0C46280D01BD793DF00625 /* Pods-FBSnapshotTestCaseDemoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FBSnapshotTestCaseDemoTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-FBSnapshotTestCaseDemoTests/Pods-FBSnapshotTestCaseDemoTests.release.xcconfig"; sourceTree = "<group>"; };
4546
A3A63210980854148203C1F0 /* Pods-FBSnapshotTestCaseDemoTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FBSnapshotTestCaseDemoTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-FBSnapshotTestCaseDemoTests/Pods-FBSnapshotTestCaseDemoTests.debug.xcconfig"; sourceTree = "<group>"; };
4647
B30449021AB794320067C75D /* FBSnapshotTestCaseDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FBSnapshotTestCaseDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
4748
B30449071AB794320067C75D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
4849
B304491B1AB794320067C75D /* FBSnapshotTestCaseDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FBSnapshotTestCaseDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
49-
B30449201AB794320067C75D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
50+
B30449201AB794320067C75D /* FBSnapshotTestCaseDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "FBSnapshotTestCaseDemoTests-Info.plist"; sourceTree = "<group>"; };
5051
B30449211AB794320067C75D /* FBSnapshotTestCaseDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FBSnapshotTestCaseDemoTests.m; sourceTree = "<group>"; };
5152
B304492D1AB795230067C75D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = InfoPlist.strings; sourceTree = "<group>"; };
5253
B304492E1AB795230067C75D /* FBAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBAppDelegate.h; sourceTree = "<group>"; };
@@ -80,7 +81,7 @@
8081
isa = PBXFrameworksBuildPhase;
8182
buildActionMask = 2147483647;
8283
files = (
83-
0C73704BAABBD042032D31D6 /* BuildFile in Frameworks */,
84+
0C73704BAABBD042032D31D6 /* (null) in Frameworks */,
8485
0FDB43B77859F5F695885816 /* Pods_FBSnapshotTestCaseDemoTests.framework in Frameworks */,
8586
);
8687
runOnlyForDeploymentPostprocessing = 0;
@@ -150,6 +151,7 @@
150151
isa = PBXGroup;
151152
children = (
152153
B30449071AB794320067C75D /* main.m */,
154+
3020A41F2350F145005B766C /* FBSnapshotTestCaseDemo-Info.plist */,
153155
);
154156
name = "Supporting Files";
155157
sourceTree = "<group>";
@@ -167,7 +169,7 @@
167169
B304491F1AB794320067C75D /* Supporting Files */ = {
168170
isa = PBXGroup;
169171
children = (
170-
B30449201AB794320067C75D /* Info.plist */,
172+
B30449201AB794320067C75D /* FBSnapshotTestCaseDemoTests-Info.plist */,
171173
);
172174
name = "Supporting Files";
173175
sourceTree = "<group>";
@@ -251,7 +253,7 @@
251253
isa = PBXProject;
252254
attributes = {
253255
LastSwiftUpdateCheck = 0700;
254-
LastUpgradeCheck = 1020;
256+
LastUpgradeCheck = 1110;
255257
ORGANIZATIONNAME = Facebook;
256258
TargetAttributes = {
257259
B30449011AB794320067C75D = {
@@ -267,10 +269,9 @@
267269
};
268270
buildConfigurationList = B30448FD1AB794320067C75D /* Build configuration list for PBXProject "FBSnapshotTestCaseDemo" */;
269271
compatibilityVersion = "Xcode 3.2";
270-
developmentRegion = English;
272+
developmentRegion = en;
271273
hasScannedForEncodings = 0;
272274
knownRegions = (
273-
English,
274275
en,
275276
Base,
276277
);
@@ -522,9 +523,6 @@
522523
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
523524
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.${PRODUCT_NAME:rfc1034identifier}";
524525
PRODUCT_NAME = "$(TARGET_NAME)";
525-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
526-
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
527-
SWIFT_VERSION = 5.0;
528526
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FBSnapshotTestCaseDemo.app/FBSnapshotTestCaseDemo";
529527
};
530528
name = Debug;
@@ -543,8 +541,6 @@
543541
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
544542
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.${PRODUCT_NAME:rfc1034identifier}";
545543
PRODUCT_NAME = "$(TARGET_NAME)";
546-
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
547-
SWIFT_VERSION = 5.0;
548544
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FBSnapshotTestCaseDemo.app/FBSnapshotTestCaseDemo";
549545
};
550546
name = Release;
@@ -659,29 +655,23 @@
659655
isa = XCBuildConfiguration;
660656
buildSettings = {
661657
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
662-
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets";
663658
INFOPLIST_FILE = "FBSnapshotTestCaseDemo/FBSnapshotTestCaseDemo-Info.plist";
664659
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
665660
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
666661
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.${PRODUCT_NAME:rfc1034identifier}";
667662
PRODUCT_NAME = "$(TARGET_NAME)";
668-
SWIFT_SWIFT3_OBJC_INFERENCE = On;
669-
SWIFT_VERSION = 5.0;
670663
};
671664
name = Debug;
672665
};
673666
B30449271AB794320067C75D /* Release */ = {
674667
isa = XCBuildConfiguration;
675668
buildSettings = {
676669
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
677-
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets";
678670
INFOPLIST_FILE = "FBSnapshotTestCaseDemo/FBSnapshotTestCaseDemo-Info.plist";
679671
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
680672
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
681673
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.${PRODUCT_NAME:rfc1034identifier}";
682674
PRODUCT_NAME = "$(TARGET_NAME)";
683-
SWIFT_SWIFT3_OBJC_INFERENCE = On;
684-
SWIFT_VERSION = 5.0;
685675
};
686676
name = Release;
687677
};
@@ -703,9 +693,6 @@
703693
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
704694
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.${PRODUCT_NAME:rfc1034identifier}";
705695
PRODUCT_NAME = "$(TARGET_NAME)";
706-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
707-
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
708-
SWIFT_VERSION = 5.0;
709696
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FBSnapshotTestCaseDemo.app/FBSnapshotTestCaseDemo";
710697
};
711698
name = Debug;
@@ -724,8 +711,6 @@
724711
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
725712
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.${PRODUCT_NAME:rfc1034identifier}";
726713
PRODUCT_NAME = "$(TARGET_NAME)";
727-
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
728-
SWIFT_VERSION = 5.0;
729714
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FBSnapshotTestCaseDemo.app/FBSnapshotTestCaseDemo";
730715
};
731716
name = Release;

FBSnapshotTestCaseDemo/FBSnapshotTestCaseDemo.xcodeproj/xcshareddata/xcschemes/FBSnapshotTestCaseDemo.xcscheme

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1110"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -41,6 +41,15 @@
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<MacroExpansion>
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "B30449011AB794320067C75D"
48+
BuildableName = "FBSnapshotTestCaseDemo.app"
49+
BlueprintName = "FBSnapshotTestCaseDemo"
50+
ReferencedContainer = "container:FBSnapshotTestCaseDemo.xcodeproj">
51+
</BuildableReference>
52+
</MacroExpansion>
4453
<Testables>
4554
<TestableReference
4655
skipped = "NO">
@@ -53,17 +62,6 @@
5362
</BuildableReference>
5463
</TestableReference>
5564
</Testables>
56-
<MacroExpansion>
57-
<BuildableReference
58-
BuildableIdentifier = "primary"
59-
BlueprintIdentifier = "B30449011AB794320067C75D"
60-
BuildableName = "FBSnapshotTestCaseDemo.app"
61-
BlueprintName = "FBSnapshotTestCaseDemo"
62-
ReferencedContainer = "container:FBSnapshotTestCaseDemo.xcodeproj">
63-
</BuildableReference>
64-
</MacroExpansion>
65-
<AdditionalOptions>
66-
</AdditionalOptions>
6765
</TestAction>
6866
<LaunchAction
6967
buildConfiguration = "Debug"
@@ -97,8 +95,6 @@
9795
isEnabled = "YES">
9896
</EnvironmentVariable>
9997
</EnvironmentVariables>
100-
<AdditionalOptions>
101-
</AdditionalOptions>
10298
</LaunchAction>
10399
<ProfileAction
104100
buildConfiguration = "Release"

FBSnapshotTestCaseDemo/FBSnapshotTestCaseDemo.xcodeproj/xcshareddata/xcschemes/FBSnapshotTestCasePreprocessorDemo.xcscheme

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1110"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -28,7 +28,7 @@
2828
buildForAnalyzing = "YES">
2929
<BuildableReference
3030
BuildableIdentifier = "primary"
31-
BlueprintIdentifier = "30B49E6322C2D92000E19965"
31+
BlueprintIdentifier = "308E5A2722C2E15600A0DAF9"
3232
BuildableName = "FBSnapshotTestCasePreprocessorDemoTests.xctest"
3333
BlueprintName = "FBSnapshotTestCasePreprocessorDemoTests"
3434
ReferencedContainer = "container:FBSnapshotTestCaseDemo.xcodeproj">
@@ -41,6 +41,15 @@
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<MacroExpansion>
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "B30449011AB794320067C75D"
48+
BuildableName = "FBSnapshotTestCaseDemo.app"
49+
BlueprintName = "FBSnapshotTestCaseDemo"
50+
ReferencedContainer = "container:FBSnapshotTestCaseDemo.xcodeproj">
51+
</BuildableReference>
52+
</MacroExpansion>
4453
<Testables>
4554
<TestableReference
4655
skipped = "NO">
@@ -53,17 +62,6 @@
5362
</BuildableReference>
5463
</TestableReference>
5564
</Testables>
56-
<MacroExpansion>
57-
<BuildableReference
58-
BuildableIdentifier = "primary"
59-
BlueprintIdentifier = "B30449011AB794320067C75D"
60-
BuildableName = "FBSnapshotTestCaseDemo.app"
61-
BlueprintName = "FBSnapshotTestCaseDemo"
62-
ReferencedContainer = "container:FBSnapshotTestCaseDemo.xcodeproj">
63-
</BuildableReference>
64-
</MacroExpansion>
65-
<AdditionalOptions>
66-
</AdditionalOptions>
6765
</TestAction>
6866
<LaunchAction
6967
buildConfiguration = "Debug"
@@ -85,8 +83,6 @@
8583
ReferencedContainer = "container:FBSnapshotTestCaseDemo.xcodeproj">
8684
</BuildableReference>
8785
</BuildableProductRunnable>
88-
<AdditionalOptions>
89-
</AdditionalOptions>
9086
</LaunchAction>
9187
<ProfileAction
9288
buildConfiguration = "Release"

0 commit comments

Comments
 (0)