Skip to content

Commit e4c797a

Browse files
author
Luc Dion
committed
Add Nimble framework
1 parent ecb6403 commit e4c797a

21 files changed

+1057
-3
lines changed

.gitignore

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Xcode
22
#
33

4+
.versions
45
.build/
5-
build/
66
xcuserdata
77
Data/
88
Pods/
9-
#Carthage/Checkouts
10-
Carthage/Checkouts/
9+
FlexLayout.xcodeproj/project.xcworkspace/xcuserdata
10+
11+
# Carthage
12+
Carthage/Build/.*.version
13+
Carthage/Build/iOS/*.dSYM
14+
Carthage/Build/iOS/*.bcsymbolmap
15+
Carthage/Build/tvOS
16+
Carthage/Checkouts

Carthage/Build/iOS/Nimble.framework/Headers/CwlCatchException.h

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/iOS/Nimble.framework/Headers/CwlMachBadInstructionHandler.h

+70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/iOS/Nimble.framework/Headers/CwlPreconditionTesting.h

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)