OceanPackage
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/ocean_package
. To experiment with that code, run bin/console
for an interactive prompt.
TODO: Delete this and the text above, and describe your gem
Installation
Add this line to your application's Gemfile:
gem 'ocean_package'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ocean_package
or
$ sudo gem install ocean_package
其他需要安装的依赖
sudo gem install dingbot
sudo gem install semantic_logger
sudo gem install multipart-post
Usage
打包 - 上传到 fir 或 蒲公英平台 - 发送消息到钉钉群
oceanpackage --workspace-path=/Users/ocean/Desktop/code/iOS/MyApp.xcworkspace --scheme=MyApp --configuration=Debug --archive-path=/Users/ocean/Documents/myipas --export-options-plist=/Users/ocean/Desktop/code/iOS/Company/MyApp/AdHocExportOptions.plist --company-name=MyCompany --fir-token=fir平台的token --pgy-api-key=蒲公英平台的apikey --change-log=测试一下 --oss-bucket-name=bucket名称 --oss-bucket-path=bucket路径 --oss-endpoint=oss的endpoint --ding-token=钉钉群机器人token --at-mobiles=需要@的人手机号 --extra-export-params="-allowProvisioningUpdates,IPHONEOS_DEPLOYMENT_TARGET=11.0"
-
--workspace-path
:.xcworkspace
文件路径 -
--scheme
:scheme
-
--configuration
:Debug
和Release
-
--archive-path
: 生成的.xcarchive
文件目录 -
--export-options-plist
: 打包用到的export-options
plist 文件路径 -
--company-name
: 公司名称,可以不填 -
--fir-token
: fir 平台的 token -
--pgy-api-key
: 蒲公英平台的 api key -
--change-log
: 更新描述 -
--oss-bucket-name
:oss bucket
名称 -
--oss-bucket-path
:oss bucket
路径 -
--oss-endpoint
:oss
的endpoint
-
--ding-token
: 钉钉群机器人的token
-
--at-mobiles
: 钉钉群需要 @ 的人手机号,多个用,
拼接 -
--extra-export-params
: 打包的额外参数,多个用,
拼接,例如"-allowProvisioningUpdates,IPHONEOS_DEPLOYMENT_TARGET=11.0"
-
--open-finder
: 打包完成是否打开对应的文件目录,--no-open-finder
表示false
,--open-finder
表示true
指定 ipa 文件
- 上传到蒲公英平台命令格式如下:
oceanpackage --configuration=Debug --ipa-file-path=/Users/ocean/Documents/myipas/test.ipa --company-name=company2 --pgy-api-key=蒲公英平台apikey --change-log=测试一下 --oss-bucket-name=bucket名称 --oss-bucket-path=bucket路径 --oss-endpoint=oss的endpoint --ding-token=钉钉群机器人token --at-mobiles=需要@的人手机号
只用到上传ipa
oceanpackage --ipa-file-path=${ipa_file_path} \
--pgy-api-key=${pgy_api_key} \
--change-log="${update_desc}" \
Development
After checking out the repo, run bin/setup
to install dependencies. Then, run rake test
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and tags, and push the .gem
file to rubygems.org.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ocean_package. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the OceanPackage project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.