Skip to content

Releases: AuthorizeNet/accept-sdk-ios

Support for Swift 5

03 Feb 06:12
Compare
Choose a tag to compare

Support for Swift 5

Swift 4.2 support

23 Oct 09:52
9807b04
Compare
Choose a tag to compare

Updated the framework to support Swift 4.2

0.3.0

17 Jan 05:39
3ccde2e
Compare
Choose a tag to compare

Upgraded sdk to Xcode 9.2/Swift 4.0.3.
Note: Removed simulator symbols for Appstore release.

Including swift simulator modules

24 Oct 23:46
Compare
Choose a tag to compare

If you face problem uploading to app store, then please use the script to remove simulator symbols or use the zipped framework attached to this release as an attachment.

Turning OFF ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES

29 Sep 18:51
Compare
Choose a tag to compare

ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES should be specific to app,
removing it from the PODSPEC file as well.

Updating to swift-4.0

29 Sep 01:04
Compare
Choose a tag to compare
0.0.9

Toggling the flag for build only for VALID_ARCH

Updating to swift-4.0

29 Sep 00:53
Compare
Choose a tag to compare
0.0.8

Updating PODSPEC version

Removing x86_64 i386 from VALID_ARCHS

29 Sep 00:46
Compare
Choose a tag to compare
0.0.7

Removing x86_64 i386 from VALID_ARCHS

Stripping off simulator symbols and updating to swift 4.0

29 Sep 00:09
Compare
Choose a tag to compare

This will resolve the following issue:

  1. Build gets rejected while uploading it on AppStore. Since there are no simulator build symbol in this build. This will make framework to work only devices and not on simulator.
  2. Converting to swift-4.0

Removing simulator swift module and updating the swift version

27 Sep 00:59
Compare
Choose a tag to compare
0.0.5

Stepping the swift modules, modified the podspec and updating the lat…