Skip to content

Commit

Permalink
Merge pull request #60 from kishikawakatsumi/f
Browse files Browse the repository at this point in the history
Fix header
  • Loading branch information
kishikawakatsumi committed Jan 17, 2015
2 parents 1be2f38 + 84554a3 commit ed7e856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/UICKeyChainStore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
145BF4AC1A6A688800D01D0D /* UICKeyChainStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A59CA21A62CF6E006561CC /* UICKeyChainStore.h */; settings = {ATTRIBUTES = (Public, ); }; };
14A59CA31A62CF6E006561CC /* UICKeyChainStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A59CA21A62CF6E006561CC /* UICKeyChainStore.h */; settings = {ATTRIBUTES = (Public, ); }; };
14A59CA91A62CF6E006561CC /* UICKeyChainStore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14A59C9D1A62CF6E006561CC /* UICKeyChainStore.framework */; };
14A59CB01A62CF6E006561CC /* UICKeyChainStoreTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 14A59CAF1A62CF6E006561CC /* UICKeyChainStoreTests.m */; };
Expand Down Expand Up @@ -219,6 +220,7 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
145BF4AC1A6A688800D01D0D /* UICKeyChainStore.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit ed7e856

Please sign in to comment.