Skip to content

Commit

Permalink
podfile ios version
Browse files Browse the repository at this point in the history
  • Loading branch information
nazli-stripe committed Apr 2, 2024
1 parent f1722ed commit 4210c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example-app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1386,4 +1386,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 8c9f0bca78551a74dc0df7badf546b4cdf9eb304

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2
4 changes: 2 additions & 2 deletions example-app/ios/exampleapp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = com.example.stripeterminalreactnative;
PRODUCT_NAME = "exampleapp";
PRODUCT_NAME = exampleapp;
SWIFT_OBJC_BRIDGING_HEADER = "exampleapp/exampleapp-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -371,7 +371,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = com.example.stripeterminalreactnative;
PRODUCT_NAME = "exampleapp";
PRODUCT_NAME = exampleapp;
SWIFT_OBJC_BRIDGING_HEADER = "exampleapp/exampleapp-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down

0 comments on commit 4210c55

Please sign in to comment.