Skip to content

Commit

Permalink
Add .ruby-version and remove .swiftpm
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofei86 committed Mar 2, 2022
1 parent cd83b3c commit 671d50e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## User settings
# User settings
xcuserdata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
# compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
# compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
Expand All @@ -22,15 +22,15 @@ DerivedData/
*.perspectivev3
!default.perspectivev3

## Obj-C/Swift specific
# Obj-C/Swift specific
*.hmap

## App packaging
# App packaging
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
# Playgrounds
timeline.xctimeline
playground.xcworkspace

Expand All @@ -44,7 +44,7 @@ playground.xcworkspace
#
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
# hence it is not needed unless you have added a package configuration file to your project
# .swiftpm
.swiftpm

.build/

Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.2
7 changes: 0 additions & 7 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

This file was deleted.

0 comments on commit 671d50e

Please sign in to comment.