Skip to content

Commit 625caed

Browse files
committed
Remove macosx as a valid platform
1 parent 1b6dbca commit 625caed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PMKHomeKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@
382382
PRODUCT_MODULE_NAME = "${TARGET_NAME}";
383383
PRODUCT_NAME = "$(TARGET_NAME)";
384384
SKIP_INSTALL = YES;
385+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos";
385386
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
386387
};
387388
name = Debug;
@@ -399,6 +400,7 @@
399400
PRODUCT_MODULE_NAME = "${TARGET_NAME}";
400401
PRODUCT_NAME = "$(TARGET_NAME)";
401402
SKIP_INSTALL = YES;
403+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos";
402404
};
403405
name = Release;
404406
};

0 commit comments

Comments
 (0)