-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
83 lines (75 loc) · 2.08 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name: jrpn16_build
description: Jovial RPN 16C, a calculator simulator inspired by the HP-16C "Computer Scientist" Calculator
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.1.17+31 # See also lib/generic_main.dart
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
jrpn:
git:
url: https://github.com/zathras/jrpn.git
path: .
ref: main
dev_dependencies:
flutter_launcher_icons: ^0.13.0
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
test: ^1.16.5
msix: ^3.16.0
flutter_launcher_icons:
image_path: assets_16/icon256.png
image_path_ios: assets_16/icon_ios.png
adaptive_icon_foreground: "assets_16/icon_adaptive.png"
adaptive_icon_background: "#dbdad1"
android:
generate: false
macos:
generate: false
image_path: assets_16/macos_icon.png
linux:
generate: false
windows:
generate: false
ios:
generate: true
# If changed, "dart run flutter_launcher_icons"
# See https://pub.dev/packages/flutter_launcher_icons
flutter:
uses-material-design: true
fonts:
- family: KeyLabelFont
fonts:
- asset: packages/jrpn/fonts/deja_vu_sans.ttf
style: normal
weight: 400
- asset: packages/jrpn/fonts/deja_vu_sans_bold.ttf
style: normal
weight: 700
- family: LogoFont
fonts:
- asset: packages/jrpn/fonts/WorkSans-Regular.ttf
style: normal
weight: 400
- asset: packages/jrpn/fonts/WorkSans-Medium.ttf
style: normal
weight: 500
- family: LiberationMono
fonts:
- asset: packages/jrpn/fonts/LiberationMono.ttf
style: normal
weight: 400
# "flutter pub run msix:create"
msix_config:
architecture: x64
store: true
display_name: JRPN 16C
publisher_display_name: Jovial Software
identity_name: 15297JovialSoftware.jrpn16
publisher: CN=8C283FE0-3A16-4021-946B-3EF54C23339D
msix_version: 2.1.17.0
logo_path: assets_16/windows_icon.png
file-extension: .16c, .j16c
execution_alias: jrpn16