File tree Expand file tree Collapse file tree 3 files changed +13
-16
lines changed
Parse.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 3 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 4040 buildConfiguration = " Debug"
4141 selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
4242 selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
43+ shouldUseLaunchSchemeArgsEnv = " YES"
4344 enableAddressSanitizer = " YES"
4445 enableASanStackUseAfterReturn = " YES"
4546 enableUBSanitizer = " YES"
4647 codeCoverageEnabled = " YES"
47- onlyGenerateCoverageForSpecifiedTargets = " YES"
48- shouldUseLaunchSchemeArgsEnv = " YES" >
48+ onlyGenerateCoverageForSpecifiedTargets = " YES" >
49+ <MacroExpansion >
50+ <BuildableReference
51+ BuildableIdentifier = " primary"
52+ BlueprintIdentifier = " 81C3821B19CCA89E0066284A"
53+ BuildableName = " Parse.framework"
54+ BlueprintName = " Parse-iOS"
55+ ReferencedContainer = " container:Parse.xcodeproj" >
56+ </BuildableReference >
57+ </MacroExpansion >
4958 <CodeCoverageTargets >
5059 <BuildableReference
5160 BuildableIdentifier = " primary"
7584 </SkippedTests >
7685 </TestableReference >
7786 </Testables >
78- <MacroExpansion >
79- <BuildableReference
80- BuildableIdentifier = " primary"
81- BlueprintIdentifier = " 81C3821B19CCA89E0066284A"
82- BuildableName = " Parse.framework"
83- BlueprintName = " Parse-iOS"
84- ReferencedContainer = " container:Parse.xcodeproj" >
85- </BuildableReference >
86- </MacroExpansion >
87- <AdditionalOptions >
88- </AdditionalOptions >
8987 </TestAction >
9088 <LaunchAction
9189 buildConfiguration = " Debug"
106104 ReferencedContainer = " container:Parse.xcodeproj" >
107105 </BuildableReference >
108106 </MacroExpansion >
109- <AdditionalOptions >
110- </AdditionalOptions >
111107 </LaunchAction >
112108 <ProfileAction
113109 buildConfiguration = " Release"
Original file line number Diff line number Diff line change 2424 <key >CFBundleVersion </key >
2525 <string >1.17.3 </string >
2626 <key >MinimumOSVersion </key >
27- <string >6 .0 </string >
27+ <string >8 .0 </string >
2828</dict >
2929</plist >
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ namespace :build do
8888 t . workspace = 'Parse.xcworkspace'
8989 t . scheme = 'Parse-iOS'
9090 t . configuration = 'Release'
91+ t . destination = "platform=iOS Simulator,OS=13.0,name=iPhone XS"
9192 end
9293 result = task . execute
9394 unless result
You can’t perform that action at this time.
0 commit comments