Skip to content

Commit

Permalink
[6.6.1] Fixed Push Notifications for Android because of missing googl…
Browse files Browse the repository at this point in the history
…e-services.json
  • Loading branch information
tdittmann committed Sep 9, 2024
1 parent 8fde6b0 commit 2b633d1
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 25 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 "de.timodittmann.scd"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 660000
versionName "6.6.0"
versionCode 661000
versionName "6.6.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="de.timodittmann.scd" version="6.6.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="de.timodittmann.scd" version="6.6.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>SC Dahenfeld</name>
<description>An awesome SC Dahenfeld app.</description>
<author email="[email protected]" href="http://timo-dittmann.de/">Timo Dittmann</author>
Expand Down
19 changes: 18 additions & 1 deletion ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,30 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-App/Pods-App-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Capacitor/Capacitor.framework",
"${BUILT_PRODUCTS_DIR}/CapacitorApp/CapacitorApp.framework",
"${BUILT_PRODUCTS_DIR}/CapacitorBrowser/CapacitorBrowser.framework",
"${BUILT_PRODUCTS_DIR}/CapacitorCordova/Cordova.framework",
"${BUILT_PRODUCTS_DIR}/CapacitorDevice/CapacitorDevice.framework",
"${BUILT_PRODUCTS_DIR}/CapacitorPushNotifications/CapacitorPushNotifications.framework",
"${BUILT_PRODUCTS_DIR}/CapacitorSplashScreen/CapacitorSplashScreen.framework",
"${BUILT_PRODUCTS_DIR}/CapacitorStatusBar/CapacitorStatusBar.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Capacitor.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CapacitorApp.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CapacitorBrowser.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Cordova.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CapacitorDevice.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CapacitorPushNotifications.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CapacitorSplashScreen.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CapacitorStatusBar.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use_frameworks!
# workaround to avoid Xcode caching of Pods that requires
# Product -> Clean Build Folder after new Cordova plugins installed
# Requires CocoaPods 1.6 or newer
install! 'cocoapods', :disable_input_output_paths => true
install! 'cocoapods'

def capacitor_pods
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
Expand Down
36 changes: 18 additions & 18 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- Capacitor (5.6.0):
- Capacitor (6.1.2):
- CapacitorCordova
- CapacitorApp (5.0.6):
- CapacitorApp (6.0.1):
- Capacitor
- CapacitorBrowser (5.1.0):
- CapacitorBrowser (6.0.2):
- Capacitor
- CapacitorCordova (5.6.0)
- CapacitorDevice (5.0.6):
- CapacitorCordova (6.1.2)
- CapacitorDevice (6.0.1):
- Capacitor
- CapacitorPushNotifications (5.1.0):
- CapacitorPushNotifications (6.0.2):
- Capacitor
- CapacitorSplashScreen (5.0.6):
- CapacitorSplashScreen (6.0.2):
- Capacitor
- CapacitorStatusBar (5.0.6):
- CapacitorStatusBar (6.0.1):
- Capacitor

DEPENDENCIES:
Expand Down Expand Up @@ -44,15 +44,15 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/status-bar"

SPEC CHECKSUMS:
Capacitor: ebfc16cdb8116d04c101686b080342872da42d43
CapacitorApp: 024e1b1bea5f883d79f6330d309bc441c88ad04a
CapacitorBrowser: 7a0fb6a1011abfaaf2dfedfd8248f942a8eda3d6
CapacitorCordova: 931b48fcdbc9bc985fc2f16cec9f77c794a27729
CapacitorDevice: 2c968f98a1ec4d22357418c1521e7ddc46c675e6
CapacitorPushNotifications: b31e326c6e4eb216a622041d6ca21a973f34943f
CapacitorSplashScreen: 5fa2ab5e46cf5cc530cf16a51c80c7a986579ccd
CapacitorStatusBar: 565c0a1ebd79bb40d797606a8992b4a105885309
Capacitor: 48e69f3d54640fb30dc99a8e711bb645b11c0283
CapacitorApp: 5d3b9275003a1bb33ee5310fb398b82c9ebc7ca5
CapacitorBrowser: 5cb440b06536074e8b1e4ad64bdd811d504bbab3
CapacitorCordova: bab53e0b5106da1b6293a750a68df9c477461b91
CapacitorDevice: ee4f3c1e73a17ba41b9d0c1155aacb676a9699cd
CapacitorPushNotifications: 5ad946184f898b11629bb18f178e99e6b219e2cd
CapacitorSplashScreen: 191954d1205535e587cff7d522e7eb5e89e9208a
CapacitorStatusBar: b34cc9c61d1fdd5b2712d533e4b60ca4c14e31b8

PODFILE CHECKSUM: 29cceb50aca61af26a55e390dd683226bc25cff4
PODFILE CHECKSUM: 3fd2b2802191fe3bd70869fd3a3a73dbe046393c

COCOAPODS: 1.11.2
COCOAPODS: 1.5.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sc-dahenfeld",
"version": "6.6.0",
"version": "6.6.1",
"author": "Timo Dittmann",
"homepage": "http://timo-dittmann.de/",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/presentation/pages/imprint/imprint.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { App } from '@capacitor/app';
})
export class ImprintPage implements OnInit {
heading: string;
version = '6.6.0';
version = '6.6.1';
developer = 'Timo Dittmann';
darkMode = false;

Expand Down

0 comments on commit 2b633d1

Please sign in to comment.