Skip to content

Commit 8d9ff27

Browse files
committed
app-ios: rename app
1 parent 2d57526 commit 8d9ff27

File tree

5 files changed

+31
-55
lines changed

5 files changed

+31
-55
lines changed

app-ios/app-ios.xcodeproj/xcuserdata/wnhuang.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 24 deletions
This file was deleted.

app-ios/app-ios.xcodeproj/project.pbxproj renamed to app-ios/overlord.xcodeproj/project.pbxproj

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
/* End PBXContainerItemProxy section */
2929

3030
/* Begin PBXFileReference section */
31-
3A4870402D7AC17500AC952B /* app-ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "app-ios.app"; path = "Overlord.app"; sourceTree = BUILT_PRODUCTS_DIR; };
32-
3A4870512D7AC17600AC952B /* app-iosTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "app-iosTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
33-
3A48705B2D7AC17600AC952B /* app-iosUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "app-iosUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
31+
3A4870402D7AC17500AC952B /* app-ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "app-ios.app"; path = Overlord.app; sourceTree = BUILT_PRODUCTS_DIR; };
32+
3A4870512D7AC17600AC952B /* overlordTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = overlordTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
33+
3A48705B2D7AC17600AC952B /* overlordUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = overlordUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3434
/* End PBXFileReference section */
3535

3636
/* Begin PBXFileSystemSynchronizedRootGroup section */
@@ -91,18 +91,18 @@
9191
isa = PBXGroup;
9292
children = (
9393
3A4870402D7AC17500AC952B /* app-ios.app */,
94-
3A4870512D7AC17600AC952B /* app-iosTests.xctest */,
95-
3A48705B2D7AC17600AC952B /* app-iosUITests.xctest */,
94+
3A4870512D7AC17600AC952B /* overlordTests.xctest */,
95+
3A48705B2D7AC17600AC952B /* overlordUITests.xctest */,
9696
);
9797
name = Products;
9898
sourceTree = "<group>";
9999
};
100100
/* End PBXGroup section */
101101

102102
/* Begin PBXNativeTarget section */
103-
3A48703F2D7AC17500AC952B /* Overlord Dashboard */ = {
103+
3A48703F2D7AC17500AC952B /* Overlord */ = {
104104
isa = PBXNativeTarget;
105-
buildConfigurationList = 3A4870652D7AC17600AC952B /* Build configuration list for PBXNativeTarget "Overlord Dashboard" */;
105+
buildConfigurationList = 3A4870652D7AC17600AC952B /* Build configuration list for PBXNativeTarget "Overlord" */;
106106
buildPhases = (
107107
3A48703C2D7AC17500AC952B /* Sources */,
108108
3A48703D2D7AC17500AC952B /* Frameworks */,
@@ -115,17 +115,17 @@
115115
fileSystemSynchronizedGroups = (
116116
3A4870422D7AC17500AC952B /* app-ios */,
117117
);
118-
name = "Overlord";
118+
name = Overlord;
119119
packageProductDependencies = (
120120
3A4870712D7AC17600AC952B /* SwiftTerm */,
121121
);
122-
productName = "Overlord";
122+
productName = Overlord;
123123
productReference = 3A4870402D7AC17500AC952B /* app-ios.app */;
124124
productType = "com.apple.product-type.application";
125125
};
126-
3A4870502D7AC17600AC952B /* app-iosTests */ = {
126+
3A4870502D7AC17600AC952B /* overlordTests */ = {
127127
isa = PBXNativeTarget;
128-
buildConfigurationList = 3A4870682D7AC17600AC952B /* Build configuration list for PBXNativeTarget "app-iosTests" */;
128+
buildConfigurationList = 3A4870682D7AC17600AC952B /* Build configuration list for PBXNativeTarget "overlordTests" */;
129129
buildPhases = (
130130
3A48704D2D7AC17600AC952B /* Sources */,
131131
3A48704E2D7AC17600AC952B /* Frameworks */,
@@ -139,16 +139,16 @@
139139
fileSystemSynchronizedGroups = (
140140
3A4870542D7AC17600AC952B /* app-iosTests */,
141141
);
142-
name = "app-iosTests";
142+
name = overlordTests;
143143
packageProductDependencies = (
144144
);
145145
productName = "app-iosTests";
146-
productReference = 3A4870512D7AC17600AC952B /* app-iosTests.xctest */;
146+
productReference = 3A4870512D7AC17600AC952B /* overlordTests.xctest */;
147147
productType = "com.apple.product-type.bundle.unit-test";
148148
};
149-
3A48705A2D7AC17600AC952B /* app-iosUITests */ = {
149+
3A48705A2D7AC17600AC952B /* overlordUITests */ = {
150150
isa = PBXNativeTarget;
151-
buildConfigurationList = 3A48706B2D7AC17600AC952B /* Build configuration list for PBXNativeTarget "app-iosUITests" */;
151+
buildConfigurationList = 3A48706B2D7AC17600AC952B /* Build configuration list for PBXNativeTarget "overlordUITests" */;
152152
buildPhases = (
153153
3A4870572D7AC17600AC952B /* Sources */,
154154
3A4870582D7AC17600AC952B /* Frameworks */,
@@ -162,11 +162,11 @@
162162
fileSystemSynchronizedGroups = (
163163
3A48705E2D7AC17600AC952B /* app-iosUITests */,
164164
);
165-
name = "app-iosUITests";
165+
name = overlordUITests;
166166
packageProductDependencies = (
167167
);
168168
productName = "app-iosUITests";
169-
productReference = 3A48705B2D7AC17600AC952B /* app-iosUITests.xctest */;
169+
productReference = 3A48705B2D7AC17600AC952B /* overlordUITests.xctest */;
170170
productType = "com.apple.product-type.bundle.ui-testing";
171171
};
172172
/* End PBXNativeTarget section */
@@ -192,7 +192,7 @@
192192
};
193193
};
194194
};
195-
buildConfigurationList = 3A48703B2D7AC17500AC952B /* Build configuration list for PBXProject "app-ios" */;
195+
buildConfigurationList = 3A48703B2D7AC17500AC952B /* Build configuration list for PBXProject "overlord" */;
196196
developmentRegion = en;
197197
hasScannedForEncodings = 0;
198198
knownRegions = (
@@ -209,9 +209,9 @@
209209
projectDirPath = "";
210210
projectRoot = "";
211211
targets = (
212-
3A48703F2D7AC17500AC952B /* Overlord Dashboard */,
213-
3A4870502D7AC17600AC952B /* app-iosTests */,
214-
3A48705A2D7AC17600AC952B /* app-iosUITests */,
212+
3A48703F2D7AC17500AC952B /* Overlord */,
213+
3A4870502D7AC17600AC952B /* overlordTests */,
214+
3A48705A2D7AC17600AC952B /* overlordUITests */,
215215
);
216216
};
217217
/* End PBXProject section */
@@ -267,12 +267,12 @@
267267
/* Begin PBXTargetDependency section */
268268
3A4870532D7AC17600AC952B /* PBXTargetDependency */ = {
269269
isa = PBXTargetDependency;
270-
target = 3A48703F2D7AC17500AC952B /* Overlord Dashboard */;
270+
target = 3A48703F2D7AC17500AC952B /* Overlord */;
271271
targetProxy = 3A4870522D7AC17600AC952B /* PBXContainerItemProxy */;
272272
};
273273
3A48705D2D7AC17600AC952B /* PBXTargetDependency */ = {
274274
isa = PBXTargetDependency;
275-
target = 3A48703F2D7AC17500AC952B /* Overlord Dashboard */;
275+
target = 3A48703F2D7AC17500AC952B /* Overlord */;
276276
targetProxy = 3A48705C2D7AC17600AC952B /* PBXContainerItemProxy */;
277277
};
278278
/* End PBXTargetDependency section */
@@ -405,7 +405,7 @@
405405
ENABLE_HARDENED_RUNTIME = YES;
406406
ENABLE_PREVIEWS = YES;
407407
GENERATE_INFOPLIST_FILE = YES;
408-
INFOPLIST_KEY_CFBundleDisplayName = "Overlord";
408+
INFOPLIST_KEY_CFBundleDisplayName = Overlord;
409409
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
410410
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
411411
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
@@ -445,7 +445,7 @@
445445
ENABLE_HARDENED_RUNTIME = YES;
446446
ENABLE_PREVIEWS = YES;
447447
GENERATE_INFOPLIST_FILE = YES;
448-
INFOPLIST_KEY_CFBundleDisplayName = "Overlord";
448+
INFOPLIST_KEY_CFBundleDisplayName = Overlord;
449449
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
450450
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
451451
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
@@ -490,7 +490,7 @@
490490
SWIFT_EMIT_LOC_STRINGS = NO;
491491
SWIFT_VERSION = 5.0;
492492
TARGETED_DEVICE_FAMILY = "1,2,7";
493-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/app-ios.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/app-ios";
493+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/overlord.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/overlord";
494494
XROS_DEPLOYMENT_TARGET = 2.0;
495495
};
496496
name = Debug;
@@ -513,7 +513,7 @@
513513
SWIFT_EMIT_LOC_STRINGS = NO;
514514
SWIFT_VERSION = 5.0;
515515
TARGETED_DEVICE_FAMILY = "1,2,7";
516-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/app-ios.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/app-ios";
516+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/overlord.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/overlord";
517517
XROS_DEPLOYMENT_TARGET = 2.0;
518518
};
519519
name = Release;
@@ -565,7 +565,7 @@
565565
/* End XCBuildConfiguration section */
566566

567567
/* Begin XCConfigurationList section */
568-
3A48703B2D7AC17500AC952B /* Build configuration list for PBXProject "app-ios" */ = {
568+
3A48703B2D7AC17500AC952B /* Build configuration list for PBXProject "overlord" */ = {
569569
isa = XCConfigurationList;
570570
buildConfigurations = (
571571
3A4870632D7AC17600AC952B /* Debug */,
@@ -574,7 +574,7 @@
574574
defaultConfigurationIsVisible = 0;
575575
defaultConfigurationName = Release;
576576
};
577-
3A4870652D7AC17600AC952B /* Build configuration list for PBXNativeTarget "Overlord Dashboard" */ = {
577+
3A4870652D7AC17600AC952B /* Build configuration list for PBXNativeTarget "Overlord" */ = {
578578
isa = XCConfigurationList;
579579
buildConfigurations = (
580580
3A4870662D7AC17600AC952B /* Debug */,
@@ -583,7 +583,7 @@
583583
defaultConfigurationIsVisible = 0;
584584
defaultConfigurationName = Release;
585585
};
586-
3A4870682D7AC17600AC952B /* Build configuration list for PBXNativeTarget "app-iosTests" */ = {
586+
3A4870682D7AC17600AC952B /* Build configuration list for PBXNativeTarget "overlordTests" */ = {
587587
isa = XCConfigurationList;
588588
buildConfigurations = (
589589
3A4870692D7AC17600AC952B /* Debug */,
@@ -592,7 +592,7 @@
592592
defaultConfigurationIsVisible = 0;
593593
defaultConfigurationName = Release;
594594
};
595-
3A48706B2D7AC17600AC952B /* Build configuration list for PBXNativeTarget "app-iosUITests" */ = {
595+
3A48706B2D7AC17600AC952B /* Build configuration list for PBXNativeTarget "overlordUITests" */ = {
596596
isa = XCConfigurationList;
597597
buildConfigurations = (
598598
3A48706C2D7AC17600AC952B /* Debug */,

0 commit comments

Comments
 (0)