-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
优化iOS xcodesetting工具,兼容unity2019的xcode工程
- Loading branch information
1 parent
39ad85e
commit 390dcb7
Showing
262 changed files
with
1,437 additions
and
8,908 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
;none 渠道 | ||
[none-default] | ||
;ipa证书类型,可支持多个类型同时出包,多个类型之间用半角逗号隔开 | ||
ipatypes=development | ||
package=com.test.ios | ||
appname=裸包 | ||
;需要打入包内的插件名称,多个插件之间用半角逗号隔开 | ||
plugins= | ||
|
||
;test 渠道 | ||
[none-test] | ||
;ipa证书类型,可支持多个类型同时出包,多个类型之间用半角逗号隔开 | ||
ipatypes=app-store | ||
package=com.sloth.domina.ios | ||
appname=轩辕战刃 | ||
package=com.test.ios | ||
appname=裸包 | ||
;需要打入包内的插件名称,多个插件之间用半角逗号隔开 | ||
;Bugly插件里面包含了cocoapods的示例 | ||
plugins=Bugly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
{ | ||
"libs":{ | ||
"+":["libc++.tbd"], | ||
"-":[] | ||
"libs": { | ||
"+": [ | ||
"libc++.tbd" | ||
], | ||
"-": [] | ||
}, | ||
"frameworks":{ | ||
"+":[], | ||
"-":[] | ||
"frameworks": { | ||
"+": [], | ||
"-": [] | ||
}, | ||
"properties":{ | ||
"=":{}, | ||
"+":{}, | ||
"-":{} | ||
"properties": { | ||
"=": {}, | ||
"+": {}, | ||
"-": {} | ||
}, | ||
"plist":{}, | ||
"files":{}, | ||
"folders":{ | ||
"src":"Libraries/Plugins/iOS/Usdk" | ||
"plist": { | ||
"ITSAppUsesNonExemptEncryption": "false" | ||
}, | ||
"filesCompileFlag":{} | ||
"files": {}, | ||
"folders": { | ||
"src": "Libraries/Plugins/iOS/Usdk" | ||
}, | ||
"filesCompileFlag": {} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+484 KB
(140%)
publish/ios/tools/XcodeSetting/.vs/XcodeSetting/v16/Server/sqlite3/storage.ide
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.