Skip to content

Commit

Permalink
Fixed incorrect bundle id on Rollbar Demo (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
matux authored Aug 23, 2023
1 parent eee97df commit c2b6a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/RollbarDemo/RollbarDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.rollbar.apple.demo;
PRODUCT_BUNDLE_IDENTIFIER = com.rollbar.apple.demo.swift;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -335,7 +335,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.rollbar.apple.demo;
PRODUCT_BUNDLE_IDENTIFIER = com.rollbar.apple.demo.swift;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down

0 comments on commit c2b6a51

Please sign in to comment.