Skip to content

Commit df61ba8

Browse files
committed
refactor: Xcode project rename touch ups
1 parent 5c49b2a commit df61ba8

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

RapidSplit.xcodeproj/project.pbxproj

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
containerPortal = FE3209A32E6CE0B800A214CA /* Project object */;
2020
proxyType = 1;
2121
remoteGlobalIDString = FE3209AA2E6CE0B800A214CA;
22-
remoteInfo = ReceiptSplit;
22+
remoteInfo = RapidSplit;
2323
};
2424
FE3209C72E6CE0B900A214CA /* PBXContainerItemProxy */ = {
2525
isa = PBXContainerItemProxy;
2626
containerPortal = FE3209A32E6CE0B800A214CA /* Project object */;
2727
proxyType = 1;
2828
remoteGlobalIDString = FE3209AA2E6CE0B800A214CA;
29-
remoteInfo = ReceiptSplit;
29+
remoteInfo = RapidSplit;
3030
};
3131
/* End PBXContainerItemProxy section */
3232

@@ -50,7 +50,7 @@
5050
/* End PBXFileReference section */
5151

5252
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
53-
FE3209CE2E6CE0B900A214CA /* Exceptions for "ReceiptSplit" folder in "RapidSplit" target */ = {
53+
FE3209CE2E6CE0B900A214CA /* Exceptions for "RapidSplit" folder in "RapidSplit" target */ = {
5454
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
5555
membershipExceptions = (
5656
Info.plist,
@@ -60,22 +60,22 @@
6060
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
6161

6262
/* Begin PBXFileSystemSynchronizedRootGroup section */
63-
FE3209AD2E6CE0B800A214CA /* ReceiptSplit */ = {
63+
FE3209AD2E6CE0B800A214CA /* RapidSplit */ = {
6464
isa = PBXFileSystemSynchronizedRootGroup;
6565
exceptions = (
66-
FE3209CE2E6CE0B900A214CA /* Exceptions for "ReceiptSplit" folder in "RapidSplit" target */,
66+
FE3209CE2E6CE0B900A214CA /* Exceptions for "RapidSplit" folder in "RapidSplit" target */,
6767
);
68-
path = ReceiptSplit;
68+
path = RapidSplit;
6969
sourceTree = "<group>";
7070
};
71-
FE3209BF2E6CE0B900A214CA /* ReceiptSplitTests */ = {
71+
FE3209BF2E6CE0B900A214CA /* RapidSplitTests */ = {
7272
isa = PBXFileSystemSynchronizedRootGroup;
73-
path = ReceiptSplitTests;
73+
path = RapidSplitTests;
7474
sourceTree = "<group>";
7575
};
76-
FE3209C92E6CE0B900A214CA /* ReceiptSplitUITests */ = {
76+
FE3209C92E6CE0B900A214CA /* RapidSplitUITests */ = {
7777
isa = PBXFileSystemSynchronizedRootGroup;
78-
path = ReceiptSplitUITests;
78+
path = RapidSplitUITests;
7979
sourceTree = "<group>";
8080
};
8181
/* End PBXFileSystemSynchronizedRootGroup section */
@@ -112,9 +112,9 @@
112112
FE3209A22E6CE0B800A214CA = {
113113
isa = PBXGroup;
114114
children = (
115-
FE3209AD2E6CE0B800A214CA /* ReceiptSplit */,
116-
FE3209BF2E6CE0B900A214CA /* ReceiptSplitTests */,
117-
FE3209C92E6CE0B900A214CA /* ReceiptSplitUITests */,
115+
FE3209AD2E6CE0B800A214CA /* RapidSplit */,
116+
FE3209BF2E6CE0B900A214CA /* RapidSplitTests */,
117+
FE3209C92E6CE0B900A214CA /* RapidSplitUITests */,
118118
FE3209AC2E6CE0B800A214CA /* Products */,
119119
);
120120
sourceTree = "<group>";
@@ -146,7 +146,7 @@
146146
dependencies = (
147147
);
148148
fileSystemSynchronizedGroups = (
149-
FE3209AD2E6CE0B800A214CA /* ReceiptSplit */,
149+
FE3209AD2E6CE0B800A214CA /* RapidSplit */,
150150
);
151151
name = RapidSplit;
152152
packageProductDependencies = (
@@ -155,7 +155,7 @@
155155
FE232C4D2E75E86B004BBBB6 /* PhoneNumberKit */,
156156
FE5261492E79CB0B00F406C8 /* MijickCamera */,
157157
);
158-
productName = ReceiptSplit;
158+
productName = RapidSplit;
159159
productReference = FE3209AB2E6CE0B800A214CA /* RapidSplit.app */;
160160
productType = "com.apple.product-type.application";
161161
};
@@ -173,12 +173,12 @@
173173
FE3209BE2E6CE0B900A214CA /* PBXTargetDependency */,
174174
);
175175
fileSystemSynchronizedGroups = (
176-
FE3209BF2E6CE0B900A214CA /* ReceiptSplitTests */,
176+
FE3209BF2E6CE0B900A214CA /* RapidSplitTests */,
177177
);
178178
name = RapidSplitTests;
179179
packageProductDependencies = (
180180
);
181-
productName = ReceiptSplitTests;
181+
productName = RapidSplitTests;
182182
productReference = FE3209BC2E6CE0B900A214CA /* RapidSplitTests.xctest */;
183183
productType = "com.apple.product-type.bundle.unit-test";
184184
};
@@ -196,12 +196,12 @@
196196
FE3209C82E6CE0B900A214CA /* PBXTargetDependency */,
197197
);
198198
fileSystemSynchronizedGroups = (
199-
FE3209C92E6CE0B900A214CA /* ReceiptSplitUITests */,
199+
FE3209C92E6CE0B900A214CA /* RapidSplitUITests */,
200200
);
201201
name = RapidSplitUITests;
202202
packageProductDependencies = (
203203
);
204-
productName = ReceiptSplitUITests;
204+
productName = RapidSplitUITests;
205205
productReference = FE3209C62E6CE0B900A214CA /* RapidSplitUITests.xctest */;
206206
productType = "com.apple.product-type.bundle.ui-testing";
207207
};
@@ -322,13 +322,13 @@
322322
buildSettings = {
323323
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
324324
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
325-
CODE_SIGN_ENTITLEMENTS = ReceiptSplit/ReceiptSplit.entitlements;
325+
CODE_SIGN_ENTITLEMENTS = RapidSplit/RapidSplit.entitlements;
326326
CODE_SIGN_STYLE = Automatic;
327327
CURRENT_PROJECT_VERSION = 1;
328328
DEVELOPMENT_TEAM = PTS9BGHVQ9;
329329
ENABLE_PREVIEWS = YES;
330330
GENERATE_INFOPLIST_FILE = YES;
331-
INFOPLIST_FILE = ReceiptSplit/Info.plist;
331+
INFOPLIST_FILE = RapidSplit/Info.plist;
332332
INFOPLIST_KEY_NSCameraUsageDescription = "The camera is needed to scan receipts";
333333
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
334334
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@@ -340,7 +340,7 @@
340340
"@executable_path/Frameworks",
341341
);
342342
MARKETING_VERSION = 1.0;
343-
PRODUCT_BUNDLE_IDENTIFIER = com.addisonhanrattie.ReceiptSplit;
343+
PRODUCT_BUNDLE_IDENTIFIER = com.addisonhanrattie.RapidSplit;
344344
PRODUCT_NAME = "$(TARGET_NAME)";
345345
SWIFT_EMIT_LOC_STRINGS = YES;
346346
TARGETED_DEVICE_FAMILY = "1,2";
@@ -352,13 +352,13 @@
352352
buildSettings = {
353353
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
354354
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
355-
CODE_SIGN_ENTITLEMENTS = ReceiptSplit/ReceiptSplit.entitlements;
355+
CODE_SIGN_ENTITLEMENTS = RapidSplit/RapidSplit.entitlements;
356356
CODE_SIGN_STYLE = Automatic;
357357
CURRENT_PROJECT_VERSION = 1;
358358
DEVELOPMENT_TEAM = PTS9BGHVQ9;
359359
ENABLE_PREVIEWS = YES;
360360
GENERATE_INFOPLIST_FILE = YES;
361-
INFOPLIST_FILE = ReceiptSplit/Info.plist;
361+
INFOPLIST_FILE = RapidSplit/Info.plist;
362362
INFOPLIST_KEY_NSCameraUsageDescription = "The camera is needed to scan receipts";
363363
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
364364
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@@ -370,7 +370,7 @@
370370
"@executable_path/Frameworks",
371371
);
372372
MARKETING_VERSION = 1.0;
373-
PRODUCT_BUNDLE_IDENTIFIER = com.addisonhanrattie.ReceiptSplit;
373+
PRODUCT_BUNDLE_IDENTIFIER = com.addisonhanrattie.RapidSplit;
374374
PRODUCT_NAME = "$(TARGET_NAME)";
375375
SWIFT_EMIT_LOC_STRINGS = YES;
376376
TARGETED_DEVICE_FAMILY = "1,2";
@@ -514,7 +514,7 @@
514514
GENERATE_INFOPLIST_FILE = YES;
515515
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
516516
MARKETING_VERSION = 1.0;
517-
PRODUCT_BUNDLE_IDENTIFIER = com.addisonhanrattie.ReceiptSplitTests;
517+
PRODUCT_BUNDLE_IDENTIFIER = com.addisonhanrattie.RapidSplitTests;
518518
PRODUCT_NAME = "$(TARGET_NAME)";
519519
SWIFT_EMIT_LOC_STRINGS = NO;
520520
TARGETED_DEVICE_FAMILY = "1,2";
@@ -532,7 +532,7 @@
532532
GENERATE_INFOPLIST_FILE = YES;
533533
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
534534
MARKETING_VERSION = 1.0;
535-
PRODUCT_BUNDLE_IDENTIFIER = com.addisonhanrattie.ReceiptSplitTests;
535+
PRODUCT_BUNDLE_IDENTIFIER = com.addisonhanrattie.RapidSplitTests;
536536
PRODUCT_NAME = "$(TARGET_NAME)";
537537
SWIFT_EMIT_LOC_STRINGS = NO;
538538
TARGETED_DEVICE_FAMILY = "1,2";
@@ -549,11 +549,11 @@
549549
GENERATE_INFOPLIST_FILE = YES;
550550
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
551551
MARKETING_VERSION = 1.0;
552-
PRODUCT_BUNDLE_IDENTIFIER = com.addisonhanrattie.ReceiptSplitUITests;
552+
PRODUCT_BUNDLE_IDENTIFIER = com.addisonhanrattie.RapidSplitUITests;
553553
PRODUCT_NAME = "$(TARGET_NAME)";
554554
SWIFT_EMIT_LOC_STRINGS = NO;
555555
TARGETED_DEVICE_FAMILY = "1,2";
556-
TEST_TARGET_NAME = ReceiptSplit;
556+
TEST_TARGET_NAME = RapidSplit;
557557
};
558558
name = Debug;
559559
};
@@ -566,11 +566,11 @@
566566
GENERATE_INFOPLIST_FILE = YES;
567567
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
568568
MARKETING_VERSION = 1.0;
569-
PRODUCT_BUNDLE_IDENTIFIER = com.addisonhanrattie.ReceiptSplitUITests;
569+
PRODUCT_BUNDLE_IDENTIFIER = com.addisonhanrattie.RapidSplitUITests;
570570
PRODUCT_NAME = "$(TARGET_NAME)";
571571
SWIFT_EMIT_LOC_STRINGS = NO;
572572
TARGETED_DEVICE_FAMILY = "1,2";
573-
TEST_TARGET_NAME = ReceiptSplit;
573+
TEST_TARGET_NAME = RapidSplit;
574574
};
575575
name = Release;
576576
};

RapidSplit.xcodeproj/xcshareddata/xcbaselines/FE3209C52E6CE0B900A214CA.xcbaseline/E8C7859B-558B-451A-B341-D51725C39D82.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dict>
55
<key>classNames</key>
66
<dict>
7-
<key>ReceiptSplitUITests</key>
7+
<key>RapidSplitUITests</key>
88
<dict>
99
<key>testLaunchPerformance()</key>
1010
<dict>

0 commit comments

Comments
 (0)