Releases: AuthorizeNet/accept-sdk-ios
Releases · AuthorizeNet/accept-sdk-ios
Support for Swift 5
Support for Swift 5
Swift 4.2 support
Updated the framework to support Swift 4.2
0.3.0
Upgraded sdk to Xcode 9.2/Swift 4.0.3.
Note: Removed simulator symbols for Appstore release.
Including swift simulator modules
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
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES should be specific to app,
removing it from the PODSPEC file as well.
Updating to swift-4.0
0.0.9 Toggling the flag for build only for VALID_ARCH
Updating to swift-4.0
0.0.8 Updating PODSPEC version
Removing x86_64 i386 from VALID_ARCHS
0.0.7 Removing x86_64 i386 from VALID_ARCHS
Stripping off simulator symbols and updating to swift 4.0
This will resolve the following issue:
- 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.
- Converting to swift-4.0
Removing simulator swift module and updating the swift version
0.0.5 Stepping the swift modules, modified the podspec and updating the lat…