- Replace dotenv with compile-time dart-define-from-file config per flavor - Add Android product flavors with applicationIdSuffix and per-flavor AndroidManifest - Add iOS build configurations, schemes, per-flavor plists and entitlements - Configure ProGuard rules for R8 compatibility with Entrust/Antelop SDK - Restructure assets into shared/ and per-flavor directories - Generate per-flavor launcher icons for Android and iOS - Refactor app initialization into initApp() with per-flavor entry points - Update asset paths across auth, home, profile, splash modules and sf_shared
19 lines
649 B
Plaintext
19 lines
649 B
Plaintext
<?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>fr.antelop.alertLoggingEnabled</key>
|
|
<string>The Antelop SDK is logging.</string>
|
|
<key>fr.antelop.applicationGroupIdentifier</key>
|
|
<string>group.com.savefamily.app.dev</string>
|
|
<key>fr.antelop.initialConnectionTimeout</key>
|
|
<integer>60</integer>
|
|
<key>fr.antelop.application_id</key>
|
|
<integer>4713640103500149457</integer>
|
|
<key>fr.antelop.issuer_id</key>
|
|
<string>treezor</string>
|
|
<key>fr.antelop.teamIdentifier</key>
|
|
<string>YC6P64GJ93</string>
|
|
</dict>
|
|
</plist>
|