Skip to content

Commit

Permalink
fix text to speech issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thcathy committed Sep 24, 2023
1 parent 572e1cf commit 67bfe77
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.esl.ionic"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 90401
versionName "9.4.1"
versionCode 90402
versionName "9.4.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
12 changes: 6 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
set -e

deployWebUAT() {
release_web_uat() {
firebase deploy -P batch4-161201
}

deployWebProd() {
release_web_prod() {
firebase deploy -P funfunspell-firebase
}

buildFirebase() {
build_firebase() {
ionic build --prod
}

buildios() {
release_ios() {
XCARCHIVE_PATH="ESL.xcarchive"
EXPORT_PATH="./tmp"

Expand All @@ -37,7 +37,7 @@ buildios() {
rm -Rf ${EXPORT_PATH}
}

testios() {
test_ios() {
setVersion
sed -i '' "s/MARKETING_VERSION = .*;/MARKETING_VERSION = $VERSION;/g" ios/App/App.xcodeproj/project.pbxproj
ionic capacitor build ios --prod
Expand All @@ -56,7 +56,7 @@ buildAndroidApk() {
cp esl-dictation.apk ~/Google\ Drive/apk/
}

buildAndroidAab() {
release_android() {
AAB_PATH="app/build/outputs/bundle/release/app-release.aab"

if [ -z "$ESL_IONIC_KEYSTORE_PASSWORD" ]; then
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 9.4.0;
MARKETING_VERSION = 9.4.2;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.esl.ionic;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -379,7 +379,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 9.4.0;
MARKETING_VERSION = 9.4.2;
PRODUCT_BUNDLE_IDENTIFIER = com.esl.ionic;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
16 changes: 8 additions & 8 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- Capacitor (5.2.3):
- Capacitor (5.4.1):
- CapacitorCordova
- CapacitorApp (5.0.6):
- Capacitor
- CapacitorBrowser (5.0.6):
- CapacitorBrowser (5.1.0):
- Capacitor
- CapacitorCommunityTextToSpeech (2.1.0):
- CapacitorCommunityTextToSpeech (3.0.1):
- Capacitor
- CapacitorCordova (5.2.3)
- CapacitorCordova (5.4.1)
- CapacitorHaptics (5.0.6):
- Capacitor
- CapacitorKeyboard (5.0.6):
Expand Down Expand Up @@ -54,11 +54,11 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/status-bar"

SPEC CHECKSUMS:
Capacitor: 6f44cbc33839b8a4202b8eac97041fe584083417
Capacitor: 4c0681b47eebeba1f902093d24149cf2f518393e
CapacitorApp: 024e1b1bea5f883d79f6330d309bc441c88ad04a
CapacitorBrowser: 6192948e0ce804fd72aaf77f4114a3ad2e08c760
CapacitorCommunityTextToSpeech: c9c1aaa7c0232f2b7584f2a787ebb748d5745158
CapacitorCordova: 35def3ebfdef491f0a7b652816eb873ff4b20bbf
CapacitorBrowser: 7a0fb6a1011abfaaf2dfedfd8248f942a8eda3d6
CapacitorCommunityTextToSpeech: a47d2746124fc06f1018791b3f154cfd2c5c4fe6
CapacitorCordova: 1222fdd78bfd0d323cc22bf254eed1484fe6c92a
CapacitorHaptics: 1fffc1217c7e64a472d7845be50fb0c2f7d4204c
CapacitorKeyboard: b978154b024a5f65e044908e37d15b7de58b9d12
CapacitorShare: cd41743331cb71d217c029de54b681cbd91e0fcc
Expand Down

0 comments on commit 67bfe77

Please sign in to comment.