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

Commit

Permalink
Merge pull request #3 from JaviLorbada/master
Browse files Browse the repository at this point in the history
Update Wrap-TV product bundle identifier to avoid conflicts with Unbox
  • Loading branch information
JohnSundell committed Apr 21, 2016
2 parents 028663b + 20b56f3 commit a4311e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Wrap.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@
INFOPLIST_FILE = Configs/tvOS.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Unbox-tvOS";
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Wrap-tvOS";
PRODUCT_NAME = Wrap;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
Expand All @@ -594,7 +594,7 @@
INFOPLIST_FILE = Configs/tvOS.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Unbox-tvOS";
PRODUCT_BUNDLE_IDENTIFIER = "com.unbox.Wrap-tvOS";
PRODUCT_NAME = Wrap;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
Expand Down

0 comments on commit a4311e2

Please sign in to comment.