Révision 09487590
App_Resources/Android/src/main/AndroidManifest.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 | 3 |
package="__PACKAGE__" |
4 |
android:versionCode="10002"
|
|
5 |
android:versionName="1.0.2">
|
|
4 |
android:versionCode="10004"
|
|
5 |
android:versionName="1.0.4">
|
|
6 | 6 |
|
7 | 7 |
<supports-screens |
8 | 8 |
android:smallScreens="true" |
package-lock.json | ||
---|---|---|
4438 | 4438 |
"mkdirp": "^0.5.1" |
4439 | 4439 |
} |
4440 | 4440 |
}, |
4441 |
"nativescript-imagepicker": { |
|
4442 |
"version": "7.1.0", |
|
4443 |
"resolved": "https://registry.npmjs.org/nativescript-imagepicker/-/nativescript-imagepicker-7.1.0.tgz", |
|
4444 |
"integrity": "sha512-YFVwmPz7mv7mNXA7vmnIXmqPZiWxH4RoJPDL3m34egV8Ae9mKJCXZxl2LyPraOP+T4v6iXsxV9NSbjg0kMDuNQ==", |
|
4445 |
"requires": { |
|
4446 |
"nativescript-permissions": "~1.3.0" |
|
4447 |
} |
|
4448 |
}, |
|
4441 | 4449 |
"nativescript-intl": { |
4442 | 4450 |
"version": "3.0.0", |
4443 | 4451 |
"resolved": "https://registry.npmjs.org/nativescript-intl/-/nativescript-intl-3.0.0.tgz", |
package.json | ||
---|---|---|
30 | 30 |
"nativescript-background-http": "^4.2.1", |
31 | 31 |
"nativescript-camera": "^4.5.0", |
32 | 32 |
"nativescript-font-scale": "^1.1.4", |
33 |
"nativescript-imagepicker": "^7.1.0", |
|
33 | 34 |
"nativescript-photo-editor": "^1.1.0", |
34 | 35 |
"nativescript-platform-css-free": "^1.6.16", |
35 | 36 |
"nativescript-ui-sidedrawer": "^8.0.0", |
src/app.ios.scss | ||
---|---|---|
42 | 42 |
.ios600 { |
43 | 43 |
.page__content { |
44 | 44 |
font-size: 12pt; |
45 |
background-color: #00f; |
|
46 | 45 |
} |
47 | 46 |
} |
48 | 47 |
.ios480 { |
49 | 48 |
.page__content { |
50 | 49 |
font-size: 12pt; |
51 |
background-color: #0f0; |
|
52 | 50 |
} |
53 | 51 |
} |
52 |
/* iPhone 5s */ |
|
54 | 53 |
.ios320 { |
55 | 54 |
.page__content { |
56 | 55 |
font-size: 12pt; |
57 |
background-color: #f00; |
|
58 | 56 |
} |
59 | 57 |
} |
Formats disponibles : Unified diff