Mercurial > public > geoquiz
annotate GeoQuiz.xcodeproj/project.pbxproj @ 21:b145c408f791
refactor code
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 25 Oct 2022 15:30:01 +0200 |
parents | e281791e0494 |
children | 425078c01194 |
rev | line source |
---|---|
0 | 1 // !$*UTF8*$! |
2 { | |
3 archiveVersion = 1; | |
4 classes = { | |
5 }; | |
6 objectVersion = 55; | |
7 objects = { | |
8 | |
9 /* Begin PBXBuildFile section */ | |
20 | 10 95030CEA28D1BA4D001AA3A1 /* AnswerButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95030CE928D1BA4D001AA3A1 /* AnswerButton.swift */; }; |
6 | 11 9509A8DE28E5A19A00CFCDBA /* countries.json in Resources */ = {isa = PBXBuildFile; fileRef = 9509A8DD28E5A19A00CFCDBA /* countries.json */; }; |
7 | 12 9509A8E228E5A3D700CFCDBA /* GuessThePopulationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9509A8E128E5A3D700CFCDBA /* GuessThePopulationView.swift */; }; |
11 | 13 950C535328F2FA3300179C78 /* BuyPremiumModalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C535228F2FA3300179C78 /* BuyPremiumModalView.swift */; }; |
14 950C535628F3172C00179C78 /* RevenueCat in Frameworks */ = {isa = PBXBuildFile; productRef = 950C535528F3172C00179C78 /* RevenueCat */; }; | |
15 950C535928F3178B00179C78 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 950C535828F3178B00179C78 /* StoreKit.framework */; }; | |
19 | 16 95197EFD28F339AE00FE67E9 /* StoreKitController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95197EFC28F339AE00FE67E9 /* StoreKitController.swift */; }; |
6 | 17 951AFAEA28E5655C00A4A4BD /* cities.json in Resources */ = {isa = PBXBuildFile; fileRef = 951AFAE828E5655C00A4A4BD /* cities.json */; }; |
18 951AFAED28E5657500A4A4BD /* CityModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951AFAEC28E5657500A4A4BD /* CityModel.swift */; }; | |
19 951AFAEF28E565FE00A4A4BD /* CountryModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951AFAEE28E565FE00A4A4BD /* CountryModel.swift */; }; | |
19 | 20 951AFAF128E5735400A4A4BD /* CityGameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951AFAF028E5735400A4A4BD /* CityGameController.swift */; }; |
0 | 21 951B630228D1A87C004F9877 /* GuessTheCapitalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951B630128D1A87C004F9877 /* GuessTheCapitalView.swift */; }; |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
22 951D197328D485E000671FAD /* ColorExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951D197228D485E000671FAD /* ColorExtension.swift */; }; |
3 | 23 952E41E928DC521200198643 /* GameAlertsModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952E41E828DC521200198643 /* GameAlertsModifier.swift */; }; |
5 | 24 952E41ED28DC658900198643 /* SettingsModalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952E41EC28DC658900198643 /* SettingsModalView.swift */; }; |
25 952E41F228DC6F6E00198643 /* correctAnswer.wav in Resources */ = {isa = PBXBuildFile; fileRef = 952E41F028DC6F6D00198643 /* correctAnswer.wav */; }; | |
26 952E41F328DC6F6E00198643 /* wrongAnswer.wav in Resources */ = {isa = PBXBuildFile; fileRef = 952E41F128DC6F6E00198643 /* wrongAnswer.wav */; }; | |
0 | 27 9539829328C51EDE00B70973 /* GeoQuizApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9539829228C51EDE00B70973 /* GeoQuizApp.swift */; }; |
28 9539829728C51EDF00B70973 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9539829628C51EDF00B70973 /* Assets.xcassets */; }; | |
29 9539829A28C51EDF00B70973 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9539829928C51EDF00B70973 /* Preview Assets.xcassets */; }; | |
20 | 30 954AF4682905397A00180065 /* PlayedGamesList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954AF4672905397A00180065 /* PlayedGamesList.swift */; }; |
31 954AF46A29053D4E00180065 /* LatestGamesPlaceholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954AF46929053D4E00180065 /* LatestGamesPlaceholder.swift */; }; | |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
32 955950BB28F15FF2001BDEE8 /* FormatterExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955950BA28F15FF2001BDEE8 /* FormatterExtension.swift */; }; |
20 | 33 955A658128D703EB00CEEC6D /* GameToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A658028D703EB00CEEC6D /* GameToolbar.swift */; }; |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
34 955A658328D733E400CEEC6D /* GameProtocol+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A658228D733E400CEEC6D /* GameProtocol+Extension.swift */; }; |
19 | 35 955A65A928D7815E00CEEC6D /* HapticsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A65A828D7815E00CEEC6D /* HapticsController.swift */; }; |
6 | 36 9590359528E098FF00B24560 /* ProfileModalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9590359428E098FF00B24560 /* ProfileModalView.swift */; }; |
19 | 37 95919DB628F076BF00F21F8F /* UserController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95919DB528F076BF00F21F8F /* UserController.swift */; }; |
20 | 38 95919DBC28F08D0600F21F8F /* FormLink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95919DBB28F08D0600F21F8F /* FormLink.swift */; }; |
19 | 39 95A4F42929040E350018DFAC /* CoreDataController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A4F42829040E350018DFAC /* CoreDataController.swift */; }; |
20 | 40 95A4F42B29043DC00018DFAC /* UserImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A4F42A29043DC00018DFAC /* UserImage.swift */; }; |
19 | 41 95AE8D5728C8750E0067F219 /* FileController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AE8D5628C8750E0067F219 /* FileController.swift */; }; |
6 | 42 95AF322A28DF293900023ACC /* GuessTheCountryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AF322928DF293900023ACC /* GuessTheCountryView.swift */; }; |
20 | 43 95BC392D28EC42570049AB49 /* CityMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BC392C28EC42570049AB49 /* CityMap.swift */; }; |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
44 95C430F928D0A8E500480D23 /* GradientExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C430F828D0A8E500480D23 /* GradientExtension.swift */; }; |
0 | 45 95C4315628C64A8C00212131 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C4315528C64A8C00212131 /* ContentView.swift */; }; |
20 | 46 95C4315928C6500000212131 /* GameButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C4315828C6500000212131 /* GameButton.swift */; }; |
14 | 47 95C6456C28FE87E4000CD570 /* UserDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6456B28FE87E4000CD570 /* UserDataModel.swift */; }; |
20 | 48 95C6456E28FE8C04000CD570 /* UserProfile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6456D28FE8C04000CD570 /* UserProfile.swift */; }; |
14 | 49 95C6457228FFC4DC000CD570 /* ProfileEditModalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6457128FFC4DC000CD570 /* ProfileEditModalView.swift */; }; |
16 | 50 95C6457428FFC8E0000CD570 /* PersistenceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6457328FFC8E0000CD570 /* PersistenceController.swift */; }; |
15
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
51 95C6457728FFC934000CD570 /* GeoQuiz.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95C6457528FFC934000CD570 /* GeoQuiz.xcdatamodeld */; }; |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
52 95C6459A28FFE5A3000CD570 /* PlayedGame+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6459828FFE5A3000CD570 /* PlayedGame+CoreDataClass.swift */; }; |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
53 95C6459B28FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6459928FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift */; }; |
20 | 54 95C6459D290003E1000CD570 /* RecentGame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6459C290003E1000CD570 /* RecentGame.swift */; }; |
19 | 55 95C645C229014442000CD570 /* GameInfoProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C645C129014442000CD570 /* GameInfoProtocol.swift */; }; |
20 | 56 95CA295028F6BB4500CE0B7A /* ActivityAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CA294F28F6BB4500CE0B7A /* ActivityAlert.swift */; }; |
19 | 57 95DB7C01290492FC007D01D8 /* GameInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DB7C00290492FC007D01D8 /* GameInfoController.swift */; }; |
58 95DB7C032904A968007D01D8 /* MapController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DB7C022904A968007D01D8 /* MapController.swift */; }; | |
0 | 59 95FA409A28D9876B00129B60 /* GuessTheFlagView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */; }; |
19 | 60 95FA409C28D9881100129B60 /* CountryGameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FA409B28D9881100129B60 /* CountryGameController.swift */; }; |
0 | 61 /* End PBXBuildFile section */ |
62 | |
63 /* Begin PBXFileReference section */ | |
20 | 64 95030CE928D1BA4D001AA3A1 /* AnswerButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnswerButton.swift; sourceTree = "<group>"; }; |
6 | 65 9509A8DD28E5A19A00CFCDBA /* countries.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = countries.json; sourceTree = "<group>"; }; |
7 | 66 9509A8E128E5A3D700CFCDBA /* GuessThePopulationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessThePopulationView.swift; sourceTree = "<group>"; }; |
11 | 67 950C535228F2FA3300179C78 /* BuyPremiumModalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuyPremiumModalView.swift; sourceTree = "<group>"; }; |
68 950C535828F3178B00179C78 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; | |
19 | 69 95197EFC28F339AE00FE67E9 /* StoreKitController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreKitController.swift; sourceTree = "<group>"; }; |
6 | 70 951AFAE828E5655C00A4A4BD /* cities.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = cities.json; sourceTree = "<group>"; }; |
71 951AFAEC28E5657500A4A4BD /* CityModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CityModel.swift; sourceTree = "<group>"; }; | |
72 951AFAEE28E565FE00A4A4BD /* CountryModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryModel.swift; sourceTree = "<group>"; }; | |
19 | 73 951AFAF028E5735400A4A4BD /* CityGameController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CityGameController.swift; sourceTree = "<group>"; }; |
0 | 74 951B630128D1A87C004F9877 /* GuessTheCapitalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheCapitalView.swift; sourceTree = "<group>"; }; |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
75 951D197228D485E000671FAD /* ColorExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorExtension.swift; sourceTree = "<group>"; }; |
3 | 76 952E41E828DC521200198643 /* GameAlertsModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameAlertsModifier.swift; sourceTree = "<group>"; }; |
5 | 77 952E41EC28DC658900198643 /* SettingsModalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsModalView.swift; sourceTree = "<group>"; }; |
78 952E41F028DC6F6D00198643 /* correctAnswer.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = correctAnswer.wav; sourceTree = "<group>"; }; | |
79 952E41F128DC6F6E00198643 /* wrongAnswer.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = wrongAnswer.wav; sourceTree = "<group>"; }; | |
0 | 80 9539828F28C51EDE00B70973 /* GeoQuiz.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GeoQuiz.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
81 9539829228C51EDE00B70973 /* GeoQuizApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeoQuizApp.swift; sourceTree = "<group>"; }; | |
82 9539829628C51EDF00B70973 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | |
83 9539829928C51EDF00B70973 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | |
20 | 84 954AF4672905397A00180065 /* PlayedGamesList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayedGamesList.swift; sourceTree = "<group>"; }; |
85 954AF46929053D4E00180065 /* LatestGamesPlaceholder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LatestGamesPlaceholder.swift; sourceTree = "<group>"; }; | |
86 954AF46B2905433300180065 /* GeoQuiz.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = GeoQuiz.entitlements; sourceTree = "<group>"; }; | |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
87 955950BA28F15FF2001BDEE8 /* FormatterExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FormatterExtension.swift; sourceTree = "<group>"; }; |
20 | 88 955A658028D703EB00CEEC6D /* GameToolbar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameToolbar.swift; sourceTree = "<group>"; }; |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
89 955A658228D733E400CEEC6D /* GameProtocol+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GameProtocol+Extension.swift"; sourceTree = "<group>"; }; |
19 | 90 955A65A828D7815E00CEEC6D /* HapticsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsController.swift; sourceTree = "<group>"; }; |
6 | 91 9590359428E098FF00B24560 /* ProfileModalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileModalView.swift; sourceTree = "<group>"; }; |
19 | 92 95919DB528F076BF00F21F8F /* UserController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserController.swift; sourceTree = "<group>"; }; |
20 | 93 95919DBB28F08D0600F21F8F /* FormLink.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FormLink.swift; sourceTree = "<group>"; }; |
19 | 94 95A4F42829040E350018DFAC /* CoreDataController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataController.swift; sourceTree = "<group>"; }; |
20 | 95 95A4F42A29043DC00018DFAC /* UserImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserImage.swift; sourceTree = "<group>"; }; |
19 | 96 95AE8D5628C8750E0067F219 /* FileController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileController.swift; sourceTree = "<group>"; }; |
6 | 97 95AF322928DF293900023ACC /* GuessTheCountryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheCountryView.swift; sourceTree = "<group>"; }; |
20 | 98 95BC392C28EC42570049AB49 /* CityMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CityMap.swift; sourceTree = "<group>"; }; |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
99 95C430F828D0A8E500480D23 /* GradientExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientExtension.swift; sourceTree = "<group>"; }; |
0 | 100 95C4315528C64A8C00212131 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
20 | 101 95C4315828C6500000212131 /* GameButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameButton.swift; sourceTree = "<group>"; }; |
14 | 102 95C6456B28FE87E4000CD570 /* UserDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDataModel.swift; sourceTree = "<group>"; }; |
20 | 103 95C6456D28FE8C04000CD570 /* UserProfile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserProfile.swift; sourceTree = "<group>"; }; |
14 | 104 95C6457128FFC4DC000CD570 /* ProfileEditModalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileEditModalView.swift; sourceTree = "<group>"; }; |
16 | 105 95C6457328FFC8E0000CD570 /* PersistenceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersistenceController.swift; sourceTree = "<group>"; }; |
15
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
106 95C6457628FFC934000CD570 /* GeoQuiz.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = GeoQuiz.xcdatamodel; sourceTree = "<group>"; }; |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
107 95C6459828FFE5A3000CD570 /* PlayedGame+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PlayedGame+CoreDataClass.swift"; sourceTree = "<group>"; }; |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
108 95C6459928FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PlayedGame+CoreDataProperties.swift"; sourceTree = "<group>"; }; |
20 | 109 95C6459C290003E1000CD570 /* RecentGame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecentGame.swift; sourceTree = "<group>"; }; |
19 | 110 95C645C129014442000CD570 /* GameInfoProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameInfoProtocol.swift; sourceTree = "<group>"; }; |
20 | 111 95CA294F28F6BB4500CE0B7A /* ActivityAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityAlert.swift; sourceTree = "<group>"; }; |
19 | 112 95DB7C00290492FC007D01D8 /* GameInfoController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameInfoController.swift; sourceTree = "<group>"; }; |
113 95DB7C022904A968007D01D8 /* MapController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapController.swift; sourceTree = "<group>"; }; | |
5 | 114 95E6188428DDDB5C003359ED /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
0 | 115 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheFlagView.swift; sourceTree = "<group>"; }; |
19 | 116 95FA409B28D9881100129B60 /* CountryGameController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryGameController.swift; sourceTree = "<group>"; }; |
0 | 117 /* End PBXFileReference section */ |
118 | |
119 /* Begin PBXFrameworksBuildPhase section */ | |
120 9539828C28C51EDE00B70973 /* Frameworks */ = { | |
121 isa = PBXFrameworksBuildPhase; | |
122 buildActionMask = 2147483647; | |
123 files = ( | |
11 | 124 950C535628F3172C00179C78 /* RevenueCat in Frameworks */, |
125 950C535928F3178B00179C78 /* StoreKit.framework in Frameworks */, | |
0 | 126 ); |
127 runOnlyForDeploymentPostprocessing = 0; | |
128 }; | |
129 /* End PBXFrameworksBuildPhase section */ | |
130 | |
131 /* Begin PBXGroup section */ | |
132 95030CE728D1B60F001AA3A1 /* Logic */ = { | |
133 isa = PBXGroup; | |
134 children = ( | |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
135 951AFAEC28E5657500A4A4BD /* CityModel.swift */, |
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
136 951AFAEE28E565FE00A4A4BD /* CountryModel.swift */, |
14 | 137 95C6456B28FE87E4000CD570 /* UserDataModel.swift */, |
19 | 138 95C645C129014442000CD570 /* GameInfoProtocol.swift */, |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
139 955A658228D733E400CEEC6D /* GameProtocol+Extension.swift */, |
19 | 140 95DB7C00290492FC007D01D8 /* GameInfoController.swift */, |
141 955A65A828D7815E00CEEC6D /* HapticsController.swift */, | |
142 95FA409B28D9881100129B60 /* CountryGameController.swift */, | |
143 951AFAF028E5735400A4A4BD /* CityGameController.swift */, | |
144 95919DB528F076BF00F21F8F /* UserController.swift */, | |
145 95197EFC28F339AE00FE67E9 /* StoreKitController.swift */, | |
146 95A4F42829040E350018DFAC /* CoreDataController.swift */, | |
16 | 147 95C6457328FFC8E0000CD570 /* PersistenceController.swift */, |
19 | 148 95AE8D5628C8750E0067F219 /* FileController.swift */, |
149 95DB7C022904A968007D01D8 /* MapController.swift */, | |
15
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
150 95C6459828FFE5A3000CD570 /* PlayedGame+CoreDataClass.swift */, |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
151 95C6459928FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift */, |
0 | 152 ); |
153 path = Logic; | |
154 sourceTree = "<group>"; | |
155 }; | |
11 | 156 950C535728F3178B00179C78 /* Frameworks */ = { |
157 isa = PBXGroup; | |
158 children = ( | |
159 950C535828F3178B00179C78 /* StoreKit.framework */, | |
160 ); | |
161 name = Frameworks; | |
162 sourceTree = "<group>"; | |
163 }; | |
5 | 164 9520ABBA28C86D0300A3D4D7 /* Resources */ = { |
0 | 165 isa = PBXGroup; |
166 children = ( | |
6 | 167 951AFAE828E5655C00A4A4BD /* cities.json */, |
168 9509A8DD28E5A19A00CFCDBA /* countries.json */, | |
5 | 169 952E41F028DC6F6D00198643 /* correctAnswer.wav */, |
170 952E41F128DC6F6E00198643 /* wrongAnswer.wav */, | |
0 | 171 ); |
5 | 172 path = Resources; |
0 | 173 sourceTree = "<group>"; |
174 }; | |
175 9539828628C51EDE00B70973 = { | |
176 isa = PBXGroup; | |
177 children = ( | |
178 9539829128C51EDE00B70973 /* GeoQuiz */, | |
179 9539829028C51EDE00B70973 /* Products */, | |
11 | 180 950C535728F3178B00179C78 /* Frameworks */, |
0 | 181 ); |
182 sourceTree = "<group>"; | |
183 }; | |
184 9539829028C51EDE00B70973 /* Products */ = { | |
185 isa = PBXGroup; | |
186 children = ( | |
187 9539828F28C51EDE00B70973 /* GeoQuiz.app */, | |
188 ); | |
189 name = Products; | |
190 sourceTree = "<group>"; | |
191 }; | |
192 9539829128C51EDE00B70973 /* GeoQuiz */ = { | |
193 isa = PBXGroup; | |
194 children = ( | |
20 | 195 954AF46B2905433300180065 /* GeoQuiz.entitlements */, |
5 | 196 95E6188428DDDB5C003359ED /* Info.plist */, |
6 | 197 9539829628C51EDF00B70973 /* Assets.xcassets */, |
15
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
198 95C6457528FFC934000CD570 /* GeoQuiz.xcdatamodeld */, |
0 | 199 9539829228C51EDE00B70973 /* GeoQuizApp.swift */, |
200 95C4315528C64A8C00212131 /* ContentView.swift */, | |
201 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */, | |
202 951B630128D1A87C004F9877 /* GuessTheCapitalView.swift */, | |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
203 95AF322928DF293900023ACC /* GuessTheCountryView.swift */, |
7 | 204 9509A8E128E5A3D700CFCDBA /* GuessThePopulationView.swift */, |
11 | 205 950C535228F2FA3300179C78 /* BuyPremiumModalView.swift */, |
206 952E41EC28DC658900198643 /* SettingsModalView.swift */, | |
6 | 207 9590359428E098FF00B24560 /* ProfileModalView.swift */, |
16 | 208 95C6457128FFC4DC000CD570 /* ProfileEditModalView.swift */, |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
209 959D414728C87EA600BAAC14 /* Components */, |
0 | 210 95030CE728D1B60F001AA3A1 /* Logic */, |
5 | 211 9520ABBA28C86D0300A3D4D7 /* Resources */, |
0 | 212 9539829828C51EDF00B70973 /* Preview Content */, |
213 ); | |
214 path = GeoQuiz; | |
215 sourceTree = "<group>"; | |
216 }; | |
217 9539829828C51EDF00B70973 /* Preview Content */ = { | |
218 isa = PBXGroup; | |
219 children = ( | |
220 9539829928C51EDF00B70973 /* Preview Assets.xcassets */, | |
221 ); | |
222 path = "Preview Content"; | |
223 sourceTree = "<group>"; | |
224 }; | |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
225 959D414728C87EA600BAAC14 /* Components */ = { |
0 | 226 isa = PBXGroup; |
227 children = ( | |
20 | 228 95C4315828C6500000212131 /* GameButton.swift */, |
229 95030CE928D1BA4D001AA3A1 /* AnswerButton.swift */, | |
230 955A658028D703EB00CEEC6D /* GameToolbar.swift */, | |
231 95BC392C28EC42570049AB49 /* CityMap.swift */, | |
232 95919DBB28F08D0600F21F8F /* FormLink.swift */, | |
233 95CA294F28F6BB4500CE0B7A /* ActivityAlert.swift */, | |
234 95C6456D28FE8C04000CD570 /* UserProfile.swift */, | |
235 95A4F42A29043DC00018DFAC /* UserImage.swift */, | |
236 95C6459C290003E1000CD570 /* RecentGame.swift */, | |
237 954AF4672905397A00180065 /* PlayedGamesList.swift */, | |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
238 952E41E828DC521200198643 /* GameAlertsModifier.swift */, |
20 | 239 954AF46929053D4E00180065 /* LatestGamesPlaceholder.swift */, |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
240 95C430F828D0A8E500480D23 /* GradientExtension.swift */, |
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
241 951D197228D485E000671FAD /* ColorExtension.swift */, |
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
242 955950BA28F15FF2001BDEE8 /* FormatterExtension.swift */, |
0 | 243 ); |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
244 path = Components; |
0 | 245 sourceTree = "<group>"; |
246 }; | |
247 /* End PBXGroup section */ | |
248 | |
249 /* Begin PBXNativeTarget section */ | |
250 9539828E28C51EDE00B70973 /* GeoQuiz */ = { | |
251 isa = PBXNativeTarget; | |
252 buildConfigurationList = 9539829D28C51EDF00B70973 /* Build configuration list for PBXNativeTarget "GeoQuiz" */; | |
253 buildPhases = ( | |
254 9539828B28C51EDE00B70973 /* Sources */, | |
255 9539828C28C51EDE00B70973 /* Frameworks */, | |
256 9539828D28C51EDE00B70973 /* Resources */, | |
257 ); | |
258 buildRules = ( | |
259 ); | |
260 dependencies = ( | |
261 ); | |
262 name = GeoQuiz; | |
11 | 263 packageProductDependencies = ( |
264 950C535528F3172C00179C78 /* RevenueCat */, | |
265 ); | |
0 | 266 productName = GeoQuiz; |
267 productReference = 9539828F28C51EDE00B70973 /* GeoQuiz.app */; | |
268 productType = "com.apple.product-type.application"; | |
269 }; | |
270 /* End PBXNativeTarget section */ | |
271 | |
272 /* Begin PBXProject section */ | |
273 9539828728C51EDE00B70973 /* Project object */ = { | |
274 isa = PBXProject; | |
275 attributes = { | |
276 BuildIndependentTargetsInParallel = 1; | |
277 LastSwiftUpdateCheck = 1340; | |
278 LastUpgradeCheck = 1340; | |
279 TargetAttributes = { | |
280 9539828E28C51EDE00B70973 = { | |
281 CreatedOnToolsVersion = 13.4.1; | |
282 }; | |
283 }; | |
284 }; | |
285 buildConfigurationList = 9539828A28C51EDE00B70973 /* Build configuration list for PBXProject "GeoQuiz" */; | |
286 compatibilityVersion = "Xcode 13.0"; | |
287 developmentRegion = en; | |
288 hasScannedForEncodings = 0; | |
289 knownRegions = ( | |
290 en, | |
291 Base, | |
292 ); | |
293 mainGroup = 9539828628C51EDE00B70973; | |
11 | 294 packageReferences = ( |
295 950C535428F3172C00179C78 /* XCRemoteSwiftPackageReference "purchases-ios" */, | |
296 ); | |
0 | 297 productRefGroup = 9539829028C51EDE00B70973 /* Products */; |
298 projectDirPath = ""; | |
299 projectRoot = ""; | |
300 targets = ( | |
301 9539828E28C51EDE00B70973 /* GeoQuiz */, | |
302 ); | |
303 }; | |
304 /* End PBXProject section */ | |
305 | |
306 /* Begin PBXResourcesBuildPhase section */ | |
307 9539828D28C51EDE00B70973 /* Resources */ = { | |
308 isa = PBXResourcesBuildPhase; | |
309 buildActionMask = 2147483647; | |
310 files = ( | |
6 | 311 9509A8DE28E5A19A00CFCDBA /* countries.json in Resources */, |
5 | 312 952E41F328DC6F6E00198643 /* wrongAnswer.wav in Resources */, |
6 | 313 951AFAEA28E5655C00A4A4BD /* cities.json in Resources */, |
0 | 314 9539829A28C51EDF00B70973 /* Preview Assets.xcassets in Resources */, |
315 9539829728C51EDF00B70973 /* Assets.xcassets in Resources */, | |
5 | 316 952E41F228DC6F6E00198643 /* correctAnswer.wav in Resources */, |
0 | 317 ); |
318 runOnlyForDeploymentPostprocessing = 0; | |
319 }; | |
320 /* End PBXResourcesBuildPhase section */ | |
321 | |
322 /* Begin PBXSourcesBuildPhase section */ | |
323 9539828B28C51EDE00B70973 /* Sources */ = { | |
324 isa = PBXSourcesBuildPhase; | |
325 buildActionMask = 2147483647; | |
326 files = ( | |
19 | 327 955A65A928D7815E00CEEC6D /* HapticsController.swift in Sources */, |
20 | 328 95BC392D28EC42570049AB49 /* CityMap.swift in Sources */, |
15
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
329 95C6459A28FFE5A3000CD570 /* PlayedGame+CoreDataClass.swift in Sources */, |
20 | 330 95A4F42B29043DC00018DFAC /* UserImage.swift in Sources */, |
3 | 331 952E41E928DC521200198643 /* GameAlertsModifier.swift in Sources */, |
19 | 332 95197EFD28F339AE00FE67E9 /* StoreKitController.swift in Sources */, |
7 | 333 9509A8E228E5A3D700CFCDBA /* GuessThePopulationView.swift in Sources */, |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
334 955A658328D733E400CEEC6D /* GameProtocol+Extension.swift in Sources */, |
19 | 335 95A4F42929040E350018DFAC /* CoreDataController.swift in Sources */, |
16 | 336 95C6457428FFC8E0000CD570 /* PersistenceController.swift in Sources */, |
19 | 337 95919DB628F076BF00F21F8F /* UserController.swift in Sources */, |
20 | 338 95C6459D290003E1000CD570 /* RecentGame.swift in Sources */, |
339 95C6456E28FE8C04000CD570 /* UserProfile.swift in Sources */, | |
0 | 340 95C4315628C64A8C00212131 /* ContentView.swift in Sources */, |
19 | 341 95C645C229014442000CD570 /* GameInfoProtocol.swift in Sources */, |
20 | 342 954AF4682905397A00180065 /* PlayedGamesList.swift in Sources */, |
343 95C4315928C6500000212131 /* GameButton.swift in Sources */, | |
6 | 344 951AFAED28E5657500A4A4BD /* CityModel.swift in Sources */, |
11 | 345 950C535328F2FA3300179C78 /* BuyPremiumModalView.swift in Sources */, |
20 | 346 954AF46A29053D4E00180065 /* LatestGamesPlaceholder.swift in Sources */, |
0 | 347 951B630228D1A87C004F9877 /* GuessTheCapitalView.swift in Sources */, |
348 9539829328C51EDE00B70973 /* GeoQuizApp.swift in Sources */, | |
6 | 349 95AF322A28DF293900023ACC /* GuessTheCountryView.swift in Sources */, |
19 | 350 95DB7C032904A968007D01D8 /* MapController.swift in Sources */, |
20 | 351 95919DBC28F08D0600F21F8F /* FormLink.swift in Sources */, |
6 | 352 951AFAEF28E565FE00A4A4BD /* CountryModel.swift in Sources */, |
20 | 353 95030CEA28D1BA4D001AA3A1 /* AnswerButton.swift in Sources */, |
19 | 354 95FA409C28D9881100129B60 /* CountryGameController.swift in Sources */, |
20 | 355 95CA295028F6BB4500CE0B7A /* ActivityAlert.swift in Sources */, |
356 955A658128D703EB00CEEC6D /* GameToolbar.swift in Sources */, | |
19 | 357 95AE8D5728C8750E0067F219 /* FileController.swift in Sources */, |
15
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
358 95C6457728FFC934000CD570 /* GeoQuiz.xcdatamodeld in Sources */, |
6 | 359 9590359528E098FF00B24560 /* ProfileModalView.swift in Sources */, |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
360 955950BB28F15FF2001BDEE8 /* FormatterExtension.swift in Sources */, |
14 | 361 95C6456C28FE87E4000CD570 /* UserDataModel.swift in Sources */, |
15
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
362 95C6459B28FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift in Sources */, |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
363 951D197328D485E000671FAD /* ColorExtension.swift in Sources */, |
14 | 364 95C6457228FFC4DC000CD570 /* ProfileEditModalView.swift in Sources */, |
10
a793f33f05fb
refactor code and fix layout
Dennis C. M. <dennis@denniscm.com>
parents:
9
diff
changeset
|
365 95C430F928D0A8E500480D23 /* GradientExtension.swift in Sources */, |
5 | 366 952E41ED28DC658900198643 /* SettingsModalView.swift in Sources */, |
0 | 367 95FA409A28D9876B00129B60 /* GuessTheFlagView.swift in Sources */, |
19 | 368 95DB7C01290492FC007D01D8 /* GameInfoController.swift in Sources */, |
369 951AFAF128E5735400A4A4BD /* CityGameController.swift in Sources */, | |
0 | 370 ); |
371 runOnlyForDeploymentPostprocessing = 0; | |
372 }; | |
373 /* End PBXSourcesBuildPhase section */ | |
374 | |
375 /* Begin XCBuildConfiguration section */ | |
376 9539829B28C51EDF00B70973 /* Debug */ = { | |
377 isa = XCBuildConfiguration; | |
378 buildSettings = { | |
379 ALWAYS_SEARCH_USER_PATHS = NO; | |
380 CLANG_ANALYZER_NONNULL = YES; | |
381 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
382 CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; | |
383 CLANG_ENABLE_MODULES = YES; | |
384 CLANG_ENABLE_OBJC_ARC = YES; | |
385 CLANG_ENABLE_OBJC_WEAK = YES; | |
386 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
387 CLANG_WARN_BOOL_CONVERSION = YES; | |
388 CLANG_WARN_COMMA = YES; | |
389 CLANG_WARN_CONSTANT_CONVERSION = YES; | |
390 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
391 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
392 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
393 CLANG_WARN_EMPTY_BODY = YES; | |
394 CLANG_WARN_ENUM_CONVERSION = YES; | |
395 CLANG_WARN_INFINITE_RECURSION = YES; | |
396 CLANG_WARN_INT_CONVERSION = YES; | |
397 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
398 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
399 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
400 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
401 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
402 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
403 CLANG_WARN_STRICT_PROTOTYPES = YES; | |
404 CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
405 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
406 CLANG_WARN_UNREACHABLE_CODE = YES; | |
407 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
408 COPY_PHASE_STRIP = NO; | |
409 DEBUG_INFORMATION_FORMAT = dwarf; | |
410 ENABLE_STRICT_OBJC_MSGSEND = YES; | |
411 ENABLE_TESTABILITY = YES; | |
412 GCC_C_LANGUAGE_STANDARD = gnu11; | |
413 GCC_DYNAMIC_NO_PIC = NO; | |
414 GCC_NO_COMMON_BLOCKS = YES; | |
415 GCC_OPTIMIZATION_LEVEL = 0; | |
416 GCC_PREPROCESSOR_DEFINITIONS = ( | |
417 "DEBUG=1", | |
418 "$(inherited)", | |
419 ); | |
420 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
421 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
422 GCC_WARN_UNDECLARED_SELECTOR = YES; | |
423 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
424 GCC_WARN_UNUSED_FUNCTION = YES; | |
425 GCC_WARN_UNUSED_VARIABLE = YES; | |
426 IPHONEOS_DEPLOYMENT_TARGET = 15.5; | |
427 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | |
428 MTL_FAST_MATH = YES; | |
429 ONLY_ACTIVE_ARCH = YES; | |
430 SDKROOT = iphoneos; | |
431 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; | |
432 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
433 }; | |
434 name = Debug; | |
435 }; | |
436 9539829C28C51EDF00B70973 /* Release */ = { | |
437 isa = XCBuildConfiguration; | |
438 buildSettings = { | |
439 ALWAYS_SEARCH_USER_PATHS = NO; | |
440 CLANG_ANALYZER_NONNULL = YES; | |
441 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
442 CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; | |
443 CLANG_ENABLE_MODULES = YES; | |
444 CLANG_ENABLE_OBJC_ARC = YES; | |
445 CLANG_ENABLE_OBJC_WEAK = YES; | |
446 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
447 CLANG_WARN_BOOL_CONVERSION = YES; | |
448 CLANG_WARN_COMMA = YES; | |
449 CLANG_WARN_CONSTANT_CONVERSION = YES; | |
450 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
451 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
452 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
453 CLANG_WARN_EMPTY_BODY = YES; | |
454 CLANG_WARN_ENUM_CONVERSION = YES; | |
455 CLANG_WARN_INFINITE_RECURSION = YES; | |
456 CLANG_WARN_INT_CONVERSION = YES; | |
457 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
458 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
459 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
460 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
461 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
462 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
463 CLANG_WARN_STRICT_PROTOTYPES = YES; | |
464 CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
465 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
466 CLANG_WARN_UNREACHABLE_CODE = YES; | |
467 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
468 COPY_PHASE_STRIP = NO; | |
469 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
470 ENABLE_NS_ASSERTIONS = NO; | |
471 ENABLE_STRICT_OBJC_MSGSEND = YES; | |
472 GCC_C_LANGUAGE_STANDARD = gnu11; | |
473 GCC_NO_COMMON_BLOCKS = YES; | |
474 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
475 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
476 GCC_WARN_UNDECLARED_SELECTOR = YES; | |
477 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
478 GCC_WARN_UNUSED_FUNCTION = YES; | |
479 GCC_WARN_UNUSED_VARIABLE = YES; | |
480 IPHONEOS_DEPLOYMENT_TARGET = 15.5; | |
481 MTL_ENABLE_DEBUG_INFO = NO; | |
482 MTL_FAST_MATH = YES; | |
483 SDKROOT = iphoneos; | |
484 SWIFT_COMPILATION_MODE = wholemodule; | |
485 SWIFT_OPTIMIZATION_LEVEL = "-O"; | |
486 VALIDATE_PRODUCT = YES; | |
487 }; | |
488 name = Release; | |
489 }; | |
490 9539829E28C51EDF00B70973 /* Debug */ = { | |
491 isa = XCBuildConfiguration; | |
492 buildSettings = { | |
493 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
494 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | |
20 | 495 CODE_SIGN_ENTITLEMENTS = GeoQuiz/GeoQuiz.entitlements; |
0 | 496 CODE_SIGN_STYLE = Automatic; |
497 CURRENT_PROJECT_VERSION = 1; | |
498 DEVELOPMENT_ASSET_PATHS = "\"GeoQuiz/Preview Content\""; | |
499 DEVELOPMENT_TEAM = MTX83R5H8X; | |
500 ENABLE_PREVIEWS = YES; | |
501 GENERATE_INFOPLIST_FILE = YES; | |
5 | 502 INFOPLIST_FILE = GeoQuiz/Info.plist; |
0 | 503 INFOPLIST_KEY_CFBundleDisplayName = GeoQuiz; |
504 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.trivia-games"; | |
505 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; | |
506 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; | |
507 INFOPLIST_KEY_UILaunchScreen_Generation = YES; | |
508 INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; | |
509 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; | |
14 | 510 IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
0 | 511 LD_RUNPATH_SEARCH_PATHS = ( |
512 "$(inherited)", | |
513 "@executable_path/Frameworks", | |
514 ); | |
13 | 515 MACOSX_DEPLOYMENT_TARGET = 13.0; |
0 | 516 MARKETING_VERSION = 1.0; |
517 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.GeoQuiz; | |
518 PRODUCT_NAME = "$(TARGET_NAME)"; | |
519 SWIFT_EMIT_LOC_STRINGS = YES; | |
520 SWIFT_VERSION = 5.0; | |
521 TARGETED_DEVICE_FAMILY = "1,2"; | |
522 }; | |
523 name = Debug; | |
524 }; | |
525 9539829F28C51EDF00B70973 /* Release */ = { | |
526 isa = XCBuildConfiguration; | |
527 buildSettings = { | |
528 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
529 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | |
20 | 530 CODE_SIGN_ENTITLEMENTS = GeoQuiz/GeoQuiz.entitlements; |
0 | 531 CODE_SIGN_STYLE = Automatic; |
532 CURRENT_PROJECT_VERSION = 1; | |
533 DEVELOPMENT_ASSET_PATHS = "\"GeoQuiz/Preview Content\""; | |
534 DEVELOPMENT_TEAM = MTX83R5H8X; | |
535 ENABLE_PREVIEWS = YES; | |
536 GENERATE_INFOPLIST_FILE = YES; | |
5 | 537 INFOPLIST_FILE = GeoQuiz/Info.plist; |
0 | 538 INFOPLIST_KEY_CFBundleDisplayName = GeoQuiz; |
539 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.trivia-games"; | |
540 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; | |
541 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; | |
542 INFOPLIST_KEY_UILaunchScreen_Generation = YES; | |
543 INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; | |
544 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; | |
14 | 545 IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
0 | 546 LD_RUNPATH_SEARCH_PATHS = ( |
547 "$(inherited)", | |
548 "@executable_path/Frameworks", | |
549 ); | |
13 | 550 MACOSX_DEPLOYMENT_TARGET = 13.0; |
0 | 551 MARKETING_VERSION = 1.0; |
552 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.GeoQuiz; | |
553 PRODUCT_NAME = "$(TARGET_NAME)"; | |
554 SWIFT_EMIT_LOC_STRINGS = YES; | |
555 SWIFT_VERSION = 5.0; | |
556 TARGETED_DEVICE_FAMILY = "1,2"; | |
557 }; | |
558 name = Release; | |
559 }; | |
560 /* End XCBuildConfiguration section */ | |
561 | |
562 /* Begin XCConfigurationList section */ | |
563 9539828A28C51EDE00B70973 /* Build configuration list for PBXProject "GeoQuiz" */ = { | |
564 isa = XCConfigurationList; | |
565 buildConfigurations = ( | |
566 9539829B28C51EDF00B70973 /* Debug */, | |
567 9539829C28C51EDF00B70973 /* Release */, | |
568 ); | |
569 defaultConfigurationIsVisible = 0; | |
570 defaultConfigurationName = Release; | |
571 }; | |
572 9539829D28C51EDF00B70973 /* Build configuration list for PBXNativeTarget "GeoQuiz" */ = { | |
573 isa = XCConfigurationList; | |
574 buildConfigurations = ( | |
575 9539829E28C51EDF00B70973 /* Debug */, | |
576 9539829F28C51EDF00B70973 /* Release */, | |
577 ); | |
578 defaultConfigurationIsVisible = 0; | |
579 defaultConfigurationName = Release; | |
580 }; | |
581 /* End XCConfigurationList section */ | |
11 | 582 |
583 /* Begin XCRemoteSwiftPackageReference section */ | |
584 950C535428F3172C00179C78 /* XCRemoteSwiftPackageReference "purchases-ios" */ = { | |
585 isa = XCRemoteSwiftPackageReference; | |
586 repositoryURL = "https://github.com/RevenueCat/purchases-ios.git"; | |
587 requirement = { | |
588 kind = upToNextMajorVersion; | |
589 minimumVersion = 4.0.0; | |
590 }; | |
591 }; | |
592 /* End XCRemoteSwiftPackageReference section */ | |
593 | |
594 /* Begin XCSwiftPackageProductDependency section */ | |
595 950C535528F3172C00179C78 /* RevenueCat */ = { | |
596 isa = XCSwiftPackageProductDependency; | |
597 package = 950C535428F3172C00179C78 /* XCRemoteSwiftPackageReference "purchases-ios" */; | |
598 productName = RevenueCat; | |
599 }; | |
600 /* End XCSwiftPackageProductDependency section */ | |
15
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
601 |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
602 /* Begin XCVersionGroup section */ |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
603 95C6457528FFC934000CD570 /* GeoQuiz.xcdatamodeld */ = { |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
604 isa = XCVersionGroup; |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
605 children = ( |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
606 95C6457628FFC934000CD570 /* GeoQuiz.xcdatamodel */, |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
607 ); |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
608 currentVersion = 95C6457628FFC934000CD570 /* GeoQuiz.xcdatamodel */; |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
609 path = GeoQuiz.xcdatamodeld; |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
610 sourceTree = "<group>"; |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
611 versionGroupType = wrapper.xcdatamodel; |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
612 }; |
f1967f8cc67b
first iteration of core data
Dennis C. M. <dennis@denniscm.com>
parents:
14
diff
changeset
|
613 /* End XCVersionGroup section */ |
0 | 614 }; |
615 rootObject = 9539828728C51EDE00B70973 /* Project object */; | |
616 } |