Skip to content

Commit

Permalink
Fix ios dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yatatsu committed Sep 8, 2024
1 parent c3fcd10 commit 5a8dfce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
24 changes: 10 additions & 14 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
PODS:
- Flutter (1.0.0)
- GoogleUtilities/AppDelegateSwizzler (7.13.3):
- GoogleUtilities/AppDelegateSwizzler (8.0.2):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Privacy
- GoogleUtilities/Environment (7.13.3):
- GoogleUtilities/Environment (8.0.2):
- GoogleUtilities/Privacy
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/Logger (7.13.3):
- GoogleUtilities/Logger (8.0.2):
- GoogleUtilities/Environment
- GoogleUtilities/Privacy
- GoogleUtilities/Network (7.13.3):
- GoogleUtilities/Network (8.0.2):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Privacy
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (7.13.3)":
- "GoogleUtilities/NSData+zlib (8.0.2)":
- GoogleUtilities/Privacy
- GoogleUtilities/Privacy (7.13.3)
- GoogleUtilities/Reachability (7.13.3):
- GoogleUtilities/Privacy (8.0.2)
- GoogleUtilities/Reachability (8.0.2):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- integration_test (0.0.1):
- Flutter
- payjp_flutter (0.5.0):
- Flutter
- GoogleUtilities/AppDelegateSwizzler (~> 7.2)
- GoogleUtilities/AppDelegateSwizzler (~> 8)
- PAYJPFlutterCore (~> 2.0.0)
- PAYJPFlutterCore (2.0.0):
- PhoneNumberKit (~> 4.0.0)
Expand All @@ -36,7 +35,6 @@ PODS:
- PhoneNumberKit/PhoneNumberKitCore (4.0.0)
- PhoneNumberKit/UIKit (4.0.0):
- PhoneNumberKit/PhoneNumberKitCore
- PromisesObjC (2.4.0)

DEPENDENCIES:
- Flutter (from `Flutter`)
Expand All @@ -48,7 +46,6 @@ SPEC REPOS:
- GoogleUtilities
- PAYJPFlutterCore
- PhoneNumberKit
- PromisesObjC

EXTERNAL SOURCES:
Flutter:
Expand All @@ -60,12 +57,11 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
payjp_flutter: 9c99affab637218b124115ed2fabbd231be6a2ed
payjp_flutter: 4f754036131f2b6da351441969dc0cefb0d26842
PAYJPFlutterCore: 4482984ff07eeeea7762b60db6b13b2d62fcfa3e
PhoneNumberKit: fca23e22dcd17f602577f177bdd502512190e52e
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47

PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048

Expand Down
2 changes: 0 additions & 2 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,13 @@
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
"${BUILT_PRODUCTS_DIR}/PAYJPFlutterCore/PAYJP.framework",
"${BUILT_PRODUCTS_DIR}/PhoneNumberKit/PhoneNumberKit.framework",
"${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework",
"${BUILT_PRODUCTS_DIR}/integration_test/integration_test.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PAYJP.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PhoneNumberKit.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/integration_test.framework",
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
1 change: 1 addition & 0 deletions ios/payjp_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ A Flutter plugin for PAY.JP Mobile SDK.
# NOTE: If you need to scan card in your card form, please add the following dependency to your Podfile directly.
# as default, we don't include this dependency because it causes a issue in arm64 simulator build.
# s.dependency 'CardIO', '~> 5.4.1'7.2'
s.dependency 'GoogleUtilities/AppDelegateSwizzler', '~> 8'
s.dependency 'Flutter'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

Expand Down

0 comments on commit 5a8dfce

Please sign in to comment.