Skip to content

Commit 65596bf

Browse files
committed
build: change app name to Tell Time UK
1 parent ce949a9 commit 65596bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

telltime.xcodeproj/project.pbxproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
4CA4F64A236D1272007088BA /* ArtNouveauIndicators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtNouveauIndicators.swift; sourceTree = "<group>"; };
9797
4CA5F621237C8D49007F058A /* DrawnClockBorder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DrawnClockBorder.swift; sourceTree = "<group>"; };
9898
4CA5F623237C942F007F058A /* DrawnIndicators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DrawnIndicators.swift; sourceTree = "<group>"; };
99-
4CB1D4B822A7293300786385 /* telltime.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = telltime.app; sourceTree = BUILT_PRODUCTS_DIR; };
99+
4CB1D4B822A7293300786385 /* Tell Time UK.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Tell Time UK.app"; sourceTree = BUILT_PRODUCTS_DIR; };
100100
4CB1D4BB22A7293300786385 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
101101
4CB1D4BD22A7293300786385 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
102102
4CB1D4BF22A7293300786385 /* TellTimeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TellTimeView.swift; sourceTree = "<group>"; };
@@ -271,7 +271,7 @@
271271
4CB1D4B922A7293300786385 /* Products */ = {
272272
isa = PBXGroup;
273273
children = (
274-
4CB1D4B822A7293300786385 /* telltime.app */,
274+
4CB1D4B822A7293300786385 /* Tell Time UK.app */,
275275
4CB1D4CE22A7293500786385 /* telltimeTests.xctest */,
276276
);
277277
name = Products;
@@ -409,7 +409,7 @@
409409
4C25E63B22D0997100E64612 /* SwiftPastTen */,
410410
);
411411
productName = telltime;
412-
productReference = 4CB1D4B822A7293300786385 /* telltime.app */;
412+
productReference = 4CB1D4B822A7293300786385 /* Tell Time UK.app */;
413413
productType = "com.apple.product-type.application";
414414
};
415415
4CB1D4CD22A7293500786385 /* telltimeTests */ = {
@@ -733,7 +733,7 @@
733733
"@executable_path/Frameworks",
734734
);
735735
PRODUCT_BUNDLE_IDENTIFIER = renaud.jenny.telltime;
736-
PRODUCT_NAME = "$(TARGET_NAME)";
736+
PRODUCT_NAME = "Tell Time UK";
737737
PROVISIONING_PROFILE_SPECIFIER = "";
738738
SWIFT_VERSION = 5.0;
739739
TARGETED_DEVICE_FAMILY = "1,2";
@@ -756,7 +756,7 @@
756756
"@executable_path/Frameworks",
757757
);
758758
PRODUCT_BUNDLE_IDENTIFIER = renaud.jenny.telltime;
759-
PRODUCT_NAME = "$(TARGET_NAME)";
759+
PRODUCT_NAME = "Tell Time UK";
760760
PROVISIONING_PROFILE_SPECIFIER = "";
761761
SWIFT_VERSION = 5.0;
762762
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)