Skip to content

Commit

Permalink
Update Apple's PRODUCT_BUNDLE_IDENTIFIER for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
leonvogt committed Jun 4, 2024
1 parent 59d83af commit 6841324
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HotwireDevTools/HotwireDevTools.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
"-framework",
SafariServices,
);
PRODUCT_BUNDLE_IDENTIFIER = hotwire.dev.tools.com;
PRODUCT_BUNDLE_IDENTIFIER = hotwire.dev.tools.extension;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -486,7 +486,7 @@
"-framework",
SafariServices,
);
PRODUCT_BUNDLE_IDENTIFIER = hotwire.dev.tools.com;
PRODUCT_BUNDLE_IDENTIFIER = hotwire.dev.tools.extension;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -526,7 +526,7 @@
"-framework",
WebKit,
);
PRODUCT_BUNDLE_IDENTIFIER = hotwire.dev.tools.com;
PRODUCT_BUNDLE_IDENTIFIER = hotwire.dev.tools;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -565,7 +565,7 @@
"-framework",
WebKit,
);
PRODUCT_BUNDLE_IDENTIFIER = hotwire.dev.tools.com;
PRODUCT_BUNDLE_IDENTIFIER = hotwire.dev.tools;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit 6841324

Please sign in to comment.