Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility updates for M1 laptops and XCode 11.4+ #103

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ target 'RocketRides' do
pod 'Alamofire', '~> 4'
pod 'Stripe'
end

post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
randscr-stripe marked this conversation as resolved.
Show resolved Hide resolved
end
end
10 changes: 5 additions & 5 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Alamofire (4.9.1)
- Stripe (18.2.0)
- Stripe (19.4.1)

DEPENDENCIES:
- Alamofire
- Alamofire (~> 4)
- Stripe

SPEC REPOS:
Expand All @@ -13,8 +13,8 @@ SPEC REPOS:

SPEC CHECKSUMS:
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
Stripe: a468d5f39703807e840fdfed39572ffad0aaf053
Stripe: 5914399ac5878056b985d56b409cb4bb1e7fc7e8

PODFILE CHECKSUM: df01c2ba3d529638d327c083cdf54b9821b82a0c
PODFILE CHECKSUM: d4b967991b9cdc57a63d72f7bc5231f5aea5a175

COCOAPODS: 1.8.4
COCOAPODS: 1.12.1
1 change: 1 addition & 0 deletions ios/RocketRides.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = NO;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
Expand Down