diff --git a/.gitignore b/.gitignore index 410bfac..5b27520 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ # Created by https://www.toptal.com/developers/gitignore/api/macos,xcode,swift # Edit at https://www.toptal.com/developers/gitignore?templates=macos,xcode,swift +# Ignore secrets +Secrets.swift + ### macOS ### # General .DS_Store @@ -84,7 +87,7 @@ playground.xcworkspace # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control -# Pods/ +Pods/ # Add this line if you want to avoid checking in source code from the Xcode workspace # *.xcworkspace diff --git a/brain-marks.xcodeproj/project.pbxproj b/brain-marks.xcodeproj/project.pbxproj index a502572..919b0bb 100644 --- a/brain-marks.xcodeproj/project.pbxproj +++ b/brain-marks.xcodeproj/project.pbxproj @@ -13,6 +13,7 @@ FFEBBB4126223F7E000F475F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FFEBBB4026223F7E000F475F /* Preview Assets.xcassets */; }; FFEBBB4C26223F7F000F475F /* brain_marksTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEBBB4B26223F7F000F475F /* brain_marksTests.swift */; }; FFEBBB5726223F7F000F475F /* brain_marksUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEBBB5626223F7F000F475F /* brain_marksUITests.swift */; }; + FFEBBB7626226A39000F475F /* Secrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEBBB7526226A39000F475F /* Secrets.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -45,6 +46,7 @@ FFEBBB5226223F7F000F475F /* brain-marksUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "brain-marksUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; FFEBBB5626223F7F000F475F /* brain_marksUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = brain_marksUITests.swift; sourceTree = ""; }; FFEBBB5826223F7F000F475F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + FFEBBB7526226A39000F475F /* Secrets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Secrets.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -100,6 +102,7 @@ FFEBBB3D26223F7E000F475F /* Assets.xcassets */, FFEBBB4226223F7E000F475F /* Info.plist */, FFEBBB3F26223F7E000F475F /* Preview Content */, + FFEBBB7526226A39000F475F /* Secrets.swift */, ); path = "brain-marks"; sourceTree = ""; @@ -260,6 +263,7 @@ buildActionMask = 2147483647; files = ( FFEBBB3C26223F75000F475F /* ContentView.swift in Sources */, + FFEBBB7626226A39000F475F /* Secrets.swift in Sources */, FFEBBB3A26223F75000F475F /* brain_marksApp.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0;