Skip to content

Commit b01017f

Browse files
committed
refactor: xcodeproj, xcworkspace, Podfile, targets, pods (#85)
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 0825092 commit b01017f

File tree

1,481 files changed

+179
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,481 files changed

+179
-194
lines changed

DesignToolbox/Showcase.xcodeproj/project.pbxproj renamed to DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
6DFC20C12CE3D39D00F2EC33 /* accessibility_detail.html in Resources */ = {isa = PBXBuildFile; fileRef = 6DFC20BF2CE3D39D00F2EC33 /* accessibility_detail.html */; };
169169
6DFC20C22CE3D39D00F2EC33 /* accessibility_result.xml in Resources */ = {isa = PBXBuildFile; fileRef = 6DFC20C02CE3D39D00F2EC33 /* accessibility_result.xml */; };
170170
6DFC20C52CE3D9AE00F2EC33 /* DeclarationAccessibility in Frameworks */ = {isa = PBXBuildFile; productRef = 6DFC20C42CE3D9AE00F2EC33 /* DeclarationAccessibility */; };
171-
E537B9B66A6466473179DEE8 /* Pods_Showcase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0D3017314DBC1733F8D0C79 /* Pods_Showcase.framework */; };
171+
A5E69629240B3A88C139F084 /* Pods_DesignToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8ECF213874016985FA405A3 /* Pods_DesignToolbox.framework */; };
172172
/* End PBXBuildFile section */
173173

174174
/* Begin PBXContainerItemProxy section */
@@ -199,7 +199,7 @@
199199
0740A9882C9833670069D24A /* Fastfile */ = {isa = PBXFileReference; lastKnownFileType = text; name = Fastfile; path = fastlane/Fastfile; sourceTree = "<group>"; };
200200
0740A9892C9833670069D24A /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = fastlane/README.md; sourceTree = "<group>"; };
201201
0740A98F2C9873500069D24A /* ShowcaseTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ShowcaseTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
202-
0740A99C2C9888CF0069D24A /* ShowcaseUITestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = ShowcaseUITestPlan.xctestplan; path = ../ShowcaseUITestPlan.xctestplan; sourceTree = "<group>"; };
202+
0740A99C2C9888CF0069D24A /* DesignToolboxUITestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = DesignToolboxUITestPlan.xctestplan; path = ../DesignToolboxUITestPlan.xctestplan; sourceTree = "<group>"; };
203203
074794792CAE882A0033C2D8 /* EmptyState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyState.swift; sourceTree = "<group>"; };
204204
075114D82CB7D28D00B8B759 /* SizeTokenElement.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SizeTokenElement.swift; sourceTree = "<group>"; };
205205
075114D92CB7D28D00B8B759 /* SizeTokenPage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SizeTokenPage.swift; sourceTree = "<group>"; };
@@ -296,9 +296,11 @@
296296
6DFC20B42CE3AF1500F2EC33 /* style.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = style.css; sourceTree = "<group>"; };
297297
6DFC20BF2CE3D39D00F2EC33 /* accessibility_detail.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = accessibility_detail.html; sourceTree = "<group>"; };
298298
6DFC20C02CE3D39D00F2EC33 /* accessibility_result.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = accessibility_result.xml; sourceTree = "<group>"; };
299+
8C66FEEE1D0289EB1A4D5730 /* Pods-DesignToolbox.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DesignToolbox.release.xcconfig"; path = "Target Support Files/Pods-DesignToolbox/Pods-DesignToolbox.release.xcconfig"; sourceTree = "<group>"; };
300+
8EFDA228C8677427EEF029B1 /* Pods-DesignToolbox.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DesignToolbox.debug.xcconfig"; path = "Target Support Files/Pods-DesignToolbox/Pods-DesignToolbox.debug.xcconfig"; sourceTree = "<group>"; };
299301
974E2EAB64D9123627CD7D29 /* Pods-DemoApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp.release.xcconfig"; path = "Target Support Files/Pods-DemoApp/Pods-DemoApp.release.xcconfig"; sourceTree = "<group>"; };
302+
A8ECF213874016985FA405A3 /* Pods_DesignToolbox.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DesignToolbox.framework; sourceTree = BUILT_PRODUCTS_DIR; };
300303
BF4130905502F287757622E2 /* Pods-DemoApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp.debug.xcconfig"; path = "Target Support Files/Pods-DemoApp/Pods-DemoApp.debug.xcconfig"; sourceTree = "<group>"; };
301-
E0D3017314DBC1733F8D0C79 /* Pods_Showcase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Showcase.framework; sourceTree = BUILT_PRODUCTS_DIR; };
302304
E4EBC0F46BFFE3801998F6B0 /* Pods-Showcase.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Showcase.release.xcconfig"; path = "Target Support Files/Pods-Showcase/Pods-Showcase.release.xcconfig"; sourceTree = "<group>"; };
303305
F98488CF05532E8CD405A8F8 /* Pods-Showcase.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Showcase.debug.xcconfig"; path = "Target Support Files/Pods-Showcase/Pods-Showcase.debug.xcconfig"; sourceTree = "<group>"; };
304306
/* End PBXFileReference section */
@@ -317,14 +319,14 @@
317319
buildActionMask = 2147483647;
318320
files = (
319321
51BC9DE72C6513F200EB2A11 /* OUDSFoundations in Frameworks */,
320-
E537B9B66A6466473179DEE8 /* Pods_Showcase.framework in Frameworks */,
321322
070C35642C773A0D0029C6A8 /* OUDSThemesInverse in Frameworks */,
322323
51EE2C682C5BF5DE00F634EC /* OUDSThemesOrange in Frameworks */,
323324
070C35622C75EB1C0029C6A8 /* OUDS in Frameworks */,
324325
513AD9402C5AAADE0003253B /* OUDSTokensComponent in Frameworks */,
325326
510A9CD02C5679A300430620 /* OUDSComponents in Frameworks */,
326327
6DFC20C52CE3D9AE00F2EC33 /* DeclarationAccessibility in Frameworks */,
327328
070C35662C7762B90029C6A8 /* OUDSModules in Frameworks */,
329+
A5E69629240B3A88C139F084 /* Pods_DesignToolbox.framework in Frameworks */,
328330
);
329331
runOnlyForDeploymentPostprocessing = 0;
330332
};
@@ -409,7 +411,7 @@
409411
name = fastlane;
410412
sourceTree = "<group>";
411413
};
412-
0740A9902C9873500069D24A /* ShowcaseTests */ = {
414+
0740A9902C9873500069D24A /* DesignToolboxTests */ = {
413415
isa = PBXGroup;
414416
children = (
415417
6D17A2242CCBEF1100C00512 /* OUDSTokensColorUITests */,
@@ -419,9 +421,9 @@
419421
6D8F9B392CBECBB80078A10E /* OUDSTokensOpacityUITests */,
420422
6D2465892CBEAB4C0023E359 /* OUDSTokensBorderUITests */,
421423
074008212C9427F8006B8729 /* Snapshots */,
422-
0740A99C2C9888CF0069D24A /* ShowcaseUITestPlan.xctestplan */,
424+
0740A99C2C9888CF0069D24A /* DesignToolboxUITestPlan.xctestplan */,
423425
);
424-
path = ShowcaseTests;
426+
path = DesignToolboxTests;
425427
sourceTree = "<group>";
426428
};
427429
075114DA2CB7D28D00B8B759 /* Size */ = {
@@ -592,8 +594,8 @@
592594
isa = PBXGroup;
593595
children = (
594596
07FDCDA32C296B170009AA13 /* 🛠 */,
595-
51BD76202C466FCF0033365D /* Showcase */,
596-
0740A9902C9873500069D24A /* ShowcaseTests */,
597+
51BD76202C466FCF0033365D /* DesignToolbox */,
598+
0740A9902C9873500069D24A /* DesignToolboxTests */,
597599
07FDCD922C296A500009AA13 /* Products */,
598600
AFD4931269C94655071502F6 /* Pods */,
599601
6E90D400B72B50FE406E8DFC /* Frameworks */,
@@ -720,7 +722,7 @@
720722
path = Utils;
721723
sourceTree = "<group>";
722724
};
723-
51BD76202C466FCF0033365D /* Showcase */ = {
725+
51BD76202C466FCF0033365D /* DesignToolbox */ = {
724726
isa = PBXGroup;
725727
children = (
726728
51A7A9DA2C46E17F00EF7A77 /* Info.plist */,
@@ -731,7 +733,7 @@
731733
51BD761E2C466FCF0033365D /* Showcase.swift */,
732734
51BD761F2C466FCF0033365D /* MainView.swift */,
733735
);
734-
path = Showcase;
736+
path = DesignToolbox;
735737
sourceTree = "<group>";
736738
};
737739
6D17A2242CCBEF1100C00512 /* OUDSTokensColorUITests */ = {
@@ -814,7 +816,7 @@
814816
6E90D400B72B50FE406E8DFC /* Frameworks */ = {
815817
isa = PBXGroup;
816818
children = (
817-
E0D3017314DBC1733F8D0C79 /* Pods_Showcase.framework */,
819+
A8ECF213874016985FA405A3 /* Pods_DesignToolbox.framework */,
818820
);
819821
name = Frameworks;
820822
sourceTree = "<group>";
@@ -826,6 +828,8 @@
826828
974E2EAB64D9123627CD7D29 /* Pods-DemoApp.release.xcconfig */,
827829
F98488CF05532E8CD405A8F8 /* Pods-Showcase.debug.xcconfig */,
828830
E4EBC0F46BFFE3801998F6B0 /* Pods-Showcase.release.xcconfig */,
831+
8EFDA228C8677427EEF029B1 /* Pods-DesignToolbox.debug.xcconfig */,
832+
8C66FEEE1D0289EB1A4D5730 /* Pods-DesignToolbox.release.xcconfig */,
829833
);
830834
path = Pods;
831835
sourceTree = "<group>";
@@ -854,9 +858,9 @@
854858
productReference = 0740A98F2C9873500069D24A /* ShowcaseTests.xctest */;
855859
productType = "com.apple.product-type.bundle.unit-test";
856860
};
857-
07FDCD902C296A500009AA13 /* Showcase */ = {
861+
07FDCD902C296A500009AA13 /* DesignToolbox */ = {
858862
isa = PBXNativeTarget;
859-
buildConfigurationList = 07FDCD9F2C296A540009AA13 /* Build configuration list for PBXNativeTarget "Showcase" */;
863+
buildConfigurationList = 07FDCD9F2C296A540009AA13 /* Build configuration list for PBXNativeTarget "DesignToolbox" */;
860864
buildPhases = (
861865
2A5B2E6765E57E6A6B13CBA1 /* [CP] Check Pods Manifest.lock */,
862866
0707B6412C2C414200A911E7 /* Run Swiftlint */,
@@ -868,7 +872,7 @@
868872
);
869873
dependencies = (
870874
);
871-
name = Showcase;
875+
name = DesignToolbox;
872876
packageProductDependencies = (
873877
510A9CCF2C5679A300430620 /* OUDSComponents */,
874878
513AD93F2C5AAADE0003253B /* OUDSTokensComponent */,
@@ -905,7 +909,7 @@
905909
};
906910
};
907911
};
908-
buildConfigurationList = 07FDCD8C2C296A500009AA13 /* Build configuration list for PBXProject "Showcase" */;
912+
buildConfigurationList = 07FDCD8C2C296A500009AA13 /* Build configuration list for PBXProject "DesignToolbox" */;
909913
compatibilityVersion = "Xcode 14.0";
910914
developmentRegion = en;
911915
hasScannedForEncodings = 0;
@@ -922,7 +926,7 @@
922926
projectDirPath = "";
923927
projectRoot = "";
924928
targets = (
925-
07FDCD902C296A500009AA13 /* Showcase */,
929+
07FDCD902C296A500009AA13 /* DesignToolbox */,
926930
5123647C2C3D7D6F00572FD5 /* Periphery */,
927931
0740A98E2C9873500069D24A /* ShowcaseTests */,
928932
);
@@ -997,7 +1001,7 @@
9971001
outputFileListPaths = (
9981002
);
9991003
outputPaths = (
1000-
"$(DERIVED_FILE_DIR)/Pods-Showcase-checkManifestLockResult.txt",
1004+
"$(DERIVED_FILE_DIR)/Pods-DesignToolbox-checkManifestLockResult.txt",
10011005
);
10021006
runOnlyForDeploymentPostprocessing = 0;
10031007
shellPath = /bin/sh;
@@ -1166,7 +1170,7 @@
11661170
/* Begin PBXTargetDependency section */
11671171
0740A9942C9873500069D24A /* PBXTargetDependency */ = {
11681172
isa = PBXTargetDependency;
1169-
target = 07FDCD902C296A500009AA13 /* Showcase */;
1173+
target = 07FDCD902C296A500009AA13 /* DesignToolbox */;
11701174
targetProxy = 0740A9932C9873500069D24A /* PBXContainerItemProxy */;
11711175
};
11721176
/* End PBXTargetDependency section */
@@ -1368,18 +1372,18 @@
13681372
};
13691373
07FDCDA02C296A540009AA13 /* Debug */ = {
13701374
isa = XCBuildConfiguration;
1371-
baseConfigurationReference = F98488CF05532E8CD405A8F8 /* Pods-Showcase.debug.xcconfig */;
1375+
baseConfigurationReference = 8EFDA228C8677427EEF029B1 /* Pods-DesignToolbox.debug.xcconfig */;
13721376
buildSettings = {
13731377
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug;
13741378
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
13751379
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
13761380
CODE_SIGN_STYLE = Automatic;
13771381
CURRENT_PROJECT_VERSION = 21;
1378-
DEVELOPMENT_ASSET_PATHS = "\"Showcase/Preview Content\"";
1382+
DEVELOPMENT_ASSET_PATHS = "\"DesignToolbox/Preview Content\"";
13791383
DEVELOPMENT_TEAM = MG2LSJNJB6;
13801384
ENABLE_PREVIEWS = YES;
13811385
GENERATE_INFOPLIST_FILE = NO;
1382-
INFOPLIST_FILE = Showcase/Info.plist;
1386+
INFOPLIST_FILE = DesignToolbox/Info.plist;
13831387
INFOPLIST_KEY_CFBundleDisplayName = "OUDS Showcase (DEBUG)";
13841388
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
13851389
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@@ -1405,20 +1409,20 @@
14051409
};
14061410
07FDCDA12C296A540009AA13 /* Release */ = {
14071411
isa = XCBuildConfiguration;
1408-
baseConfigurationReference = E4EBC0F46BFFE3801998F6B0 /* Pods-Showcase.release.xcconfig */;
1412+
baseConfigurationReference = 8C66FEEE1D0289EB1A4D5730 /* Pods-DesignToolbox.release.xcconfig */;
14091413
buildSettings = {
14101414
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease;
14111415
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
14121416
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
14131417
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
14141418
CODE_SIGN_STYLE = Manual;
14151419
CURRENT_PROJECT_VERSION = 21;
1416-
DEVELOPMENT_ASSET_PATHS = "\"Showcase/Preview Content\"";
1420+
DEVELOPMENT_ASSET_PATHS = "\"DesignToolbox/Preview Content\"";
14171421
DEVELOPMENT_TEAM = "";
14181422
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = MG2LSJNJB6;
14191423
ENABLE_PREVIEWS = YES;
14201424
GENERATE_INFOPLIST_FILE = NO;
1421-
INFOPLIST_FILE = Showcase/Info.plist;
1425+
INFOPLIST_FILE = DesignToolbox/Info.plist;
14221426
INFOPLIST_KEY_CFBundleDisplayName = "OUDS Showcase (DEBUG)";
14231427
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
14241428
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@@ -1472,7 +1476,7 @@
14721476
defaultConfigurationIsVisible = 0;
14731477
defaultConfigurationName = Release;
14741478
};
1475-
07FDCD8C2C296A500009AA13 /* Build configuration list for PBXProject "Showcase" */ = {
1479+
07FDCD8C2C296A500009AA13 /* Build configuration list for PBXProject "DesignToolbox" */ = {
14761480
isa = XCConfigurationList;
14771481
buildConfigurations = (
14781482
07FDCD9D2C296A540009AA13 /* Debug */,
@@ -1481,7 +1485,7 @@
14811485
defaultConfigurationIsVisible = 0;
14821486
defaultConfigurationName = Release;
14831487
};
1484-
07FDCD9F2C296A540009AA13 /* Build configuration list for PBXNativeTarget "Showcase" */ = {
1488+
07FDCD9F2C296A540009AA13 /* Build configuration list for PBXNativeTarget "DesignToolbox" */ = {
14851489
isa = XCConfigurationList;
14861490
buildConfigurations = (
14871491
07FDCDA02C296A540009AA13 /* Debug */,
File renamed without changes.
File renamed without changes.

DesignToolbox/Showcase.xcodeproj/xcshareddata/xcschemes/Showcase.xcscheme renamed to DesignToolbox/DesignToolbox.xcodeproj/xcshareddata/xcschemes/Showcase.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
default = "YES">
3535
</TestPlanReference>
3636
<TestPlanReference
37-
reference = "container:ShowcaseUITestPlan.xctestplan">
37+
reference = "container:DesignToolboxUITestPlan.xctestplan">
3838
</TestPlanReference>
3939
</TestPlans>
4040
</TestAction>
File renamed without changes.

DesignToolbox/Showcase.xcodeproj/xcuserdata/xhrs0459.xcuserdatad/xcschemes/xcschememanagement.plist renamed to DesignToolbox/DesignToolbox.xcodeproj/xcuserdata/xhrs0459.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,25 @@
44
<dict>
55
<key>SchemeUserState</key>
66
<dict>
7+
<key>DesignToolbox.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>5</integer>
11+
</dict>
712
<key>Periphery.xcscheme_^#shared#^_</key>
813
<dict>
914
<key>orderHint</key>
10-
<integer>19</integer>
15+
<integer>6</integer>
1116
</dict>
1217
<key>Showcase.xcscheme_^#shared#^_</key>
1318
<dict>
1419
<key>orderHint</key>
15-
<integer>1</integer>
20+
<integer>0</integer>
1621
</dict>
1722
<key>ShowcaseTests.xcscheme_^#shared#^_</key>
1823
<dict>
1924
<key>orderHint</key>
20-
<integer>6</integer>
25+
<integer>1</integer>
2126
</dict>
2227
</dict>
2328
</dict>

DesignToolbox/Showcase.xcworkspace/contents.xcworkspacedata renamed to DesignToolbox/DesignToolbox.xcworkspace/contents.xcworkspacedata

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

DesignToolbox/Showcase.xcworkspace/xcshareddata/swiftpm/Package.resolved renamed to DesignToolbox/DesignToolbox.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)