-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathInfo.plist
More file actions
47 lines (47 loc) · 1.57 KB
/
Copy pathInfo.plist
File metadata and controls
47 lines (47 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>it</string>
<string>es</string>
<string>fr</string>
<string>de</string>
<string>pt-BR</string>
<string>ja</string>
<string>zh-Hans</string>
</array>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Allows FRTMProxy to read the Wi‑Fi network name (SSID) to automatically generate the proxy configuration profile.</string>
<key>SUAllowsAutomaticUpdates</key>
<true/>
<key>SUEnableAutomaticChecks</key>
<true/>
<key>SUFeedURL</key>
<string>https://valentinopalomba.github.io/FRTMProxy/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>wc3novPXAFIN3lWFiHGA7JNUD8dtIfCPvXm/WFdJonY=</string>
<key>SUScheduledCheckInterval</key>
<integer>86400</integer>
</dict>
</plist>