anotheren / WechatOpenSDK

Rebuild libWeChatSDK.a to WechatOpenSDK.xcframework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WechatOpenSDK

What's it?

  • Rebuild libWeChatSDK.a to WechatOpenSDK.xcframework.
  • Modules support and easy for Swift/SPM to use.
  • Support ios-arm64/ios-x86_64-simulator.
  • No support ios-arm64-simulator as libWeChatSDK.a do not support it.
  • Require iOS 13+/Xcode 13+

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/anotheren/WechatOpenSDK.git", .upToNextMajor(from: "1.9.2"))
]

Manually Build

  • Download the latest WechatOpenSDK from developers.weixin.qq.com
  • unzip and move files to WechatOpenSDK/Library/
  • run create-xcframework.sh

About

Rebuild libWeChatSDK.a to WechatOpenSDK.xcframework.

License:MIT License


Languages

Language:Shell 56.7%Language:Swift 22.0%Language:Objective-C 21.4%