# HG changeset patch # User Dennis C. M. # Date 1748956538 -3600 # Node ID bcfd86dcaf3a5f7701817c545e57fcc47bf8aca8 # Parent 33891c1bcf1ff5eb5c77c9ef519cadc1f540e437 Move to mercurial diff -r 33891c1bcf1f -r bcfd86dcaf3a .github/1.png Binary file .github/1.png has changed diff -r 33891c1bcf1f -r bcfd86dcaf3a .github/2.png Binary file .github/2.png has changed diff -r 33891c1bcf1f -r bcfd86dcaf3a .github/3.png Binary file .github/3.png has changed diff -r 33891c1bcf1f -r bcfd86dcaf3a .gitignore --- a/.gitignore Wed Nov 20 08:50:47 2024 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -# Xcode -xcuserdata/ - -*.xcscmblueprint -*.xccheckout - -*.xcodeproj/* -!*.xcodeproj/project.pbxproj -!*.xcodeproj/xcshareddata/ -!*.xcodeproj/project.xcworkspace/ -!*.xcworkspace/contents.xcworkspacedata -/*.gcno -**/xcshareddata/WorkspaceSettings.xcsettings - diff -r 33891c1bcf1f -r bcfd86dcaf3a .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Tue Jun 03 14:15:38 2025 +0100 @@ -0,0 +1,15 @@ +# Xcode +xcuserdata/ + +syntax: glob +*.xcscmblueprint +*.xccheckout + +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcodeproj/project.xcworkspace/ +!*.xcworkspace/contents.xcworkspacedata +/*.gcno +**/xcshareddata/WorkspaceSettings.xcsettings + diff -r 33891c1bcf1f -r bcfd86dcaf3a .repo/1.png Binary file .repo/1.png has changed diff -r 33891c1bcf1f -r bcfd86dcaf3a .repo/2.png Binary file .repo/2.png has changed diff -r 33891c1bcf1f -r bcfd86dcaf3a .repo/3.png Binary file .repo/3.png has changed diff -r 33891c1bcf1f -r bcfd86dcaf3a LICENSE.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE.md Tue Jun 03 14:15:38 2025 +0100 @@ -0,0 +1,26 @@ +Copyright 2025 Dennis Micro Computers + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors +may be used to endorse or promote products derived from this software without +specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff -r 33891c1bcf1f -r bcfd86dcaf3a README.md --- a/README.md Wed Nov 20 08:50:47 2024 +0000 +++ b/README.md Tue Jun 03 14:15:38 2025 +0100 @@ -1,9 +1,11 @@ # geoquiz -Geoquiz is a geography game for iOS written in Swift and SwiftUI. I also implemented In-App purchases with the help of [RevenueCat](https://revenuecat.com/). - -Right now it has 70 monthly downloads on average and I’m able to earn some pocket money from it. +Geoquiz is a geography game for iOS written in Swift and SwiftUI. I also +implemented In-App purchases with the help of +[RevenueCat](https://revenuecat.com/). -![alt text](.github/1.png) -![alt text](.github/2.png) -![alt text](.github/3.png) \ No newline at end of file +Right now it has 70 monthly downloads on average and I’m able to earn some +pocket money from it. + +![alt text](.repo/1.png) ![alt text](.repo/2.png) ![alt +text](.repo/3.png)