Skip to content

Commit

Permalink
SampleApp is updated with STCPay example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozgen Cetinkaya committed Jan 10, 2024
1 parent 42df59d commit c6b6c83
Show file tree
Hide file tree
Showing 112 changed files with 10,964 additions and 251 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file modified SampleApp/.DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions SampleApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ target 'SampleApp' do
end

end

post_install do |installer|
installer.pods_project.targets.each do |target|
if ['PayFortSDK'].include? target.name
target.build_configurations.each do |config|
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
end
end
end
end
27 changes: 27 additions & 0 deletions SampleApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
PODS:
- IQKeyboardManagerSwift (6.5.16)
- MBProgressHUD (1.2.0)
- PayFortSDK (3.2.0)

DEPENDENCIES:
- IQKeyboardManagerSwift
- MBProgressHUD
- PayFortSDK (from `/Users/cetozgen/gitprivaterepos/fort-ios-sdk-localtest/`)

SPEC REPOS:
trunk:
- IQKeyboardManagerSwift
- MBProgressHUD

EXTERNAL SOURCES:
PayFortSDK:
:path: "/Users/cetozgen/gitprivaterepos/fort-ios-sdk-localtest/"

SPEC CHECKSUMS:
IQKeyboardManagerSwift: 12d89768845bb77b55cc092ecc2b1f9370f06b76
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
PayFortSDK: 92d7df56734bd520241250ebc9b93987782b33b9

PODFILE CHECKSUM: 8037295a3735c99e78f5a1b1d37cac6edcee2814

COCOAPODS: 1.14.3
Binary file added SampleApp/Pods/.DS_Store
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c6b6c83

Please sign in to comment.