summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-sim
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-08-31 23:07:20 +0200
committerJules Laplace <julescarbon@gmail.com>2020-08-31 23:07:20 +0200
commit22721a013bdd10d5eb395ba18453585f5f3f1f7f (patch)
tree5a920e31d6026ed5dc55265e5fd057febccc50e3 /StoneIsland/plugins/cordova-plugin-sim
parentd22d51a1ae49680015326857360eb699f31efced (diff)
rebuild the ios platform and the plugins
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-sim')
-rw-r--r--StoneIsland/plugins/cordova-plugin-sim/.editorconfig12
-rw-r--r--StoneIsland/plugins/cordova-plugin-sim/.gitattributes17
-rw-r--r--StoneIsland/plugins/cordova-plugin-sim/.github/ISSUE_TEMPLATE.md43
-rw-r--r--StoneIsland/plugins/cordova-plugin-sim/.npmignore4
4 files changed, 76 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-sim/.editorconfig b/StoneIsland/plugins/cordova-plugin-sim/.editorconfig
new file mode 100644
index 00000000..4a7ea303
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-sim/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false
diff --git a/StoneIsland/plugins/cordova-plugin-sim/.gitattributes b/StoneIsland/plugins/cordova-plugin-sim/.gitattributes
new file mode 100644
index 00000000..bdb0cabc
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-sim/.gitattributes
@@ -0,0 +1,17 @@
+# Auto detect text files and perform LF normalization
+* text=auto
+
+# Custom for Visual Studio
+*.cs diff=csharp
+
+# Standard to msysgit
+*.doc diff=astextplain
+*.DOC diff=astextplain
+*.docx diff=astextplain
+*.DOCX diff=astextplain
+*.dot diff=astextplain
+*.DOT diff=astextplain
+*.pdf diff=astextplain
+*.PDF diff=astextplain
+*.rtf diff=astextplain
+*.RTF diff=astextplain
diff --git a/StoneIsland/plugins/cordova-plugin-sim/.github/ISSUE_TEMPLATE.md b/StoneIsland/plugins/cordova-plugin-sim/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..f05a8183
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-sim/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,43 @@
+### Expected behaviour
+Tell us what should happen.
+
+### Actual behaviour
+Tell us what happens instead. Provide a log message if relevant
+
+### I'm seeing this behaviour on
+_Remove this hint: these checkboxes can be checked like this: [x]_
+
+- [ ] iOS device
+- [ ] iOS simulator
+- [ ] Android device
+- [ ] Android emulator
+
+### I am using
+
+- [ ] cordova
+- [ ] ionic
+- [ ] PhoneGap
+- [ ] PhoneGap Developer App
+- [ ] Intel XDK
+- [ ] Intel App Preview
+- [ ] Telerik
+- [ ] Other:
+
+#### Hardware models
+Example: Samsung Galaxy S6, iPhone 6s
+
+#### OS versions
+Example: Android 4.4.2, iOS 9.2
+
+### I've checked these
+- [ ] It happens on a fresh Cordova CLI project as well.
+- [ ] I'm waiting for `deviceready` to fire.
+- [ ] My JavaScript has no errors (`window.onerror` catches nothing).
+- [ ] I'm using the latest cordova library, Android SDK, Xcode, etc.
+
+### So how can we reproduce this?
+Provide the used components versions (cordova, ionic, etc).
+
+Provide the steps to reproduce the issue.
+
+Provide files, sources if available.
diff --git a/StoneIsland/plugins/cordova-plugin-sim/.npmignore b/StoneIsland/plugins/cordova-plugin-sim/.npmignore
new file mode 100644
index 00000000..957b79cd
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-sim/.npmignore
@@ -0,0 +1,4 @@
+node_modules/
+.DS_Store
+npm-debug.log
+notes