文件名称:motion-wechat:Rubymotion gem轻松使用WeChatSDK
文件大小:708KB
文件格式:ZIP
更新时间:2024-06-07 03:03:30
Ruby
RubyMotion的WechatSDK 这是一个RubyMotion创业板整合API与您RubyMotion应用。 参见 设置 将MotionWechat添加到您的Gemfile中,然后运行bundle install : gem 'motion-wechat' 编辑RubyMotion项目的Rakefile并添加以下要求行: # After the line that require Rubymotion require 'bundler' Bundler . require 然后在您的Rakefile中设置配置: MotionWechat :: Config . setup ( app , 'app_key' , 'app_secret' ) 然后在您的app_delegate.rb注册应用 MotionWechat :: API . instance . re
【文件预览】:
motion-wechat-master
----.gitignore(75B)
----app()
--------app_delegate.rb(395B)
----motion-wechat.gemspec(678B)
----spec()
--------motion-wechat()
--------fixtures()
----README.md(2KB)
----vendor()
--------SDKExport()
--------Podfile.lock(916B)
----lib()
--------motion-wechat.rb(521B)
--------motion-wechat()
----Gemfile(106B)
----Rakefile(385B)
----Gemfile.lock(2KB)