Skip to content

Commit

Permalink
Update swift version for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Feb 25, 2017
1 parent 08147b3 commit 499b4d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions iOS/Small.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@
};
F8EF07C91A73D33F00A2DDE0 = {
CreatedOnToolsVersion = 6.1.1;
LastSwiftMigration = 0820;
};
};
};
Expand Down Expand Up @@ -638,6 +639,7 @@
INFOPLIST_FILE = SmallTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -651,6 +653,7 @@
INFOPLIST_FILE = SmallTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion iOS/SmallTests/SmallTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SmallTests: XCTestCase {

func testPerformanceExample() {
// This is an example of a performance test case.
self.measureBlock() {
self.measure() {
// Put the code you want to measure the time of here.
}
}
Expand Down

0 comments on commit 499b4d7

Please sign in to comment.