feat: support building on iOS platform (#3033)

This commit is contained in:
Lucas.Xu
2023-07-21 14:53:57 +07:00
committed by GitHub
parent c368d855c7
commit d32c2082b6
18 changed files with 406 additions and 128 deletions

View File

@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>9.0</string>
<string>11.0</string>
</dict>
</plist>