Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolomko committed Jun 15, 2023
2 parents b4b4161 + 54d673b commit 36df26f
Show file tree
Hide file tree
Showing 41 changed files with 97 additions and 456 deletions.
6 changes: 3 additions & 3 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ sourcekitten_sourcefile: docs.json
clean: false
author: Timofey Solomko
module: BitByteData
module_version: 2.0.2
copyright: '© 2022 Timofey Solomko'
module_version: 2.0.3
copyright: '© 2023 Timofey Solomko'
readme: README.md
github_url: https://github.com/tsolomko/BitByteData
github_file_prefix: https://github.com/tsolomko/BitByteData/tree/2.0.2
github_file_prefix: https://github.com/tsolomko/BitByteData/tree/2.0.3
theme: fullwidth

custom_categories:
Expand Down
2 changes: 1 addition & 1 deletion BitByteData.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "BitByteData"
s.version = "2.0.2"
s.version = "2.0.3"
s.summary = "Read and write bits and bytes in Swift."

s.description = "A Swift framework with classes for reading and writing bits and bytes."
Expand Down
6 changes: 3 additions & 3 deletions BitByteData.xcodeproj/BitByteData.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>2.0.3</string>
<key>CFBundleVersion</key>
<string>28</string>
<string>29</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2022 Timofey Solomko</string>
<string>Copyright © 2023 Timofey Solomko</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions BitByteData.xcodeproj/BitByteDataBenchmarks.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>2.0.3</string>
<key>CFBundleVersion</key>
<string>28</string>
<string>29</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions BitByteData.xcodeproj/TestBitByteData.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>2.0.3</string>
<key>CFBundleVersion</key>
<string>28</string>
<string>29</string>
</dict>
</plist>
17 changes: 12 additions & 5 deletions BitByteData.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,10 @@
06F065501FFAE9EC00312A82 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
DefaultBuildSystemTypeForWorkspace = Latest;
LastSwiftUpdateCheck = 1000;
LastUpgradeCheck = 1400;
LastUpgradeCheck = 1430;
ORGANIZATIONNAME = "Timofey Solomko";
TargetAttributes = {
065DD5DE21673BC100704028 = {
Expand Down Expand Up @@ -408,7 +409,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 28;
CURRENT_PROJECT_VERSION = 29;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
EAGER_LINKING = YES;
Expand Down Expand Up @@ -459,7 +460,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 28;
CURRENT_PROJECT_VERSION = 29;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EAGER_LINKING = YES;
Expand Down Expand Up @@ -490,8 +491,9 @@
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 28;
DYLIB_CURRENT_VERSION = 29;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
INFOPLIST_FILE = BitByteData.xcodeproj/BitByteData.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -501,6 +503,8 @@
"@loader_path/../Frameworks",
"@executable_path/../Frameworks",
);
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++14";
PRODUCT_BUNDLE_IDENTIFIER = me.tsolomko.BitByteData;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -514,8 +518,9 @@
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 28;
DYLIB_CURRENT_VERSION = 29;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
INFOPLIST_FILE = BitByteData.xcodeproj/BitByteData.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -525,6 +530,8 @@
"@loader_path/../Frameworks",
"@executable_path/../Frameworks",
);
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++14";
PRODUCT_BUNDLE_IDENTIFIER = me.tsolomko.BitByteData;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1400"
LastUpgradeVersion = "1430"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.3

- There are now minimum deployment targets specified in Swift Package Manager manifest.

## 2.0.2

- Swift 5.0 and 5.1 is no longer supported.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Timofey Solomko
Copyright (c) 2023 Timofey Solomko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ import PackageDescription

let package = Package(
name: "BitByteData",
platforms: [
.macOS(.v10_13),
.iOS(.v11),
.tvOS(.v11),
.watchOS(.v4)
],
products: [
.library(
name: "BitByteData",
Expand Down
2 changes: 1 addition & 1 deletion Sources/BigEndianByteReader.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Sources/BitReader.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Sources/BitWriter.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Sources/ByteReader.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Sources/Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Sources/LittleEndianByteReader.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Sources/LsbBitReader.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Sources/LsbBitWriter.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Sources/MsbBitReader.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Sources/MsbBitWriter.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Sources/SignedNumberRepresentation.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Tests/BitByteDataBenchmarks/LsbBitReaderBenchmarks.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Tests/BitByteDataBenchmarks/LsbBitWriterBenchmarks.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Tests/BitByteDataBenchmarks/MsbBitReaderBenchmarks.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
2 changes: 1 addition & 1 deletion Tests/BitByteDataBenchmarks/MsbBitWriterBenchmarks.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Timofey Solomko
// Copyright (c) 2023 Timofey Solomko
// Licensed under MIT License
//
// See LICENSE for license information
Expand Down
Loading

0 comments on commit 36df26f

Please sign in to comment.