1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-10-05 16:57:12 +03:00

Merge pull request #614 from amarunko/supported-platforms

Added supported platform - macOS
This commit is contained in:
Yuri Strot 2019-08-16 00:55:40 +07:00 committed by GitHub
commit dd1f6555dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3175,7 +3175,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macOS";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,3,4";
};
@ -3200,7 +3200,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macOS";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,3,4";
};