Skip to content

Commit c367dfe

Browse files
authored
Merge pull request #19 from NYPL-Simplified/carthage-conversion
Convert project to Carthage
2 parents 0225028 + a0197c7 commit c367dfe

File tree

59 files changed

+696
-755
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+696
-755
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## macOS
2+
.DS_Store
3+
14
## Build generated
25
build/
36
DerivedData/
@@ -45,7 +48,7 @@ Pods/
4548
# Carthage
4649
#
4750
# Add this line if you want to avoid checking in source code from Carthage dependencies.
48-
# Carthage/Checkouts
51+
Carthage/Checkouts
4952

5053
Carthage/Build
5154

Cartfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "PureLayout/PureLayout" ~> 3.0

Cartfile.resolved

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "PureLayout/PureLayout" "v3.0.2"

Example/NYPLCardCreator.xcodeproj/project.pbxproj

Lines changed: 0 additions & 576 deletions
This file was deleted.

Example/NYPLCardCreator.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 10 deletions
This file was deleted.

Example/NYPLCardCreator.xcworkspace/xcshareddata/NYPLCardCreator.xcscmblueprint

Lines changed: 0 additions & 30 deletions
This file was deleted.

Example/Podfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

Example/Podfile.lock

Lines changed: 0 additions & 19 deletions
This file was deleted.

Example/Tests/Tests.swift

Lines changed: 0 additions & 14 deletions
This file was deleted.

NYPLCardCreator.podspec

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)