-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #242 from omise/develop
[Dev -> Master] 4.25.1
- Loading branch information
Showing
11 changed files
with
43 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ethod/ocbc_digital.imageset/Contents.json → ...ethod/ocbc-digital.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1.72 KB
OmiseSDK/Resources/Assets.xcassets/Method/ocbc-digital.imageset/ocbc-digital.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.85 KB
...eSDK/Resources/Assets.xcassets/Method/ocbc-digital.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.24 KB
...eSDK/Resources/Assets.xcassets/Method/ocbc-digital.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-1.93 KB
OmiseSDK/Resources/Assets.xcassets/Method/ocbc_digital.imageset/ocbc_digital.png
Binary file not shown.
Binary file removed
BIN
-3.7 KB
...eSDK/Resources/Assets.xcassets/Method/ocbc_digital.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-5.87 KB
...eSDK/Resources/Assets.xcassets/Method/ocbc_digital.imageset/[email protected]
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
|
||
# Opn Payments iOS SDK | ||
|
||
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat-square)](https://github.com/Carthage/Carthage) | ||
[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Packager%20Manager-compatible-brightgreen?style=flat-square)](https://swift.org/package-manager) | ||
[![](https://img.shields.io/badge/email-support-yellow.svg?style=flat-square)](mailto:[email protected]) | ||
![CI](https://github.com/omise/omise-ios/workflows/CI/badge.svg?branch=master) | ||
|
@@ -43,31 +42,6 @@ through your server. | |
|
||
## Installation | ||
|
||
### Carthage | ||
|
||
To integrate the Opn Payments SDK into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), proceed with the following steps: | ||
|
||
1. Add the following line to your `Cartfile`: | ||
``` | ||
github "omise/omise-ios" | ||
``` | ||
|
||
2. Run `carthage update --use-xcframeworks`: | ||
|
||
``` bash | ||
$ carthage update --use-xcframeworks | ||
*** Fetching omise-ios | ||
*** Checking out omise-ios at "..." | ||
*** xcodebuild output can be found in /var/folders/sd/ccsbmstn2vbbqd7nk4fgkd040000gn/T/carthage-xcodebuild.X7ZfYB.log | ||
*** Building scheme "OmiseSDK" in OmiseSDK.xcodeproj | ||
``` | ||
|
||
3. Drag the built XCFramework from `/Carthage/Build` into your project. | ||
|
||
For more detailed instructions, please read the [official documentation for Carthage](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application). | ||
|
||
### Swift Package Manager (Xcode 12+) | ||
|
||
To integrate the Opn Payments SDK into your Xcode project using the [Swift Package Manager](https://swift.org/package-manager/), proceed with the following steps: | ||
|
||
1. In Xcode, select `File` > `Swift Packages` > `Add Package Dependency...` | ||
|