From c233582808f10cc0e1212ae05a2f75716fbff8b1 Mon Sep 17 00:00:00 2001 From: LuminiCode Date: Mon, 25 Dec 2023 10:09:15 +0100 Subject: [PATCH 1/7] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 70bde7ef..7bb187e5 100644 --- a/Package.swift +++ b/Package.swift @@ -2,7 +2,7 @@ import PackageDescription let package = Package( - name: "SQLite.swift", + name: "SQLiteSwift.swift", platforms: [ .iOS(.v11), .macOS(.v10_13), From 736c5e0e52a363a446fcb9df115e214efad25841 Mon Sep 17 00:00:00 2001 From: LuminiCode Date: Mon, 25 Dec 2023 10:14:58 +0100 Subject: [PATCH 2/7] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 7bb187e5..093876cd 100644 --- a/Package.swift +++ b/Package.swift @@ -11,7 +11,7 @@ let package = Package( ], products: [ .library( - name: "SQLite", + name: "SQLiteSwift", targets: ["SQLite"] ) ], From 6abc333916228e42bbefe99f8f759fe5d3697752 Mon Sep 17 00:00:00 2001 From: LuminiCode Date: Mon, 25 Dec 2023 10:16:41 +0100 Subject: [PATCH 3/7] Update Package.swift --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 093876cd..a460bc62 100644 --- a/Package.swift +++ b/Package.swift @@ -12,12 +12,12 @@ let package = Package( products: [ .library( name: "SQLiteSwift", - targets: ["SQLite"] + targets: ["SQLiteSwift"] ) ], targets: [ .target( - name: "SQLite", + name: "SQLiteSwift", exclude: [ "Info.plist" ] From d4c47a12c9e78679fa3e9002840df25a72cd877d Mon Sep 17 00:00:00 2001 From: LuminiCode Date: Mon, 25 Dec 2023 16:20:18 +0100 Subject: [PATCH 4/7] Update Package.swift --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index a460bc62..093876cd 100644 --- a/Package.swift +++ b/Package.swift @@ -12,12 +12,12 @@ let package = Package( products: [ .library( name: "SQLiteSwift", - targets: ["SQLiteSwift"] + targets: ["SQLite"] ) ], targets: [ .target( - name: "SQLiteSwift", + name: "SQLite", exclude: [ "Info.plist" ] From c293e88f3bbc82478cf4c8029de94198bacd1ee3 Mon Sep 17 00:00:00 2001 From: LuminiCode Date: Mon, 25 Dec 2023 16:25:24 +0100 Subject: [PATCH 5/7] Update Package.swift --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 093876cd..00c6beda 100644 --- a/Package.swift +++ b/Package.swift @@ -12,12 +12,12 @@ let package = Package( products: [ .library( name: "SQLiteSwift", - targets: ["SQLite"] + targets: ["SQLiteSwift"] ) ], targets: [ .target( - name: "SQLite", + name: "SQLiteSwift", exclude: [ "Info.plist" ] @@ -25,7 +25,7 @@ let package = Package( .testTarget( name: "SQLiteTests", dependencies: [ - "SQLite" + "SQLiteSwift" ], path: "Tests/SQLiteTests", exclude: [ From 068f1738bf701cca1cca3adf6865ed810965d61a Mon Sep 17 00:00:00 2001 From: bergei Date: Mon, 25 Dec 2023 16:35:31 +0100 Subject: [PATCH 6/7] change --- Sources/{SQLite => SQLiteSwift}/Core/Backup.swift | 0 Sources/{SQLite => SQLiteSwift}/Core/Blob.swift | 0 Sources/{SQLite => SQLiteSwift}/Core/Connection+Aggregation.swift | 0 Sources/{SQLite => SQLiteSwift}/Core/Connection+Attach.swift | 0 Sources/{SQLite => SQLiteSwift}/Core/Connection+Pragmas.swift | 0 Sources/{SQLite => SQLiteSwift}/Core/Connection.swift | 0 Sources/{SQLite => SQLiteSwift}/Core/Errors.swift | 0 Sources/{SQLite => SQLiteSwift}/Core/Result.swift | 0 Sources/{SQLite => SQLiteSwift}/Core/SQLiteFeature.swift | 0 Sources/{SQLite => SQLiteSwift}/Core/SQLiteVersion.swift | 0 Sources/{SQLite => SQLiteSwift}/Core/Statement.swift | 0 Sources/{SQLite => SQLiteSwift}/Core/URIQueryParameter.swift | 0 Sources/{SQLite => SQLiteSwift}/Core/Value.swift | 0 Sources/{SQLite => SQLiteSwift}/Extensions/Cipher.swift | 0 Sources/{SQLite => SQLiteSwift}/Extensions/FTS4.swift | 0 Sources/{SQLite => SQLiteSwift}/Extensions/FTS5.swift | 0 Sources/{SQLite => SQLiteSwift}/Extensions/RTree.swift | 0 Sources/{SQLite => SQLiteSwift}/Foundation.swift | 0 Sources/{SQLite => SQLiteSwift}/Helpers.swift | 0 Sources/{SQLite => SQLiteSwift}/Info.plist | 0 Sources/{SQLite => SQLiteSwift}/SQLite.h | 0 Sources/{SQLite => SQLiteSwift}/Schema/Connection+Schema.swift | 0 Sources/{SQLite => SQLiteSwift}/Schema/SchemaChanger.swift | 0 Sources/{SQLite => SQLiteSwift}/Schema/SchemaDefinitions.swift | 0 Sources/{SQLite => SQLiteSwift}/Schema/SchemaReader.swift | 0 Sources/{SQLite => SQLiteSwift}/Typed/AggregateFunctions.swift | 0 Sources/{SQLite => SQLiteSwift}/Typed/Coding.swift | 0 Sources/{SQLite => SQLiteSwift}/Typed/Collation.swift | 0 Sources/{SQLite => SQLiteSwift}/Typed/CoreFunctions.swift | 0 Sources/{SQLite => SQLiteSwift}/Typed/CustomFunctions.swift | 0 Sources/{SQLite => SQLiteSwift}/Typed/DateAndTimeFunctions.swift | 0 Sources/{SQLite => SQLiteSwift}/Typed/Expression.swift | 0 Sources/{SQLite => SQLiteSwift}/Typed/Operators.swift | 0 Sources/{SQLite => SQLiteSwift}/Typed/Query+with.swift | 0 Sources/{SQLite => SQLiteSwift}/Typed/Query.swift | 0 Sources/{SQLite => SQLiteSwift}/Typed/Schema.swift | 0 Sources/{SQLite => SQLiteSwift}/Typed/Setter.swift | 0 37 files changed, 0 insertions(+), 0 deletions(-) rename Sources/{SQLite => SQLiteSwift}/Core/Backup.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Core/Blob.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Core/Connection+Aggregation.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Core/Connection+Attach.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Core/Connection+Pragmas.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Core/Connection.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Core/Errors.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Core/Result.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Core/SQLiteFeature.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Core/SQLiteVersion.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Core/Statement.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Core/URIQueryParameter.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Core/Value.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Extensions/Cipher.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Extensions/FTS4.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Extensions/FTS5.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Extensions/RTree.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Foundation.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Helpers.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Info.plist (100%) rename Sources/{SQLite => SQLiteSwift}/SQLite.h (100%) rename Sources/{SQLite => SQLiteSwift}/Schema/Connection+Schema.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Schema/SchemaChanger.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Schema/SchemaDefinitions.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Schema/SchemaReader.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Typed/AggregateFunctions.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Typed/Coding.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Typed/Collation.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Typed/CoreFunctions.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Typed/CustomFunctions.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Typed/DateAndTimeFunctions.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Typed/Expression.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Typed/Operators.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Typed/Query+with.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Typed/Query.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Typed/Schema.swift (100%) rename Sources/{SQLite => SQLiteSwift}/Typed/Setter.swift (100%) diff --git a/Sources/SQLite/Core/Backup.swift b/Sources/SQLiteSwift/Core/Backup.swift similarity index 100% rename from Sources/SQLite/Core/Backup.swift rename to Sources/SQLiteSwift/Core/Backup.swift diff --git a/Sources/SQLite/Core/Blob.swift b/Sources/SQLiteSwift/Core/Blob.swift similarity index 100% rename from Sources/SQLite/Core/Blob.swift rename to Sources/SQLiteSwift/Core/Blob.swift diff --git a/Sources/SQLite/Core/Connection+Aggregation.swift b/Sources/SQLiteSwift/Core/Connection+Aggregation.swift similarity index 100% rename from Sources/SQLite/Core/Connection+Aggregation.swift rename to Sources/SQLiteSwift/Core/Connection+Aggregation.swift diff --git a/Sources/SQLite/Core/Connection+Attach.swift b/Sources/SQLiteSwift/Core/Connection+Attach.swift similarity index 100% rename from Sources/SQLite/Core/Connection+Attach.swift rename to Sources/SQLiteSwift/Core/Connection+Attach.swift diff --git a/Sources/SQLite/Core/Connection+Pragmas.swift b/Sources/SQLiteSwift/Core/Connection+Pragmas.swift similarity index 100% rename from Sources/SQLite/Core/Connection+Pragmas.swift rename to Sources/SQLiteSwift/Core/Connection+Pragmas.swift diff --git a/Sources/SQLite/Core/Connection.swift b/Sources/SQLiteSwift/Core/Connection.swift similarity index 100% rename from Sources/SQLite/Core/Connection.swift rename to Sources/SQLiteSwift/Core/Connection.swift diff --git a/Sources/SQLite/Core/Errors.swift b/Sources/SQLiteSwift/Core/Errors.swift similarity index 100% rename from Sources/SQLite/Core/Errors.swift rename to Sources/SQLiteSwift/Core/Errors.swift diff --git a/Sources/SQLite/Core/Result.swift b/Sources/SQLiteSwift/Core/Result.swift similarity index 100% rename from Sources/SQLite/Core/Result.swift rename to Sources/SQLiteSwift/Core/Result.swift diff --git a/Sources/SQLite/Core/SQLiteFeature.swift b/Sources/SQLiteSwift/Core/SQLiteFeature.swift similarity index 100% rename from Sources/SQLite/Core/SQLiteFeature.swift rename to Sources/SQLiteSwift/Core/SQLiteFeature.swift diff --git a/Sources/SQLite/Core/SQLiteVersion.swift b/Sources/SQLiteSwift/Core/SQLiteVersion.swift similarity index 100% rename from Sources/SQLite/Core/SQLiteVersion.swift rename to Sources/SQLiteSwift/Core/SQLiteVersion.swift diff --git a/Sources/SQLite/Core/Statement.swift b/Sources/SQLiteSwift/Core/Statement.swift similarity index 100% rename from Sources/SQLite/Core/Statement.swift rename to Sources/SQLiteSwift/Core/Statement.swift diff --git a/Sources/SQLite/Core/URIQueryParameter.swift b/Sources/SQLiteSwift/Core/URIQueryParameter.swift similarity index 100% rename from Sources/SQLite/Core/URIQueryParameter.swift rename to Sources/SQLiteSwift/Core/URIQueryParameter.swift diff --git a/Sources/SQLite/Core/Value.swift b/Sources/SQLiteSwift/Core/Value.swift similarity index 100% rename from Sources/SQLite/Core/Value.swift rename to Sources/SQLiteSwift/Core/Value.swift diff --git a/Sources/SQLite/Extensions/Cipher.swift b/Sources/SQLiteSwift/Extensions/Cipher.swift similarity index 100% rename from Sources/SQLite/Extensions/Cipher.swift rename to Sources/SQLiteSwift/Extensions/Cipher.swift diff --git a/Sources/SQLite/Extensions/FTS4.swift b/Sources/SQLiteSwift/Extensions/FTS4.swift similarity index 100% rename from Sources/SQLite/Extensions/FTS4.swift rename to Sources/SQLiteSwift/Extensions/FTS4.swift diff --git a/Sources/SQLite/Extensions/FTS5.swift b/Sources/SQLiteSwift/Extensions/FTS5.swift similarity index 100% rename from Sources/SQLite/Extensions/FTS5.swift rename to Sources/SQLiteSwift/Extensions/FTS5.swift diff --git a/Sources/SQLite/Extensions/RTree.swift b/Sources/SQLiteSwift/Extensions/RTree.swift similarity index 100% rename from Sources/SQLite/Extensions/RTree.swift rename to Sources/SQLiteSwift/Extensions/RTree.swift diff --git a/Sources/SQLite/Foundation.swift b/Sources/SQLiteSwift/Foundation.swift similarity index 100% rename from Sources/SQLite/Foundation.swift rename to Sources/SQLiteSwift/Foundation.swift diff --git a/Sources/SQLite/Helpers.swift b/Sources/SQLiteSwift/Helpers.swift similarity index 100% rename from Sources/SQLite/Helpers.swift rename to Sources/SQLiteSwift/Helpers.swift diff --git a/Sources/SQLite/Info.plist b/Sources/SQLiteSwift/Info.plist similarity index 100% rename from Sources/SQLite/Info.plist rename to Sources/SQLiteSwift/Info.plist diff --git a/Sources/SQLite/SQLite.h b/Sources/SQLiteSwift/SQLite.h similarity index 100% rename from Sources/SQLite/SQLite.h rename to Sources/SQLiteSwift/SQLite.h diff --git a/Sources/SQLite/Schema/Connection+Schema.swift b/Sources/SQLiteSwift/Schema/Connection+Schema.swift similarity index 100% rename from Sources/SQLite/Schema/Connection+Schema.swift rename to Sources/SQLiteSwift/Schema/Connection+Schema.swift diff --git a/Sources/SQLite/Schema/SchemaChanger.swift b/Sources/SQLiteSwift/Schema/SchemaChanger.swift similarity index 100% rename from Sources/SQLite/Schema/SchemaChanger.swift rename to Sources/SQLiteSwift/Schema/SchemaChanger.swift diff --git a/Sources/SQLite/Schema/SchemaDefinitions.swift b/Sources/SQLiteSwift/Schema/SchemaDefinitions.swift similarity index 100% rename from Sources/SQLite/Schema/SchemaDefinitions.swift rename to Sources/SQLiteSwift/Schema/SchemaDefinitions.swift diff --git a/Sources/SQLite/Schema/SchemaReader.swift b/Sources/SQLiteSwift/Schema/SchemaReader.swift similarity index 100% rename from Sources/SQLite/Schema/SchemaReader.swift rename to Sources/SQLiteSwift/Schema/SchemaReader.swift diff --git a/Sources/SQLite/Typed/AggregateFunctions.swift b/Sources/SQLiteSwift/Typed/AggregateFunctions.swift similarity index 100% rename from Sources/SQLite/Typed/AggregateFunctions.swift rename to Sources/SQLiteSwift/Typed/AggregateFunctions.swift diff --git a/Sources/SQLite/Typed/Coding.swift b/Sources/SQLiteSwift/Typed/Coding.swift similarity index 100% rename from Sources/SQLite/Typed/Coding.swift rename to Sources/SQLiteSwift/Typed/Coding.swift diff --git a/Sources/SQLite/Typed/Collation.swift b/Sources/SQLiteSwift/Typed/Collation.swift similarity index 100% rename from Sources/SQLite/Typed/Collation.swift rename to Sources/SQLiteSwift/Typed/Collation.swift diff --git a/Sources/SQLite/Typed/CoreFunctions.swift b/Sources/SQLiteSwift/Typed/CoreFunctions.swift similarity index 100% rename from Sources/SQLite/Typed/CoreFunctions.swift rename to Sources/SQLiteSwift/Typed/CoreFunctions.swift diff --git a/Sources/SQLite/Typed/CustomFunctions.swift b/Sources/SQLiteSwift/Typed/CustomFunctions.swift similarity index 100% rename from Sources/SQLite/Typed/CustomFunctions.swift rename to Sources/SQLiteSwift/Typed/CustomFunctions.swift diff --git a/Sources/SQLite/Typed/DateAndTimeFunctions.swift b/Sources/SQLiteSwift/Typed/DateAndTimeFunctions.swift similarity index 100% rename from Sources/SQLite/Typed/DateAndTimeFunctions.swift rename to Sources/SQLiteSwift/Typed/DateAndTimeFunctions.swift diff --git a/Sources/SQLite/Typed/Expression.swift b/Sources/SQLiteSwift/Typed/Expression.swift similarity index 100% rename from Sources/SQLite/Typed/Expression.swift rename to Sources/SQLiteSwift/Typed/Expression.swift diff --git a/Sources/SQLite/Typed/Operators.swift b/Sources/SQLiteSwift/Typed/Operators.swift similarity index 100% rename from Sources/SQLite/Typed/Operators.swift rename to Sources/SQLiteSwift/Typed/Operators.swift diff --git a/Sources/SQLite/Typed/Query+with.swift b/Sources/SQLiteSwift/Typed/Query+with.swift similarity index 100% rename from Sources/SQLite/Typed/Query+with.swift rename to Sources/SQLiteSwift/Typed/Query+with.swift diff --git a/Sources/SQLite/Typed/Query.swift b/Sources/SQLiteSwift/Typed/Query.swift similarity index 100% rename from Sources/SQLite/Typed/Query.swift rename to Sources/SQLiteSwift/Typed/Query.swift diff --git a/Sources/SQLite/Typed/Schema.swift b/Sources/SQLiteSwift/Typed/Schema.swift similarity index 100% rename from Sources/SQLite/Typed/Schema.swift rename to Sources/SQLiteSwift/Typed/Schema.swift diff --git a/Sources/SQLite/Typed/Setter.swift b/Sources/SQLiteSwift/Typed/Setter.swift similarity index 100% rename from Sources/SQLite/Typed/Setter.swift rename to Sources/SQLiteSwift/Typed/Setter.swift From 8ce80784073a9d6f5b3a9ba4181f2615f026615b Mon Sep 17 00:00:00 2001 From: LuminiCode Date: Tue, 26 Dec 2023 14:47:56 +0100 Subject: [PATCH 7/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e6e5a894..39703c14 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +#Changes from LuminiCode: Renamed package, library and some folders. + # SQLite.swift ![Build Status][GitHubActionBadge] [![CocoaPods Version][CocoaPodsVersionBadge]][CocoaPodsVersionLink] [![Swift5 compatible][Swift5Badge]][Swift5Link] [![Platform][PlatformBadge]][PlatformLink] [![Carthage compatible][CartagheBadge]][CarthageLink] [![Join the chat at https://gitter.im/stephencelis/SQLite.swift][GitterBadge]][GitterLink]