Skip to content

Commit

Permalink
Replacement for #754 - we don’t actually need to specify the SUPPORTE…
Browse files Browse the repository at this point in the history
…D_PLATFORMS for each target - they are picked up from the system default based on the SDK
  • Loading branch information
bpoplauschi committed Feb 21, 2017
1 parent de0820b commit 40f1852
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Lumberjack.xcodeproj/project.pbxproj
Expand Up @@ -1773,7 +1773,6 @@
PRODUCT_NAME = CocoaLumberjackSwift;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
WRAPPER_EXTENSION = framework;
Expand All @@ -1799,7 +1798,6 @@
PRODUCT_NAME = CocoaLumberjackSwift;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
WRAPPER_EXTENSION = framework;
};
Expand Down Expand Up @@ -1930,7 +1928,6 @@
PRODUCT_NAME = CocoaLumberjack;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
TARGETED_DEVICE_FAMILY = 4;
WRAPPER_EXTENSION = framework;
};
Expand All @@ -1955,7 +1952,6 @@
PRODUCT_NAME = CocoaLumberjack;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
TARGETED_DEVICE_FAMILY = 4;
WRAPPER_EXTENSION = framework;
};
Expand All @@ -1978,7 +1974,6 @@
PRODUCT_NAME = CocoaLumberjackSwift;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
TARGETED_DEVICE_FAMILY = 4;
WRAPPER_EXTENSION = framework;
};
Expand All @@ -2001,7 +1996,6 @@
PRODUCT_NAME = CocoaLumberjackSwift;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos";
TARGETED_DEVICE_FAMILY = 4;
WRAPPER_EXTENSION = framework;
};
Expand Down Expand Up @@ -2062,7 +2056,6 @@
PRODUCT_NAME = CocoaLumberjack;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
};
name = Debug;
};
Expand All @@ -2085,7 +2078,6 @@
PRODUCT_NAME = CocoaLumberjack;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
};
name = Release;
};
Expand All @@ -2106,7 +2098,6 @@
PRODUCT_NAME = CocoaLumberjackSwift;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
};
name = Debug;
};
Expand All @@ -2127,7 +2118,6 @@
PRODUCT_NAME = CocoaLumberjackSwift;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
};
name = Release;
};
Expand Down Expand Up @@ -2226,7 +2216,6 @@
PRODUCT_NAME = CocoaLumberjack;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -2250,7 +2239,6 @@
PRODUCT_NAME = CocoaLumberjack;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand All @@ -2272,7 +2260,6 @@
PRODUCT_NAME = CocoaLumberjackSwift;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -2294,7 +2281,6 @@
PRODUCT_NAME = CocoaLumberjackSwift;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down Expand Up @@ -2458,7 +2444,6 @@
PRODUCT_NAME = CocoaLumberjack;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
WRAPPER_EXTENSION = framework;
Expand All @@ -2485,7 +2470,6 @@
PRODUCT_NAME = CocoaLumberjack;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = macosx;
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
WRAPPER_EXTENSION = framework;
};
Expand Down

0 comments on commit 40f1852

Please sign in to comment.