Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
Legacy swift for all frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
justin committed Sep 7, 2016
1 parent 2160d37 commit df2454c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Aspen.xcodeproj/project.pbxproj
Expand Up @@ -586,6 +586,7 @@
PRODUCT_NAME = Aspen;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -608,6 +609,7 @@
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand Down Expand Up @@ -794,6 +796,7 @@
PRODUCT_NAME = Aspen;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.1;
};
Expand All @@ -816,6 +819,7 @@
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.1;
};
Expand All @@ -837,6 +841,7 @@
PRODUCT_NAME = Aspen;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.1;
};
Expand All @@ -858,6 +863,7 @@
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.1;
};
Expand Down

0 comments on commit df2454c

Please sign in to comment.