Skip to content

Commit

Permalink
Moves exclusively to SPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmons committed Sep 24, 2019
1 parent bf8f01c commit 0f100a2
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 1,323 deletions.
66 changes: 1 addition & 65 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,67 +1,3 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

.DS_Store

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xcuserstate

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/

# 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/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# 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://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
.swiftpm/
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# BagOfTricks
# BagOfTricks

[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-success)](https://github.com/Apple/swift-package-manager)

BLAKE: “Come down here. And bring your bag of tricks.”

VILA: “I don’t know why it always has to be me. I'm tired of being indispensable.”

998 changes: 0 additions & 998 deletions Support/BagOfTricks.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions Support/Info.plist

This file was deleted.

22 changes: 0 additions & 22 deletions Support/Tests-Info.plist

This file was deleted.

1 change: 1 addition & 0 deletions Tests/BagOfTricksTests/MaybesTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import BagOfTricks


class MaybesTests: XCTestCase {
@available(*, deprecated)
func testURLMaybes() {
XCTAssertNil(URL(maybeString: nil))
XCTAssertNil(URL(maybeString: "💩"))
Expand Down

0 comments on commit 0f100a2

Please sign in to comment.