Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed previous example, added new one #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
12 changes: 7 additions & 5 deletions ...swift-support/node_modules/xcode/Makefile → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

tests:
nodeunit test/* test/parser/*
.DS_Store

# Generated by package manager
node_modules/

parser:
pegjs lib/parser/pbxproj.pegjs
# Generated by Cordova
/platforms/
/plugins/
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/TestingPlugin.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.keyri.testingplugin" version="1.0.0" xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>TestingPlugin</name>
<description>Sample Apache Cordova App</description>
<author email="[email protected]" href="https://cordova.apache.org">
Apache Cordova Team
</author>
<content src="index.html"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<preference name="android-minSdkVersion" value="23"/>
<preference name="android-targetSdkVersion" value="33"/>
<preference name="android-compileSdkVersion" value="33" />
<preference name="AndroidGradlePluginVersion" value="8.1.1" />
<preference name="SwiftVersion" value="5.3" />
<preference name="deployment-target" value="14.0" />
</widget>
15 changes: 0 additions & 15 deletions keyriSample/config.xml

This file was deleted.

41 changes: 0 additions & 41 deletions keyriSample/node_modules/@netflix/nerror/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions keyriSample/node_modules/@netflix/nerror/LICENSE

This file was deleted.

Loading