Guest User

Untitled

a guest
Jun 21st, 2018
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. diff --git a/Info.plist b/Info.plist
  2. index 78a02c3..98aa26b 100644
  3. --- a/Info.plist
  4. +++ b/Info.plist
  5. @@ -22,7 +22,7 @@
  6. <string>Icon-Small@2x.png</string>
  7. </array>
  8. <key>CFBundleIdentifier</key>
  9. - <string>org.wordpress</string>
  10. + <string>${BUNDLE_NAME}</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. diff --git a/WordPress.xcodeproj/project.pbxproj b/WordPress.xcodeproj/project.pbxproj
  15. index ff5061d..45b9ee4 100644
  16. --- a/WordPress.xcodeproj/project.pbxproj
  17. +++ b/WordPress.xcodeproj/project.pbxproj
  18. @@ -372,7 +372,7 @@
  19. 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  20. 1D3623240D0F684500981E51 /* WordPressAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WordPressAppDelegate.h; sourceTree = "<group>"; };
  21. 1D3623250D0F684500981E51 /* WordPressAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WordPressAppDelegate.m; sourceTree = "<group>"; };
  22. - 1D6058910D05DD3D006BFB54 /* WordPress.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WordPress.app; sourceTree = BUILT_PRODUCTS_DIR; };
  23. + 1D6058910D05DD3D006BFB54 /* WordPress-dev.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "WordPress-dev.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  24. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = "<absolute>"; };
  25. 2892E40F0DC94CBA00A64D0F /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = "<absolute>"; };
  26. 28A0AAE50D9B0CCF005BE974 /* WordPress_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WordPress_Prefix.pch; sourceTree = "<group>"; };
  27. @@ -865,7 +865,7 @@
  28. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  29. isa = PBXGroup;
  30. children = (
  31. - 1D6058910D05DD3D006BFB54 /* WordPress.app */,
  32. + 1D6058910D05DD3D006BFB54 /* WordPress-dev.app */,
  33. );
  34. name = Products;
  35. sourceTree = "<group>";
  36. @@ -1587,7 +1587,7 @@
  37. );
  38. name = WordPress;
  39. productName = WordPress;
  40. - productReference = 1D6058910D05DD3D006BFB54 /* WordPress.app */;
  41. + productReference = 1D6058910D05DD3D006BFB54 /* WordPress-dev.app */;
  42. productType = "com.apple.product-type.application";
  43. };
  44. /* End PBXNativeTarget section */
  45. @@ -1927,6 +1927,7 @@
  46. buildSettings = {
  47. ALWAYS_SEARCH_USER_PATHS = NO;
  48. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  49. + BUNDLE_NAME = org.wordpress.dev;
  50. CODE_SIGN_IDENTITY = "";
  51. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  52. COPY_PHASE_STRIP = NO;
  53. @@ -1947,7 +1948,7 @@
  54. GCC_TREAT_WARNINGS_AS_ERRORS = NO;
  55. INFOPLIST_FILE = Info.plist;
  56. IPHONEOS_DEPLOYMENT_TARGET = 3.0;
  57. - PRODUCT_NAME = WordPress;
  58. + PRODUCT_NAME = "WordPress-dev";
  59. "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
  60. SDKROOT = iphoneos4.2;
  61. TARGETED_DEVICE_FAMILY = "1,2";
  62. @@ -1960,6 +1961,7 @@
  63. buildSettings = {
  64. ALWAYS_SEARCH_USER_PATHS = NO;
  65. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  66. + BUNDLE_NAME = org.wordpress;
  67. COPY_PHASE_STRIP = YES;
  68. FRAMEWORK_SEARCH_PATHS = (
  69. "$(inherited)",
  70. @@ -2004,6 +2006,7 @@
  71. buildSettings = {
  72. ALWAYS_SEARCH_USER_PATHS = NO;
  73. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  74. + BUNDLE_NAME = org.wordpress;
  75. CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
  76. COPY_PHASE_STRIP = YES;
  77. FRAMEWORK_SEARCH_PATHS = (
  78. @@ -2055,6 +2058,7 @@
  79. buildSettings = {
  80. ALWAYS_SEARCH_USER_PATHS = NO;
  81. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  82. + BUNDLE_NAME = org.wordpress;
  83. CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
  84. COPY_PHASE_STRIP = YES;
  85. FRAMEWORK_SEARCH_PATHS = (
Add Comment
Please, Sign In to add comment