Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Removed built frameworks from gitignore
Browse files Browse the repository at this point in the history
A big issue with the old repository setup was all the submodules and how difficult it was to just check out an old commit and build it. Carthage is better in this regard, but as it’s only a few frameworks, I think it’s  better to just check eveything in.
  • Loading branch information
einsteinx2 committed Jan 16, 2017
1 parent e917442 commit ef5fdf5
Show file tree
Hide file tree
Showing 157 changed files with 5,662 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
*.bcsymbolmap
*.dSYM
/build/
DerivedData

## Various settings
Expand Down
Binary file added Carthage/Build/iOS/Async.framework/Async
Binary file not shown.
122 changes: 122 additions & 0 deletions Carthage/Build/iOS/Async.framework/Headers/Async-Swift.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Carthage/Build/iOS/Async.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions Carthage/Build/iOS/Async.framework/Modules/module.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Carthage/Build/iOS/Device.framework/Device
Binary file not shown.
127 changes: 127 additions & 0 deletions Carthage/Build/iOS/Device.framework/Headers/Device-Swift.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Carthage/Build/iOS/Device.framework/Headers/Device.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Carthage/Build/iOS/Device.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions Carthage/Build/iOS/Device.framework/Modules/module.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ef5fdf5

Please sign in to comment.