summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/ios.json
blob: a40c5dffe75434e8fbf25dcfbf3de3cc71407f13 (plain)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
{
  "prepare_queue": {
    "installed": [],
    "uninstalled": []
  },
  "config_munge": {
    "files": {
      "*-Info.plist": {
        "parents": {
          "CFBundleName": [
            {
              "xml": "<string>Stone Island</string>",
              "count": 1
            }
          ],
          "CFBundleDisplayName": [
            {
              "xml": "<string>Stone Island</string>",
              "count": 1
            }
          ],
          "CFBundleURLTypes": [
            {
              "xml": "<array><dict><key>CFBundleURLSchemes</key><array><string>stoneisland</string></array></dict></array>",
              "count": 1
            }
          ],
          "UIBackgroundModes": []
        }
      },
      "config.xml": {
        "parents": {
          "/*": [
            {
              "xml": "<feature name=\"Device\"><param name=\"ios-package\" value=\"CDVDevice\" /></feature>",
              "count": 1
            },
            {
              "xml": "<feature name=\"Notification\"><param name=\"ios-package\" value=\"CDVNotification\" /></feature>",
              "count": 1
            },
            {
              "xml": "<feature name=\"FirebasePlugin\"><param name=\"ios-package\" value=\"FirebasePlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
              "count": 1
            },
            {
              "xml": "<feature name=\"CDVIonicKeyboard\"><param name=\"ios-package\" onload=\"true\" value=\"CDVIonicKeyboard\" /></feature>",
              "count": 1
            },
            {
              "xml": "<feature name=\"Sim\"><param name=\"ios-package\" value=\"Sim\" /></feature>",
              "count": 1
            },
            {
              "xml": "<feature name=\"Geolocation\"><param name=\"ios-package\" value=\"CDVLocation\" /></feature>",
              "count": 1
            }
          ]
        }
      },
      "*/Entitlements-Debug.plist": {
        "parents": {
          "aps-environment": [
            {
              "xml": "<string>development</string>",
              "count": 1
            }
          ]
        }
      },
      "*/Entitlements-Release.plist": {
        "parents": {
          "aps-environment": [
            {
              "xml": "<string>production</string>",
              "count": 1
            }
          ]
        }
      },
      "*-Debug.plist": {
        "parents": {
          "aps-environment": []
        }
      },
      "*-Release.plist": {
        "parents": {
          "aps-environment": []
        }
      }
    }
  },
  "installed_plugins": {
    "cordova-plugin-app-name": {
      "APP_NAME": "Stone Island",
      "PACKAGE_NAME": "us.okfoc.stoneisland"
    },
    "cordova-plugin-compat": {
      "PACKAGE_NAME": "us.okfoc.stoneisland"
    },
    "cordova-plugin-customurlscheme": {
      "URL_SCHEME": "stoneisland",
      "PACKAGE_NAME": "us.okfoc.stoneisland"
    },
    "cordova-plugin-device": {
      "PACKAGE_NAME": "us.okfoc.stoneisland"
    },
    "cordova-plugin-dialogs": {
      "PACKAGE_NAME": "us.okfoc.stoneisland"
    },
    "cordova-plugin-androidx": {
      "PACKAGE_NAME": "us.okfoc.stoneisland"
    },
    "cordova-plugin-androidx-adapter": {
      "PACKAGE_NAME": "us.okfoc.stoneisland"
    },
    "cordova-plugin-firebasex": {
      "FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true",
      "FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "true",
      "FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "true",
      "PACKAGE_NAME": "us.okfoc.stoneisland"
    },
    "cordova-plugin-ionic-keyboard": {
      "PACKAGE_NAME": "us.okfoc.stoneisland"
    },
    "cordova-plugin-sim": {
      "PACKAGE_NAME": "us.okfoc.stoneisland"
    },
    "cordova-plugin-geolocation": {
      "PACKAGE_NAME": "us.okfoc.stoneisland"
    }
  },
  "dependent_plugins": {},
  "modules": [
    {
      "id": "cordova-plugin-customurlscheme.LaunchMyApp",
      "file": "plugins/cordova-plugin-customurlscheme/www/ios/LaunchMyApp.js",
      "pluginId": "cordova-plugin-customurlscheme",
      "clobbers": [
        "window.plugins.launchmyapp"
      ]
    },
    {
      "id": "cordova-plugin-device.device",
      "file": "plugins/cordova-plugin-device/www/device.js",
      "pluginId": "cordova-plugin-device",
      "clobbers": [
        "device"
      ]
    },
    {
      "id": "cordova-plugin-dialogs.notification",
      "file": "plugins/cordova-plugin-dialogs/www/notification.js",
      "pluginId": "cordova-plugin-dialogs",
      "merges": [
        "navigator.notification"
      ]
    },
    {
      "id": "cordova-plugin-firebasex.FirebasePlugin",
      "file": "plugins/cordova-plugin-firebasex/www/firebase.js",
      "pluginId": "cordova-plugin-firebasex",
      "clobbers": [
        "FirebasePlugin"
      ]
    },
    {
      "id": "cordova-plugin-ionic-keyboard.keyboard",
      "file": "plugins/cordova-plugin-ionic-keyboard/www/ios/keyboard.js",
      "pluginId": "cordova-plugin-ionic-keyboard",
      "clobbers": [
        "window.Keyboard"
      ]
    },
    {
      "id": "cordova-plugin-sim.Sim",
      "file": "plugins/cordova-plugin-sim/www/sim.js",
      "pluginId": "cordova-plugin-sim",
      "merges": [
        "window.plugins.sim"
      ]
    },
    {
      "id": "cordova-plugin-geolocation.Coordinates",
      "file": "plugins/cordova-plugin-geolocation/www/Coordinates.js",
      "pluginId": "cordova-plugin-geolocation",
      "clobbers": [
        "Coordinates"
      ]
    },
    {
      "id": "cordova-plugin-geolocation.PositionError",
      "file": "plugins/cordova-plugin-geolocation/www/PositionError.js",
      "pluginId": "cordova-plugin-geolocation",
      "clobbers": [
        "PositionError"
      ]
    },
    {
      "id": "cordova-plugin-geolocation.Position",
      "file": "plugins/cordova-plugin-geolocation/www/Position.js",
      "pluginId": "cordova-plugin-geolocation",
      "clobbers": [
        "Position"
      ]
    },
    {
      "id": "cordova-plugin-geolocation.geolocation",
      "file": "plugins/cordova-plugin-geolocation/www/geolocation.js",
      "pluginId": "cordova-plugin-geolocation",
      "clobbers": [
        "navigator.geolocation"
      ]
    }
  ],
  "plugin_metadata": {
    "cordova-plugin-app-name": "1.0.4",
    "cordova-plugin-compat": "1.1.0",
    "cordova-plugin-customurlscheme": "4.2.0",
    "cordova-plugin-device": "1.1.3",
    "cordova-plugin-dialogs": "1.3.0",
    "cordova-plugin-androidx": "2.0.0",
    "cordova-plugin-androidx-adapter": "1.1.1",
    "cordova-plugin-firebasex": "10.2.0-cli",
    "cordova-plugin-ionic-keyboard": "2.2.0",
    "cordova-plugin-sim": "1.3.3",
    "cordova-plugin-geolocation": "4.0.2"
  }
}