Skip to content

Commit c3dadc0

Browse files
authored
Merge pull request #12 from hyperoslo/fix/rename
Rename to Keychains
2 parents 1c53e13 + 26e89ce commit c3dadc0

8 files changed

Lines changed: 105 additions & 69 deletions

File tree

.travis.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
osx_image: xcode8
12
language: objective-c
2-
cache: cocoapods
3-
before_install: gem install cocoapods obcd slather -N
43

5-
# Use when you don't have third party dependencies
6-
script: xctool -project Pod/Pod.xcodeproj -scheme Tests -sdk iphonesimulator build test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test
4+
script:
5+
- xcodebuild clean build -project Keychains.xcodeproj -scheme "Keychains-Mac" -sdk macosx
6+
- xcodebuild test -project Keychains.xcodeproj -scheme "Keychains-Mac" -sdk macosx
7+
- xcodebuild clean build -project Keychains.xcodeproj -scheme "Keychains-iOS" -sdk iphonesimulator
8+
- xcodebuild test -project Keychains.xcodeproj -scheme "Keychains-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' | xcpretty
79

8-
# Use when you have third party dependencies (CocoaPods generates a workspace)
9-
# podfile: Pod/Podfile
10-
# script: xctool -workspace Pod/Pod.xcworkspace -scheme Tests -sdk iphonesimulator build test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test
11-
12-
after_success: slather
10+
notifications:
11+
email: false

Keychain.podspec renamed to Keychains.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
2-
s.name = "Keychain"
2+
s.name = "Keychains"
33
s.summary = "A keychain wrapper that is so easy to use that your cat could use it."
44
s.version = "1.0.0"
5-
s.homepage = "https://github.com/hyperoslo/Keychain"
5+
s.homepage = "https://github.com/hyperoslo/Keychains"
66
s.license = 'MIT'
77
s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }
8-
s.source = { :git => "https://github.com/hyperoslo/Keychain.git", :tag => s.version.to_s }
8+
s.source = { :git => "https://github.com/hyperoslo/Keychains.git", :tag => s.version.to_s }
99
s.social_media_url = 'https://twitter.com/hyperoslo'
1010

1111
s.ios.deployment_target = '8.0'
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
BDA447EC1C294B45003FDEAD /* Keychain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BDA447E21C294B45003FDEAD /* Keychain.framework */; };
10+
BDA447EC1C294B45003FDEAD /* Keychains.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BDA447E21C294B45003FDEAD /* Keychains.framework */; };
1111
BDA448021C294B9F003FDEAD /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA448011C294B9F003FDEAD /* Keychain.swift */; };
1212
BDA448031C294B9F003FDEAD /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA448011C294B9F003FDEAD /* Keychain.swift */; };
1313
BDA448141C294C29003FDEAD /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = BDA4480E1C294C29003FDEAD /* Info.plist */; };
1414
BDA448151C294C29003FDEAD /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = BDA448101C294C29003FDEAD /* Info.plist */; };
1515
BDA448171C294C29003FDEAD /* TestKeychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA448121C294C29003FDEAD /* TestKeychain.swift */; };
1616
BDA448181C294C29003FDEAD /* TestKeychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA448121C294C29003FDEAD /* TestKeychain.swift */; };
17-
D56DA9E71C20608E003E7253 /* Keychain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D56DA9DC1C20608E003E7253 /* Keychain.framework */; };
17+
D56DA9E71C20608E003E7253 /* Keychains.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D56DA9DC1C20608E003E7253 /* Keychains.framework */; };
1818
/* End PBXBuildFile section */
1919

2020
/* Begin PBXContainerItemProxy section */
@@ -35,15 +35,15 @@
3535
/* End PBXContainerItemProxy section */
3636

3737
/* Begin PBXFileReference section */
38-
BDA447E21C294B45003FDEAD /* Keychain.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Keychain.framework; sourceTree = BUILT_PRODUCTS_DIR; };
38+
BDA447E21C294B45003FDEAD /* Keychains.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Keychains.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3939
BDA447EB1C294B45003FDEAD /* Tests-Mac.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests-Mac.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
4040
BDA447FB1C294B68003FDEAD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4141
BDA447FD1C294B68003FDEAD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4242
BDA448011C294B9F003FDEAD /* Keychain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Keychain.swift; sourceTree = "<group>"; };
4343
BDA4480E1C294C29003FDEAD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4444
BDA448101C294C29003FDEAD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4545
BDA448121C294C29003FDEAD /* TestKeychain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestKeychain.swift; sourceTree = "<group>"; };
46-
D56DA9DC1C20608E003E7253 /* Keychain.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Keychain.framework; sourceTree = BUILT_PRODUCTS_DIR; };
46+
D56DA9DC1C20608E003E7253 /* Keychains.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Keychains.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4747
D56DA9E61C20608E003E7253 /* Tests-iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests-iOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
4848
/* End PBXFileReference section */
4949

@@ -59,7 +59,7 @@
5959
isa = PBXFrameworksBuildPhase;
6060
buildActionMask = 2147483647;
6161
files = (
62-
BDA447EC1C294B45003FDEAD /* Keychain.framework in Frameworks */,
62+
BDA447EC1C294B45003FDEAD /* Keychains.framework in Frameworks */,
6363
);
6464
runOnlyForDeploymentPostprocessing = 0;
6565
};
@@ -74,7 +74,7 @@
7474
isa = PBXFrameworksBuildPhase;
7575
buildActionMask = 2147483647;
7676
files = (
77-
D56DA9E71C20608E003E7253 /* Keychain.framework in Frameworks */,
77+
D56DA9E71C20608E003E7253 /* Keychains.framework in Frameworks */,
7878
);
7979
runOnlyForDeploymentPostprocessing = 0;
8080
};
@@ -169,9 +169,9 @@
169169
D56DA9DD1C20608E003E7253 /* Products */ = {
170170
isa = PBXGroup;
171171
children = (
172-
D56DA9DC1C20608E003E7253 /* Keychain.framework */,
172+
D56DA9DC1C20608E003E7253 /* Keychains.framework */,
173173
D56DA9E61C20608E003E7253 /* Tests-iOS.xctest */,
174-
BDA447E21C294B45003FDEAD /* Keychain.framework */,
174+
BDA447E21C294B45003FDEAD /* Keychains.framework */,
175175
BDA447EB1C294B45003FDEAD /* Tests-Mac.xctest */,
176176
);
177177
name = Products;
@@ -197,9 +197,9 @@
197197
/* End PBXHeadersBuildPhase section */
198198

199199
/* Begin PBXNativeTarget section */
200-
BDA447E11C294B45003FDEAD /* Keychain-Mac */ = {
200+
BDA447E11C294B45003FDEAD /* Keychains-Mac */ = {
201201
isa = PBXNativeTarget;
202-
buildConfigurationList = BDA447F31C294B45003FDEAD /* Build configuration list for PBXNativeTarget "Keychain-Mac" */;
202+
buildConfigurationList = BDA447F31C294B45003FDEAD /* Build configuration list for PBXNativeTarget "Keychains-Mac" */;
203203
buildPhases = (
204204
BDA447DD1C294B45003FDEAD /* Sources */,
205205
BDA447DE1C294B45003FDEAD /* Frameworks */,
@@ -210,9 +210,9 @@
210210
);
211211
dependencies = (
212212
);
213-
name = "Keychain-Mac";
213+
name = "Keychains-Mac";
214214
productName = "Keychain-Mac";
215-
productReference = BDA447E21C294B45003FDEAD /* Keychain.framework */;
215+
productReference = BDA447E21C294B45003FDEAD /* Keychains.framework */;
216216
productType = "com.apple.product-type.framework";
217217
};
218218
BDA447EA1C294B45003FDEAD /* Tests-Mac */ = {
@@ -233,9 +233,9 @@
233233
productReference = BDA447EB1C294B45003FDEAD /* Tests-Mac.xctest */;
234234
productType = "com.apple.product-type.bundle.unit-test";
235235
};
236-
D56DA9DB1C20608E003E7253 /* Keychain-iOS */ = {
236+
D56DA9DB1C20608E003E7253 /* Keychains-iOS */ = {
237237
isa = PBXNativeTarget;
238-
buildConfigurationList = D56DA9F01C20608E003E7253 /* Build configuration list for PBXNativeTarget "Keychain-iOS" */;
238+
buildConfigurationList = D56DA9F01C20608E003E7253 /* Build configuration list for PBXNativeTarget "Keychains-iOS" */;
239239
buildPhases = (
240240
D56DA9D71C20608E003E7253 /* Sources */,
241241
D56DA9D81C20608E003E7253 /* Frameworks */,
@@ -246,9 +246,9 @@
246246
);
247247
dependencies = (
248248
);
249-
name = "Keychain-iOS";
249+
name = "Keychains-iOS";
250250
productName = Keychain;
251-
productReference = D56DA9DC1C20608E003E7253 /* Keychain.framework */;
251+
productReference = D56DA9DC1C20608E003E7253 /* Keychains.framework */;
252252
productType = "com.apple.product-type.framework";
253253
};
254254
D56DA9E51C20608E003E7253 /* Tests-iOS */ = {
@@ -295,7 +295,7 @@
295295
};
296296
};
297297
};
298-
buildConfigurationList = D56DA9D61C20608E003E7253 /* Build configuration list for PBXProject "Keychain" */;
298+
buildConfigurationList = D56DA9D61C20608E003E7253 /* Build configuration list for PBXProject "Keychains" */;
299299
compatibilityVersion = "Xcode 3.2";
300300
developmentRegion = English;
301301
hasScannedForEncodings = 0;
@@ -307,9 +307,9 @@
307307
projectDirPath = "";
308308
projectRoot = "";
309309
targets = (
310-
D56DA9DB1C20608E003E7253 /* Keychain-iOS */,
310+
D56DA9DB1C20608E003E7253 /* Keychains-iOS */,
311311
D56DA9E51C20608E003E7253 /* Tests-iOS */,
312-
BDA447E11C294B45003FDEAD /* Keychain-Mac */,
312+
BDA447E11C294B45003FDEAD /* Keychains-Mac */,
313313
BDA447EA1C294B45003FDEAD /* Tests-Mac */,
314314
);
315315
};
@@ -386,12 +386,12 @@
386386
/* Begin PBXTargetDependency section */
387387
BDA447EE1C294B45003FDEAD /* PBXTargetDependency */ = {
388388
isa = PBXTargetDependency;
389-
target = BDA447E11C294B45003FDEAD /* Keychain-Mac */;
389+
target = BDA447E11C294B45003FDEAD /* Keychains-Mac */;
390390
targetProxy = BDA447ED1C294B45003FDEAD /* PBXContainerItemProxy */;
391391
};
392392
D56DA9E91C20608E003E7253 /* PBXTargetDependency */ = {
393393
isa = PBXTargetDependency;
394-
target = D56DA9DB1C20608E003E7253 /* Keychain-iOS */;
394+
target = D56DA9DB1C20608E003E7253 /* Keychains-iOS */;
395395
targetProxy = D56DA9E81C20608E003E7253 /* PBXContainerItemProxy */;
396396
};
397397
/* End PBXTargetDependency section */
@@ -411,8 +411,8 @@
411411
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
412412
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
413413
MACOSX_DEPLOYMENT_TARGET = 10.11;
414-
PRODUCT_BUNDLE_IDENTIFIER = "no.hyper.Keychain-Mac";
415-
PRODUCT_NAME = Keychain;
414+
PRODUCT_BUNDLE_IDENTIFIER = "no.hyper.Keychains-Mac";
415+
PRODUCT_NAME = Keychains;
416416
SDKROOT = macosx;
417417
SKIP_INSTALL = YES;
418418
SWIFT_VERSION = 3.0;
@@ -433,8 +433,8 @@
433433
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
434434
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
435435
MACOSX_DEPLOYMENT_TARGET = 10.11;
436-
PRODUCT_BUNDLE_IDENTIFIER = "no.hyper.Keychain-Mac";
437-
PRODUCT_NAME = Keychain;
436+
PRODUCT_BUNDLE_IDENTIFIER = "no.hyper.Keychains-Mac";
437+
PRODUCT_NAME = Keychains;
438438
SDKROOT = macosx;
439439
SKIP_INSTALL = YES;
440440
SWIFT_VERSION = 3.0;
@@ -577,8 +577,8 @@
577577
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
578578
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
579579
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
580-
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.Keychain;
581-
PRODUCT_NAME = Keychain;
580+
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.Keychains;
581+
PRODUCT_NAME = Keychains;
582582
SKIP_INSTALL = YES;
583583
SWIFT_VERSION = 3.0;
584584
};
@@ -596,8 +596,8 @@
596596
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
597597
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
598598
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
599-
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.Keychain;
600-
PRODUCT_NAME = Keychain;
599+
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.Keychains;
600+
PRODUCT_NAME = Keychains;
601601
SKIP_INSTALL = YES;
602602
SWIFT_VERSION = 3.0;
603603
};
@@ -628,7 +628,7 @@
628628
/* End XCBuildConfiguration section */
629629

630630
/* Begin XCConfigurationList section */
631-
BDA447F31C294B45003FDEAD /* Build configuration list for PBXNativeTarget "Keychain-Mac" */ = {
631+
BDA447F31C294B45003FDEAD /* Build configuration list for PBXNativeTarget "Keychains-Mac" */ = {
632632
isa = XCConfigurationList;
633633
buildConfigurations = (
634634
BDA447F41C294B45003FDEAD /* Debug */,
@@ -646,7 +646,7 @@
646646
defaultConfigurationIsVisible = 0;
647647
defaultConfigurationName = Release;
648648
};
649-
D56DA9D61C20608E003E7253 /* Build configuration list for PBXProject "Keychain" */ = {
649+
D56DA9D61C20608E003E7253 /* Build configuration list for PBXProject "Keychains" */ = {
650650
isa = XCConfigurationList;
651651
buildConfigurations = (
652652
D56DA9EE1C20608E003E7253 /* Debug */,
@@ -655,7 +655,7 @@
655655
defaultConfigurationIsVisible = 0;
656656
defaultConfigurationName = Release;
657657
};
658-
D56DA9F01C20608E003E7253 /* Build configuration list for PBXNativeTarget "Keychain-iOS" */ = {
658+
D56DA9F01C20608E003E7253 /* Build configuration list for PBXNativeTarget "Keychains-iOS" */ = {
659659
isa = XCConfigurationList;
660660
buildConfigurations = (
661661
D56DA9F11C20608E003E7253 /* Debug */,

Keychain.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Keychains.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Keychain.xcodeproj/xcshareddata/xcschemes/Keychain-Mac.xcscheme renamed to Keychains.xcodeproj/xcshareddata/xcschemes/Keychain-Mac.xcscheme

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "BDA447E11C294B45003FDEAD"
1818
BuildableName = "Keychain.framework"
19-
BlueprintName = "Keychain-Mac"
20-
ReferencedContainer = "container:Keychain.xcodeproj">
19+
BlueprintName = "Keychains-Mac"
20+
ReferencedContainer = "container:Keychains.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -35,7 +35,7 @@
3535
BlueprintIdentifier = "BDA447EA1C294B45003FDEAD"
3636
BuildableName = "Tests-Mac.xctest"
3737
BlueprintName = "Tests-Mac"
38-
ReferencedContainer = "container:Keychain.xcodeproj">
38+
ReferencedContainer = "container:Keychains.xcodeproj">
3939
</BuildableReference>
4040
</TestableReference>
4141
</Testables>
@@ -44,8 +44,8 @@
4444
BuildableIdentifier = "primary"
4545
BlueprintIdentifier = "BDA447E11C294B45003FDEAD"
4646
BuildableName = "Keychain.framework"
47-
BlueprintName = "Keychain-Mac"
48-
ReferencedContainer = "container:Keychain.xcodeproj">
47+
BlueprintName = "Keychains-Mac"
48+
ReferencedContainer = "container:Keychains.xcodeproj">
4949
</BuildableReference>
5050
</MacroExpansion>
5151
<AdditionalOptions>
@@ -66,8 +66,8 @@
6666
BuildableIdentifier = "primary"
6767
BlueprintIdentifier = "BDA447E11C294B45003FDEAD"
6868
BuildableName = "Keychain.framework"
69-
BlueprintName = "Keychain-Mac"
70-
ReferencedContainer = "container:Keychain.xcodeproj">
69+
BlueprintName = "Keychains-Mac"
70+
ReferencedContainer = "container:Keychains.xcodeproj">
7171
</BuildableReference>
7272
</MacroExpansion>
7373
<AdditionalOptions>
@@ -84,8 +84,8 @@
8484
BuildableIdentifier = "primary"
8585
BlueprintIdentifier = "BDA447E11C294B45003FDEAD"
8686
BuildableName = "Keychain.framework"
87-
BlueprintName = "Keychain-Mac"
88-
ReferencedContainer = "container:Keychain.xcodeproj">
87+
BlueprintName = "Keychains-Mac"
88+
ReferencedContainer = "container:Keychains.xcodeproj">
8989
</BuildableReference>
9090
</MacroExpansion>
9191
</ProfileAction>

Keychain.xcodeproj/xcshareddata/xcschemes/Keychain-iOS.xcscheme renamed to Keychains.xcodeproj/xcshareddata/xcschemes/Keychain-iOS.xcscheme

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "D56DA9DB1C20608E003E7253"
1818
BuildableName = "Keychain.framework"
19-
BlueprintName = "Keychain-iOS"
20-
ReferencedContainer = "container:Keychain.xcodeproj">
19+
BlueprintName = "Keychains-iOS"
20+
ReferencedContainer = "container:Keychains.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -35,7 +35,7 @@
3535
BlueprintIdentifier = "D56DA9E51C20608E003E7253"
3636
BuildableName = "Tests-iOS.xctest"
3737
BlueprintName = "Tests-iOS"
38-
ReferencedContainer = "container:Keychain.xcodeproj">
38+
ReferencedContainer = "container:Keychains.xcodeproj">
3939
</BuildableReference>
4040
</TestableReference>
4141
</Testables>
@@ -44,8 +44,8 @@
4444
BuildableIdentifier = "primary"
4545
BlueprintIdentifier = "D56DA9DB1C20608E003E7253"
4646
BuildableName = "Keychain.framework"
47-
BlueprintName = "Keychain-iOS"
48-
ReferencedContainer = "container:Keychain.xcodeproj">
47+
BlueprintName = "Keychains-iOS"
48+
ReferencedContainer = "container:Keychains.xcodeproj">
4949
</BuildableReference>
5050
</MacroExpansion>
5151
<AdditionalOptions>
@@ -66,8 +66,8 @@
6666
BuildableIdentifier = "primary"
6767
BlueprintIdentifier = "D56DA9DB1C20608E003E7253"
6868
BuildableName = "Keychain.framework"
69-
BlueprintName = "Keychain-iOS"
70-
ReferencedContainer = "container:Keychain.xcodeproj">
69+
BlueprintName = "Keychains-iOS"
70+
ReferencedContainer = "container:Keychains.xcodeproj">
7171
</BuildableReference>
7272
</MacroExpansion>
7373
<AdditionalOptions>
@@ -84,8 +84,8 @@
8484
BuildableIdentifier = "primary"
8585
BlueprintIdentifier = "D56DA9DB1C20608E003E7253"
8686
BuildableName = "Keychain.framework"
87-
BlueprintName = "Keychain-iOS"
88-
ReferencedContainer = "container:Keychain.xcodeproj">
87+
BlueprintName = "Keychains-iOS"
88+
ReferencedContainer = "container:Keychains.xcodeproj">
8989
</BuildableReference>
9090
</MacroExpansion>
9191
</ProfileAction>

0 commit comments

Comments
 (0)