# HG changeset patch # User Dennis Concepción Martín # Date 1627166742 -3600 # Node ID 92b1f8b57ec52592c3d7afed7c84f9e22e0c1ec3 # Parent 37b59d79ca0ec8b392e68a75021f426b1d042a92 Add config diff -r 37b59d79ca0e -r 92b1f8b57ec5 .gitignore --- a/.gitignore Sat Jul 24 23:30:31 2021 +0100 +++ b/.gitignore Sat Jul 24 23:45:42 2021 +0100 @@ -1,2 +1,1 @@ .DS_Store -Config.xcconfig diff -r 37b59d79ca0e -r 92b1f8b57ec5 Config.xcconfig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Config.xcconfig Sat Jul 24 23:45:42 2021 +0100 @@ -0,0 +1,15 @@ +// +// Config.xcconfig +// Simoleon +// +// Created by Dennis Concepción Martín on 20/07/2021. +// + +// Configuration settings file format documentation can be found at: +// https://help.apple.com/xcode/#/dev745c5c974 + +// MARK: - CREATE A FILE NAMED CONFIG AND ADD THIS CONFIGURATION + +API_KEY = BFWeJQ3jJtqqpDv5ArNis59pAlFcQ4KF +API_URL = https:\/\/api.1forge.com/ +PURCHASES_KEY = QuuDTrxHHZFpUrgCGjIepBuKegamwiVS diff -r 37b59d79ca0e -r 92b1f8b57ec5 ConfigTemplate.xcconfig --- a/ConfigTemplate.xcconfig Sat Jul 24 23:30:31 2021 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -// -// ConfigTemplate.xcconfig -// Simoleon -// -// Created by Dennis Concepción Martín on 20/07/2021. -// - -// Configuration settings file format documentation can be found at: -// https://help.apple.com/xcode/#/dev745c5c974 diff -r 37b59d79ca0e -r 92b1f8b57ec5 Simoleon.xcodeproj/project.pbxproj --- a/Simoleon.xcodeproj/project.pbxproj Sat Jul 24 23:30:31 2021 +0100 +++ b/Simoleon.xcodeproj/project.pbxproj Sat Jul 24 23:45:42 2021 +0100 @@ -79,7 +79,6 @@ 95562D4C26A8962A0047E778 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; 957065E126A5FE0400523E68 /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = ""; }; 9585BB0F26A6B58500E3193E /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = ""; }; - 9585BB1026A6B5ED00E3193E /* ConfigTemplate.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = ConfigTemplate.xcconfig; sourceTree = ""; }; 9585BB1126A6B71B00E3193E /* ReadConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadConfig.swift; sourceTree = ""; }; 9585BB1326A6B7F400E3193E /* Request.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Request.swift; sourceTree = ""; }; 9585BB1926A6E8FD00E3193E /* SimpleSuccess.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleSuccess.swift; sourceTree = ""; }; @@ -251,7 +250,6 @@ 95C5B21B2697752600941585 = { isa = PBXGroup; children = ( - 9585BB1026A6B5ED00E3193E /* ConfigTemplate.xcconfig */, 9585BB0F26A6B58500E3193E /* Config.xcconfig */, 95B5F52526AADE4B00BDCE89 /* Localisation */, 95C5B2262697752600941585 /* Simoleon */, diff -r 37b59d79ca0e -r 92b1f8b57ec5 Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed