Skip to content

Commit

Permalink
- Fix display name for apps
Browse files Browse the repository at this point in the history
  • Loading branch information
iRayanKhan committed Apr 4, 2024
1 parent 507f72a commit bc41c96
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions BundleReader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
273AAC592BBF206D0088D072 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273AAC582BBF206D0088D072 /* ContentView.swift */; };
273AAC5B2BBF206E0088D072 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 273AAC5A2BBF206E0088D072 /* Assets.xcassets */; };
273AAC5E2BBF206E0088D072 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 273AAC5D2BBF206E0088D072 /* Preview Assets.xcassets */; };
273AAC612BBF206E0088D072 /* BundleReader watchOS Watch App.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 273AAC542BBF206D0088D072 /* BundleReader watchOS Watch App.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
273AAC612BBF206E0088D072 /* Bundle Reader.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 273AAC542BBF206D0088D072 /* Bundle Reader.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
273AAC682BBF20D00088D072 /* EmbeddedReaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273AAC672BBF20D00088D072 /* EmbeddedReaderView.swift */; };
273AAC6A2BBF20FB0088D072 /* PlistReaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273AAC692BBF20FB0088D072 /* PlistReaderView.swift */; };
273AAC6D2BBF211F0088D072 /* PkgInfoReaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273AAC6C2BBF211F0088D072 /* PkgInfoReaderView.swift */; };
Expand Down Expand Up @@ -60,7 +60,7 @@
dstPath = "$(CONTENTS_FOLDER_PATH)/Watch";
dstSubfolderSpec = 16;
files = (
273AAC612BBF206E0088D072 /* BundleReader watchOS Watch App.app in Embed Watch Content */,
273AAC612BBF206E0088D072 /* Bundle Reader.app in Embed Watch Content */,
);
name = "Embed Watch Content";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -77,7 +77,7 @@
273AAC4A2BBF1E200088D072 /* PlistReaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlistReaderView.swift; sourceTree = "<group>"; };
273AAC4C2BBF1E7B0088D072 /* PkgInfoReaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PkgInfoReaderView.swift; sourceTree = "<group>"; };
273AAC4E2BBF1E960088D072 /* CodeResourcesReaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeResourcesReaderView.swift; sourceTree = "<group>"; };
273AAC542BBF206D0088D072 /* BundleReader watchOS Watch App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BundleReader watchOS Watch App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
273AAC542BBF206D0088D072 /* Bundle Reader.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Bundle Reader.app"; sourceTree = BUILT_PRODUCTS_DIR; };
273AAC562BBF206D0088D072 /* BundleReader_watchOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BundleReader_watchOSApp.swift; sourceTree = "<group>"; };
273AAC582BBF206D0088D072 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
273AAC5A2BBF206E0088D072 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -157,7 +157,7 @@
isa = PBXGroup;
children = (
273AAC362BBF1DCB0088D072 /* BundleReader.app */,
273AAC542BBF206D0088D072 /* BundleReader watchOS Watch App.app */,
273AAC542BBF206D0088D072 /* Bundle Reader.app */,
27DF2F3A2BBF24B10085DD3A /* BundleReader tvOS.app */,
27A09F1B2BBF28C100BBFDCC /* BundleReader visionOS.app */,
);
Expand Down Expand Up @@ -333,7 +333,7 @@
);
name = "BundleReader watchOS Watch App";
productName = "BundleReader watchOS Watch App";
productReference = 273AAC542BBF206D0088D072 /* BundleReader watchOS Watch App.app */;
productReference = 273AAC542BBF206D0088D072 /* Bundle Reader.app */;
productType = "com.apple.product-type.application";
};
27A09F1A2BBF28C100BBFDCC /* BundleReader visionOS */ = {
Expand Down Expand Up @@ -652,6 +652,7 @@
DEVELOPMENT_TEAM = 9489Q3YVAN;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "Bundle Reader";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand Down Expand Up @@ -683,6 +684,7 @@
DEVELOPMENT_TEAM = 9489Q3YVAN;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "Bundle Reader";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand Down Expand Up @@ -713,7 +715,6 @@
DEVELOPMENT_TEAM = 9489Q3YVAN;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "BundleReader watchOS";
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = com.iRayanKhan.BundleReader;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -722,7 +723,7 @@
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.iRayanKhan.BundleReader.watchkitapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "Bundle Reader";
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -743,7 +744,6 @@
DEVELOPMENT_TEAM = 9489Q3YVAN;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "BundleReader watchOS";
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = com.iRayanKhan.BundleReader;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -752,7 +752,7 @@
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.iRayanKhan.BundleReader.watchkitapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "Bundle Reader";
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -774,6 +774,7 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "$(TARGET_NAME)/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "Bundle Reader";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -802,6 +803,7 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "$(TARGET_NAME)/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "Bundle Reader";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -829,6 +831,7 @@
DEVELOPMENT_TEAM = 9489Q3YVAN;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "Bundle Reader";
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UIUserInterfaceStyle = Automatic;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -857,6 +860,7 @@
DEVELOPMENT_TEAM = 9489Q3YVAN;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "Bundle Reader";
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UIUserInterfaceStyle = Automatic;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down

0 comments on commit bc41c96

Please sign in to comment.