mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
bundle ID fix (sowy) (#187)
* Fixed ALL view strings + Dutch translations I THINK I fixed all view strings, i went through all so idk * Fix * Fixed type shi * List number + small text fixes * Update project.pbxproj
This commit is contained in:
parent
706a448698
commit
02314a75e3
1 changed files with 2 additions and 2 deletions
|
|
@ -962,7 +962,7 @@
|
|||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = me.cranci.sulfur1;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = me.cranci.sulfur;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
|
|
@ -1004,7 +1004,7 @@
|
|||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = me.cranci.sulfur1;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = me.cranci.sulfur;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
|
|
|
|||
Loading…
Reference in a new issue