Commit 01aaec8 1 parent 98af1e3 commit 01aaec8 Copy full SHA for 01aaec8
File tree 3 files changed +13
-24
lines changed
3 files changed +13
-24
lines changed Original file line number Diff line number Diff line change 21
21
}
22
22
]
23
23
},
24
- "ios " : {
25
- "executor" : " @nativescript/nx:build " ,
24
+ "debug " : {
25
+ "executor" : " @nativescript/nx:debug " ,
26
26
"options" : {
27
- "platform" : " ios" ,
28
27
"noHmr" : true
29
28
},
30
29
"dependsOn" : [
34
33
}
35
34
]
36
35
},
37
- "android " : {
38
- "executor" : " @nativescript/nx:build " ,
36
+ "prepare " : {
37
+ "executor" : " @nativescript/nx:prepare " ,
39
38
"options" : {
40
- "platform" : " android" ,
41
39
"noHmr" : true
42
40
},
43
41
"dependsOn" : [
48
46
]
49
47
},
50
48
"clean" : {
51
- "executor" : " @nativescript/nx:build" ,
52
- "options" : {
53
- "clean" : true
54
- }
49
+ "executor" : " @nativescript/nx:clean" ,
50
+ "options" : {}
55
51
},
56
52
"lint" : {
57
53
"executor" : " @nx/linter:eslint" ,
Original file line number Diff line number Diff line change 21
21
}
22
22
]
23
23
},
24
- "ios " : {
25
- "executor" : " @nativescript/nx:build " ,
24
+ "debug " : {
25
+ "executor" : " @nativescript/nx:debug " ,
26
26
"options" : {
27
- "platform" : " ios" ,
28
27
"noHmr" : true
29
28
},
30
29
"dependsOn" : [
34
33
}
35
34
]
36
35
},
37
- "android " : {
38
- "executor" : " @nativescript/nx:build " ,
36
+ "prepare " : {
37
+ "executor" : " @nativescript/nx:prepare " ,
39
38
"options" : {
40
- "platform" : " android" ,
41
39
"noHmr" : true
42
40
},
43
41
"dependsOn" : [
48
46
]
49
47
},
50
48
"clean" : {
51
- "executor" : " @nativescript/nx:build" ,
52
- "options" : {
53
- "clean" : true
54
- }
49
+ "executor" : " @nativescript/nx:clean" ,
50
+ "options" : {}
55
51
},
56
52
"lint" : {
57
53
"executor" : " @nx/linter:eslint" ,
Original file line number Diff line number Diff line change 27
27
<Button text =" google-signin" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
28
28
<Button text =" haptics" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
29
29
<Button text =" imagepicker" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
30
-
31
30
<Button text =" ios-security" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
32
31
<Button text =" iqkeyboardmanager" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
33
-
34
32
<Button text =" local-notifications" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
35
33
<Button text =" localize" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
36
34
<Button text =" pdf" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
37
35
<Button text =" picker" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
36
+ <Button text =" secure-storage" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
38
37
<Button text =" shared-notification-delegate" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
39
38
<Button text =" social-share" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
40
-
41
39
<Button text =" theme-switcher" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
42
40
<Button text =" twitter" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
43
41
<Button text =" zip" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
44
- <Button text =" secure-storage" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
45
42
</StackLayout >
46
43
</ScrollView >
47
44
</StackLayout >
You can’t perform that action at this time.
0 commit comments