Skip to content

Commit

Permalink
Update FuziDemo's project setting to Swift 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
cezheng committed May 25, 2019
1 parent 839a0f9 commit fdcdaf7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions FuziDemo/FuziDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
TargetAttributes = {
799EB4DC1BA42D4D00E8F920 = {
CreatedOnToolsVersion = 7.0;
LastSwiftMigration = 0900;
LastSwiftMigration = 1020;
};
};
};
Expand All @@ -101,6 +101,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down Expand Up @@ -253,8 +254,7 @@
PRODUCT_BUNDLE_IDENTIFIER = me.cezheng.FuzeDemo;
PRODUCT_NAME = FuziDemo;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand All @@ -274,8 +274,7 @@
PRODUCT_BUNDLE_IDENTIFIER = me.cezheng.FuzeDemo;
PRODUCT_NAME = FuziDemo;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
};
name = Release;
};
Expand Down

0 comments on commit fdcdaf7

Please sign in to comment.