Skip to content

Commit

Permalink
Library updates for 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnagle committed May 12, 2024
1 parent d557fd6 commit ed55eb5
Show file tree
Hide file tree
Showing 6 changed files with 3,490 additions and 2,671 deletions.
Binary file added .nx/cache/18.3.4-nx.darwin-arm64.node
Binary file not shown.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "ie.nasouth.bmltsearch"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 50301
versionName '5.03.01'
versionCode 50302
versionName '5.03.02'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
8 changes: 4 additions & 4 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,12 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5.3.1;
CURRENT_PROJECT_VERSION = 5.3.2;
DEVELOPMENT_TEAM = T3V4RRZHWV;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 5.3.1;
MARKETING_VERSION = 5.3.2;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = ie.nasouth.bmltsearch;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -390,12 +390,12 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5.3.1;
CURRENT_PROJECT_VERSION = 5.3.2;
DEVELOPMENT_TEAM = T3V4RRZHWV;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 5.3.1;
MARKETING_VERSION = 5.3.2;
PRODUCT_BUNDLE_IDENTIFIER = ie.nasouth.bmltsearch;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 170289112ed64f596a2a9ca5065be231c896e743

COCOAPODS: 1.15.0
COCOAPODS: 1.15.2
Loading

0 comments on commit ed55eb5

Please sign in to comment.