Skip to content

Commit 3a22131

Browse files
committed
Renaming to remove space from file paths
1 parent aa00231 commit 3a22131

File tree

80 files changed

+42
-42
lines changed

Some content is hidden

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

80 files changed

+42
-42
lines changed

Bean Juice.xcodeproj/project.pbxproj renamed to BeanJuice.xcodeproj/project.pbxproj

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@
7474
/* End PBXContainerItemProxy section */
7575

7676
/* Begin PBXFileReference section */
77-
342202612896D31000A1DEED /* Bean Juice.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = "Bean Juice.entitlements"; sourceTree = "<group>"; };
77+
342202612896D31000A1DEED /* BeanJuice.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = BeanJuice.entitlements; sourceTree = "<group>"; };
7878
342202632896D3B500A1DEED /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
7979
342202652897C49600A1DEED /* SplashScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplashScreen.swift; sourceTree = "<group>"; };
8080
342202672897C5FD00A1DEED /* ColorExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorExtension.swift; sourceTree = "<group>"; };
8181
3424D8B028E5C051009F2AE4 /* LeftoverView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeftoverView.swift; sourceTree = "<group>"; };
82-
345A0D8D2896CA47004702DD /* Bean Juice.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Bean Juice.app"; sourceTree = BUILT_PRODUCTS_DIR; };
82+
345A0D8D2896CA47004702DD /* BeanJuice.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BeanJuice.app; sourceTree = BUILT_PRODUCTS_DIR; };
8383
345A0D942896CA48004702DD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
8484
345A0D972896CA48004702DD /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
85-
345A0D9D2896CA48004702DD /* Bean JuiceTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Bean JuiceTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
85+
345A0D9D2896CA48004702DD /* BeanJuiceTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BeanJuiceTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8686
345A0DA12896CA48004702DD /* BeanJuiceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BeanJuiceTests.swift; sourceTree = "<group>"; };
8787
345A0DBA2896CA6F004702DD /* Main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Main.swift; sourceTree = "<group>"; };
8888
345A0DBC2896CA84004702DD /* LocationManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationManager.swift; sourceTree = "<group>"; };
@@ -165,7 +165,7 @@
165165
isa = PBXGroup;
166166
children = (
167167
7840C9BF2D5B4279008544D3 /* ci_scripts */,
168-
345A0D8F2896CA47004702DD /* Bean Juice */,
168+
345A0D8F2896CA47004702DD /* BeanJuice */,
169169
345A0DA02896CA48004702DD /* BeanJuiceTests */,
170170
345A0D8E2896CA47004702DD /* Products */,
171171
342202622896D3B500A1DEED /* Frameworks */,
@@ -175,16 +175,16 @@
175175
345A0D8E2896CA47004702DD /* Products */ = {
176176
isa = PBXGroup;
177177
children = (
178-
345A0D8D2896CA47004702DD /* Bean Juice.app */,
179-
345A0D9D2896CA48004702DD /* Bean JuiceTests.xctest */,
178+
345A0D8D2896CA47004702DD /* BeanJuice.app */,
179+
345A0D9D2896CA48004702DD /* BeanJuiceTests.xctest */,
180180
);
181181
name = Products;
182182
sourceTree = "<group>";
183183
};
184-
345A0D8F2896CA47004702DD /* Bean Juice */ = {
184+
345A0D8F2896CA47004702DD /* BeanJuice */ = {
185185
isa = PBXGroup;
186186
children = (
187-
342202612896D31000A1DEED /* Bean Juice.entitlements */,
187+
342202612896D31000A1DEED /* BeanJuice.entitlements */,
188188
345A0D942896CA48004702DD /* Assets.xcassets */,
189189
345A0DBA2896CA6F004702DD /* Main.swift */,
190190
345A0E232896CC5D004702DD /* Method Information */,
@@ -193,7 +193,7 @@
193193
345A0E252896CC9B004702DD /* Utilities */,
194194
345A0E2C2896CD69004702DD /* Views */,
195195
);
196-
path = "Bean Juice";
196+
path = BeanJuice;
197197
sourceTree = "<group>";
198198
};
199199
345A0D962896CA48004702DD /* Preview Content */ = {
@@ -364,9 +364,9 @@
364364
/* End PBXGroup section */
365365

366366
/* Begin PBXNativeTarget section */
367-
345A0D8C2896CA47004702DD /* Bean Juice */ = {
367+
345A0D8C2896CA47004702DD /* BeanJuice */ = {
368368
isa = PBXNativeTarget;
369-
buildConfigurationList = 345A0DB12896CA48004702DD /* Build configuration list for PBXNativeTarget "Bean Juice" */;
369+
buildConfigurationList = 345A0DB12896CA48004702DD /* Build configuration list for PBXNativeTarget "BeanJuice" */;
370370
buildPhases = (
371371
345A0D892896CA47004702DD /* Sources */,
372372
345A0D8A2896CA47004702DD /* Frameworks */,
@@ -377,17 +377,17 @@
377377
dependencies = (
378378
346FFD242AB2EA840074C7AD /* PBXTargetDependency */,
379379
);
380-
name = "Bean Juice";
380+
name = BeanJuice;
381381
packageProductDependencies = (
382382
345A0E132896CB46004702DD /* Nifty Markdown Formatter */,
383383
);
384384
productName = "Bean Juice";
385-
productReference = 345A0D8D2896CA47004702DD /* Bean Juice.app */;
385+
productReference = 345A0D8D2896CA47004702DD /* BeanJuice.app */;
386386
productType = "com.apple.product-type.application";
387387
};
388-
345A0D9C2896CA48004702DD /* Bean JuiceTests */ = {
388+
345A0D9C2896CA48004702DD /* BeanJuiceTests */ = {
389389
isa = PBXNativeTarget;
390-
buildConfigurationList = 345A0DB42896CA48004702DD /* Build configuration list for PBXNativeTarget "Bean JuiceTests" */;
390+
buildConfigurationList = 345A0DB42896CA48004702DD /* Build configuration list for PBXNativeTarget "BeanJuiceTests" */;
391391
buildPhases = (
392392
345A0D992896CA48004702DD /* Sources */,
393393
345A0D9A2896CA48004702DD /* Frameworks */,
@@ -398,9 +398,9 @@
398398
dependencies = (
399399
345A0D9F2896CA48004702DD /* PBXTargetDependency */,
400400
);
401-
name = "Bean JuiceTests";
401+
name = BeanJuiceTests;
402402
productName = "Bean JuiceTests";
403-
productReference = 345A0D9D2896CA48004702DD /* Bean JuiceTests.xctest */;
403+
productReference = 345A0D9D2896CA48004702DD /* BeanJuiceTests.xctest */;
404404
productType = "com.apple.product-type.bundle.unit-test";
405405
};
406406
/* End PBXNativeTarget section */
@@ -422,7 +422,7 @@
422422
};
423423
};
424424
};
425-
buildConfigurationList = 345A0D882896CA47004702DD /* Build configuration list for PBXProject "Bean Juice" */;
425+
buildConfigurationList = 345A0D882896CA47004702DD /* Build configuration list for PBXProject "BeanJuice" */;
426426
compatibilityVersion = "Xcode 13.0";
427427
developmentRegion = en;
428428
hasScannedForEncodings = 0;
@@ -439,8 +439,8 @@
439439
projectDirPath = "";
440440
projectRoot = "";
441441
targets = (
442-
345A0D8C2896CA47004702DD /* Bean Juice */,
443-
345A0D9C2896CA48004702DD /* Bean JuiceTests */,
442+
345A0D8C2896CA47004702DD /* BeanJuice */,
443+
345A0D9C2896CA48004702DD /* BeanJuiceTests */,
444444
);
445445
};
446446
/* End PBXProject section */
@@ -534,7 +534,7 @@
534534
/* Begin PBXTargetDependency section */
535535
345A0D9F2896CA48004702DD /* PBXTargetDependency */ = {
536536
isa = PBXTargetDependency;
537-
target = 345A0D8C2896CA47004702DD /* Bean Juice */;
537+
target = 345A0D8C2896CA47004702DD /* BeanJuice */;
538538
targetProxy = 345A0D9E2896CA48004702DD /* PBXContainerItemProxy */;
539539
};
540540
346FFD242AB2EA840074C7AD /* PBXTargetDependency */ = {
@@ -667,10 +667,10 @@
667667
buildSettings = {
668668
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
669669
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
670-
CODE_SIGN_ENTITLEMENTS = "Bean Juice/Bean Juice.entitlements";
670+
CODE_SIGN_ENTITLEMENTS = BeanJuice/BeanJuice.entitlements;
671671
CODE_SIGN_STYLE = Automatic;
672672
CURRENT_PROJECT_VERSION = 1;
673-
DEVELOPMENT_ASSET_PATHS = "\"Bean Juice/Preview Content\"";
673+
DEVELOPMENT_ASSET_PATHS = "\"BeanJuice/Preview Content\"";
674674
DEVELOPMENT_TEAM = LBHT4Q3RSF;
675675
ENABLE_PREVIEWS = YES;
676676
GENERATE_INFOPLIST_FILE = YES;
@@ -706,10 +706,10 @@
706706
buildSettings = {
707707
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
708708
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
709-
CODE_SIGN_ENTITLEMENTS = "Bean Juice/Bean Juice.entitlements";
709+
CODE_SIGN_ENTITLEMENTS = BeanJuice/BeanJuice.entitlements;
710710
CODE_SIGN_STYLE = Automatic;
711711
CURRENT_PROJECT_VERSION = 1;
712-
DEVELOPMENT_ASSET_PATHS = "\"Bean Juice/Preview Content\"";
712+
DEVELOPMENT_ASSET_PATHS = "\"BeanJuice/Preview Content\"";
713713
DEVELOPMENT_TEAM = LBHT4Q3RSF;
714714
ENABLE_PREVIEWS = YES;
715715
GENERATE_INFOPLIST_FILE = YES;
@@ -755,7 +755,7 @@
755755
SWIFT_EMIT_LOC_STRINGS = NO;
756756
SWIFT_VERSION = 5.0;
757757
TARGETED_DEVICE_FAMILY = "1,2";
758-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Bean Juice.app/Bean Juice";
758+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BeanJuice.app/BeanJuice";
759759
};
760760
name = Debug;
761761
};
@@ -774,14 +774,14 @@
774774
SWIFT_EMIT_LOC_STRINGS = NO;
775775
SWIFT_VERSION = 5.0;
776776
TARGETED_DEVICE_FAMILY = "1,2";
777-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Bean Juice.app/Bean Juice";
777+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BeanJuice.app/BeanJuice";
778778
};
779779
name = Release;
780780
};
781781
/* End XCBuildConfiguration section */
782782

783783
/* Begin XCConfigurationList section */
784-
345A0D882896CA47004702DD /* Build configuration list for PBXProject "Bean Juice" */ = {
784+
345A0D882896CA47004702DD /* Build configuration list for PBXProject "BeanJuice" */ = {
785785
isa = XCConfigurationList;
786786
buildConfigurations = (
787787
345A0DAF2896CA48004702DD /* Debug */,
@@ -790,7 +790,7 @@
790790
defaultConfigurationIsVisible = 0;
791791
defaultConfigurationName = Release;
792792
};
793-
345A0DB12896CA48004702DD /* Build configuration list for PBXNativeTarget "Bean Juice" */ = {
793+
345A0DB12896CA48004702DD /* Build configuration list for PBXNativeTarget "BeanJuice" */ = {
794794
isa = XCConfigurationList;
795795
buildConfigurations = (
796796
345A0DB22896CA48004702DD /* Debug */,
@@ -799,7 +799,7 @@
799799
defaultConfigurationIsVisible = 0;
800800
defaultConfigurationName = Release;
801801
};
802-
345A0DB42896CA48004702DD /* Build configuration list for PBXNativeTarget "Bean JuiceTests" */ = {
802+
345A0DB42896CA48004702DD /* Build configuration list for PBXNativeTarget "BeanJuiceTests" */ = {
803803
isa = XCConfigurationList;
804804
buildConfigurations = (
805805
345A0DB52896CA48004702DD /* Debug */,

Bean Juice.xcodeproj/xcshareddata/xcschemes/Bean Juice.xcscheme renamed to BeanJuice.xcodeproj/xcshareddata/xcschemes/Bean Juice.xcscheme

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "345A0D8C2896CA47004702DD"
18-
BuildableName = "Bean Juice.app"
19-
BlueprintName = "Bean Juice"
20-
ReferencedContainer = "container:Bean Juice.xcodeproj">
18+
BuildableName = "BeanJuice.app"
19+
BlueprintName = "BeanJuice"
20+
ReferencedContainer = "container:BeanJuice.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -34,9 +34,9 @@
3434
<BuildableReference
3535
BuildableIdentifier = "primary"
3636
BlueprintIdentifier = "345A0D9C2896CA48004702DD"
37-
BuildableName = "Bean JuiceTests.xctest"
38-
BlueprintName = "Bean JuiceTests"
39-
ReferencedContainer = "container:Bean Juice.xcodeproj">
37+
BuildableName = "BeanJuiceTests.xctest"
38+
BlueprintName = "BeanJuiceTests"
39+
ReferencedContainer = "container:BeanJuice.xcodeproj">
4040
</BuildableReference>
4141
</TestableReference>
4242
</Testables>
@@ -56,9 +56,9 @@
5656
<BuildableReference
5757
BuildableIdentifier = "primary"
5858
BlueprintIdentifier = "345A0D8C2896CA47004702DD"
59-
BuildableName = "Bean Juice.app"
60-
BlueprintName = "Bean Juice"
61-
ReferencedContainer = "container:Bean Juice.xcodeproj">
59+
BuildableName = "BeanJuice.app"
60+
BlueprintName = "BeanJuice"
61+
ReferencedContainer = "container:BeanJuice.xcodeproj">
6262
</BuildableReference>
6363
</BuildableProductRunnable>
6464
</LaunchAction>
@@ -73,9 +73,9 @@
7373
<BuildableReference
7474
BuildableIdentifier = "primary"
7575
BlueprintIdentifier = "345A0D8C2896CA47004702DD"
76-
BuildableName = "Bean Juice.app"
77-
BlueprintName = "Bean Juice"
78-
ReferencedContainer = "container:Bean Juice.xcodeproj">
76+
BuildableName = "BeanJuice.app"
77+
BlueprintName = "BeanJuice"
78+
ReferencedContainer = "container:BeanJuice.xcodeproj">
7979
</BuildableReference>
8080
</BuildableProductRunnable>
8181
</ProfileAction>

0 commit comments

Comments
 (0)