mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-07-03 11:46:08 +08:00
Update tencent_setup.rb
This commit is contained in:
@ -125,10 +125,10 @@ project.targets.each do |target|
|
||||
security["NSAllowsArbitraryLoads"] = true
|
||||
File.write(infoplistFile, Plist::Emit.dump(result))
|
||||
end
|
||||
if security["NSAllowsArbitraryLoadsInWebContent"] != true
|
||||
security["NSAllowsArbitraryLoadsInWebContent"] = true
|
||||
File.write(infoplistFile, Plist::Emit.dump(result))
|
||||
end
|
||||
# if security["NSAllowsArbitraryLoadsInWebContent"] != true
|
||||
# security["NSAllowsArbitraryLoadsInWebContent"] = true
|
||||
# File.write(infoplistFile, Plist::Emit.dump(result))
|
||||
# end
|
||||
end
|
||||
if universal_link
|
||||
applinks = "applinks:#{URI.parse(universal_link).host}"
|
||||
|
Reference in New Issue
Block a user