Skip to content

Commit

Permalink
Merge pull request #3 from michaelbabiy/app-center-setup
Browse files Browse the repository at this point in the history
Link Keychain Framework

* Link Keychain framework in the Example app for proper App Center setup.
  • Loading branch information
michaelbabiy authored Jan 15, 2019
2 parents 3de00b7 + 36e461d commit fc4892d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Example/Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
1CC619602033AD5A00996EC6 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC6195F2033AD5A00996EC6 /* Item.swift */; };
1CDD5191203E1D030050E179 /* KeychainDeleteTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CDD5190203E1D030050E179 /* KeychainDeleteTests.swift */; };
1CEB5689203E0058008B740E /* Card.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEB5688203E0058008B740E /* Card.swift */; };
4CD1635E21ED8FDE00B44EBB /* Keychain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CD1635D21ED8FDE00B44EBB /* Keychain.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -73,6 +74,7 @@
1CC6195F2033AD5A00996EC6 /* Item.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; };
1CDD5190203E1D030050E179 /* KeychainDeleteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainDeleteTests.swift; sourceTree = "<group>"; };
1CEB5688203E0058008B740E /* Card.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Card.swift; sourceTree = "<group>"; };
4CD1635D21ED8FDE00B44EBB /* Keychain.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Keychain.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -87,6 +89,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4CD1635E21ED8FDE00B44EBB /* Keychain.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -164,6 +167,7 @@
1C579609202BB0DD008F939A /* Example */,
1C41F554203D3A160034017C /* KeychainTests */,
1C579608202BB0DD008F939A /* Products */,
4CD1635C21ED8FDE00B44EBB /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -233,6 +237,14 @@
path = Models;
sourceTree = "<group>";
};
4CD1635C21ED8FDE00B44EBB /* Frameworks */ = {
isa = PBXGroup;
children = (
4CD1635D21ED8FDE00B44EBB /* Keychain.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down

0 comments on commit fc4892d

Please sign in to comment.