Skip to content

Commit

Permalink
Revert "save scheme"
Browse files Browse the repository at this point in the history
This reverts commit 512c5f9.
  • Loading branch information
417-72KI committed Oct 4, 2023
1 parent 48a1df4 commit fc88dcc
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 159 deletions.
52 changes: 44 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
151 changes: 0 additions & 151 deletions .swiftpm/xcode/xcshareddata/xcschemes/BuildConfig.swift.xcscheme

This file was deleted.

0 comments on commit fc88dcc

Please sign in to comment.