Skip to content

Commit f655d3f

Browse files
Worldline-Bambora-Checkout-supportjenkins
authored and
jenkins
committed
Release 2.0.0.
1 parent 5b02410 commit f655d3f

File tree

104 files changed

+4773
-2649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+4773
-2649
lines changed

.gitignore

Lines changed: 38 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
#
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

5-
## Build generated
5+
## User settings
6+
xcuserdata/
7+
8+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9+
*.xcscmblueprint
10+
*.xccheckout
11+
12+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
613
build/
714
DerivedData/
8-
9-
## Various settings
15+
*.moved-aside
1016
*.pbxuser
1117
!default.pbxuser
1218
*.mode1v3
@@ -15,15 +21,11 @@ DerivedData/
1521
!default.mode2v3
1622
*.perspectivev3
1723
!default.perspectivev3
18-
xcuserdata/
19-
20-
## Other
21-
*.moved-aside
22-
*.xccheckout
23-
*.xcscmblueprint
2424

2525
## Obj-C/Swift specific
2626
*.hmap
27+
28+
## App packaging
2729
*.ipa
2830
*.dSYM.zip
2931
*.dSYM
@@ -37,6 +39,13 @@ playground.xcworkspace
3739
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
3840
# Packages/
3941
# Package.pins
42+
# Package.resolved
43+
# *.xcodeproj
44+
#
45+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
46+
# hence it is not needed unless you have added a package configuration file to your project
47+
# .swiftpm
48+
4049
.build/
4150

4251
# CocoaPods
@@ -45,52 +54,40 @@ playground.xcworkspace
4554
# you should judge for yourself, the pros and cons are mentioned at:
4655
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
4756
#
48-
# Pods/
57+
Pods/
58+
#
59+
# Add this line if you want to avoid checking in source code from the Xcode workspace
60+
# *.xcworkspace
4961

5062
# Carthage
5163
#
5264
# Add this line if you want to avoid checking in source code from Carthage dependencies.
5365
# Carthage/Checkouts
5466

55-
Carthage/Build
67+
Carthage/Build/
68+
69+
# Accio dependency management
70+
Dependencies/
71+
.accio/
5672

5773
# fastlane
5874
#
59-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
60-
# screenshots whenever they are needed.
75+
# It is recommended to not store the screenshots in the git repo.
76+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
6177
# For more information about the recommended setup visit:
6278
# https://docs.fastlane.tools/best-practices/source-control/#source-control
6379

6480
fastlane/report.xml
6581
fastlane/Preview.html
66-
fastlane/screenshots
82+
fastlane/screenshots/**/*.png
6783
fastlane/test_output
6884

69-
#OSX
70-
# General
85+
# Code Injection
86+
#
87+
# After new code Injection tools there's a generated folder /iOSInjectionProject
88+
# https://github.com/johnno1962/injectionforxcode
89+
90+
iOSInjectionProject/
91+
92+
# MacOS
7193
.DS_Store
72-
.AppleDouble
73-
.LSOverride
74-
75-
# Icon must end with two \r
76-
Icon
77-
78-
79-
# Thumbnails
80-
._*
81-
82-
# Files that might appear in the root of a volume
83-
.DocumentRevisions-V100
84-
.fseventsd
85-
.Spotlight-V100
86-
.TemporaryItems
87-
.Trashes
88-
.VolumeIcon.icns
89-
.com.apple.timemachine.donotpresent
90-
91-
# Directories potentially created on remote AFP share
92-
.AppleDB
93-
.AppleDesktop
94-
Network Trash Folder
95-
Temporary Items
96-
.apdisk

BOCheckoutSDKiOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Card_Payment_Demo.gif

1.91 MB
Loading
16.5 KB
Loading

Assets/Url_Scheme_Example.png

24.8 KB
Loading

BOCheckoutSDKiOS.podspec

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)