Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/MistKit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:
xcode: "/Applications/Xcode_16.3.app"
deviceName: "iPhone 16"
osVersion: "18.4"
download-platform: true


# watchOS Build Matrix
Expand Down
2 changes: 1 addition & 1 deletion Scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if [ -z "$FORMAT_ONLY" ]; then
run_command swift build --build-tests
fi

$PACKAGE_DIR/Scripts/header.sh -d $PACKAGE_DIR/Sources -c "Leo Dion" -o "BrightDigit" -p "MistKit" -y 2025
$PACKAGE_DIR/Scripts/header.sh -d $PACKAGE_DIR/Sources -c "Leo Dion" -o "BrightDigit" -p "MistKit"

# Generated files now automatically include ignore directives via OpenAPI generator configuration

Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/APITokenManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/AdaptiveTokenManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/AuthenticationMethod.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/AuthenticationMode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/CharacterMapEncoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/InMemoryTokenStorage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/InternalErrorReason.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/RequestSignature.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/SecureLogging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/TokenCredentials.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/TokenManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/TokenManagerError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/TokenStorage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Authentication/WebAuthTokenManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/AuthenticationMiddleware.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/CustomFieldValue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Database.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Environment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/EnvironmentConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Extensions/FieldValue+Convenience.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Extensions/OpenAPI/Components+Filter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Extensions/OpenAPI/Components+Sort.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Extensions/RecordManaging+Generic.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/FieldValue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Helpers/FilterBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Helpers/SortDescriptor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/Logging/MistKitLogger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/LoggingMiddleware.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion Sources/MistKit/MistKitClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MistKit
//
// Created by Leo Dion.
// Copyright © 2025 BrightDigit.
// Copyright © 2026 BrightDigit.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
Loading
Loading