Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
updating to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Combs committed Sep 20, 2016
1 parent 7c80c4e commit a3a16a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions KeyboardHelper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,11 @@
TargetAttributes = {
275BCA761C57C9F800FF3647 = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0800;
};
275BCA801C57C9F800FF3647 = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0800;
};
};
};
Expand Down Expand Up @@ -362,6 +364,7 @@
SKIP_INSTALL = YES;
SWIFT_OBJC_INTERFACE_HEADER_NAME = "$(SWIFT_MODULE_NAME)-Swift.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -379,6 +382,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OBJC_INTERFACE_HEADER_NAME = "$(SWIFT_MODULE_NAME)-Swift.h";
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand All @@ -389,6 +393,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.KeyboardHelperTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -399,6 +404,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.KeyboardHelperTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand Down

0 comments on commit a3a16a5

Please sign in to comment.