Skip to content

Commit

Permalink
Updating bundle and team id
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Nov 6, 2024
1 parent e86b9bd commit b319013
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
CODE_SIGN_ENTITLEMENTS = Example/Example.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 9YHGX7ST8H;
DEVELOPMENT_TEAM = 7847W99F5L;
EXCLUDED_ARCHS = "";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Example/Info.plist;
Expand All @@ -455,7 +455,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.mobilejazz.magicbell;
PRODUCT_BUNDLE_IDENTIFIER = "com.magicbell.swift-example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
Expand All @@ -472,7 +472,7 @@
CODE_SIGN_ENTITLEMENTS = Example/Example.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 9YHGX7ST8H;
DEVELOPMENT_TEAM = 7847W99F5L;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Example/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand All @@ -486,7 +486,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.mobilejazz.magicbell;
PRODUCT_BUNDLE_IDENTIFIER = "com.magicbell.swift-example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit b319013

Please sign in to comment.