From 25a6ca58f430c5652a531aabfcc81a962c8fce5d Mon Sep 17 00:00:00 2001 From: 417-72KI <417.72ki@gmail.com> Date: Thu, 5 Oct 2023 02:39:42 +0900 Subject: [PATCH] Revert "save scheme" This reverts commit 512c5f9c7c0c3f5e0eadc49e505faf76ab616f19. --- .gitignore | 52 +++++- .../xcschemes/BuildConfig.swift.xcscheme | 151 ------------------ 2 files changed, 44 insertions(+), 159 deletions(-) delete mode 100644 .swiftpm/xcode/xcshareddata/xcschemes/BuildConfig.swift.xcscheme diff --git a/.gitignore b/.gitignore index 8df226d..566209f 100644 --- a/.gitignore +++ b/.gitignore @@ -38,19 +38,55 @@ timeline.xctimeline playground.xcworkspace # Swift Package Manager -Packages -Package.pins +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +# Package.pins Package.resolved .build/ -.swiftpm/xcode/* -!.swiftpm/xcode/xcshareddata -.swiftpm/xcode/xcshareddata/* -!.swiftpm/xcode/xcshareddata/xcschemes -.swiftpm/xcode/xcshareddata/xcschemes/* -!.swiftpm/xcode/xcshareddata/xcschemes/*.xcscheme +# Add this line if you want to avoid checking in Xcode SPM integration. +.swiftpm/xcode + +# CocoaPods +# 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/ +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace + +# Carthage +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build + +# Accio dependency management +Dependencies/ +.accio/ + +# fastlane +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://docs.fastlane.tools/best-practices/source-control/#source-control + +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots/**/*.png +fastlane/test_output + +# Code Injection +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ + +### SwiftPM ### +Packages xcuserdata *.xcodeproj + # End of https://www.gitignore.io/api/swift,swiftpm test_output diff --git a/.swiftpm/xcode/xcshareddata/xcschemes/BuildConfig.swift.xcscheme b/.swiftpm/xcode/xcshareddata/xcschemes/BuildConfig.swift.xcscheme deleted file mode 100644 index 2d73860..0000000 --- a/.swiftpm/xcode/xcshareddata/xcschemes/BuildConfig.swift.xcscheme +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -