Skip to content

Commit 36a6aef

Browse files
The nativescript-app-sync is not compatible with Sidekick iOS cloud build #27
1 parent 918142b commit 36a6aef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-app-sync",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Use AppSync to hot deploy updates to your app.",
55
"main": "app-sync",
66
"typings": "index.d.ts",
@@ -40,7 +40,7 @@
4040
"test.ios": "npm run build && npm run tslint && npm run tslint.demo && cd ../demo && tns test ios",
4141
"development.setup": "npm run setup && npm link && cd ../demo && npm link nativescript-app-sync && cd ../src",
4242
"package": "cd ../publish && ./pack.sh",
43-
"postinstall": "node postinstall-hooks.js && npm i -g nativescript-app-sync-cli",
43+
"postinstall": "node postinstall-hooks.js",
4444
"preuninstall": "node preuninstall-hooks.js"
4545
},
4646
"repository": {

src/platforms/android_lib/tnsappsync/tnsappsync.iml

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" />
8585
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
8686
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" />
87+
<excludeFolder url="file://$MODULE_DIR$/build/.DS_Store" />
8788
<excludeFolder url="file://$MODULE_DIR$/build/generated/not_namespaced_r_class_sources" />
8889
<excludeFolder url="file://$MODULE_DIR$/build/generated/source/r" />
8990
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/aapt_friendly_merged_manifests" />

0 commit comments

Comments
 (0)