Skip to content

Commit 06a8177

Browse files
Rename Xcode project to Alidade
1 parent 8985f97 commit 06a8177

File tree

260 files changed

+268
-144
lines changed

Some content is hidden

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

260 files changed

+268
-144
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/* End PBXFileReference section */
4242

4343
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
44-
9504037F2D4DAD3700F51903 /* Exceptions for "MCMaps" folder in "Alidade" target */ = {
44+
9504037F2D4DAD3700F51903 /* Exceptions for "Alidade" folder in "Alidade" target */ = {
4545
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
4646
membershipExceptions = (
4747
Resources/Acknowledgements.rb,
@@ -52,17 +52,17 @@
5252
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
5353

5454
/* Begin PBXFileSystemSynchronizedRootGroup section */
55-
950402D12D4D522100F51903 /* MCMaps */ = {
55+
950402D12D4D522100F51903 /* Alidade */ = {
5656
isa = PBXFileSystemSynchronizedRootGroup;
5757
exceptions = (
58-
9504037F2D4DAD3700F51903 /* Exceptions for "MCMaps" folder in "Alidade" target */,
58+
9504037F2D4DAD3700F51903 /* Exceptions for "Alidade" folder in "Alidade" target */,
5959
);
60-
path = MCMaps;
60+
path = Alidade;
6161
sourceTree = "<group>";
6262
};
63-
950402E32D4D522200F51903 /* MCMapsTests */ = {
63+
950402E32D4D522200F51903 /* AlidadeTests */ = {
6464
isa = PBXFileSystemSynchronizedRootGroup;
65-
path = MCMapsTests;
65+
path = AlidadeTests;
6666
sourceTree = "<group>";
6767
};
6868
/* End PBXFileSystemSynchronizedRootGroup section */
@@ -104,8 +104,8 @@
104104
950402C62D4D522100F51903 = {
105105
isa = PBXGroup;
106106
children = (
107-
950402D12D4D522100F51903 /* MCMaps */,
108-
950402E32D4D522200F51903 /* MCMapsTests */,
107+
950402D12D4D522100F51903 /* Alidade */,
108+
950402E32D4D522200F51903 /* AlidadeTests */,
109109
950402D02D4D522100F51903 /* Products */,
110110
);
111111
sourceTree = "<group>";
@@ -137,7 +137,7 @@
137137
95DDE9672D57D0E9002B29D9 /* PBXTargetDependency */,
138138
);
139139
fileSystemSynchronizedGroups = (
140-
950402D12D4D522100F51903 /* MCMaps */,
140+
950402D12D4D522100F51903 /* Alidade */,
141141
);
142142
name = Alidade;
143143
packageProductDependencies = (
@@ -173,7 +173,7 @@
173173
950402E22D4D522200F51903 /* PBXTargetDependency */,
174174
);
175175
fileSystemSynchronizedGroups = (
176-
950402E32D4D522200F51903 /* MCMapsTests */,
176+
950402E32D4D522200F51903 /* AlidadeTests */,
177177
);
178178
name = AlidadeTests;
179179
packageProductDependencies = (
@@ -204,7 +204,7 @@
204204
};
205205
};
206206
};
207-
buildConfigurationList = 950402CA2D4D522100F51903 /* Build configuration list for PBXProject "MCMaps" */;
207+
buildConfigurationList = 950402CA2D4D522100F51903 /* Build configuration list for PBXProject "Alidade" */;
208208
developmentRegion = en;
209209
hasScannedForEncodings = 0;
210210
knownRegions = (
@@ -264,14 +264,14 @@
264264
inputFileListPaths = (
265265
);
266266
inputPaths = (
267-
"$(SRCROOT)/MCMaps/Resources/Credits.md",
268-
"$(SRCROOT)/MCMaps/Resources/Acknowledgements.rb",
267+
"$(SRCROOT)/Alidade/Resources/Credits.md",
268+
"$(SRCROOT)/Alidade/Resources/Acknowledgements.rb",
269269
);
270270
name = "Rebuild Acknowledgements";
271271
outputFileListPaths = (
272272
);
273273
outputPaths = (
274-
"$(SRCROOT)/MCMaps/Resources/Settings.bundle/en.lproj/Credits.strings",
274+
"$(SRCROOT)/Alidade/Resources/Settings.bundle/en.lproj/Credits.strings",
275275
);
276276
runOnlyForDeploymentPostprocessing = 0;
277277
shellPath = /bin/sh;
@@ -440,11 +440,11 @@
440440
buildSettings = {
441441
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-RedWindow";
442442
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
443-
CODE_SIGN_ENTITLEMENTS = MCMaps/Resources/MCMaps.entitlements;
443+
CODE_SIGN_ENTITLEMENTS = Alidade/Resources/Alidade.entitlements;
444444
CODE_SIGN_STYLE = Automatic;
445445
CURRENT_PROJECT_VERSION = 105;
446446
DEAD_CODE_STRIPPING = YES;
447-
DEVELOPMENT_ASSET_PATHS = "MCMaps/Resources/Preview\\ Assets.xcassets";
447+
DEVELOPMENT_ASSET_PATHS = "\"Alidade/Resources/Preview Assets.xcassets\"";
448448
ENABLE_APP_SANDBOX = YES;
449449
ENABLE_HARDENED_RUNTIME = YES;
450450
ENABLE_INCOMING_NETWORK_CONNECTIONS = NO;
@@ -460,7 +460,7 @@
460460
ENABLE_RESOURCE_ACCESS_USB = NO;
461461
ENABLE_USER_SELECTED_FILES = readwrite;
462462
GENERATE_INFOPLIST_FILE = YES;
463-
INFOPLIST_FILE = MCMaps/Resources/Info.plist;
463+
INFOPLIST_FILE = Alidade/Resources/Info.plist;
464464
INFOPLIST_KEY_CFBundleDisplayName = Alidade;
465465
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
466466
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
@@ -498,11 +498,11 @@
498498
buildSettings = {
499499
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-RedWindow";
500500
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
501-
CODE_SIGN_ENTITLEMENTS = MCMaps/Resources/MCMaps.entitlements;
501+
CODE_SIGN_ENTITLEMENTS = Alidade/Resources/Alidade.entitlements;
502502
CODE_SIGN_STYLE = Automatic;
503503
CURRENT_PROJECT_VERSION = 105;
504504
DEAD_CODE_STRIPPING = YES;
505-
DEVELOPMENT_ASSET_PATHS = "MCMaps/Resources/Preview\\ Assets.xcassets";
505+
DEVELOPMENT_ASSET_PATHS = "\"Alidade/Resources/Preview Assets.xcassets\"";
506506
ENABLE_APP_SANDBOX = YES;
507507
ENABLE_HARDENED_RUNTIME = YES;
508508
ENABLE_INCOMING_NETWORK_CONNECTIONS = NO;
@@ -518,7 +518,7 @@
518518
ENABLE_RESOURCE_ACCESS_USB = NO;
519519
ENABLE_USER_SELECTED_FILES = readwrite;
520520
GENERATE_INFOPLIST_FILE = YES;
521-
INFOPLIST_FILE = MCMaps/Resources/Info.plist;
521+
INFOPLIST_FILE = Alidade/Resources/Info.plist;
522522
INFOPLIST_KEY_CFBundleDisplayName = Alidade;
523523
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
524524
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
@@ -602,7 +602,7 @@
602602
/* End XCBuildConfiguration section */
603603

604604
/* Begin XCConfigurationList section */
605-
950402CA2D4D522100F51903 /* Build configuration list for PBXProject "MCMaps" */ = {
605+
950402CA2D4D522100F51903 /* Build configuration list for PBXProject "Alidade" */ = {
606606
isa = XCConfigurationList;
607607
buildConfigurations = (
608608
950402F22D4D522200F51903 /* Debug */,

MCMaps.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Alidade.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.

MCMaps.xcodeproj/xcshareddata/xcschemes/Alidade (Debugging).xcscheme renamed to Alidade.xcodeproj/xcshareddata/xcschemes/Alidade (Debugging).xcscheme

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
BlueprintIdentifier = "950402CE2D4D522100F51903"
1919
BuildableName = "Alidade.app"
2020
BlueprintName = "Alidade"
21-
ReferencedContainer = "container:MCMaps.xcodeproj">
21+
ReferencedContainer = "container:Alidade.xcodeproj">
2222
</BuildableReference>
2323
</BuildActionEntry>
2424
</BuildActionEntries>
@@ -76,7 +76,7 @@
7676
BlueprintIdentifier = "950402CE2D4D522100F51903"
7777
BuildableName = "Alidade.app"
7878
BlueprintName = "Alidade"
79-
ReferencedContainer = "container:MCMaps.xcodeproj">
79+
ReferencedContainer = "container:Alidade.xcodeproj">
8080
</BuildableReference>
8181
</BuildableProductRunnable>
8282
</LaunchAction>
@@ -86,16 +86,6 @@
8686
savedToolIdentifier = ""
8787
useCustomWorkingDirectory = "NO"
8888
debugDocumentVersioning = "YES">
89-
<BuildableProductRunnable
90-
runnableDebuggingMode = "0">
91-
<BuildableReference
92-
BuildableIdentifier = "primary"
93-
BlueprintIdentifier = "950402CE2D4D522100F51903"
94-
BuildableName = "Alidade.app"
95-
BlueprintName = "Alidade"
96-
ReferencedContainer = "container:MCMaps.xcodeproj">
97-
</BuildableReference>
98-
</BuildableProductRunnable>
9989
</ProfileAction>
10090
<AnalyzeAction
10191
buildConfiguration = "Debug">

MCMaps.xcodeproj/xcshareddata/xcschemes/Alidade.xcscheme renamed to Alidade.xcodeproj/xcshareddata/xcschemes/Alidade.xcscheme

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
buildArchitectures = "Automatic">
99
<BuildActionEntries>
1010
<BuildActionEntry
11-
buildForTesting = "NO"
11+
buildForTesting = "YES"
1212
buildForRunning = "YES"
1313
buildForProfiling = "YES"
1414
buildForArchiving = "YES"
@@ -18,7 +18,7 @@
1818
BlueprintIdentifier = "950402CE2D4D522100F51903"
1919
BuildableName = "Alidade.app"
2020
BlueprintName = "Alidade"
21-
ReferencedContainer = "container:MCMaps.xcodeproj">
21+
ReferencedContainer = "container:Alidade.xcodeproj">
2222
</BuildableReference>
2323
</BuildActionEntry>
2424
</BuildActionEntries>
@@ -60,7 +60,7 @@
6060
BlueprintIdentifier = "950402CE2D4D522100F51903"
6161
BuildableName = "Alidade.app"
6262
BlueprintName = "Alidade"
63-
ReferencedContainer = "container:MCMaps.xcodeproj">
63+
ReferencedContainer = "container:Alidade.xcodeproj">
6464
</BuildableReference>
6565
</BuildableProductRunnable>
6666
</LaunchAction>
@@ -70,16 +70,15 @@
7070
savedToolIdentifier = ""
7171
useCustomWorkingDirectory = "NO"
7272
debugDocumentVersioning = "YES">
73-
<BuildableProductRunnable
74-
runnableDebuggingMode = "0">
73+
<MacroExpansion>
7574
<BuildableReference
7675
BuildableIdentifier = "primary"
7776
BlueprintIdentifier = "950402CE2D4D522100F51903"
7877
BuildableName = "Alidade.app"
7978
BlueprintName = "Alidade"
80-
ReferencedContainer = "container:MCMaps.xcodeproj">
79+
ReferencedContainer = "container:Alidade.xcodeproj">
8180
</BuildableReference>
82-
</BuildableProductRunnable>
81+
</MacroExpansion>
8382
</ProfileAction>
8483
<AnalyzeAction
8584
buildConfiguration = "Release">

MCMaps.xcodeproj/xcshareddata/xcschemes/Sanity Tests.xcscheme renamed to Alidade.xcodeproj/xcshareddata/xcschemes/Sanity Tests.xcscheme

Lines changed: 24 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,24 @@
1515
buildForAnalyzing = "YES">
1616
<BuildableReference
1717
BuildableIdentifier = "primary"
18-
BlueprintIdentifier = "950402CE2D4D522100F51903"
19-
BuildableName = "Alidade.app"
20-
BlueprintName = "Alidade"
21-
ReferencedContainer = "container:MCMaps.xcodeproj">
18+
BlueprintIdentifier = "950402DF2D4D522200F51903"
19+
BuildableName = "AlidadeTests.xctest"
20+
BlueprintName = "AlidadeTests"
21+
ReferencedContainer = "container:Alidade.xcodeproj">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
<BuildActionEntry
25+
buildForTesting = "YES"
26+
buildForRunning = "YES"
27+
buildForProfiling = "YES"
28+
buildForArchiving = "YES"
29+
buildForAnalyzing = "YES">
30+
<BuildableReference
31+
BuildableIdentifier = "primary"
32+
BlueprintIdentifier = "AlidadeUITests"
33+
BuildableName = "AlidadeUITests"
34+
BlueprintName = "AlidadeUITests"
35+
ReferencedContainer = "container:Modules/AlidadeUI">
2236
</BuildableReference>
2337
</BuildActionEntry>
2438
</BuildActionEntries>
@@ -34,30 +48,6 @@
3448
default = "YES">
3549
</TestPlanReference>
3650
</TestPlans>
37-
<Testables>
38-
<TestableReference
39-
skipped = "NO"
40-
parallelizable = "YES">
41-
<BuildableReference
42-
BuildableIdentifier = "primary"
43-
BlueprintIdentifier = "950402DF2D4D522200F51903"
44-
BuildableName = "AlidadeTests.xctest"
45-
BlueprintName = "AlidadeTests"
46-
ReferencedContainer = "container:MCMaps.xcodeproj">
47-
</BuildableReference>
48-
</TestableReference>
49-
<TestableReference
50-
skipped = "NO"
51-
parallelizable = "YES">
52-
<BuildableReference
53-
BuildableIdentifier = "primary"
54-
BlueprintIdentifier = "950402E92D4D522200F51903"
55-
BuildableName = "MCMapsUITests.xctest"
56-
BlueprintName = "MCMapsUITests"
57-
ReferencedContainer = "container:MCMaps.xcodeproj">
58-
</BuildableReference>
59-
</TestableReference>
60-
</Testables>
6151
</TestAction>
6252
<LaunchAction
6353
buildConfiguration = "Debug"
@@ -69,32 +59,22 @@
6959
debugDocumentVersioning = "YES"
7060
debugServiceExtension = "internal"
7161
allowLocationSimulation = "YES">
72-
<MacroExpansion>
73-
<BuildableReference
74-
BuildableIdentifier = "primary"
75-
BlueprintIdentifier = "950402CE2D4D522100F51903"
76-
BuildableName = "Alidade.app"
77-
BlueprintName = "Alidade"
78-
ReferencedContainer = "container:MCMaps.xcodeproj">
79-
</BuildableReference>
80-
</MacroExpansion>
8162
</LaunchAction>
8263
<ProfileAction
8364
buildConfiguration = "Debug"
8465
shouldUseLaunchSchemeArgsEnv = "YES"
8566
savedToolIdentifier = ""
8667
useCustomWorkingDirectory = "NO"
8768
debugDocumentVersioning = "YES">
88-
<BuildableProductRunnable
89-
runnableDebuggingMode = "0">
69+
<MacroExpansion>
9070
<BuildableReference
9171
BuildableIdentifier = "primary"
92-
BlueprintIdentifier = "950402CE2D4D522100F51903"
93-
BuildableName = "Alidade.app"
94-
BlueprintName = "Alidade"
95-
ReferencedContainer = "container:MCMaps.xcodeproj">
72+
BlueprintIdentifier = "950402DF2D4D522200F51903"
73+
BuildableName = "AlidadeTests.xctest"
74+
BlueprintName = "AlidadeTests"
75+
ReferencedContainer = "container:Alidade.xcodeproj">
9676
</BuildableReference>
97-
</BuildableProductRunnable>
77+
</MacroExpansion>
9878
</ProfileAction>
9979
<AnalyzeAction
10080
buildConfiguration = "Debug">

Alidade.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.

Alidade.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

0 commit comments

Comments
 (0)