diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2021-12-09 23:15:33 +0100 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2021-12-09 23:15:33 +0100 |
| commit | 67b6f338cfe4da739d39dc6764d11efa00105d81 (patch) | |
| tree | 441ff30a8fb783e400ea7c9e600c889e12392eca /ios/10lesson/Supporting/Expo.plist | |
| download | remarques-67b6f338cfe4da739d39dc6764d11efa00105d81.tar.gz remarques-67b6f338cfe4da739d39dc6764d11efa00105d81.tar.zst remarques-67b6f338cfe4da739d39dc6764d11efa00105d81.zip | |
Created a new Expo app
Diffstat (limited to 'ios/10lesson/Supporting/Expo.plist')
| -rw-r--r-- | ios/10lesson/Supporting/Expo.plist | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ios/10lesson/Supporting/Expo.plist b/ios/10lesson/Supporting/Expo.plist new file mode 100644 index 0000000..03410dc --- /dev/null +++ b/ios/10lesson/Supporting/Expo.plist @@ -0,0 +1,10 @@ +<?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>EXUpdatesSDKVersion</key> + <string>YOUR-APP-SDK-VERSION-HERE</string> + <key>EXUpdatesURL</key> + <string>YOUR-APP-URL-HERE</string> +</dict> +</plist> |
