9d6efdd43b
Initialize iOS and Android native projects for the Time to Leave app. Rename Android package to com.floegger.timetoleave and add iOS project files. Add FontAwesome icons, calendar types, and dependencies.
12 lines
364 B
Plaintext
12 lines
364 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>
|
|
<false/>
|
|
<key>EXUpdatesLaunchWaitMs</key>
|
|
<integer>0</integer>
|
|
</dict>
|
|
</plist> |