@nativescript/template-blank-svelte-vision 8.6.0 → 8.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. package/App_Resources/visionOS/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/Back.png +0 -0
  2. package/App_Resources/visionOS/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json +13 -0
  3. package/App_Resources/visionOS/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Contents.json +6 -0
  4. package/App_Resources/visionOS/Assets.xcassets/AppIcon.solidimagestack/Contents.json +17 -0
  5. package/App_Resources/visionOS/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json +13 -0
  6. package/App_Resources/visionOS/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/Front.png +0 -0
  7. package/App_Resources/visionOS/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Contents.json +6 -0
  8. package/App_Resources/visionOS/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/Contents.json +13 -0
  9. package/App_Resources/visionOS/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/Middle.png +0 -0
  10. package/App_Resources/visionOS/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Contents.json +6 -0
  11. package/App_Resources/visionOS/Assets.xcassets/Contents.json +6 -0
  12. package/App_Resources/visionOS/Info.plist +45 -0
  13. package/App_Resources/visionOS/build.xcconfig +3 -0
  14. package/App_Resources/visionOS/src/NativeScriptApp.swift +9 -0
  15. package/package.json +1 -2
  16. package/src/app.css +1 -4
  17. package/src/components/Home.svelte +1 -1
@@ -0,0 +1,13 @@
1
+ {
2
+ "images" : [
3
+ {
4
+ "filename" : "Back.png",
5
+ "idiom" : "reality",
6
+ "scale" : "2x"
7
+ }
8
+ ],
9
+ "info" : {
10
+ "author" : "xcode",
11
+ "version" : 1
12
+ }
13
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "info" : {
3
+ "author" : "xcode",
4
+ "version" : 1
5
+ }
6
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "info" : {
3
+ "author" : "xcode",
4
+ "version" : 1
5
+ },
6
+ "layers" : [
7
+ {
8
+ "filename" : "Front.solidimagestacklayer"
9
+ },
10
+ {
11
+ "filename" : "Middle.solidimagestacklayer"
12
+ },
13
+ {
14
+ "filename" : "Back.solidimagestacklayer"
15
+ }
16
+ ]
17
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "images" : [
3
+ {
4
+ "filename" : "Front.png",
5
+ "idiom" : "reality",
6
+ "scale" : "2x"
7
+ }
8
+ ],
9
+ "info" : {
10
+ "author" : "xcode",
11
+ "version" : 1
12
+ }
13
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "info" : {
3
+ "author" : "xcode",
4
+ "version" : 1
5
+ }
6
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "images" : [
3
+ {
4
+ "filename" : "Middle.png",
5
+ "idiom" : "reality",
6
+ "scale" : "2x"
7
+ }
8
+ ],
9
+ "info" : {
10
+ "author" : "xcode",
11
+ "version" : 1
12
+ }
13
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "info" : {
3
+ "author" : "xcode",
4
+ "version" : 1
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "info" : {
3
+ "version" : 1,
4
+ "author" : "xcode"
5
+ }
6
+ }
@@ -0,0 +1,45 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>en</string>
7
+ <key>CFBundleDisplayName</key>
8
+ <string>${PRODUCT_NAME}</string>
9
+ <key>CFBundleExecutable</key>
10
+ <string>${EXECUTABLE_NAME}</string>
11
+ <key>CFBundleInfoDictionaryVersion</key>
12
+ <string>6.0</string>
13
+ <key>CFBundleName</key>
14
+ <string>${PRODUCT_NAME}</string>
15
+ <key>CFBundlePackageType</key>
16
+ <string>APPL</string>
17
+ <key>CFBundleShortVersionString</key>
18
+ <string>1.0</string>
19
+ <key>CFBundleSignature</key>
20
+ <string>????</string>
21
+ <key>CFBundleVersion</key>∂
22
+ <string>1.0</string>
23
+ <key>LSRequiresIPhoneOS</key>
24
+ <true/>
25
+ <key>UIRequiresFullScreen</key>
26
+ <true/>
27
+ <key>UIRequiredDeviceCapabilities</key>
28
+ <array>
29
+ <string>armv7</string>
30
+ </array>
31
+ <key>UISupportedInterfaceOrientations</key>
32
+ <array>
33
+ <string>UIInterfaceOrientationPortrait</string>
34
+ <string>UIInterfaceOrientationLandscapeLeft</string>
35
+ <string>UIInterfaceOrientationLandscapeRight</string>
36
+ </array>
37
+ <key>UISupportedInterfaceOrientations~ipad</key>
38
+ <array>
39
+ <string>UIInterfaceOrientationPortrait</string>
40
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
41
+ <string>UIInterfaceOrientationLandscapeLeft</string>
42
+ <string>UIInterfaceOrientationLandscapeRight</string>
43
+ </array>
44
+ </dict>
45
+ </plist>
@@ -0,0 +1,3 @@
1
+ // DEVELOPMENT_TEAM = YOUR_TEAM_ID;
2
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
3
+ IPHONEOS_DEPLOYMENT_TARGET = 17.0;
@@ -0,0 +1,9 @@
1
+ import SwiftUI
2
+
3
+ @main
4
+ struct NativeScriptApp: App {
5
+
6
+ var body: some Scene {
7
+ NativeScriptMainWindow()
8
+ }
9
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nativescript/template-blank-svelte-vision",
3
3
  "main": "src/app.ts",
4
- "version": "8.6.0",
4
+ "version": "8.6.2",
5
5
  "description": "Nativescript visionOS Starter with Svelte",
6
6
  "author": "NativeScript Team <oss@nativescript.org>",
7
7
  "license": "Apache-2.0",
@@ -40,7 +40,6 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@nativescript/core": "vision",
43
- "@nativescript/theme": "~3.0.2",
44
43
  "svelte-native": "~1.0.0"
45
44
  },
46
45
  "devDependencies": {
package/src/app.css CHANGED
@@ -1,7 +1,4 @@
1
- @import '@nativescript/theme/css/core.css';
2
- @import '@nativescript/theme/css/default.css';
3
-
4
- .fab {
1
+ .fab {
5
2
  font-family: 'Font Awesome 5 Brands', 'fa-brands-400';
6
3
  font-weight: 400;
7
4
  }
@@ -20,7 +20,7 @@
20
20
  }
21
21
 
22
22
  .info {
23
- font-size: 20;
23
+ font-size: 25;
24
24
  horizontal-align: center;
25
25
  vertical-align: center;
26
26
  }