Mercurial > public > geoquiz
changeset 42:bcfd86dcaf3a default tip
Move to mercurial
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 03 Jun 2025 14:15:38 +0100 |
parents | 33891c1bcf1f |
children | |
files | .github/1.png .github/2.png .github/3.png .gitignore .hgignore .repo/1.png .repo/2.png .repo/3.png LICENSE.md README.md |
diffstat | 10 files changed, 49 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- 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 -
--- /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 +
--- /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.
--- 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/). - - - \ 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. + +  