Explorar el Código

Separate bundle id for platforms

Kryštof Matěj hace 6 años
padre
commit
2f01015059
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Lib/Configurations/KeychainAccess.xcconfig

+ 1 - 1
Lib/Configurations/KeychainAccess.xcconfig

@@ -2,7 +2,7 @@ SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator watchos watchsimulator app
 TARGETED_DEVICE_FAMILY = 1,2,3,4;
 
 COMBINE_HIDPI_IMAGES = YES;
-PRODUCT_BUNDLE_IDENTIFIER = com.kishikawakatsumi.$(PRODUCT_NAME:rfc1034identifier);
+PRODUCT_BUNDLE_IDENTIFIER = com.kishikawakatsumi.$(PRODUCT_NAME:rfc1034identifier).${PLATFORM_NAME};
 PRODUCT_NAME = $(PROJECT_NAME);
 APPLICATION_EXTENSION_API_ONLY = YES;
 INFOPLIST_FILE = KeychainAccess/Info.plist;