Skip to content

Commit 392058c

Browse files
committed
test: vue demo
1 parent 9fc9382 commit 392058c

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

demo-vue/app/App_Resources/iOS/build.xcconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
77
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
88

99
DEVELOPMENT_TEAM = 3UUB5NM43K
10+
11+
EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64=arm64 arm64e armv7 armv7s armv6 armv8
12+
EXCLUDED_ARCHS=$(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT))

demo-vue/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@
55
"repository": "http://www.github.com/Akylas/@nativescript-community/ui-canvas.git",
66
"main": "main.js",
77
"dependencies": {
8-
"@nativescript/core": "7.0.3",
8+
"@nativescript/core": "7.0.13",
99
"@nativescript-community/perms": "2.1.1",
1010
"@nativescript-community/ui-canvas": "file:../plugin",
11-
"@nativescript/webpack": "3.0.7",
11+
"@nativescript-community/ui-material-core": "5.0.30",
12+
"@nativescript/webpack": "3.0.8",
1213
"@nativescript-community/tween": "0.0.12",
1314
"nativescript-vue": "^2.8.1"
1415
},
1516
"devDependencies": {
16-
"@babel/core": "^7.11.6",
17-
"@nativescript/android": "7.0.0",
18-
"@nativescript/types": "7.0.3",
17+
"@babel/core": "^7.12.3",
18+
"@nativescript/android": "7.0.1",
19+
"@nativescript/types": "7.0.4",
1920
"babel-loader": "^8.1.0",
2021
"nativescript-vue-template-compiler": "2.8.1",
21-
"tns-ios": "6.5.2",
22+
"tns-ios": "6.5.3",
2223
"typescript": "^3.9.7",
2324
"vue": "^2.6.12",
2425
"vue-loader": "^15.9.3",

0 commit comments

Comments
 (0)