Skip to content

Commit

Permalink
fix typo in bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Dec 19, 2024
1 parent e8e440e commit c4e02a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PayPal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.paypal-io-sdk.CardPaySheet";
PRODUCT_BUNDLE_IDENTIFIER = "com.paypal.ios-sdk.CardPaySheet";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1660,7 +1660,7 @@
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.paypal-io-sdk.CardPaySheet";
PRODUCT_BUNDLE_IDENTIFIER = "com.paypal.ios-sdk.CardPaySheet";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
Expand Down

0 comments on commit c4e02a1

Please sign in to comment.