Mercurial > public > geoquiz
changeset 18:d20cf93c9812
change gitignore
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Sat, 22 Oct 2022 08:56:54 +0100 |
parents | 8dac58bb4569 |
children | f140bb277c96 |
files | .gitignore GeoQuiz.xcodeproj/project.xcworkspace/contents.xcworkspacedata GeoQuiz.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist GeoQuiz.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved GeoQuiz.xcodeproj/xcshareddata/xcschemes/GeoQuiz.xcscheme |
diffstat | 5 files changed, 112 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitignore Thu Oct 20 18:07:51 2022 +0200 +++ b/.gitignore Sat Oct 22 08:56:54 2022 +0100 @@ -1,5 +1,5 @@ -# Created by https://www.toptal.com/developers/gitignore/api/xcode,macos,swift -# Edit at https://www.toptal.com/developers/gitignore?templates=xcode,macos,swift +# Created by https://www.toptal.com/developers/gitignore/api/macos,xcode,swift +# Edit at https://www.toptal.com/developers/gitignore?templates=macos,xcode,swift ### macOS ### # General @@ -126,8 +126,9 @@ *.xcodeproj/* !*.xcodeproj/project.pbxproj !*.xcodeproj/xcshareddata/ +!*.xcodeproj/project.xcworkspace/ !*.xcworkspace/contents.xcworkspacedata /*.gcno **/xcshareddata/WorkspaceSettings.xcsettings -# End of https://www.toptal.com/developers/gitignore/api/xcode,macos,swift +# End of https://www.toptal.com/developers/gitignore/api/macos,xcode,swift
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz.xcodeproj/project.xcworkspace/contents.xcworkspacedata Sat Oct 22 08:56:54 2022 +0100 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Workspace + version = "1.0"> + <FileRef + location = "self:"> + </FileRef> +</Workspace>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist Sat Oct 22 08:56:54 2022 +0100 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>IDEDidComputeMac32BitWarning</key> + <true/> +</dict> +</plist>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved Sat Oct 22 08:56:54 2022 +0100 @@ -0,0 +1,14 @@ +{ + "pins" : [ + { + "identity" : "purchases-ios", + "kind" : "remoteSourceControl", + "location" : "https://github.com/RevenueCat/purchases-ios.git", + "state" : { + "revision" : "aef9e439c0cf21d1d80251772a4099664bcafab7", + "version" : "4.13.1" + } + } + ], + "version" : 2 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz.xcodeproj/xcshareddata/xcschemes/GeoQuiz.xcscheme Sat Oct 22 08:56:54 2022 +0100 @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + LastUpgradeVersion = "1400" + version = "1.3"> + <BuildAction + parallelizeBuildables = "YES" + buildImplicitDependencies = "YES"> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "9539828E28C51EDE00B70973" + BuildableName = "GeoQuiz.app" + BlueprintName = "GeoQuiz" + ReferencedContainer = "container:GeoQuiz.xcodeproj"> + </BuildableReference> + </BuildActionEntry> + </BuildActionEntries> + </BuildAction> + <TestAction + buildConfiguration = "Debug" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + shouldUseLaunchSchemeArgsEnv = "YES"> + <Testables> + </Testables> + </TestAction> + <LaunchAction + buildConfiguration = "Debug" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + launchStyle = "0" + useCustomWorkingDirectory = "NO" + ignoresPersistentStateOnLaunch = "NO" + debugDocumentVersioning = "YES" + debugServiceExtension = "internal" + enableGPUValidationMode = "1" + allowLocationSimulation = "YES"> + <BuildableProductRunnable + runnableDebuggingMode = "0"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "9539828E28C51EDE00B70973" + BuildableName = "GeoQuiz.app" + BlueprintName = "GeoQuiz" + ReferencedContainer = "container:GeoQuiz.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + </LaunchAction> + <ProfileAction + buildConfiguration = "Release" + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + debugDocumentVersioning = "YES"> + <BuildableProductRunnable + runnableDebuggingMode = "0"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "9539828E28C51EDE00B70973" + BuildableName = "GeoQuiz.app" + BlueprintName = "GeoQuiz" + ReferencedContainer = "container:GeoQuiz.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Release" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme>