Skip to content

Commit

Permalink
Merge pull request onmyway133#1 from vaivin/swift5
Browse files Browse the repository at this point in the history
Swift 5 update
  • Loading branch information
vinayjn authored Aug 16, 2019
2 parents d77b618 + 2749f9b commit 549f2e0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Smile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,12 @@
TargetAttributes = {
D5B2E89E1C3A780C00C0327D = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0810;
LastSwiftMigration = 1020;
};
D5B2E8A81C3A780C00C0327D = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0810;
DevelopmentTeam = FC224894XG;
LastSwiftMigration = 1020;
};
D5C6293F1C3A7FAA007F7B7C = {
CreatedOnToolsVersion = 7.2;
Expand All @@ -280,6 +281,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = D5B2E8951C3A780C00C0327D;
Expand Down Expand Up @@ -512,6 +514,7 @@
PRODUCT_NAME = Smile;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand All @@ -531,31 +534,36 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.fantageek.Smile.Smile-iOS";
PRODUCT_NAME = Smile;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
};
D5B2E8B71C3A780C00C0327D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = FC224894XG;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/SmileTests/Info-iOS.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.SmileTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
};
name = Debug;
};
D5B2E8B81C3A780C00C0327D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = FC224894XG;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/SmileTests/Info-iOS.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.SmileTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
name = Release;
};
Expand Down

0 comments on commit 549f2e0

Please sign in to comment.