forked from KrishAmal/Fuse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemrals.unoproj
81 lines (80 loc) · 1.69 KB
/
emrals.unoproj
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
{
"Title": "Emrals",
"RootNamespace": "",
"Packages": [
"Fuse",
"FuseJS",
"Fuse.Camera",
"Fuse.Maps",
"Fuse.CameraRoll",
"Fuse.ImageTools",
"Fuse.Scripting",
"Fuse.BasicTheme",
"Fuse.GeoLocation",
"Fuse.Launcher",
"Fuse.Designer"
],
"Projects": [
"fuse-qreader-master/fuse-qreader.unoproj"
],
"Includes": [
"*"
],
"Mobile": {
"Orientations": "Portrait"
},
"Version": "0.0.2",
"DevelopmentTeam": "HRA3AUNUHS",
"VersionCode": "2",
"Icon": "Assets/icon.png",
"iOS": {
"SystemCapabilities": {
"DataProtection": false,
"GameCenter": false,
"HealthKit": false,
"HomeKit": false,
"InAppPurchase": false,
"InterAppAudio": false,
"Push": false,
"PersonalVPN": false,
"WirelessAccessoryConfiguration": false
},
"BundleIdentifier": "com.apps.emrals",
"Icons": {
"iPhone_29_2x": "$(Icon)",
"iPhone_29_3x": "$(Icon)",
"iPhone_40_2x": "$(Icon)",
"iPhone_40_3x": "$(Icon)",
"iPhone_60_2x": "$(Icon)",
"iPhone_60_3x": "$(Icon)"
}
},
"Android": {
"Geo": {
"ApiKey": "GOOGLE_MAPS_API_KEY"
},
"Key": {
"Alias": "application",
"AliasPassword": "<alias password>",
"Store": "release.keystore",
"StorePassword": "<store password>"
},
"Icons": {
"LDPI": "$(Icon)",
"MDPI": "$(Icon)",
"HDPI": "$(Icon)",
"XHDPI": "$(Icon)",
"XXHDPI": "$(Icon)",
"XXXHDPI": "$(Icon)"
}
},
"Excludes": [
"fuse_modules/"
],
"FusePM": {
"Dependencies": [
"https://github.com/bolav/fuse-cocoapods",
"https://github.com/MaxGraey/fuse-device"
]
}
}