Skip to content

Commit 62c6d5e

Browse files
committed
Remove testbed and a typo i made while doing that
1 parent e44478c commit 62c6d5e

File tree

4 files changed

+5
-21
lines changed

4 files changed

+5
-21
lines changed

iOS/testbed/Python.xcframework/ios-arm64_x86_64-macabi/README

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
This directory is intentionally empty.
22

3-
It should be used as a target for `--enable-framework` when compiling a Mac Catalyst
3+
It should be used as a target for `--enable-framework` when compiling an iOS simulator
44
build for testing purposes (either x86_64 or ARM64).

iOS/testbed/iOSTestbed.xcodeproj/project.pbxproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
607A66592B0F08600010BFC8 /* iOSTestbed-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "iOSTestbed-Info.plist"; sourceTree = "<group>"; };
7171
608619532CB77BA900F46182 /* app_packages */ = {isa = PBXFileReference; lastKnownFileType = folder; path = app_packages; sourceTree = "<group>"; };
7272
608619552CB7819B00F46182 /* app */ = {isa = PBXFileReference; lastKnownFileType = folder; path = app; sourceTree = "<group>"; };
73-
EE9C3BAA2DB9D24900156EF4 /* iOSTestbed.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = iOSTestbed.entitlements; sourceTree = "<group>"; };
7473
/* End PBXFileReference section */
7574

7675
/* Begin PBXFrameworksBuildPhase section */
@@ -116,7 +115,6 @@
116115
607A66142B0EFA380010BFC8 /* iOSTestbed */ = {
117116
isa = PBXGroup;
118117
children = (
119-
EE9C3BAA2DB9D24900156EF4 /* iOSTestbed.entitlements */,
120118
608619552CB7819B00F46182 /* app */,
121119
608619532CB77BA900F46182 /* app_packages */,
122120
607A66592B0F08600010BFC8 /* iOSTestbed-Info.plist */,
@@ -472,8 +470,8 @@
472470
PRODUCT_BUNDLE_IDENTIFIER = org.python.iOSTestbed;
473471
PRODUCT_NAME = "$(TARGET_NAME)";
474472
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
475-
SUPPORTS_MACCATALYST = YES;
476-
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
473+
SUPPORTS_MACCATALYST = NO;
474+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
477475
SWIFT_EMIT_LOC_STRINGS = YES;
478476
TARGETED_DEVICE_FAMILY = "1,2";
479477
};
@@ -507,8 +505,8 @@
507505
PRODUCT_BUNDLE_IDENTIFIER = org.python.iOSTestbed;
508506
PRODUCT_NAME = "$(TARGET_NAME)";
509507
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
510-
SUPPORTS_MACCATALYST = YES;
511-
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
508+
SUPPORTS_MACCATALYST = NO;
509+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
512510
SWIFT_EMIT_LOC_STRINGS = YES;
513511
TARGETED_DEVICE_FAMILY = "1,2";
514512
};

iOS/testbed/iOSTestbed/iOSTestbed.entitlements

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)