-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
181 lines (149 loc) · 7.96 KB
/
config.xml
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
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
xmlns:android = "http://schemas.android.com/apk/res/android"
id = "com.circlecube.ldsquizpro"
versionCode = "1200"
version = "1.2.0"
>
<name>LDS Prophets and Apostles</name>
<description>
LDS Quiz will test your knowledge of and teach you about the apostles and prophets.
Do you know your LDS Church leaders? This quiz will not only test your knowledge, but teach you about the respected apostles and prophets we follow.
Too often they are just a name or a face, let's put the names and faces together and learn about their teachings and examples.
There are multiple groups to be quizzed on. Either select to be quizzed on current (living) apostles by selecting the apostles tab, or select the prophet mode and you will be quizzed on presidents of the church. There is also a study mode which will list all the current apostles along with their names followed by all the latter day prophets or presidents of the church.
There are many levels too!
Face - the original. Pick the right apostle/prophet from 4 images (multiple choice) when given a name.
Young Face - depictions of the apostles and prophets when they were young (or at least younger). - PRO
Initial - Name the initial in their name, be it their middle name or their first. - PRO
Hometown - Pick by hometown or town they were born in. - PRO
Birthday - Pick the apostle/prophet by their birthday and age. - PRO
Seniority - Pick the leader by seniority. - PRO
Biography - Pick the leader based on a collection of information as their biography. - PRO
Conference Talks - Pick the leader based on how many conference talks they have given. - PRO
Mission Service - Pick leader based on their mission service. - PRO
Military Service - Pick leader based on their military service and rank. - PRO
Education - Pick leader based on their formal schooling. - PRO
Profession - Pick the leader based on their professional career. - PRO
Reason Called - Pick the leader based on the reason for the vacancy they were called to fill. - PRO
Age Called - Pick the leader based on their age at time they were called. - PRO
Polygamy - How many wives did they have?
Containing the First Presidency:
Russell M. Nelson (President)
President Dallin H. Oaks (First Counselor)
President Henry B. Eyring (Second Counselor)
The Current Quorum of the Twelve Aposltes:
M. Russell Ballard (Acting President)
Jeffrey R. Holland
Dieter F. Uchtdorf
David A. Bednar
Quentin L. Cook
D. Todd Christofferson
Neil L. Andersen
Ronald A. Rasband
Gary E. Stevenson
Dale G. Renlund
Gerrit W. Gong
Ulisses Soares
(as well as all previous Apostles of the Latter-Days)
All the Latter-Day Prophets of the Restoration:
Joseph Smith
Brigham Young
John Taylor
Wilford Woodruff
Lorenzo Snow
Joseph F. Smith
Heber J. Grant
George Albert Smith
David O. McKay
Joseph Fielding Smith
Harold B. Lee
Spencer W. Kimball
Ezra Taft Benson
Howard W. Hunter
Gordon B. Hinckley
Thomas S. Monson
Russell M. Nelson
Also every Apostle called since the restoration!
Master the faces, names and details of these great men, and then, try to beat your score and time.
Now supporting English and French.
These leaders are according to The Church of Jesus Christ of Latter-Day Saints. This app is not connected with the church other than aiming to uplift it's members.
</description>
<author href="https://circlecube.com" email="evan@circlecube.com">Evan Mullins</author>
<access origin="*" />
<platform name="ios">
</platform>
<platform name="android">
</platform>
<config-file platform="android" parent="/manifest" mode="merge">
<supports-screens android:anyDensity="true" android:resizeable="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true" />
</config-file>
<plugin name="cordova-plugin-whitelist" source="npm" />
<plugin name="cordova-plugin-x-socialsharing" source="npm" />
<plugin name="cordova-plugin-google-analytics" source="npm" />
<preference name="orientation" value="portrait"/>
<preference name="fullscreen" value="true" />
<preference name="permissions" value="none"/>
<icon src="res/icon.png" width="64" height="64" />
<icon src="res/icon-large.png" width="512" height="512" />
<icon src="res/icon-1024.png" width="1024" height="1024" />
<!-- Androind -->
<platform name="android">
<icon src="res/android/mdpi.png" platform="android" qualifier="mdpi" />
<icon src="res/android/hdpi.png" platform="android" qualifier="hdpi" />
<icon src="res/android/xhdpi.png" platform="android" qualifier="xhdpi" />
<icon src="res/android/xxhdpi.png" platform="android" qualifier="xxhdpi" />
<icon src="res/android/xxxhdpi.png" platform="android" qualifier="xxxhdpi" />
</platform>
<!-- iOS -->
<platform name="ios">
<icon src="res/ios/Icon-57.png" platform="ios" width="57" height="57" />
<icon src="res/ios/Icon-72.png" platform="ios" width="72" height="72" />
<icon src="res/icon-1024.png" platform="ios" width="1024" height="1024" />
<!-- iPhone 6 / 6+ -->
<icon src="res/ios/Icon-60@3x.png" platform="ios" width="180" height="180" />
<!-- iPhone / iPod Touch -->
<icon src="res/ios/Icon-60.png" platform="ios" width="60" height="60" />
<icon src="res/ios/Icon-60@2x.png" platform="ios" width="120" height="120" />
<!-- iPad -->
<icon src="res/ios/Icon-76.png" platform="ios" width="76" height="76" />
<icon src="res/ios/Icon-76@2x.png" platform="ios" width="152" height="152" />
<!-- Settings Icon -->
<icon src="res/ios/Icon-Small.png" platform="ios" width="29" height="29" />
<icon src="res/ios/Icon-Small@2x.png" platform="ios" width="58" height="58" />
<icon src="res/ios/Icon-Small@3x.png" platform="ios" width="87" height="87" />
<!-- Spotlight Icon -->
<icon src="res/ios/Icon-40.png" platform="ios" width="40" height="40" />
<icon src="res/ios/Icon-40@2x.png" platform="ios" width="80" height="80" />
</platform>
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
</widget>
<!--
update description first line -
LDS Quiz will test your knowledge of and teach you about the apostles and prophets. <a href="https://play.google.com/store/apps/details?id=com.circlecube.ldsquiz">Test the free version first!</a>.
LDS Quiz will test your knowledge of and teach you about the apostles and prophets. <a href="https://play.google.com/store/apps/details?id=com.circlecube.ldsquizpro">Upgrade to the pro version for more levels!</a>.
update id - ldsquizpro - ldsquiz
update name - LDS Prophets and Apostles - LDS Prophets and Apostles Lite
update icon - icon-large.png - icon-large-lite.png
update icon - icon.png - icon-lite.png
main.js
free_version - false - true
android: ldsquiz.keystore
ios: ldsquizpro
Bundle ID- The bundle ID must match the one you used in Xcode. It can't be changed after you submit your first build.
com.circlecube.ldsquizpro
Apple ID- An automatically generated ID assigned to your app.
971859234
SKU- A unique ID for your app that is not visible on the App Store.
com.circlecube.ldsquizpro
-->