Skip to content

Commit

Permalink
Removed other build platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketsahu committed Nov 17, 2024
1 parent b47b5e6 commit bffbf2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions KeysVsClicks.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,10 @@
PRODUCT_BUNDLE_IDENTIFIER = com.geekyants.keysvsclicks;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
SUPPORTED_PLATFORMS = macosx;
SUPPORTS_MACCATALYST = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
XROS_DEPLOYMENT_TARGET = 2.1;
};
name = Debug;
Expand Down Expand Up @@ -453,10 +453,10 @@
PRODUCT_BUNDLE_IDENTIFIER = com.geekyants.keysvsclicks;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
SUPPORTED_PLATFORMS = macosx;
SUPPORTS_MACCATALYST = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
XROS_DEPLOYMENT_TARGET = 2.1;
};
name = Release;
Expand Down

0 comments on commit bffbf2f

Please sign in to comment.