Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Change bundle identifier via config #888

Merged
merged 1 commit into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xcode/Subconscious/Subconscious.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2306,7 +2306,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.10;
PRODUCT_BUNDLE_IDENTIFIER = com.subconscious.Subconscious;
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
PRODUCT_NAME = Subconscious;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -2348,7 +2348,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.10;
PRODUCT_BUNDLE_IDENTIFIER = com.subconscious.Subconscious;
PRODUCT_BUNDLE_IDENTIFIER = "$(PRODUCT_BUNDLE_IDENTIFIER)";
PRODUCT_NAME = Subconscious;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
1 change: 1 addition & 0 deletions xcode/Subconscious/iOS/Development.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ DEFAULT_GEIST_PETNAME = subconscious
DEFAULT_GEIST_DID = did:key:z6MkfUzJYTBW8Q7mwCvKbVjzBt5LvEPRbpZ3Ni7aZZZekMat
FEEDBACK_URL = docs.google.com/forms/d/e/1FAIpQLSeQHRBacSLtE2scIeezlgW6ou_xq_CLBUawJeMmOZv4O9NuEw/viewform?usp=sf_link
CLOUDCTL_URL = cloudctl.sphere.socrates.subconscious.cloud
PRODUCT_BUNDLE_IDENTIFIER = com.subconscious.Unconscious
1 change: 1 addition & 0 deletions xcode/Subconscious/iOS/Release.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ DEFAULT_GEIST_PETNAME = subconscious
DEFAULT_GEIST_DID = did:key:z6MkfUzJYTBW8Q7mwCvKbVjzBt5LvEPRbpZ3Ni7aZZZekMat
FEEDBACK_URL = docs.google.com/forms/d/e/1FAIpQLSeQHRBacSLtE2scIeezlgW6ou_xq_CLBUawJeMmOZv4O9NuEw/viewform?usp=sf_link
CLOUDCTL_URL = cloudctl.sphere.plato.subconscious.cloud
PRODUCT_BUNDLE_IDENTIFIER = com.subconscious.Subconscious
Loading