Mercurial > public > simoleon
changeset 39:92b1f8b57ec5
Add config
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sat, 24 Jul 2021 23:45:42 +0100 |
parents | 37b59d79ca0e |
children | db607a20769a |
files | .gitignore Config.xcconfig ConfigTemplate.xcconfig Simoleon.xcodeproj/project.pbxproj Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate |
diffstat | 5 files changed, 15 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- /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
--- 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
--- 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 = "<group>"; }; 9585BB0F26A6B58500E3193E /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; }; - 9585BB1026A6B5ED00E3193E /* ConfigTemplate.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = ConfigTemplate.xcconfig; sourceTree = "<group>"; }; 9585BB1126A6B71B00E3193E /* ReadConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadConfig.swift; sourceTree = "<group>"; }; 9585BB1326A6B7F400E3193E /* Request.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Request.swift; sourceTree = "<group>"; }; 9585BB1926A6E8FD00E3193E /* SimpleSuccess.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleSuccess.swift; sourceTree = "<group>"; }; @@ -251,7 +250,6 @@ 95C5B21B2697752600941585 = { isa = PBXGroup; children = ( - 9585BB1026A6B5ED00E3193E /* ConfigTemplate.xcconfig */, 9585BB0F26A6B58500E3193E /* Config.xcconfig */, 95B5F52526AADE4B00BDCE89 /* Localisation */, 95C5B2262697752600941585 /* Simoleon */,