Skip to content

Commit

Permalink
Prepare release (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Morcos committed Apr 13, 2024
2 parents e673ae6 + f2166ee commit 3be4e16
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 33 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
## [4.0.15]

### Added


### Fixed


### Changed


### Removed


### Infra


## [4.0.14]

### Added
Expand Down
10 changes: 5 additions & 5 deletions Frameworks/QueryKit/QueryKit.xcodeproj/project.pbxproj
Expand Up @@ -456,7 +456,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -598,7 +598,7 @@
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 20064;
DYLIB_CURRENT_VERSION = 20065;
FRAMEWORK_VERSION = A;
GCC_DYNAMIC_NO_PIC = NO;
GCC_MODEL_TUNING = G5;
Expand Down Expand Up @@ -708,7 +708,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -758,7 +758,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -804,7 +804,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down
4 changes: 2 additions & 2 deletions Frameworks/QueryKit/Resources/Info.plist
Expand Up @@ -13,15 +13,15 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.14</string>
<string>4.0.15</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>20064</string>
<string>20065</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Frameworks/QueryKit/Resources/Tests-Info.plist
Expand Up @@ -13,10 +13,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.0.14</string>
<string>4.0.15</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20064</string>
<string>20065</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Frameworks/SPMySQLFramework/Resources/Info.plist
Expand Up @@ -13,15 +13,15 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.14</string>
<string>4.0.15</string>
<key>CFBundleSignature</key>
<string>SPDT</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>20064</string>
<string>20065</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Frameworks/SPMySQLFramework/SPMySQL Unit Tests/Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.14</string>
<string>4.0.15</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20064</string>
<string>20065</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
Expand Up @@ -762,7 +762,7 @@
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = NKQ4HJ66PX;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 20064;
DYLIB_CURRENT_VERSION = 20065;
FRAMEWORK_VERSION = A;
GCC_DYNAMIC_NO_PIC = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand Down Expand Up @@ -797,7 +797,7 @@
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = NKQ4HJ66PX;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 20064;
DYLIB_CURRENT_VERSION = 20065;
FRAMEWORK_VERSION = A;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand Down Expand Up @@ -843,7 +843,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = NO;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -897,7 +897,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -1034,7 +1034,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -1075,7 +1075,7 @@
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = NKQ4HJ66PX;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 20064;
DYLIB_CURRENT_VERSION = 20065;
FRAMEWORK_VERSION = A;
GCC_DYNAMIC_NO_PIC = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand Down Expand Up @@ -1155,7 +1155,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -1193,7 +1193,7 @@
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = NKQ4HJ66PX;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 20064;
DYLIB_CURRENT_VERSION = 20065;
FRAMEWORK_VERSION = A;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand Down Expand Up @@ -1238,7 +1238,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -1276,7 +1276,7 @@
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = NKQ4HJ66PX;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 20064;
DYLIB_CURRENT_VERSION = 20065;
FRAMEWORK_VERSION = A;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand Down
4 changes: 2 additions & 2 deletions Resources/Plists/Info.plist
Expand Up @@ -190,7 +190,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.0.14</string>
<string>4.0.15</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -213,7 +213,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>20064</string>
<string>20065</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
4 changes: 2 additions & 2 deletions Resources/Plists/TunnelAssistant-Info.plist
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.0.14</string>
<string>4.0.15</string>
<key>CFBundleVersion</key>
<string>20064</string>
<string>20065</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
4 changes: 2 additions & 2 deletions Resources/Plists/Unit Tests-Info.plist
Expand Up @@ -15,10 +15,10 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20064</string>
<string>20065</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleShortVersionString</key>
<string>4.0.14</string>
<string>4.0.15</string>
</dict>
</plist>
8 changes: 4 additions & 4 deletions sequel-ace.xcodeproj/project.pbxproj
Expand Up @@ -3265,7 +3265,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -3577,7 +3577,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -3901,7 +3901,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -3984,7 +3984,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20064;
CURRENT_PROJECT_VERSION = 20065;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit 3be4e16

Please sign in to comment.