Skip to content

Commit 83186a1

Browse files
committed
Update project.pbxproj
1 parent f909612 commit 83186a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SnippetsLibrary.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
/* Begin PBXFileReference section */
112112
B8190DF726FA388500E3994C /* SnippetType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnippetType.swift; sourceTree = "<group>"; };
113-
B82561B026E81D570040A67E /* SnippetsLibrary.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SnippetsLibrary.app; sourceTree = BUILT_PRODUCTS_DIR; };
113+
B82561B026E81D570040A67E /* Snippets Library.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Snippets Library.app"; sourceTree = BUILT_PRODUCTS_DIR; };
114114
B82561B326E81D570040A67E /* SnippetsLibraryApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnippetsLibraryApp.swift; sourceTree = "<group>"; };
115115
B82561B726E81D580040A67E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
116116
B82561BA26E81D580040A67E /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
@@ -238,7 +238,7 @@
238238
B82561B126E81D570040A67E /* Products */ = {
239239
isa = PBXGroup;
240240
children = (
241-
B82561B026E81D570040A67E /* SnippetsLibrary.app */,
241+
B82561B026E81D570040A67E /* Snippets Library.app */,
242242
B88D7A6926F7FB4E00B114F6 /* SnippetsLibraryUnitTests.xctest */,
243243
B88D7A7726F7FB8200B114F6 /* SnippetsLibraryUITests.xctest */,
244244
);
@@ -612,7 +612,7 @@
612612
B8CFD8B12700C884002A66FF /* FirebaseRemoteConfig */,
613613
);
614614
productName = SnippetsLibrary;
615-
productReference = B82561B026E81D570040A67E /* SnippetsLibrary.app */;
615+
productReference = B82561B026E81D570040A67E /* Snippets Library.app */;
616616
productType = "com.apple.product-type.application";
617617
};
618618
B88D7A6826F7FB4E00B114F6 /* SnippetsLibraryUnitTests */ = {
@@ -997,7 +997,7 @@
997997
MACOSX_DEPLOYMENT_TARGET = 11.0;
998998
MARKETING_VERSION = 1.0;
999999
PRODUCT_BUNDLE_IDENTIFIER = com.cphlowiec.SnippetsLibrary;
1000-
PRODUCT_NAME = "$(TARGET_NAME)";
1000+
PRODUCT_NAME = "Snippets Library";
10011001
PROVISIONING_PROFILE_SPECIFIER = "";
10021002
SWIFT_VERSION = 5.0;
10031003
};
@@ -1026,7 +1026,7 @@
10261026
MACOSX_DEPLOYMENT_TARGET = 11.0;
10271027
MARKETING_VERSION = 1.0;
10281028
PRODUCT_BUNDLE_IDENTIFIER = com.cphlowiec.SnippetsLibrary;
1029-
PRODUCT_NAME = "$(TARGET_NAME)";
1029+
PRODUCT_NAME = "Snippets Library";
10301030
PROVISIONING_PROFILE_SPECIFIER = "";
10311031
SWIFT_ACTIVE_COMPILATION_CONDITIONS = RELEASE;
10321032
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)