Skip to content

Commit

Permalink
Merge pull request #131 from dlahyani/feature/silence-xcode-project-w…
Browse files Browse the repository at this point in the history
…arnings

UICKeyChainStore: Upgrade project and schemes and silence warnings.
  • Loading branch information
kishikawakatsumi committed Aug 20, 2016
2 parents c371507 + 9e980b0 commit 5a758c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Lib/UICKeyChainStore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
14A59C941A62CF6E006561CC /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
LastUpgradeCheck = 0730;
ORGANIZATIONNAME = "kishikawa katsumi";
};
buildConfigurationList = 14A59C971A62CF6E006561CC /* Build configuration list for PBXProject "UICKeyChainStore" */;
Expand Down Expand Up @@ -338,6 +338,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 143BF28F1C1CD598002BE6B3 /* Debug.xcconfig */;
buildSettings = {
ENABLE_TESTABILITY = YES;
ONLY_ACTIVE_ARCH = YES;
};
name = Debug;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
LastUpgradeVersion = "0730"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
LastUpgradeVersion = "0730"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 5a758c4

Please sign in to comment.