feat(ios): prepare App Store release v1.0.0
- Add PrivacyInfo.xcprivacy for Apple privacy manifest requirement - Remove debug permissions (NSLocalNetworkUsageDescription, NSBonjourServices) - Replace launch image with custom branding - Update StoreKit config with real Apple ID and team ID - Remove placeholder disclaimer from login screen, fix checkbox alignment - Add ExportOptions.plist for IPA export
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>method</key>
|
||||
<string>app-store</string>
|
||||
<key>teamID</key>
|
||||
<string>T7H95RR33V</string>
|
||||
<key>uploadSymbols</key>
|
||||
<true/>
|
||||
<key>signingStyle</key>
|
||||
<string>automatic</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user