Skip to content

Commit e1a5443

Browse files
committed
Merge branch 'develop'
2 parents cdcdc51 + 0922500 commit e1a5443

47 files changed

Lines changed: 3002 additions & 3695 deletions

Some content is hidden

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

.gitignore

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -19,53 +19,19 @@ xcuserdata/
1919

2020
## Other
2121
*.moved-aside
22+
*.xcuserstate
2223
*.xccheckout
2324
*.xcscmblueprint
2425

25-
## Obj-C/Swift specific
26-
*.hmap
27-
*.ipa
28-
*.dSYM.zip
29-
*.dSYM
30-
31-
## Playgrounds
32-
timeline.xctimeline
33-
playground.xcworkspace
3426

3527
# Swift Package Manager
3628
#
3729
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
3830
# Packages/
39-
# Package.pins
31+
Package.pins
32+
Pacakge.resolved
4033
.build/
4134

42-
# CocoaPods
43-
#
44-
# We recommend against adding the Pods directory to your .gitignore. However
45-
# you should judge for yourself, the pros and cons are mentioned at:
46-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
47-
#
48-
# Pods/
49-
50-
# Carthage
51-
#
52-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
53-
# Carthage/Checkouts
54-
55-
Carthage/Build
56-
57-
# fastlane
58-
#
59-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
60-
# screenshots whenever they are needed.
61-
# For more information about the recommended setup visit:
62-
# https://docs.fastlane.tools/best-practices/source-control/#source-control
63-
64-
fastlane/report.xml
65-
fastlane/Preview.html
66-
fastlane/screenshots
67-
fastlane/test_output
68-
6935
# Ignore docs generated by SourceKitten
7036
docs.json
7137

.jazzy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ sourcekitten_sourcefile: docs.json
33
clean: false
44
author: Timofey Solomko
55
module: BitByteData
6-
module_version: 2.0.4
7-
copyright: '© 2024 Timofey Solomko'
6+
module_version: 2.1.0
7+
copyright: '© 2026 Timofey Solomko'
88
readme: README.md
99
github_url: https://github.com/tsolomko/BitByteData
10-
github_file_prefix: https://github.com/tsolomko/BitByteData/tree/2.0.4
10+
github_file_prefix: https://github.com/tsolomko/BitByteData/tree/2.1.0
1111
theme: fullwidth
1212

1313
custom_categories:

0 commit comments

Comments
 (0)