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

Commit

Permalink
Swift 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Combs committed Sep 20, 2016
1 parent c7682e8 commit 0476f08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "nodes-ios/Cashier" "1.1.1"
github "nodes-ios/Serializable" "0.11.0"
github "nodes-ios/Serializable" "0.13.1"
6 changes: 6 additions & 0 deletions UserManagerType.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,11 @@
};
272F1DEB1C6A3D2B0098F620 = {
CreatedOnToolsVersion = 7.2.1;
LastSwiftMigration = 0800;
};
272F1DF51C6A3D2B0098F620 = {
CreatedOnToolsVersion = 7.2.1;
LastSwiftMigration = 0800;
};
};
};
Expand Down Expand Up @@ -908,6 +910,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -929,6 +932,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.UserManagerType;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand All @@ -939,6 +943,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.UserManagerTypeTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -949,6 +954,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.UserManagerTypeTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand Down

0 comments on commit 0476f08

Please sign in to comment.