mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-23 01:01:27 +00:00

- Updated UI resources and splash screens - Added package configuration for EAS builds - Updated iOS related configuration files - Added necessary files for cross-platform builds - Synchronized package dependencies
16 lines
543 B
Plaintext
16 lines
543 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>EXUpdatesCheckOnLaunch</key>
|
|
<string>ALWAYS</string>
|
|
<key>EXUpdatesEnabled</key>
|
|
<true/>
|
|
<key>EXUpdatesLaunchWaitMs</key>
|
|
<integer>0</integer>
|
|
<key>EXUpdatesRuntimeVersion</key>
|
|
<string>exposdk:52.0.0</string>
|
|
<key>EXUpdatesURL</key>
|
|
<string>https://u.expo.dev/f3895f49-d9c9-4653-b73b-356f727debe2</string>
|
|
</dict>
|
|
</plist> |