Skip to content

Commit

Permalink
Configure the "Use Legacy Swift Language Version" setting
Browse files Browse the repository at this point in the history
  • Loading branch information
delba committed Sep 18, 2016
1 parent a601d3a commit bd7200c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TextAttributes.xcodeproj/project.pbxproj
Expand Up @@ -695,6 +695,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.delba.TextAttributesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -705,6 +706,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.delba.TextAttributesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand All @@ -725,6 +727,7 @@
PRODUCT_NAME = TextAttributes;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.2;
};
Expand All @@ -747,6 +750,7 @@
PRODUCT_NAME = TextAttributes;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.2;
};
Expand All @@ -769,6 +773,7 @@
PRODUCT_NAME = TextAttributes;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
Expand All @@ -791,6 +796,7 @@
PRODUCT_NAME = TextAttributes;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
Expand All @@ -805,6 +811,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "io.delba.TextAttributes-tvOSTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
SWIFT_VERSION = 3.0;
TVOS_DEPLOYMENT_TARGET = 9.2;
};
name = Debug;
Expand All @@ -818,6 +825,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "io.delba.TextAttributes-tvOSTests";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
SWIFT_VERSION = 3.0;
TVOS_DEPLOYMENT_TARGET = 9.2;
};
name = Release;
Expand Down

0 comments on commit bd7200c

Please sign in to comment.