Skip to content

Releases: niyongsheng/EasyRelease

EasyRelease

10 Mar 09:40
Compare
Choose a tag to compare

Update

  • 修复路径中包含特殊字符,无法导入配置bug

Arpa NTOCC项目使用说明:

  1. 把配置文件NtoccShipper.jsonNtoccDriver.json放到项目文件.xcodeproj同级目录下;
  2. 在EasyRelease下导入配置文件,输入新的项目名称;
  3. 点击Action按钮;

EasyRelease

05 Mar 06:52
Compare
Choose a tag to compare

Update

  • Fix bugs.

NTOCC项目上架自动混淆使用说明:

  1. 把配置文件NtoccShipper.jsonNtoccDriver.json放到项目文件.xcodeproj同级目录下;
  2. 在EasyRelease下导入配置文件,输入新的项目名称(此步骤可省略a);
  3. 点击Action按钮;

Tips

a、修改配置文件projectNewName 或者修改 "isAuto": true 会生成首字母大写的6位随机字符串作为新项目名称。
b、在使用过程中有任何疑问请提Issues

EasyRelease

03 Mar 06:53
Compare
Choose a tag to compare

Update

  • Support manual mode.
  • Add auto pod install.

NTOCC使用说明:

半自动模式

  1. 把配置文件NtoccShipper.jsonNtoccDriver.json放到项目文件.xcodeproj同级目录下;
  2. 在EasyRelease下导入配置文件,输入新的项目名称;
  3. 点击Action按钮;

配置说明

"isSasS": false手动模式-从配置文件读取;
"isSasS": true "isAuto": false半自动模式-需指定新项目名称,前缀自动提取;
"isSasS": true "isAuto": true全自动模式-新项目名称随机生成,前缀自动提取;

EasyRelease

02 Mar 07:31
Compare
Choose a tag to compare

Update

  • Support Arpa NTOCC project.
  • Add auto update.

NTOCC使用说明:

自动配置

  1. 把配置文件NtoccShipper.jsonNtoccDriver.json放到项目文件.xcodeproj同级目录下;
  2. 在EasyRelease下导入配置文件点击Action按钮;
  3. 执行pod install;

EasyRelease

26 Feb 06:28
Compare
Choose a tag to compare

Update

  • Support auto config in SasS.
  • Fix rehash images bug.

Usage

auto config

  1. Name the configuration file projectname.json with the ProjectName projectname.xcodeproj and place it in the same directory as the project file.
  2. keep isSasS and isAuto to 'true';
  3. Fill in the blanks of projectFileDirURLand projectDirURL. The program will automatically configure according to the configuration file projectname. json and the directory in which it is located.
  4. replaceArray array newPrefix to fill in the blank, the program will automatically generate a random string replacement if isAuto is true, the manual function of isAuto is false is available in the next version;
  5. isRehashImages for true when need to install Imagemagick.

自动配置

1、 以项目名ProjectName.xcodeproj命名配置文件ProjectName.json,放到项目文件同级目录下;
2、保持isSasS和isAutotrue
3、projectFileDirUrl和projectDirUrl填空,程序会自动根据配置文件ProjectName.json名称和所在目录自动配置;
4、replaceArray数组下NewPrefix填空,程序会在isAutotrue的情况下自动生成随机字符串替换,isAutofalse的手动功能下一版本提供;
5、isRehashImagestrue时需要先安装Imagemagick

EasyRelease

25 Feb 07:52
Compare
Choose a tag to compare