Skip to content

Commit 945e502

Browse files
committed
Updating minimum OS version on files. Adding destination to rake file to fix deployment.
1 parent 9d1fb3e commit 945e502

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

Parse/Parse.xcodeproj/xcshareddata/xcschemes/Parse-iOS.xcscheme

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,21 @@
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"
@@ -75,17 +84,6 @@
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"
@@ -106,8 +104,6 @@
106104
ReferencedContainer = "container:Parse.xcodeproj">
107105
</BuildableReference>
108106
</MacroExpansion>
109-
<AdditionalOptions>
110-
</AdditionalOptions>
111107
</LaunchAction>
112108
<ProfileAction
113109
buildConfiguration = "Release"

Parse/Parse/Resources/Parse-iOS.Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
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>

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)