Skip to content

Commit 7523377

Browse files
authored
Replace OSX with macOS in schemes and targets (#154)
Replace OSX with macOS
1 parent 5c15609 commit 7523377

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ commands:
7676
- run:
7777
name: Run macOS tests
7878
command: |
79-
xcodebuild test -scheme << parameters.scheme >>-OSX -destination 'platform=macOS,arch=x86_64' | xcpretty
79+
xcodebuild test -scheme << parameters.scheme >>-macOS -destination 'platform=macOS,arch=x86_64' | xcpretty
8080
swift test
8181
test-tvos:
8282
parameters:

SimpleKeychain.xcodeproj/project.pbxproj

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
containerPortal = 5FEEB9931B7BD70A00501415 /* Project object */;
8888
proxyType = 1;
8989
remoteGlobalIDString = 5FEEB9BC1B7BD82800501415;
90-
remoteInfo = "SimpleKeychain-OSX";
90+
remoteInfo = "SimpleKeychain-macOS";
9191
};
9292
/* End PBXContainerItemProxy section */
9393

@@ -426,7 +426,7 @@
426426
dependencies = (
427427
);
428428
name = "SimpleKeychain-watchOS";
429-
productName = "SimpleKeychain-OSX";
429+
productName = "SimpleKeychain-macOS";
430430
productReference = 5B108AA91EA62F6100ED4DD2 /* SimpleKeychain.framework */;
431431
productType = "com.apple.product-type.framework";
432432
};
@@ -486,9 +486,9 @@
486486
productReference = 5F4D277B1BCE99DF003C27B3 /* SimpleKeychainTests.xctest */;
487487
productType = "com.apple.product-type.bundle.unit-test";
488488
};
489-
5F4D278E1BCEA69E003C27B3 /* SimpleKeychainTests-OSX */ = {
489+
5F4D278E1BCEA69E003C27B3 /* SimpleKeychainTests-macOS */ = {
490490
isa = PBXNativeTarget;
491-
buildConfigurationList = 5F4D27971BCEA69E003C27B3 /* Build configuration list for PBXNativeTarget "SimpleKeychainTests-OSX" */;
491+
buildConfigurationList = 5F4D27971BCEA69E003C27B3 /* Build configuration list for PBXNativeTarget "SimpleKeychainTests-macOS" */;
492492
buildPhases = (
493493
5F4D278B1BCEA69E003C27B3 /* Sources */,
494494
5F4D278C1BCEA69E003C27B3 /* Frameworks */,
@@ -500,8 +500,8 @@
500500
dependencies = (
501501
5F4D27961BCEA69E003C27B3 /* PBXTargetDependency */,
502502
);
503-
name = "SimpleKeychainTests-OSX";
504-
productName = "SimpleKeychainTests-OSX";
503+
name = "SimpleKeychainTests-macOS";
504+
productName = "SimpleKeychainTests-macOS";
505505
productReference = 5F4D278F1BCEA69E003C27B3 /* SimpleKeychainTests.xctest */;
506506
productType = "com.apple.product-type.bundle.unit-test";
507507
};
@@ -542,9 +542,9 @@
542542
productReference = 5FEEB99C1B7BD70A00501415 /* SimpleKeychain.framework */;
543543
productType = "com.apple.product-type.framework";
544544
};
545-
5FEEB9BC1B7BD82800501415 /* SimpleKeychain-OSX */ = {
545+
5FEEB9BC1B7BD82800501415 /* SimpleKeychain-macOS */ = {
546546
isa = PBXNativeTarget;
547-
buildConfigurationList = 5FEEB9D01B7BD82800501415 /* Build configuration list for PBXNativeTarget "SimpleKeychain-OSX" */;
547+
buildConfigurationList = 5FEEB9D01B7BD82800501415 /* Build configuration list for PBXNativeTarget "SimpleKeychain-macOS" */;
548548
buildPhases = (
549549
5FEEB9B81B7BD82800501415 /* Sources */,
550550
5FEEB9B91B7BD82800501415 /* Frameworks */,
@@ -556,8 +556,8 @@
556556
);
557557
dependencies = (
558558
);
559-
name = "SimpleKeychain-OSX";
560-
productName = "SimpleKeychain-OSX";
559+
name = "SimpleKeychain-macOS";
560+
productName = "SimpleKeychain-macOS";
561561
productReference = 5FEEB9BD1B7BD82800501415 /* SimpleKeychain.framework */;
562562
productType = "com.apple.product-type.framework";
563563
};
@@ -626,13 +626,13 @@
626626
projectRoot = "";
627627
targets = (
628628
5FEEB99B1B7BD70A00501415 /* SimpleKeychain-iOS */,
629-
5FEEB9BC1B7BD82800501415 /* SimpleKeychain-OSX */,
629+
5FEEB9BC1B7BD82800501415 /* SimpleKeychain-macOS */,
630630
5B108A9C1EA62F6100ED4DD2 /* SimpleKeychain-watchOS */,
631631
5B108AAB1EA637B100ED4DD2 /* SimpleKeychain-tvOS */,
632632
5F7B45AB1B7D0CE700D5AC89 /* SimpleKeychainApp */,
633633
5C29744223FF457A00BC18FA /* tvOSTestHost */,
634634
5F4D277A1BCE99DF003C27B3 /* SimpleKeychainTests-iOS */,
635-
5F4D278E1BCEA69E003C27B3 /* SimpleKeychainTests-OSX */,
635+
5F4D278E1BCEA69E003C27B3 /* SimpleKeychainTests-macOS */,
636636
5B0D47581EA63C74009FF1BF /* SimpleKeychainTests-tvOS */,
637637
);
638638
};
@@ -901,7 +901,7 @@
901901
};
902902
5F4D27961BCEA69E003C27B3 /* PBXTargetDependency */ = {
903903
isa = PBXTargetDependency;
904-
target = 5FEEB9BC1B7BD82800501415 /* SimpleKeychain-OSX */;
904+
target = 5FEEB9BC1B7BD82800501415 /* SimpleKeychain-macOS */;
905905
targetProxy = 5F4D27951BCEA69E003C27B3 /* PBXContainerItemProxy */;
906906
};
907907
/* End PBXTargetDependency section */
@@ -1571,7 +1571,7 @@
15711571
defaultConfigurationIsVisible = 0;
15721572
defaultConfigurationName = Release;
15731573
};
1574-
5F4D27971BCEA69E003C27B3 /* Build configuration list for PBXNativeTarget "SimpleKeychainTests-OSX" */ = {
1574+
5F4D27971BCEA69E003C27B3 /* Build configuration list for PBXNativeTarget "SimpleKeychainTests-macOS" */ = {
15751575
isa = XCConfigurationList;
15761576
buildConfigurations = (
15771577
5F4D27981BCEA69E003C27B3 /* Debug */,
@@ -1607,7 +1607,7 @@
16071607
defaultConfigurationIsVisible = 0;
16081608
defaultConfigurationName = Release;
16091609
};
1610-
5FEEB9D01B7BD82800501415 /* Build configuration list for PBXNativeTarget "SimpleKeychain-OSX" */ = {
1610+
5FEEB9D01B7BD82800501415 /* Build configuration list for PBXNativeTarget "SimpleKeychain-macOS" */ = {
16111611
isa = XCConfigurationList;
16121612
buildConfigurations = (
16131613
5FEEB9D11B7BD82800501415 /* Debug */,

SimpleKeychain.xcodeproj/xcshareddata/xcschemes/SimpleKeychain-OSX.xcscheme renamed to SimpleKeychain.xcodeproj/xcshareddata/xcschemes/SimpleKeychain-macOS.xcscheme

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "5FEEB9BC1B7BD82800501415"
1818
BuildableName = "SimpleKeychain.framework"
19-
BlueprintName = "SimpleKeychain-OSX"
19+
BlueprintName = "SimpleKeychain-macOS"
2020
ReferencedContainer = "container:SimpleKeychain.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
@@ -32,7 +32,7 @@
3232
BuildableIdentifier = "primary"
3333
BlueprintIdentifier = "5FEEB9BC1B7BD82800501415"
3434
BuildableName = "SimpleKeychain.framework"
35-
BlueprintName = "SimpleKeychain-OSX"
35+
BlueprintName = "SimpleKeychain-macOS"
3636
ReferencedContainer = "container:SimpleKeychain.xcodeproj">
3737
</BuildableReference>
3838
</MacroExpansion>
@@ -43,7 +43,7 @@
4343
BuildableIdentifier = "primary"
4444
BlueprintIdentifier = "5F4D278E1BCEA69E003C27B3"
4545
BuildableName = "SimpleKeychainTests.xctest"
46-
BlueprintName = "SimpleKeychainTests-OSX"
46+
BlueprintName = "SimpleKeychainTests-macOS"
4747
ReferencedContainer = "container:SimpleKeychain.xcodeproj">
4848
</BuildableReference>
4949
</TestableReference>
@@ -64,7 +64,7 @@
6464
BuildableIdentifier = "primary"
6565
BlueprintIdentifier = "5FEEB9BC1B7BD82800501415"
6666
BuildableName = "SimpleKeychain.framework"
67-
BlueprintName = "SimpleKeychain-OSX"
67+
BlueprintName = "SimpleKeychain-macOS"
6868
ReferencedContainer = "container:SimpleKeychain.xcodeproj">
6969
</BuildableReference>
7070
</MacroExpansion>
@@ -80,7 +80,7 @@
8080
BuildableIdentifier = "primary"
8181
BlueprintIdentifier = "5FEEB9BC1B7BD82800501415"
8282
BuildableName = "SimpleKeychain.framework"
83-
BlueprintName = "SimpleKeychain-OSX"
83+
BlueprintName = "SimpleKeychain-macOS"
8484
ReferencedContainer = "container:SimpleKeychain.xcodeproj">
8585
</BuildableReference>
8686
</MacroExpansion>

0 commit comments

Comments
 (0)