Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit 3ef2617

Browse files
author
Vikas Dadheech
committed
changes for testing carthage support for both mac and ios
1 parent 1bee32a commit 3ef2617

File tree

2 files changed

+86
-4
lines changed

2 files changed

+86
-4
lines changed

MSGraphCoreSDK/MSGraphCoreSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -829,10 +829,11 @@
829829
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
830830
GCC_WARN_UNUSED_FUNCTION = YES;
831831
GCC_WARN_UNUSED_VARIABLE = YES;
832-
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
832+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
833+
MACOSX_DEPLOYMENT_TARGET = 10.10;
833834
MTL_ENABLE_DEBUG_INFO = YES;
834835
ONLY_ACTIVE_ARCH = YES;
835-
SDKROOT = iphoneos;
836+
SDKROOT = macosx;
836837
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx\n";
837838
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
838839
VERSIONING_SYSTEM = "apple-generic";
@@ -886,9 +887,10 @@
886887
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
887888
GCC_WARN_UNUSED_FUNCTION = YES;
888889
GCC_WARN_UNUSED_VARIABLE = YES;
889-
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
890+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
891+
MACOSX_DEPLOYMENT_TARGET = 10.10;
890892
MTL_ENABLE_DEBUG_INFO = NO;
891-
SDKROOT = iphoneos;
893+
SDKROOT = macosx;
892894
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx\n";
893895
VALIDATE_PRODUCT = YES;
894896
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1000"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "E5DC73D9211412BF0040BAB6"
18+
BuildableName = "MSGraphCoreSDK.framework"
19+
BlueprintName = "MSGraphCoreSDK"
20+
ReferencedContainer = "container:MSGraphCoreSDK.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<AdditionalOptions>
33+
</AdditionalOptions>
34+
</TestAction>
35+
<LaunchAction
36+
buildConfiguration = "Debug"
37+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
39+
launchStyle = "0"
40+
useCustomWorkingDirectory = "NO"
41+
ignoresPersistentStateOnLaunch = "NO"
42+
debugDocumentVersioning = "YES"
43+
debugServiceExtension = "internal"
44+
allowLocationSimulation = "YES">
45+
<MacroExpansion>
46+
<BuildableReference
47+
BuildableIdentifier = "primary"
48+
BlueprintIdentifier = "E5DC73D9211412BF0040BAB6"
49+
BuildableName = "MSGraphCoreSDK.framework"
50+
BlueprintName = "MSGraphCoreSDK"
51+
ReferencedContainer = "container:MSGraphCoreSDK.xcodeproj">
52+
</BuildableReference>
53+
</MacroExpansion>
54+
<AdditionalOptions>
55+
</AdditionalOptions>
56+
</LaunchAction>
57+
<ProfileAction
58+
buildConfiguration = "Release"
59+
shouldUseLaunchSchemeArgsEnv = "YES"
60+
savedToolIdentifier = ""
61+
useCustomWorkingDirectory = "NO"
62+
debugDocumentVersioning = "YES">
63+
<MacroExpansion>
64+
<BuildableReference
65+
BuildableIdentifier = "primary"
66+
BlueprintIdentifier = "E5DC73D9211412BF0040BAB6"
67+
BuildableName = "MSGraphCoreSDK.framework"
68+
BlueprintName = "MSGraphCoreSDK"
69+
ReferencedContainer = "container:MSGraphCoreSDK.xcodeproj">
70+
</BuildableReference>
71+
</MacroExpansion>
72+
</ProfileAction>
73+
<AnalyzeAction
74+
buildConfiguration = "Debug">
75+
</AnalyzeAction>
76+
<ArchiveAction
77+
buildConfiguration = "Release"
78+
revealArchiveInOrganizer = "YES">
79+
</ArchiveAction>
80+
</Scheme>

0 commit comments

Comments
 (0)