Releases: niyongsheng/EasyRelease
Releases · niyongsheng/EasyRelease
EasyRelease
Update
- 修复路径中包含特殊字符,无法导入配置bug
Arpa NTOCC项目使用说明:
- 把配置文件
NtoccShipper.json
或NtoccDriver.json
放到项目文件.xcodeproj
同级目录下;- 在EasyRelease下导入配置文件,输入新的项目名称;
- 点击
Action
按钮;
EasyRelease
Update
- Fix bugs.
NTOCC项目上架自动混淆使用说明:
- 把配置文件
NtoccShipper.json
或NtoccDriver.json
放到项目文件.xcodeproj
同级目录下;- 在EasyRelease下导入配置文件,输入新的项目名称(此步骤可省略a);
- 点击
Action
按钮;
Tips
a、修改配置文件projectNewName
或者修改 "isAuto": true
会生成首字母大写的6位随机字符串作为新项目名称。
b、在使用过程中有任何疑问请提Issues。
EasyRelease
Update
- Support manual mode.
- Add auto pod install.
NTOCC使用说明:
半自动模式
- 把配置文件
NtoccShipper.json
或NtoccDriver.json
放到项目文件.xcodeproj
同级目录下;- 在EasyRelease下导入配置文件,输入新的项目名称;
- 点击
Action
按钮;
配置说明
"isSasS": false
手动模式-从配置文件读取;
"isSasS": true "isAuto": false
半自动模式-需指定新项目名称,前缀自动提取;
"isSasS": true "isAuto": true
全自动模式-新项目名称随机生成,前缀自动提取;
EasyRelease
Update
- Support Arpa NTOCC project.
- Add auto update.
NTOCC使用说明:
自动配置
- 把配置文件
NtoccShipper.json
或NtoccDriver.json
放到项目文件.xcodeproj
同级目录下;- 在EasyRelease下导入配置文件点击
Action
按钮;- 执行
pod install
;
EasyRelease
Update
- Support auto config in SasS.
- Fix rehash images bug.
Usage
auto config
- Name the configuration file
projectname.json
with the ProjectNameprojectname.xcodeproj
and place it in the same directory as the project file.- keep
isSasS
andisAuto
to 'true';- Fill in the blanks of
projectFileDirURL
andprojectDirURL
. The program will automatically configure according to the configuration fileprojectname. json
and the directory in which it is located.replaceArray
arraynewPrefix
to fill in the blank, the program will automatically generate a random string replacement ifisAuto
istrue
, the manual function ofisAuto
isfalse
is available in the next version;isRehashImages
fortrue
when need to installImagemagick
.
自动配置
1、 以项目名
ProjectName.xcodeproj
命名配置文件ProjectName.json
,放到项目文件同级目录下;
2、保持isSasS和isAuto
为true
;
3、projectFileDirUrl和projectDirUrl
填空,程序会自动根据配置文件ProjectName.json
名称和所在目录自动配置;
4、replaceArray
数组下NewPrefix
填空,程序会在isAuto为
true的情况下自动生成随机字符串替换,isAuto
为false
的手动功能下一版本提供;
5、isRehashImages
为true
时需要先安装Imagemagick
;
EasyRelease
^_^