Skip to content

Commit

Permalink
Updates for Xcode 8 and Swift 3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhartford committed Sep 15, 2016
1 parent 9d657b0 commit c751513
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SwiftR MacTests/SwiftR_MacTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SwiftR_MacTests: 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
2 changes: 1 addition & 1 deletion SwiftR iOSTests/SwiftR_iOSTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SwiftR_iOSTests: 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
6 changes: 6 additions & 0 deletions SwiftR.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@
};
5B2F479E1ADFFE6800416A1A = {
CreatedOnToolsVersion = 6.3;
LastSwiftMigration = 0800;
};
5B2F47B21ADFFE7300416A1A = {
CreatedOnToolsVersion = 6.3;
Expand All @@ -525,6 +526,7 @@
};
5B2F47BC1ADFFE7300416A1A = {
CreatedOnToolsVersion = 6.3;
LastSwiftMigration = 0800;
};
5B2F47CF1ADFFE8400416A1A = {
CreatedOnToolsVersion = 6.3;
Expand Down Expand Up @@ -902,6 +904,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.adamhartford.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -916,6 +919,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.adamhartford.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand Down Expand Up @@ -1003,6 +1007,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.adamhartford.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -1020,6 +1025,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.adamhartford.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand Down

0 comments on commit c751513

Please sign in to comment.