comparison GeoQuiz.xcodeproj/project.pbxproj @ 27:3f4b366d476d

add flag layout settings
author Dennis C. M. <dennis@denniscm.com>
date Thu, 10 Nov 2022 09:26:48 +0100
parents 425078c01194
children f5a2c2dab208
comparison
equal deleted inserted replaced
26:425078c01194 27:3f4b366d476d
247 955A658328D733E400CEEC6D /* GameProtocol+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A658228D733E400CEEC6D /* GameProtocol+Extension.swift */; }; 247 955A658328D733E400CEEC6D /* GameProtocol+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A658228D733E400CEEC6D /* GameProtocol+Extension.swift */; };
248 955A65A928D7815E00CEEC6D /* HapticsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A65A828D7815E00CEEC6D /* HapticsController.swift */; }; 248 955A65A928D7815E00CEEC6D /* HapticsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A65A828D7815E00CEEC6D /* HapticsController.swift */; };
249 957822482918F445005F2D50 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957822472918F445005F2D50 /* Extensions.swift */; }; 249 957822482918F445005F2D50 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957822472918F445005F2D50 /* Extensions.swift */; };
250 9590359528E098FF00B24560 /* ProfileModalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9590359428E098FF00B24560 /* ProfileModalView.swift */; }; 250 9590359528E098FF00B24560 /* ProfileModalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9590359428E098FF00B24560 /* ProfileModalView.swift */; };
251 95919DB628F076BF00F21F8F /* UserController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95919DB528F076BF00F21F8F /* UserController.swift */; }; 251 95919DB628F076BF00F21F8F /* UserController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95919DB528F076BF00F21F8F /* UserController.swift */; };
252 95919DBC28F08D0600F21F8F /* FormLink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95919DBB28F08D0600F21F8F /* FormLink.swift */; }; 252 95919DBC28F08D0600F21F8F /* SettingsRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95919DBB28F08D0600F21F8F /* SettingsRow.swift */; };
253 95A4F42929040E350018DFAC /* CoreDataController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A4F42829040E350018DFAC /* CoreDataController.swift */; }; 253 95A4F42929040E350018DFAC /* CoreDataController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A4F42829040E350018DFAC /* CoreDataController.swift */; };
254 95A4F42B29043DC00018DFAC /* UserImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A4F42A29043DC00018DFAC /* UserImage.swift */; }; 254 95A4F42B29043DC00018DFAC /* UserImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A4F42A29043DC00018DFAC /* UserImage.swift */; };
255 95AF322A28DF293900023ACC /* GuessTheCountryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AF322928DF293900023ACC /* GuessTheCountryView.swift */; }; 255 95AF322A28DF293900023ACC /* GuessTheCountryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AF322928DF293900023ACC /* GuessTheCountryView.swift */; };
256 95BC392D28EC42570049AB49 /* CityMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BC392C28EC42570049AB49 /* CityMap.swift */; }; 256 95BC392D28EC42570049AB49 /* CityMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BC392C28EC42570049AB49 /* CityMap.swift */; };
257 95C4315628C64A8C00212131 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C4315528C64A8C00212131 /* ContentView.swift */; }; 257 95C4315628C64A8C00212131 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C4315528C64A8C00212131 /* ContentView.swift */; };
263 95C6457728FFC934000CD570 /* GeoQuiz.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95C6457528FFC934000CD570 /* GeoQuiz.xcdatamodeld */; }; 263 95C6457728FFC934000CD570 /* GeoQuiz.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95C6457528FFC934000CD570 /* GeoQuiz.xcdatamodeld */; };
264 95C6459A28FFE5A3000CD570 /* PlayedGame+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6459828FFE5A3000CD570 /* PlayedGame+CoreDataClass.swift */; }; 264 95C6459A28FFE5A3000CD570 /* PlayedGame+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6459828FFE5A3000CD570 /* PlayedGame+CoreDataClass.swift */; };
265 95C6459B28FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6459928FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift */; }; 265 95C6459B28FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6459928FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift */; };
266 95C6459D290003E1000CD570 /* RecentGame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6459C290003E1000CD570 /* RecentGame.swift */; }; 266 95C6459D290003E1000CD570 /* RecentGame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C6459C290003E1000CD570 /* RecentGame.swift */; };
267 95CA295028F6BB4500CE0B7A /* ActivityAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CA294F28F6BB4500CE0B7A /* ActivityAlert.swift */; }; 267 95CA295028F6BB4500CE0B7A /* ActivityAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CA294F28F6BB4500CE0B7A /* ActivityAlert.swift */; };
268 95D8BF32291BAF8C006FC606 /* SettingsModalView-ViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8BF31291BAF8C006FC606 /* SettingsModalView-ViewModel.swift */; };
269 95D8BF36291BB1F7006FC606 /* GameViewProtocol+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8BF35291BB1F7006FC606 /* GameViewProtocol+Extension.swift */; };
270 95D8BF38291BBB3D006FC606 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 95D8BF37291BBB3D006FC606 /* LaunchScreen.storyboard */; };
271 95D8BF3A291BC5DA006FC606 /* GuessTheFlagView-ViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8BF39291BC5DA006FC606 /* GuessTheFlagView-ViewModel.swift */; };
268 95DB7C01290492FC007D01D8 /* GameInfoModel+Protocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DB7C00290492FC007D01D8 /* GameInfoModel+Protocol.swift */; }; 272 95DB7C01290492FC007D01D8 /* GameInfoModel+Protocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DB7C00290492FC007D01D8 /* GameInfoModel+Protocol.swift */; };
269 95DB7C032904A968007D01D8 /* MapController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DB7C022904A968007D01D8 /* MapController.swift */; }; 273 95DB7C032904A968007D01D8 /* MapController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DB7C022904A968007D01D8 /* MapController.swift */; };
270 95FA409A28D9876B00129B60 /* GuessTheFlagView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */; }; 274 95FA409A28D9876B00129B60 /* GuessTheFlagView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */; };
271 95FA409C28D9881100129B60 /* CountryGameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FA409B28D9881100129B60 /* CountryGameController.swift */; }; 275 95FA409C28D9881100129B60 /* CountryGameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FA409B28D9881100129B60 /* CountryGameController.swift */; };
272 /* End PBXBuildFile section */ 276 /* End PBXBuildFile section */
513 955A658228D733E400CEEC6D /* GameProtocol+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GameProtocol+Extension.swift"; sourceTree = "<group>"; }; 517 955A658228D733E400CEEC6D /* GameProtocol+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GameProtocol+Extension.swift"; sourceTree = "<group>"; };
514 955A65A828D7815E00CEEC6D /* HapticsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsController.swift; sourceTree = "<group>"; }; 518 955A65A828D7815E00CEEC6D /* HapticsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsController.swift; sourceTree = "<group>"; };
515 957822472918F445005F2D50 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; }; 519 957822472918F445005F2D50 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
516 9590359428E098FF00B24560 /* ProfileModalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileModalView.swift; sourceTree = "<group>"; }; 520 9590359428E098FF00B24560 /* ProfileModalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileModalView.swift; sourceTree = "<group>"; };
517 95919DB528F076BF00F21F8F /* UserController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserController.swift; sourceTree = "<group>"; }; 521 95919DB528F076BF00F21F8F /* UserController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserController.swift; sourceTree = "<group>"; };
518 95919DBB28F08D0600F21F8F /* FormLink.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FormLink.swift; sourceTree = "<group>"; }; 522 95919DBB28F08D0600F21F8F /* SettingsRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsRow.swift; sourceTree = "<group>"; };
519 95A4F42829040E350018DFAC /* CoreDataController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataController.swift; sourceTree = "<group>"; }; 523 95A4F42829040E350018DFAC /* CoreDataController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataController.swift; sourceTree = "<group>"; };
520 95A4F42A29043DC00018DFAC /* UserImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserImage.swift; sourceTree = "<group>"; }; 524 95A4F42A29043DC00018DFAC /* UserImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserImage.swift; sourceTree = "<group>"; };
521 95AF322928DF293900023ACC /* GuessTheCountryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheCountryView.swift; sourceTree = "<group>"; }; 525 95AF322928DF293900023ACC /* GuessTheCountryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheCountryView.swift; sourceTree = "<group>"; };
522 95BC392C28EC42570049AB49 /* CityMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CityMap.swift; sourceTree = "<group>"; }; 526 95BC392C28EC42570049AB49 /* CityMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CityMap.swift; sourceTree = "<group>"; };
523 95C4315528C64A8C00212131 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; 527 95C4315528C64A8C00212131 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
529 95C6457628FFC934000CD570 /* GeoQuiz.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = GeoQuiz.xcdatamodel; sourceTree = "<group>"; }; 533 95C6457628FFC934000CD570 /* GeoQuiz.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = GeoQuiz.xcdatamodel; sourceTree = "<group>"; };
530 95C6459828FFE5A3000CD570 /* PlayedGame+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PlayedGame+CoreDataClass.swift"; sourceTree = "<group>"; }; 534 95C6459828FFE5A3000CD570 /* PlayedGame+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PlayedGame+CoreDataClass.swift"; sourceTree = "<group>"; };
531 95C6459928FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PlayedGame+CoreDataProperties.swift"; sourceTree = "<group>"; }; 535 95C6459928FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PlayedGame+CoreDataProperties.swift"; sourceTree = "<group>"; };
532 95C6459C290003E1000CD570 /* RecentGame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecentGame.swift; sourceTree = "<group>"; }; 536 95C6459C290003E1000CD570 /* RecentGame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecentGame.swift; sourceTree = "<group>"; };
533 95CA294F28F6BB4500CE0B7A /* ActivityAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityAlert.swift; sourceTree = "<group>"; }; 537 95CA294F28F6BB4500CE0B7A /* ActivityAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityAlert.swift; sourceTree = "<group>"; };
538 95D8BF31291BAF8C006FC606 /* SettingsModalView-ViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SettingsModalView-ViewModel.swift"; sourceTree = "<group>"; };
539 95D8BF35291BB1F7006FC606 /* GameViewProtocol+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GameViewProtocol+Extension.swift"; sourceTree = "<group>"; };
540 95D8BF37291BBB3D006FC606 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
541 95D8BF39291BC5DA006FC606 /* GuessTheFlagView-ViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GuessTheFlagView-ViewModel.swift"; sourceTree = "<group>"; };
534 95DB7C00290492FC007D01D8 /* GameInfoModel+Protocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GameInfoModel+Protocol.swift"; sourceTree = "<group>"; }; 542 95DB7C00290492FC007D01D8 /* GameInfoModel+Protocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GameInfoModel+Protocol.swift"; sourceTree = "<group>"; };
535 95DB7C022904A968007D01D8 /* MapController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapController.swift; sourceTree = "<group>"; }; 543 95DB7C022904A968007D01D8 /* MapController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapController.swift; sourceTree = "<group>"; };
536 95E6188428DDDB5C003359ED /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 544 95E6188428DDDB5C003359ED /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
537 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheFlagView.swift; sourceTree = "<group>"; }; 545 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheFlagView.swift; sourceTree = "<group>"; };
538 95FA409B28D9881100129B60 /* CountryGameController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryGameController.swift; sourceTree = "<group>"; }; 546 95FA409B28D9881100129B60 /* CountryGameController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryGameController.swift; sourceTree = "<group>"; };
816 children = ( 824 children = (
817 954AF46B2905433300180065 /* GeoQuiz.entitlements */, 825 954AF46B2905433300180065 /* GeoQuiz.entitlements */,
818 95E6188428DDDB5C003359ED /* Info.plist */, 826 95E6188428DDDB5C003359ED /* Info.plist */,
819 9539829628C51EDF00B70973 /* Assets.xcassets */, 827 9539829628C51EDF00B70973 /* Assets.xcassets */,
820 95C6457528FFC934000CD570 /* GeoQuiz.xcdatamodeld */, 828 95C6457528FFC934000CD570 /* GeoQuiz.xcdatamodeld */,
829 95D8BF37291BBB3D006FC606 /* LaunchScreen.storyboard */,
821 9539829228C51EDE00B70973 /* GeoQuizApp.swift */, 830 9539829228C51EDE00B70973 /* GeoQuizApp.swift */,
822 95C4315528C64A8C00212131 /* ContentView.swift */, 831 95C4315528C64A8C00212131 /* ContentView.swift */,
823 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */, 832 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */,
833 95D8BF39291BC5DA006FC606 /* GuessTheFlagView-ViewModel.swift */,
824 951B630128D1A87C004F9877 /* GuessTheCapitalView.swift */, 834 951B630128D1A87C004F9877 /* GuessTheCapitalView.swift */,
825 95AF322928DF293900023ACC /* GuessTheCountryView.swift */, 835 95AF322928DF293900023ACC /* GuessTheCountryView.swift */,
826 9509A8E128E5A3D700CFCDBA /* GuessThePopulationView.swift */, 836 9509A8E128E5A3D700CFCDBA /* GuessThePopulationView.swift */,
827 950C535228F2FA3300179C78 /* BuyPremiumModalView.swift */, 837 950C535228F2FA3300179C78 /* BuyPremiumModalView.swift */,
828 952E41EC28DC658900198643 /* SettingsModalView.swift */, 838 952E41EC28DC658900198643 /* SettingsModalView.swift */,
839 95D8BF31291BAF8C006FC606 /* SettingsModalView-ViewModel.swift */,
829 9590359428E098FF00B24560 /* ProfileModalView.swift */, 840 9590359428E098FF00B24560 /* ProfileModalView.swift */,
830 95C6457128FFC4DC000CD570 /* ProfileEditModalView.swift */, 841 95C6457128FFC4DC000CD570 /* ProfileEditModalView.swift */,
831 957822462918EED3005F2D50 /* Helpers */, 842 957822462918EED3005F2D50 /* Helpers */,
832 957822452918EECA005F2D50 /* Models */, 843 957822452918EECA005F2D50 /* Models */,
833 959303AC2918F58F00E3E099 /* Controllers */, 844 959303AC2918F58F00E3E099 /* Controllers */,
863 children = ( 874 children = (
864 95C4315828C6500000212131 /* GameButton.swift */, 875 95C4315828C6500000212131 /* GameButton.swift */,
865 95030CE928D1BA4D001AA3A1 /* AnswerButton.swift */, 876 95030CE928D1BA4D001AA3A1 /* AnswerButton.swift */,
866 955A658028D703EB00CEEC6D /* GameToolbar.swift */, 877 955A658028D703EB00CEEC6D /* GameToolbar.swift */,
867 95BC392C28EC42570049AB49 /* CityMap.swift */, 878 95BC392C28EC42570049AB49 /* CityMap.swift */,
868 95919DBB28F08D0600F21F8F /* FormLink.swift */, 879 95919DBB28F08D0600F21F8F /* SettingsRow.swift */,
869 95CA294F28F6BB4500CE0B7A /* ActivityAlert.swift */, 880 95CA294F28F6BB4500CE0B7A /* ActivityAlert.swift */,
870 95C6456D28FE8C04000CD570 /* UserProfile.swift */, 881 95C6456D28FE8C04000CD570 /* UserProfile.swift */,
871 95A4F42A29043DC00018DFAC /* UserImage.swift */, 882 95A4F42A29043DC00018DFAC /* UserImage.swift */,
872 95C6459C290003E1000CD570 /* RecentGame.swift */, 883 95C6459C290003E1000CD570 /* RecentGame.swift */,
873 954AF4672905397A00180065 /* PlayedGamesList.swift */, 884 954AF4672905397A00180065 /* PlayedGamesList.swift */,
878 sourceTree = "<group>"; 889 sourceTree = "<group>";
879 }; 890 };
880 959303AC2918F58F00E3E099 /* Controllers */ = { 891 959303AC2918F58F00E3E099 /* Controllers */ = {
881 isa = PBXGroup; 892 isa = PBXGroup;
882 children = ( 893 children = (
894 95D8BF35291BB1F7006FC606 /* GameViewProtocol+Extension.swift */,
883 955A658228D733E400CEEC6D /* GameProtocol+Extension.swift */, 895 955A658228D733E400CEEC6D /* GameProtocol+Extension.swift */,
884 95FA409B28D9881100129B60 /* CountryGameController.swift */, 896 95FA409B28D9881100129B60 /* CountryGameController.swift */,
885 951AFAF028E5735400A4A4BD /* CityGameController.swift */, 897 951AFAF028E5735400A4A4BD /* CityGameController.swift */,
886 955A65A828D7815E00CEEC6D /* HapticsController.swift */, 898 955A65A828D7815E00CEEC6D /* HapticsController.swift */,
887 95919DB528F076BF00F21F8F /* UserController.swift */, 899 95919DB528F076BF00F21F8F /* UserController.swift */,
1018 952E41F328DC6F6E00198643 /* wrongAnswer.wav in Resources */, 1030 952E41F328DC6F6E00198643 /* wrongAnswer.wav in Resources */,
1019 951DCEED291A424A00BAE20C /* kw.png in Resources */, 1031 951DCEED291A424A00BAE20C /* kw.png in Resources */,
1020 951DCE94291A424900BAE20C /* sl.png in Resources */, 1032 951DCE94291A424900BAE20C /* sl.png in Resources */,
1021 951DCF46291A424A00BAE20C /* mg.png in Resources */, 1033 951DCF46291A424A00BAE20C /* mg.png in Resources */,
1022 951DCF62291A424A00BAE20C /* aw.png in Resources */, 1034 951DCF62291A424A00BAE20C /* aw.png in Resources */,
1035 95D8BF38291BBB3D006FC606 /* LaunchScreen.storyboard in Resources */,
1023 951DCEBC291A424A00BAE20C /* do.png in Resources */, 1036 951DCEBC291A424A00BAE20C /* do.png in Resources */,
1024 951DCF1F291A424A00BAE20C /* cz.png in Resources */, 1037 951DCF1F291A424A00BAE20C /* cz.png in Resources */,
1025 951DCF2C291A424A00BAE20C /* ph.png in Resources */, 1038 951DCF2C291A424A00BAE20C /* ph.png in Resources */,
1026 951DCEF8291A424A00BAE20C /* rw.png in Resources */, 1039 951DCEF8291A424A00BAE20C /* rw.png in Resources */,
1027 951DCEA9291A424A00BAE20C /* pa.png in Resources */, 1040 951DCEA9291A424A00BAE20C /* pa.png in Resources */,
1210 950C535328F2FA3300179C78 /* BuyPremiumModalView.swift in Sources */, 1223 950C535328F2FA3300179C78 /* BuyPremiumModalView.swift in Sources */,
1211 951B630228D1A87C004F9877 /* GuessTheCapitalView.swift in Sources */, 1224 951B630228D1A87C004F9877 /* GuessTheCapitalView.swift in Sources */,
1212 9539829328C51EDE00B70973 /* GeoQuizApp.swift in Sources */, 1225 9539829328C51EDE00B70973 /* GeoQuizApp.swift in Sources */,
1213 95AF322A28DF293900023ACC /* GuessTheCountryView.swift in Sources */, 1226 95AF322A28DF293900023ACC /* GuessTheCountryView.swift in Sources */,
1214 95DB7C032904A968007D01D8 /* MapController.swift in Sources */, 1227 95DB7C032904A968007D01D8 /* MapController.swift in Sources */,
1215 95919DBC28F08D0600F21F8F /* FormLink.swift in Sources */, 1228 95919DBC28F08D0600F21F8F /* SettingsRow.swift in Sources */,
1216 951AFAEF28E565FE00A4A4BD /* CountryModel.swift in Sources */, 1229 951AFAEF28E565FE00A4A4BD /* CountryModel.swift in Sources */,
1217 95030CEA28D1BA4D001AA3A1 /* AnswerButton.swift in Sources */, 1230 95030CEA28D1BA4D001AA3A1 /* AnswerButton.swift in Sources */,
1218 95FA409C28D9881100129B60 /* CountryGameController.swift in Sources */, 1231 95FA409C28D9881100129B60 /* CountryGameController.swift in Sources */,
1219 95CA295028F6BB4500CE0B7A /* ActivityAlert.swift in Sources */, 1232 95CA295028F6BB4500CE0B7A /* ActivityAlert.swift in Sources */,
1233 95D8BF32291BAF8C006FC606 /* SettingsModalView-ViewModel.swift in Sources */,
1234 95D8BF3A291BC5DA006FC606 /* GuessTheFlagView-ViewModel.swift in Sources */,
1220 955A658128D703EB00CEEC6D /* GameToolbar.swift in Sources */, 1235 955A658128D703EB00CEEC6D /* GameToolbar.swift in Sources */,
1221 957822482918F445005F2D50 /* Extensions.swift in Sources */, 1236 957822482918F445005F2D50 /* Extensions.swift in Sources */,
1222 95C6457728FFC934000CD570 /* GeoQuiz.xcdatamodeld in Sources */, 1237 95C6457728FFC934000CD570 /* GeoQuiz.xcdatamodeld in Sources */,
1238 95D8BF36291BB1F7006FC606 /* GameViewProtocol+Extension.swift in Sources */,
1223 9590359528E098FF00B24560 /* ProfileModalView.swift in Sources */, 1239 9590359528E098FF00B24560 /* ProfileModalView.swift in Sources */,
1224 95C6456C28FE87E4000CD570 /* UserDataModel.swift in Sources */, 1240 95C6456C28FE87E4000CD570 /* UserDataModel.swift in Sources */,
1225 95C6459B28FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift in Sources */, 1241 95C6459B28FFE5A3000CD570 /* PlayedGame+CoreDataProperties.swift in Sources */,
1226 95C6457228FFC4DC000CD570 /* ProfileEditModalView.swift in Sources */, 1242 95C6457228FFC4DC000CD570 /* ProfileEditModalView.swift in Sources */,
1227 952E41ED28DC658900198643 /* SettingsModalView.swift in Sources */, 1243 952E41ED28DC658900198643 /* SettingsModalView.swift in Sources */,
1364 INFOPLIST_KEY_CFBundleDisplayName = GeoQuiz; 1380 INFOPLIST_KEY_CFBundleDisplayName = GeoQuiz;
1365 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.trivia-games"; 1381 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.trivia-games";
1366 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; 1382 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
1367 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; 1383 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
1368 INFOPLIST_KEY_UILaunchScreen_Generation = YES; 1384 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
1385 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard;
1369 INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; 1386 INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
1370 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; 1387 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
1371 IPHONEOS_DEPLOYMENT_TARGET = 16.0; 1388 IPHONEOS_DEPLOYMENT_TARGET = 16.0;
1372 LD_RUNPATH_SEARCH_PATHS = ( 1389 LD_RUNPATH_SEARCH_PATHS = (
1373 "$(inherited)", 1390 "$(inherited)",
1399 INFOPLIST_KEY_CFBundleDisplayName = GeoQuiz; 1416 INFOPLIST_KEY_CFBundleDisplayName = GeoQuiz;
1400 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.trivia-games"; 1417 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.trivia-games";
1401 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; 1418 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
1402 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; 1419 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
1403 INFOPLIST_KEY_UILaunchScreen_Generation = YES; 1420 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
1421 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard;
1404 INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; 1422 INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
1405 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; 1423 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
1406 IPHONEOS_DEPLOYMENT_TARGET = 16.0; 1424 IPHONEOS_DEPLOYMENT_TARGET = 16.0;
1407 LD_RUNPATH_SEARCH_PATHS = ( 1425 LD_RUNPATH_SEARCH_PATHS = (
1408 "$(inherited)", 1426 "$(inherited)",