Skip to content

Commit

Permalink
OSS project - pick correct sdk to build Shimulator
Browse files Browse the repository at this point in the history
Summary: as title

Reviewed By: fgasperij

Differential Revision: D29614908

fbshipit-source-id: 791090d114f7f7b9bcceab74554c7ce05516230a
  • Loading branch information
jbardini authored and facebook-github-bot committed Jul 8, 2021
1 parent d92d36b commit ab2924e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EEBD600D1C90628F00298A07"
BuildableName = "FBControlCore.framework"
BlueprintName = "FBControlCore"
ReferencedContainer = "container:FBSimulatorControl.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -39,17 +48,6 @@
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EEBD600D1C90628F00298A07"
BuildableName = "FBControlCore.framework"
BlueprintName = "FBControlCore"
ReferencedContainer = "container:FBSimulatorControl.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -70,8 +68,6 @@
ReferencedContainer = "container:FBSimulatorControl.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
2 changes: 1 addition & 1 deletion Shims/Shimulator/Configs/Shimulator.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DYLIB_CURRENT_VERSION = 1
DYLIB_COMPATIBILITY_VERSION = 1
PRODUCT_NAME = Shimulator
EXECUTABLE_PREFIX = lib
SDKROOT = iphoneos
SDKROOT = iphonesimulator
IPHONEOS_DEPLOYMENT_TARGET = 10.0
COPY_PHASE_STRIP = NO
ARCHS = x86_64
Expand Down

0 comments on commit ab2924e

Please sign in to comment.