Mercurial > public > geoquiz
comparison GeoQuiz.xcodeproj/project.pbxproj @ 0:413e2d21333e
first commit
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 20 Sep 2022 08:13:26 +0200 |
parents | |
children | 4dbe0cd9dadc |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:413e2d21333e |
---|---|
1 // !$*UTF8*$! | |
2 { | |
3 archiveVersion = 1; | |
4 classes = { | |
5 }; | |
6 objectVersion = 55; | |
7 objects = { | |
8 | |
9 /* Begin PBXBuildFile section */ | |
10 95030CEA28D1BA4D001AA3A1 /* AnswerButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95030CE928D1BA4D001AA3A1 /* AnswerButton.swift */; }; | |
11 951B630228D1A87C004F9877 /* GuessTheCapitalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951B630128D1A87C004F9877 /* GuessTheCapitalView.swift */; }; | |
12 951D197328D485E000671FAD /* CustomColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951D197228D485E000671FAD /* CustomColors.swift */; }; | |
13 9539829328C51EDE00B70973 /* GeoQuizApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9539829228C51EDE00B70973 /* GeoQuizApp.swift */; }; | |
14 9539829728C51EDF00B70973 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9539829628C51EDF00B70973 /* Assets.xcassets */; }; | |
15 9539829A28C51EDF00B70973 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9539829928C51EDF00B70973 /* Preview Assets.xcassets */; }; | |
16 955A658128D703EB00CEEC6D /* GameToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A658028D703EB00CEEC6D /* GameToolbar.swift */; }; | |
17 955A658328D733E400CEEC6D /* GameProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A658228D733E400CEEC6D /* GameProtocol.swift */; }; | |
18 955A658528D73EC600CEEC6D /* GuessTheCapital.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A658428D73EC600CEEC6D /* GuessTheCapital.swift */; }; | |
19 955A65A928D7815E00CEEC6D /* Haptics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A65A828D7815E00CEEC6D /* Haptics.swift */; }; | |
20 956273EA28CB2E98008DC094 /* FlagImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 956273E928CB2E98008DC094 /* FlagImage.swift */; }; | |
21 959D257028C7251F00C55A5E /* BuyLivesModal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D256F28C7251F00C55A5E /* BuyLivesModal.swift */; }; | |
22 959D414928C87ED900BAAC14 /* CityPopulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D414828C87ED900BAAC14 /* CityPopulation.swift */; }; | |
23 959D415028C8834B00BAAC14 /* CountryFlags.json in Resources */ = {isa = PBXBuildFile; fileRef = 959D414A28C8834B00BAAC14 /* CountryFlags.json */; }; | |
24 959D415128C8834B00BAAC14 /* CountryPopulation.json in Resources */ = {isa = PBXBuildFile; fileRef = 959D414B28C8834B00BAAC14 /* CountryPopulation.json */; }; | |
25 959D415228C8834B00BAAC14 /* CountryCurrencies.json in Resources */ = {isa = PBXBuildFile; fileRef = 959D414C28C8834B00BAAC14 /* CountryCurrencies.json */; }; | |
26 959D415428C8834B00BAAC14 /* CountryCapitals.json in Resources */ = {isa = PBXBuildFile; fileRef = 959D414E28C8834B00BAAC14 /* CountryCapitals.json */; }; | |
27 959D415528C8834B00BAAC14 /* CountryCities.json in Resources */ = {isa = PBXBuildFile; fileRef = 959D414F28C8834B00BAAC14 /* CountryCities.json */; }; | |
28 959D415728C8851900BAAC14 /* CountryCapitals.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D415628C8851900BAAC14 /* CountryCapitals.swift */; }; | |
29 959D415928C8854800BAAC14 /* CountryCities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D415828C8854700BAAC14 /* CountryCities.swift */; }; | |
30 959D415B28C885C700BAAC14 /* CountryCurrencies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D415A28C885C700BAAC14 /* CountryCurrencies.swift */; }; | |
31 959D415D28C885ED00BAAC14 /* CountryFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D415C28C885ED00BAAC14 /* CountryFlags.swift */; }; | |
32 959D415F28C8861F00BAAC14 /* CountryPopulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D415E28C8861F00BAAC14 /* CountryPopulation.swift */; }; | |
33 959D416528C88B6400BAAC14 /* CityPopulation.json in Resources */ = {isa = PBXBuildFile; fileRef = 959D416428C88B6400BAAC14 /* CityPopulation.json */; }; | |
34 95AE8D5728C8750E0067F219 /* Load.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AE8D5628C8750E0067F219 /* Load.swift */; }; | |
35 95C430F728D092FC00480D23 /* GameSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C430F628D092FC00480D23 /* GameSelection.swift */; }; | |
36 95C430F928D0A8E500480D23 /* CustomGradients.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C430F828D0A8E500480D23 /* CustomGradients.swift */; }; | |
37 95C4315628C64A8C00212131 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C4315528C64A8C00212131 /* ContentView.swift */; }; | |
38 95C4315928C6500000212131 /* GameButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C4315828C6500000212131 /* GameButton.swift */; }; | |
39 95FA409A28D9876B00129B60 /* GuessTheFlagView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */; }; | |
40 95FA409C28D9881100129B60 /* GuessTheFlag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FA409B28D9881100129B60 /* GuessTheFlag.swift */; }; | |
41 /* End PBXBuildFile section */ | |
42 | |
43 /* Begin PBXFileReference section */ | |
44 95030CE928D1BA4D001AA3A1 /* AnswerButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnswerButton.swift; sourceTree = "<group>"; }; | |
45 951B630128D1A87C004F9877 /* GuessTheCapitalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheCapitalView.swift; sourceTree = "<group>"; }; | |
46 951D197228D485E000671FAD /* CustomColors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomColors.swift; sourceTree = "<group>"; }; | |
47 9539828F28C51EDE00B70973 /* GeoQuiz.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GeoQuiz.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |
48 9539829228C51EDE00B70973 /* GeoQuizApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeoQuizApp.swift; sourceTree = "<group>"; }; | |
49 9539829628C51EDF00B70973 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | |
50 9539829928C51EDF00B70973 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | |
51 955A658028D703EB00CEEC6D /* GameToolbar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameToolbar.swift; sourceTree = "<group>"; }; | |
52 955A658228D733E400CEEC6D /* GameProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameProtocol.swift; sourceTree = "<group>"; }; | |
53 955A658428D73EC600CEEC6D /* GuessTheCapital.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheCapital.swift; sourceTree = "<group>"; }; | |
54 955A65A828D7815E00CEEC6D /* Haptics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Haptics.swift; sourceTree = "<group>"; }; | |
55 956273E928CB2E98008DC094 /* FlagImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlagImage.swift; sourceTree = "<group>"; }; | |
56 959D256F28C7251F00C55A5E /* BuyLivesModal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuyLivesModal.swift; sourceTree = "<group>"; }; | |
57 959D414828C87ED900BAAC14 /* CityPopulation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CityPopulation.swift; sourceTree = "<group>"; }; | |
58 959D414A28C8834B00BAAC14 /* CountryFlags.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CountryFlags.json; sourceTree = "<group>"; }; | |
59 959D414B28C8834B00BAAC14 /* CountryPopulation.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CountryPopulation.json; sourceTree = "<group>"; }; | |
60 959D414C28C8834B00BAAC14 /* CountryCurrencies.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CountryCurrencies.json; sourceTree = "<group>"; }; | |
61 959D414E28C8834B00BAAC14 /* CountryCapitals.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CountryCapitals.json; sourceTree = "<group>"; }; | |
62 959D414F28C8834B00BAAC14 /* CountryCities.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CountryCities.json; sourceTree = "<group>"; }; | |
63 959D415628C8851900BAAC14 /* CountryCapitals.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryCapitals.swift; sourceTree = "<group>"; }; | |
64 959D415828C8854700BAAC14 /* CountryCities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryCities.swift; sourceTree = "<group>"; }; | |
65 959D415A28C885C700BAAC14 /* CountryCurrencies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryCurrencies.swift; sourceTree = "<group>"; }; | |
66 959D415C28C885ED00BAAC14 /* CountryFlags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryFlags.swift; sourceTree = "<group>"; }; | |
67 959D415E28C8861F00BAAC14 /* CountryPopulation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryPopulation.swift; sourceTree = "<group>"; }; | |
68 959D416428C88B6400BAAC14 /* CityPopulation.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CityPopulation.json; sourceTree = "<group>"; }; | |
69 95AE8D5628C8750E0067F219 /* Load.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Load.swift; sourceTree = "<group>"; }; | |
70 95C430F628D092FC00480D23 /* GameSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameSelection.swift; sourceTree = "<group>"; }; | |
71 95C430F828D0A8E500480D23 /* CustomGradients.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomGradients.swift; sourceTree = "<group>"; }; | |
72 95C4315528C64A8C00212131 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | |
73 95C4315828C6500000212131 /* GameButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameButton.swift; sourceTree = "<group>"; }; | |
74 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheFlagView.swift; sourceTree = "<group>"; }; | |
75 95FA409B28D9881100129B60 /* GuessTheFlag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheFlag.swift; sourceTree = "<group>"; }; | |
76 /* End PBXFileReference section */ | |
77 | |
78 /* Begin PBXFrameworksBuildPhase section */ | |
79 9539828C28C51EDE00B70973 /* Frameworks */ = { | |
80 isa = PBXFrameworksBuildPhase; | |
81 buildActionMask = 2147483647; | |
82 files = ( | |
83 ); | |
84 runOnlyForDeploymentPostprocessing = 0; | |
85 }; | |
86 /* End PBXFrameworksBuildPhase section */ | |
87 | |
88 /* Begin PBXGroup section */ | |
89 95030CE728D1B60F001AA3A1 /* Logic */ = { | |
90 isa = PBXGroup; | |
91 children = ( | |
92 95C430F628D092FC00480D23 /* GameSelection.swift */, | |
93 95C430F828D0A8E500480D23 /* CustomGradients.swift */, | |
94 951D197228D485E000671FAD /* CustomColors.swift */, | |
95 955A658228D733E400CEEC6D /* GameProtocol.swift */, | |
96 95AE8D5628C8750E0067F219 /* Load.swift */, | |
97 955A65A828D7815E00CEEC6D /* Haptics.swift */, | |
98 95FA409B28D9881100129B60 /* GuessTheFlag.swift */, | |
99 955A658428D73EC600CEEC6D /* GuessTheCapital.swift */, | |
100 ); | |
101 path = Logic; | |
102 sourceTree = "<group>"; | |
103 }; | |
104 9520ABBA28C86D0300A3D4D7 /* Data */ = { | |
105 isa = PBXGroup; | |
106 children = ( | |
107 959D416428C88B6400BAAC14 /* CityPopulation.json */, | |
108 959D414E28C8834B00BAAC14 /* CountryCapitals.json */, | |
109 959D414F28C8834B00BAAC14 /* CountryCities.json */, | |
110 959D414C28C8834B00BAAC14 /* CountryCurrencies.json */, | |
111 959D414A28C8834B00BAAC14 /* CountryFlags.json */, | |
112 959D414B28C8834B00BAAC14 /* CountryPopulation.json */, | |
113 ); | |
114 path = Data; | |
115 sourceTree = "<group>"; | |
116 }; | |
117 9539828628C51EDE00B70973 = { | |
118 isa = PBXGroup; | |
119 children = ( | |
120 9539829128C51EDE00B70973 /* GeoQuiz */, | |
121 9539829028C51EDE00B70973 /* Products */, | |
122 ); | |
123 sourceTree = "<group>"; | |
124 }; | |
125 9539829028C51EDE00B70973 /* Products */ = { | |
126 isa = PBXGroup; | |
127 children = ( | |
128 9539828F28C51EDE00B70973 /* GeoQuiz.app */, | |
129 ); | |
130 name = Products; | |
131 sourceTree = "<group>"; | |
132 }; | |
133 9539829128C51EDE00B70973 /* GeoQuiz */ = { | |
134 isa = PBXGroup; | |
135 children = ( | |
136 9539829228C51EDE00B70973 /* GeoQuizApp.swift */, | |
137 95C4315528C64A8C00212131 /* ContentView.swift */, | |
138 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */, | |
139 951B630128D1A87C004F9877 /* GuessTheCapitalView.swift */, | |
140 959D256F28C7251F00C55A5E /* BuyLivesModal.swift */, | |
141 959D414728C87EA600BAAC14 /* Helpers */, | |
142 959D414528C87E8D00BAAC14 /* Models */, | |
143 95030CE728D1B60F001AA3A1 /* Logic */, | |
144 9520ABBA28C86D0300A3D4D7 /* Data */, | |
145 9539829628C51EDF00B70973 /* Assets.xcassets */, | |
146 9539829828C51EDF00B70973 /* Preview Content */, | |
147 ); | |
148 path = GeoQuiz; | |
149 sourceTree = "<group>"; | |
150 }; | |
151 9539829828C51EDF00B70973 /* Preview Content */ = { | |
152 isa = PBXGroup; | |
153 children = ( | |
154 9539829928C51EDF00B70973 /* Preview Assets.xcassets */, | |
155 ); | |
156 path = "Preview Content"; | |
157 sourceTree = "<group>"; | |
158 }; | |
159 959D414528C87E8D00BAAC14 /* Models */ = { | |
160 isa = PBXGroup; | |
161 children = ( | |
162 959D415C28C885ED00BAAC14 /* CountryFlags.swift */, | |
163 959D415628C8851900BAAC14 /* CountryCapitals.swift */, | |
164 959D414828C87ED900BAAC14 /* CityPopulation.swift */, | |
165 959D415828C8854700BAAC14 /* CountryCities.swift */, | |
166 959D415A28C885C700BAAC14 /* CountryCurrencies.swift */, | |
167 959D415E28C8861F00BAAC14 /* CountryPopulation.swift */, | |
168 ); | |
169 path = Models; | |
170 sourceTree = "<group>"; | |
171 }; | |
172 959D414728C87EA600BAAC14 /* Helpers */ = { | |
173 isa = PBXGroup; | |
174 children = ( | |
175 95C4315828C6500000212131 /* GameButton.swift */, | |
176 956273E928CB2E98008DC094 /* FlagImage.swift */, | |
177 95030CE928D1BA4D001AA3A1 /* AnswerButton.swift */, | |
178 955A658028D703EB00CEEC6D /* GameToolbar.swift */, | |
179 ); | |
180 path = Helpers; | |
181 sourceTree = "<group>"; | |
182 }; | |
183 /* End PBXGroup section */ | |
184 | |
185 /* Begin PBXNativeTarget section */ | |
186 9539828E28C51EDE00B70973 /* GeoQuiz */ = { | |
187 isa = PBXNativeTarget; | |
188 buildConfigurationList = 9539829D28C51EDF00B70973 /* Build configuration list for PBXNativeTarget "GeoQuiz" */; | |
189 buildPhases = ( | |
190 9539828B28C51EDE00B70973 /* Sources */, | |
191 9539828C28C51EDE00B70973 /* Frameworks */, | |
192 9539828D28C51EDE00B70973 /* Resources */, | |
193 ); | |
194 buildRules = ( | |
195 ); | |
196 dependencies = ( | |
197 ); | |
198 name = GeoQuiz; | |
199 productName = GeoQuiz; | |
200 productReference = 9539828F28C51EDE00B70973 /* GeoQuiz.app */; | |
201 productType = "com.apple.product-type.application"; | |
202 }; | |
203 /* End PBXNativeTarget section */ | |
204 | |
205 /* Begin PBXProject section */ | |
206 9539828728C51EDE00B70973 /* Project object */ = { | |
207 isa = PBXProject; | |
208 attributes = { | |
209 BuildIndependentTargetsInParallel = 1; | |
210 LastSwiftUpdateCheck = 1340; | |
211 LastUpgradeCheck = 1340; | |
212 TargetAttributes = { | |
213 9539828E28C51EDE00B70973 = { | |
214 CreatedOnToolsVersion = 13.4.1; | |
215 }; | |
216 }; | |
217 }; | |
218 buildConfigurationList = 9539828A28C51EDE00B70973 /* Build configuration list for PBXProject "GeoQuiz" */; | |
219 compatibilityVersion = "Xcode 13.0"; | |
220 developmentRegion = en; | |
221 hasScannedForEncodings = 0; | |
222 knownRegions = ( | |
223 en, | |
224 Base, | |
225 ); | |
226 mainGroup = 9539828628C51EDE00B70973; | |
227 productRefGroup = 9539829028C51EDE00B70973 /* Products */; | |
228 projectDirPath = ""; | |
229 projectRoot = ""; | |
230 targets = ( | |
231 9539828E28C51EDE00B70973 /* GeoQuiz */, | |
232 ); | |
233 }; | |
234 /* End PBXProject section */ | |
235 | |
236 /* Begin PBXResourcesBuildPhase section */ | |
237 9539828D28C51EDE00B70973 /* Resources */ = { | |
238 isa = PBXResourcesBuildPhase; | |
239 buildActionMask = 2147483647; | |
240 files = ( | |
241 959D415428C8834B00BAAC14 /* CountryCapitals.json in Resources */, | |
242 959D415228C8834B00BAAC14 /* CountryCurrencies.json in Resources */, | |
243 9539829A28C51EDF00B70973 /* Preview Assets.xcassets in Resources */, | |
244 959D415128C8834B00BAAC14 /* CountryPopulation.json in Resources */, | |
245 959D415028C8834B00BAAC14 /* CountryFlags.json in Resources */, | |
246 9539829728C51EDF00B70973 /* Assets.xcassets in Resources */, | |
247 959D415528C8834B00BAAC14 /* CountryCities.json in Resources */, | |
248 959D416528C88B6400BAAC14 /* CityPopulation.json in Resources */, | |
249 ); | |
250 runOnlyForDeploymentPostprocessing = 0; | |
251 }; | |
252 /* End PBXResourcesBuildPhase section */ | |
253 | |
254 /* Begin PBXSourcesBuildPhase section */ | |
255 9539828B28C51EDE00B70973 /* Sources */ = { | |
256 isa = PBXSourcesBuildPhase; | |
257 buildActionMask = 2147483647; | |
258 files = ( | |
259 955A65A928D7815E00CEEC6D /* Haptics.swift in Sources */, | |
260 959D415F28C8861F00BAAC14 /* CountryPopulation.swift in Sources */, | |
261 955A658328D733E400CEEC6D /* GameProtocol.swift in Sources */, | |
262 95C4315628C64A8C00212131 /* ContentView.swift in Sources */, | |
263 95C4315928C6500000212131 /* GameButton.swift in Sources */, | |
264 956273EA28CB2E98008DC094 /* FlagImage.swift in Sources */, | |
265 959D414928C87ED900BAAC14 /* CityPopulation.swift in Sources */, | |
266 955A658528D73EC600CEEC6D /* GuessTheCapital.swift in Sources */, | |
267 959D257028C7251F00C55A5E /* BuyLivesModal.swift in Sources */, | |
268 959D415928C8854800BAAC14 /* CountryCities.swift in Sources */, | |
269 951B630228D1A87C004F9877 /* GuessTheCapitalView.swift in Sources */, | |
270 959D415728C8851900BAAC14 /* CountryCapitals.swift in Sources */, | |
271 9539829328C51EDE00B70973 /* GeoQuizApp.swift in Sources */, | |
272 95030CEA28D1BA4D001AA3A1 /* AnswerButton.swift in Sources */, | |
273 95FA409C28D9881100129B60 /* GuessTheFlag.swift in Sources */, | |
274 955A658128D703EB00CEEC6D /* GameToolbar.swift in Sources */, | |
275 95AE8D5728C8750E0067F219 /* Load.swift in Sources */, | |
276 959D415D28C885ED00BAAC14 /* CountryFlags.swift in Sources */, | |
277 959D415B28C885C700BAAC14 /* CountryCurrencies.swift in Sources */, | |
278 95C430F728D092FC00480D23 /* GameSelection.swift in Sources */, | |
279 951D197328D485E000671FAD /* CustomColors.swift in Sources */, | |
280 95C430F928D0A8E500480D23 /* CustomGradients.swift in Sources */, | |
281 95FA409A28D9876B00129B60 /* GuessTheFlagView.swift in Sources */, | |
282 ); | |
283 runOnlyForDeploymentPostprocessing = 0; | |
284 }; | |
285 /* End PBXSourcesBuildPhase section */ | |
286 | |
287 /* Begin XCBuildConfiguration section */ | |
288 9539829B28C51EDF00B70973 /* Debug */ = { | |
289 isa = XCBuildConfiguration; | |
290 buildSettings = { | |
291 ALWAYS_SEARCH_USER_PATHS = NO; | |
292 CLANG_ANALYZER_NONNULL = YES; | |
293 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
294 CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; | |
295 CLANG_ENABLE_MODULES = YES; | |
296 CLANG_ENABLE_OBJC_ARC = YES; | |
297 CLANG_ENABLE_OBJC_WEAK = YES; | |
298 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
299 CLANG_WARN_BOOL_CONVERSION = YES; | |
300 CLANG_WARN_COMMA = YES; | |
301 CLANG_WARN_CONSTANT_CONVERSION = YES; | |
302 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
303 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
304 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
305 CLANG_WARN_EMPTY_BODY = YES; | |
306 CLANG_WARN_ENUM_CONVERSION = YES; | |
307 CLANG_WARN_INFINITE_RECURSION = YES; | |
308 CLANG_WARN_INT_CONVERSION = YES; | |
309 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
310 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
311 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
312 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
313 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
314 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
315 CLANG_WARN_STRICT_PROTOTYPES = YES; | |
316 CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
317 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
318 CLANG_WARN_UNREACHABLE_CODE = YES; | |
319 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
320 COPY_PHASE_STRIP = NO; | |
321 DEBUG_INFORMATION_FORMAT = dwarf; | |
322 ENABLE_STRICT_OBJC_MSGSEND = YES; | |
323 ENABLE_TESTABILITY = YES; | |
324 GCC_C_LANGUAGE_STANDARD = gnu11; | |
325 GCC_DYNAMIC_NO_PIC = NO; | |
326 GCC_NO_COMMON_BLOCKS = YES; | |
327 GCC_OPTIMIZATION_LEVEL = 0; | |
328 GCC_PREPROCESSOR_DEFINITIONS = ( | |
329 "DEBUG=1", | |
330 "$(inherited)", | |
331 ); | |
332 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
333 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
334 GCC_WARN_UNDECLARED_SELECTOR = YES; | |
335 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
336 GCC_WARN_UNUSED_FUNCTION = YES; | |
337 GCC_WARN_UNUSED_VARIABLE = YES; | |
338 IPHONEOS_DEPLOYMENT_TARGET = 15.5; | |
339 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | |
340 MTL_FAST_MATH = YES; | |
341 ONLY_ACTIVE_ARCH = YES; | |
342 SDKROOT = iphoneos; | |
343 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; | |
344 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
345 }; | |
346 name = Debug; | |
347 }; | |
348 9539829C28C51EDF00B70973 /* Release */ = { | |
349 isa = XCBuildConfiguration; | |
350 buildSettings = { | |
351 ALWAYS_SEARCH_USER_PATHS = NO; | |
352 CLANG_ANALYZER_NONNULL = YES; | |
353 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
354 CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; | |
355 CLANG_ENABLE_MODULES = YES; | |
356 CLANG_ENABLE_OBJC_ARC = YES; | |
357 CLANG_ENABLE_OBJC_WEAK = YES; | |
358 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
359 CLANG_WARN_BOOL_CONVERSION = YES; | |
360 CLANG_WARN_COMMA = YES; | |
361 CLANG_WARN_CONSTANT_CONVERSION = YES; | |
362 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
363 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
364 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
365 CLANG_WARN_EMPTY_BODY = YES; | |
366 CLANG_WARN_ENUM_CONVERSION = YES; | |
367 CLANG_WARN_INFINITE_RECURSION = YES; | |
368 CLANG_WARN_INT_CONVERSION = YES; | |
369 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
370 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
371 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
372 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
373 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
374 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
375 CLANG_WARN_STRICT_PROTOTYPES = YES; | |
376 CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
377 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
378 CLANG_WARN_UNREACHABLE_CODE = YES; | |
379 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
380 COPY_PHASE_STRIP = NO; | |
381 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
382 ENABLE_NS_ASSERTIONS = NO; | |
383 ENABLE_STRICT_OBJC_MSGSEND = YES; | |
384 GCC_C_LANGUAGE_STANDARD = gnu11; | |
385 GCC_NO_COMMON_BLOCKS = YES; | |
386 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
387 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
388 GCC_WARN_UNDECLARED_SELECTOR = YES; | |
389 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
390 GCC_WARN_UNUSED_FUNCTION = YES; | |
391 GCC_WARN_UNUSED_VARIABLE = YES; | |
392 IPHONEOS_DEPLOYMENT_TARGET = 15.5; | |
393 MTL_ENABLE_DEBUG_INFO = NO; | |
394 MTL_FAST_MATH = YES; | |
395 SDKROOT = iphoneos; | |
396 SWIFT_COMPILATION_MODE = wholemodule; | |
397 SWIFT_OPTIMIZATION_LEVEL = "-O"; | |
398 VALIDATE_PRODUCT = YES; | |
399 }; | |
400 name = Release; | |
401 }; | |
402 9539829E28C51EDF00B70973 /* Debug */ = { | |
403 isa = XCBuildConfiguration; | |
404 buildSettings = { | |
405 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
406 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | |
407 CODE_SIGN_STYLE = Automatic; | |
408 CURRENT_PROJECT_VERSION = 1; | |
409 DEVELOPMENT_ASSET_PATHS = "\"GeoQuiz/Preview Content\""; | |
410 DEVELOPMENT_TEAM = MTX83R5H8X; | |
411 ENABLE_PREVIEWS = YES; | |
412 GENERATE_INFOPLIST_FILE = YES; | |
413 INFOPLIST_KEY_CFBundleDisplayName = GeoQuiz; | |
414 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.trivia-games"; | |
415 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; | |
416 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; | |
417 INFOPLIST_KEY_UILaunchScreen_Generation = YES; | |
418 INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; | |
419 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; | |
420 LD_RUNPATH_SEARCH_PATHS = ( | |
421 "$(inherited)", | |
422 "@executable_path/Frameworks", | |
423 ); | |
424 MARKETING_VERSION = 1.0; | |
425 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.GeoQuiz; | |
426 PRODUCT_NAME = "$(TARGET_NAME)"; | |
427 SWIFT_EMIT_LOC_STRINGS = YES; | |
428 SWIFT_VERSION = 5.0; | |
429 TARGETED_DEVICE_FAMILY = "1,2"; | |
430 }; | |
431 name = Debug; | |
432 }; | |
433 9539829F28C51EDF00B70973 /* Release */ = { | |
434 isa = XCBuildConfiguration; | |
435 buildSettings = { | |
436 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
437 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | |
438 CODE_SIGN_STYLE = Automatic; | |
439 CURRENT_PROJECT_VERSION = 1; | |
440 DEVELOPMENT_ASSET_PATHS = "\"GeoQuiz/Preview Content\""; | |
441 DEVELOPMENT_TEAM = MTX83R5H8X; | |
442 ENABLE_PREVIEWS = YES; | |
443 GENERATE_INFOPLIST_FILE = YES; | |
444 INFOPLIST_KEY_CFBundleDisplayName = GeoQuiz; | |
445 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.trivia-games"; | |
446 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; | |
447 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; | |
448 INFOPLIST_KEY_UILaunchScreen_Generation = YES; | |
449 INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; | |
450 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; | |
451 LD_RUNPATH_SEARCH_PATHS = ( | |
452 "$(inherited)", | |
453 "@executable_path/Frameworks", | |
454 ); | |
455 MARKETING_VERSION = 1.0; | |
456 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.GeoQuiz; | |
457 PRODUCT_NAME = "$(TARGET_NAME)"; | |
458 SWIFT_EMIT_LOC_STRINGS = YES; | |
459 SWIFT_VERSION = 5.0; | |
460 TARGETED_DEVICE_FAMILY = "1,2"; | |
461 }; | |
462 name = Release; | |
463 }; | |
464 /* End XCBuildConfiguration section */ | |
465 | |
466 /* Begin XCConfigurationList section */ | |
467 9539828A28C51EDE00B70973 /* Build configuration list for PBXProject "GeoQuiz" */ = { | |
468 isa = XCConfigurationList; | |
469 buildConfigurations = ( | |
470 9539829B28C51EDF00B70973 /* Debug */, | |
471 9539829C28C51EDF00B70973 /* Release */, | |
472 ); | |
473 defaultConfigurationIsVisible = 0; | |
474 defaultConfigurationName = Release; | |
475 }; | |
476 9539829D28C51EDF00B70973 /* Build configuration list for PBXNativeTarget "GeoQuiz" */ = { | |
477 isa = XCConfigurationList; | |
478 buildConfigurations = ( | |
479 9539829E28C51EDF00B70973 /* Debug */, | |
480 9539829F28C51EDF00B70973 /* Release */, | |
481 ); | |
482 defaultConfigurationIsVisible = 0; | |
483 defaultConfigurationName = Release; | |
484 }; | |
485 /* End XCConfigurationList section */ | |
486 }; | |
487 rootObject = 9539828728C51EDE00B70973 /* Project object */; | |
488 } |