From 3157a4a164f2a1ad5324ac6423670d55823a12e8 Mon Sep 17 00:00:00 2001 From: Dimitar Kerezov Date: Fri, 14 Aug 2015 11:57:06 +0300 Subject: [PATCH] Init AppBuilder project This way this sample will be usable through both products --- .abignore | 46 +++++++++++++++++++ .abproject | 28 +++++++++++ .../Android/values-v21/styles.xml | 5 ++ 3 files changed, 79 insertions(+) create mode 100644 .abignore create mode 100644 .abproject create mode 100644 app/App_Resources/Android/values-v21/styles.xml diff --git a/.abignore b/.abignore new file mode 100644 index 00000000..f94218de --- /dev/null +++ b/.abignore @@ -0,0 +1,46 @@ +# .abignore lets you configure which of your files and folders should be excluded from your application package during the build process. +# Each project created with AppBuilder 2.6 or later contains a default .abignore which lists a number of system files and folders that might affect the size of your app or might prevent build operations from completing successfully. +# +# For more information about .abignore and how to write exclude and include rules for your projects, see http://docs.telerik.com/platform/appbuilder/testing-your-app/abignore + +# Windows files +**/Thumbs.db + +# Mac OS files +**/.DS_Store +**/__MACOSX/**/* + +# Visual Studio files +bin/**/* +obj/**/* +**/*.obj +**/*.pdb +**/*.user +**/*.aps +**/*.pch +**/*.vspscc +**/*_i.c +**/*_p.c +**/*.ncb +**/*.suo +**/*.tlb +**/*.tlh +**/*.ilk +**/*.lib +**/*.sbr + +# Source control files +.gitignore +.git/**/* + +# AppBuilder files +.abignore +.ab/**/* + +# Other +**/*.bak +**/*.cache +**/*.log + +# NativeScript files +platforms/**/* diff --git a/.abproject b/.abproject new file mode 100644 index 00000000..c3f0d413 --- /dev/null +++ b/.abproject @@ -0,0 +1,28 @@ +{ + "ProjectName": "sample-Groceries", + "ProjectGuid": "{aef80a5b-1d98-46c7-bf09-6269b23127ac}", + "projectVersion": 1, + "AppIdentifier": "com.telerik.sampleGroceries", + "DisplayName": "sample-Groceries", + "Author": "", + "Description": "sample-Groceries", + "BundleVersion": "1.0", + "AndroidVersionCode": "1", + "iOSDeviceFamily": [ + "1", + "2" + ], + "iOSBackgroundMode": [], + "ProjectTypeGuids": "{F0A65104-D4F4-4012-B799-F612D75820F6}", + "AndroidPermissions": [ + "android.permission.INTERNET" + ], + "DeviceOrientations": [ + "Portrait", + "Landscape" + ], + "AndroidHardwareAcceleration": "false", + "iOSStatusBarStyle": "Default", + "FrameworkVersion": "1.2.2", + "Framework": "NativeScript" +} \ No newline at end of file diff --git a/app/App_Resources/Android/values-v21/styles.xml b/app/App_Resources/Android/values-v21/styles.xml new file mode 100644 index 00000000..dba3c417 --- /dev/null +++ b/app/App_Resources/Android/values-v21/styles.xml @@ -0,0 +1,5 @@ + + + +