Skip to content

Commit

Permalink
Remove unused platform
Browse files Browse the repository at this point in the history
  • Loading branch information
eleev committed Aug 15, 2022
1 parent bd6d305 commit a701d3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions T2iles.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,9 @@
);
PRODUCT_BUNDLE_IDENTIFIER = eleev.astemir.T2iles;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -868,7 +870,9 @@
);
PRODUCT_BUNDLE_IDENTIFIER = eleev.astemir.T2iles;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down

0 comments on commit a701d3b

Please sign in to comment.