Skip to content

Commit c6876a5

Browse files
remove macos target from SPM schemes
1 parent 9befb60 commit c6876a5

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

Example/ConsentViewController.xcodeproj/project.pbxproj

+16-4
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@
138138
7EB50C9C352487B08739414C /* Pods_ConsentViewController_ExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A6780CD2BEC66C09DC8DA41 /* Pods_ConsentViewController_ExampleTests.framework */; };
139139
82009CD82B595DDA00810F4E /* Pods_ObjC_ExampleApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 80A5A481B97C11AC27421C73 /* Pods_ObjC_ExampleApp.framework */; };
140140
82009CD92B595DDA00810F4E /* Pods_ObjC_ExampleApp.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 80A5A481B97C11AC27421C73 /* Pods_ObjC_ExampleApp.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
141+
820B08AE2B602177004E77E8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 820B08AD2B602177004E77E8 /* Foundation.framework */; };
142+
820B08B02B60217E004E77E8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 820B08AF2B60217E004E77E8 /* UIKit.framework */; };
143+
820B08B22B6021A6004E77E8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 820B08B12B6021A6004E77E8 /* Foundation.framework */; };
141144
820EF1792A0D28F9009D9941 /* After.swift in Sources */ = {isa = PBXBuildFile; fileRef = 820EF1782A0D28F9009D9941 /* After.swift */; };
142145
820EF17B2A0D296D009D9941 /* MessageUIDelegateMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 820EF17A2A0D296D009D9941 /* MessageUIDelegateMock.swift */; };
143146
8214B27A249CC13B00167BFE /* SPGDPRExampleAppUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8214B279249CC13B00167BFE /* SPGDPRExampleAppUITests.swift */; };
@@ -602,6 +605,9 @@
602605
7B51CFC424FD0B3A0096048F /* MetaAppValidationUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetaAppValidationUITests.swift; sourceTree = "<group>"; };
603606
7B64545F27CBFCAA12937C1D /* Pods-ObjC-ExampleAppUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObjC-ExampleAppUITests.debug.xcconfig"; path = "Target Support Files/Pods-ObjC-ExampleAppUITests/Pods-ObjC-ExampleAppUITests.debug.xcconfig"; sourceTree = "<group>"; };
604607
80A5A481B97C11AC27421C73 /* Pods_ObjC_ExampleApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ObjC_ExampleApp.framework; sourceTree = BUILT_PRODUCTS_DIR; };
608+
820B08AD2B602177004E77E8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
609+
820B08AF2B60217E004E77E8 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
610+
820B08B12B6021A6004E77E8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
605611
820EF1782A0D28F9009D9941 /* After.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = After.swift; path = Helpers/After.swift; sourceTree = "<group>"; };
606612
820EF17A2A0D296D009D9941 /* MessageUIDelegateMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageUIDelegateMock.swift; sourceTree = "<group>"; };
607613
8214B277249CC13B00167BFE /* SPGDPRExampleAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SPGDPRExampleAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -801,6 +807,8 @@
801807
isa = PBXFrameworksBuildPhase;
802808
buildActionMask = 2147483647;
803809
files = (
810+
820B08AE2B602177004E77E8 /* Foundation.framework in Frameworks */,
811+
820B08B02B60217E004E77E8 /* UIKit.framework in Frameworks */,
804812
);
805813
runOnlyForDeploymentPostprocessing = 0;
806814
};
@@ -809,6 +817,7 @@
809817
buildActionMask = 2147483647;
810818
files = (
811819
82CD6F852B59CC3600CAD663 /* Down in Frameworks */,
820+
820B08B22B6021A6004E77E8 /* Foundation.framework in Frameworks */,
812821
);
813822
runOnlyForDeploymentPostprocessing = 0;
814823
};
@@ -1974,6 +1983,9 @@
19741983
EEE3CDAB8AFE80647B1E565B /* Frameworks */ = {
19751984
isa = PBXGroup;
19761985
children = (
1986+
820B08B12B6021A6004E77E8 /* Foundation.framework */,
1987+
820B08AF2B60217E004E77E8 /* UIKit.framework */,
1988+
820B08AD2B602177004E77E8 /* Foundation.framework */,
19771989
6D90553125D2857700E4B49D /* ConsentViewController.framework */,
19781990
8231B15122BBC39900D2669B /* ConsentViewController.framework */,
19791991
6D8047D225D1C76D0005002B /* ConsentViewController.framework */,
@@ -3814,9 +3826,9 @@
38143826
PRODUCT_BUNDLE_IDENTIFIER = com.sourcepoint.ConsentViewController;
38153827
PRODUCT_NAME = ConsentViewController;
38163828
SKIP_INSTALL = NO;
3817-
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
3829+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
38183830
SUPPORTS_MACCATALYST = YES;
3819-
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
3831+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
38203832
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG SPM";
38213833
SWIFT_EMIT_LOC_STRINGS = YES;
38223834
SWIFT_VERSION = 5.0;
@@ -3860,9 +3872,9 @@
38603872
PRODUCT_BUNDLE_IDENTIFIER = com.sourcepoint.ConsentViewController;
38613873
PRODUCT_NAME = ConsentViewController;
38623874
SKIP_INSTALL = NO;
3863-
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
3875+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
38643876
SUPPORTS_MACCATALYST = YES;
3865-
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
3877+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
38663878
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SPM;
38673879
SWIFT_EMIT_LOC_STRINGS = YES;
38683880
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)