File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 940
940
SKIP_INSTALL = YES;
941
941
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
942
942
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
943
- TARGETED_DEVICE_FAMILY = "1,2" ;
943
+ TARGETED_DEVICE_FAMILY = 3 ;
944
944
TVOS_DEPLOYMENT_TARGET = 9.1;
945
945
VERSIONING_SYSTEM = "apple-generic";
946
946
VERSION_INFO_PREFIX = "";
987
987
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
988
988
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
989
989
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
990
+ MACH_O_TYPE = mh_dylib;
991
+ MACOSX_DEPLOYMENT_TARGET = 10.11;
990
992
MTL_ENABLE_DEBUG_INFO = NO;
991
993
PRODUCT_BUNDLE_IDENTIFIER = "com.pusher.$(PRODUCT_NAME:rfc1034identifier)";
992
994
PRODUCT_NAME = PusherSwift;
993
995
SDKROOT = appletvos;
994
996
SKIP_INSTALL = YES;
995
997
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
996
- TARGETED_DEVICE_FAMILY = "1,2" ;
998
+ TARGETED_DEVICE_FAMILY = 3 ;
997
999
TVOS_DEPLOYMENT_TARGET = 9.1;
998
1000
VALIDATE_PRODUCT = YES;
999
1001
VERSIONING_SYSTEM = "apple-generic";
You can’t perform that action at this time.
0 commit comments