Skip to content

Commit

Permalink
Using swift 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang1992 committed Oct 7, 2016
1 parent 827a35b commit c33a425
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Realm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2504,7 +2504,7 @@
DEFINES_MODULE = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -2515,7 +2515,7 @@
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand Down Expand Up @@ -2553,13 +2553,15 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 5D659E741BE03E0D006515A0 /* Realm iOS static.xcconfig */;
buildSettings = {
SWIFT_VERSION = 2.3;
};
name = Debug;
};
5DD755CE1BE056DE002800DA /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 5D659E741BE03E0D006515A0 /* Realm iOS static.xcconfig */;
buildSettings = {
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand Down

0 comments on commit c33a425

Please sign in to comment.