Skip to content

Commit

Permalink
Upgrade to Xcode 11.3.1 and Swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Caselles committed Jan 30, 2020
1 parent 00c95e1 commit c723aad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Kiwi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1688,6 +1688,7 @@
};
CE87C42C1AF194EA00310C07 = {
CreatedOnToolsVersion = 6.3.1;
LastSwiftMigration = 1130;
};
};
};
Expand Down Expand Up @@ -2473,7 +2474,7 @@
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_NAME = "$(KIWI_TESTS_PRODUCT_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand Down Expand Up @@ -2503,7 +2504,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_NAME = "$(KIWI_TESTS_PRODUCT_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down

0 comments on commit c723aad

Please sign in to comment.