Skip to content

Commit 214a160

Browse files
committed
Update to all latest Capacitor versions
1 parent 14f6c04 commit 214a160

6 files changed

Lines changed: 158 additions & 18 deletions

File tree

android/.idea/codeStyles/Project.xml

Lines changed: 116 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/misc.xml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/runConfigurations.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@
345345
buildSettings = {
346346
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
347347
CODE_SIGN_STYLE = Automatic;
348-
DEVELOPMENT_TEAM = 9YN2HU59K8;
349348
INFOPLIST_FILE = App/Info.plist;
350349
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
351350
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -364,7 +363,6 @@
364363
buildSettings = {
365364
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
366365
CODE_SIGN_STYLE = Automatic;
367-
DEVELOPMENT_TEAM = 9YN2HU59K8;
368366
INFOPLIST_FILE = App/Info.plist;
369367
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
370368
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@angular/platform-browser": "~8.1.2",
2020
"@angular/platform-browser-dynamic": "~8.1.2",
2121
"@angular/router": "~8.1.2",
22-
"@capacitor/android": "^1.3.0",
23-
"@capacitor/core": "1.3.0",
24-
"@capacitor/ios": "^1.3.0",
22+
"@capacitor/android": "^1.4.0",
23+
"@capacitor/core": "^1.4.0",
24+
"@capacitor/ios": "^1.4.0",
2525
"@ionic-native/core": "^5.0.0",
2626
"@ionic-native/splash-screen": "^5.0.0",
2727
"@ionic-native/status-bar": "^5.0.0",
@@ -41,7 +41,7 @@
4141
"@angular/compiler": "~8.1.2",
4242
"@angular/compiler-cli": "~8.1.2",
4343
"@angular/language-service": "~8.1.2",
44-
"@capacitor/cli": "1.3.0",
44+
"@capacitor/cli": "^1.4.0",
4545
"@ionic/angular-toolkit": "~2.0.0",
4646
"@types/jasmine": "~3.3.8",
4747
"@types/jasminewd2": "~2.0.3",

0 commit comments

Comments
 (0)