Commit 2fd0b15b 王帅

readme

1 个父辈 6a86fe47
...@@ -93,10 +93,11 @@ If your device only supports `iOS14` or later, you can ignore this rule. ...@@ -93,10 +93,11 @@ If your device only supports `iOS14` or later, you can ignore this rule.
This is how to do that from inside your build script: This is how to do that from inside your build script:
project.AddFrameworkToProject(targetGUID, "AppTrackingTransparency.framework", true); `project.AddFrameworkToProject(targetGUID, "AppTrackingTransparency.framework", true);`
The last parameter "true" means "Optional" in the "Link Binary With Libraries" section, "false" means "Required". The last parameter "true" means "Optional" in the "Link Binary With Libraries" section, "false" means "Required".
This operation needs to be done at both path This operation needs to be done at both path
<img src='resources/tracking2.jpg' width=400> <img src='resources/tracking2.jpg' width=400>
......
...@@ -92,10 +92,12 @@ Import ...@@ -92,10 +92,12 @@ Import
如果您使用 OnPostProcessBuild ,也可以在脚本中添加: 如果您使用 OnPostProcessBuild ,也可以在脚本中添加:
project.AddFrameworkToProject(targetGUID, "AppTrackingTransparency.framework", true);
`project.AddFrameworkToProject(targetGUID, "AppTrackingTransparency.framework", true);`
最后一个参数"true" 表示 "Optional","false" 表示 "Required". 最后一个参数"true" 表示 "Optional","false" 表示 "Required".
这一操作需要在两个位置都进行 这一操作需要在两个位置都进行
<img src='resources/tracking2.jpg' width=400> <img src='resources/tracking2.jpg' width=400>
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!