Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.

Commit a4311e2

Browse files
committed
Merge pull request #3 from JaviLorbada/master
Update Wrap-TV product bundle identifier to avoid conflicts with Unbox
2 parents 028663b + 20b56f3 commit a4311e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Wrap.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@
575575
INFOPLIST_FILE = Configs/tvOS.plist;
576576
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
577577
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
578-
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Unbox-tvOS";
578+
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Wrap-tvOS";
579579
PRODUCT_NAME = Wrap;
580580
SDKROOT = appletvos;
581581
SKIP_INSTALL = YES;
@@ -594,7 +594,7 @@
594594
INFOPLIST_FILE = Configs/tvOS.plist;
595595
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
596596
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
597-
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Unbox-tvOS";
597+
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Wrap-tvOS";
598598
PRODUCT_NAME = Wrap;
599599
SDKROOT = appletvos;
600600
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)