ios_app_installer 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>English</string>
7
+ <key>CFBundleIdentifier</key>
8
+ <string>com.apple.xcode.dsym.ios_app_installer</string>
9
+ <key>CFBundleInfoDictionaryVersion</key>
10
+ <string>6.0</string>
11
+ <key>CFBundlePackageType</key>
12
+ <string>dSYM</string>
13
+ <key>CFBundleSignature</key>
14
+ <string>????</string>
15
+ <key>CFBundleShortVersionString</key>
16
+ <string>1.0</string>
17
+ <key>CFBundleVersion</key>
18
+ <string>1</string>
19
+ </dict>
20
+ </plist>
@@ -0,0 +1,58 @@
1
+ {
2
+ "name": "ios_app_installer",
3
+ "version": "1.5.0",
4
+ "description": "launch iOS apps iOS devices from the command line (Xcode 6)",
5
+ "main": "ios_app_installer",
6
+ "scripts": {
7
+ "preinstall": "make ios_app_installer"
8
+ },
9
+ "bin": {
10
+ "ios_app_installer": "./ios_app_installer"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/phonegap/ios_app_installer"
15
+ },
16
+ "keywords": [
17
+ "ios_app_installer",
18
+ "deploy to iOS device"
19
+ ],
20
+ "author": {
21
+ "name": "Greg Hughes"
22
+ },
23
+ "license": "GPLv3",
24
+ "gitHead": "5efdcae8cec80f6fd15dc31f1b319585ac14b8aa",
25
+ "bugs": {
26
+ "url": "https://github.com/phonegap/ios_app_installer/issues"
27
+ },
28
+ "homepage": "https://github.com/phonegap/ios_app_installer",
29
+ "_id": "ios_app_installer@1.5.0",
30
+ "_shasum": "bd4d45266027afebe49e1755370e6d14296179a3",
31
+ "_from": "ios_app_installer@>=1.5.0 <2.0.0",
32
+ "_npmVersion": "2.5.1",
33
+ "_nodeVersion": "0.12.0",
34
+ "_npmUser": {
35
+ "name": "shazron",
36
+ "email": "shazron@gmail.com"
37
+ },
38
+ "maintainers": [
39
+ {
40
+ "name": "shazron",
41
+ "email": "shazron@gmail.com"
42
+ },
43
+ {
44
+ "name": "purplecabbage",
45
+ "email": "purplecabbage@gmail.com"
46
+ },
47
+ {
48
+ "name": "stevegill",
49
+ "email": "stevengill97@gmail.com"
50
+ }
51
+ ],
52
+ "dist": {
53
+ "shasum": "bd4d45266027afebe49e1755370e6d14296179a3",
54
+ "tarball": "http://registry.npmjs.org/ios_app_installer/-/ios_app_installer-1.5.0.tgz"
55
+ },
56
+ "directories": {},
57
+ "_resolved": "https://registry.npmjs.org/ios_app_installer/-/ios_app_installer-1.5.0.tgz"
58
+ }
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env bash
2
+ echo "$ make"
3
+ make
metadata ADDED
@@ -0,0 +1,99 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ios_app_installer
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Christian Raab
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-05-25 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.7'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.7'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ description: install and uninstall iOS apps on devices from the command line (Xcode
42
+ 6)\nDesigned to work on un-jailbroken devices.
43
+ email:
44
+ - chrisgraab@gmail.com
45
+ executables:
46
+ - ios_app_installer
47
+ extensions: []
48
+ extra_rdoc_files: []
49
+ files:
50
+ - Gemfile
51
+ - LICENSE.txt
52
+ - README.md
53
+ - Rakefile
54
+ - bin/ios_app_installer
55
+ - ios_app_installer-0.0.1.gem
56
+ - ios_app_installer.gemspec
57
+ - lib/ios_app_installer.rb
58
+ - lib/ios_app_installer/version.rb
59
+ - node_modules/.bin/ios-deploy
60
+ - node_modules/ios_app_installer/.npmignore
61
+ - node_modules/ios_app_installer/CONTRIBUTING.md
62
+ - node_modules/ios_app_installer/Entitlements.plist
63
+ - node_modules/ios_app_installer/Info.plist
64
+ - node_modules/ios_app_installer/LICENSE
65
+ - node_modules/ios_app_installer/Makefile
66
+ - node_modules/ios_app_installer/MobileDevice.h
67
+ - node_modules/ios_app_installer/ResourceRules.plist
68
+ - node_modules/ios_app_installer/demo.c
69
+ - node_modules/ios_app_installer/ios_app_installer
70
+ - node_modules/ios_app_installer/ios_app_installer.c
71
+ - node_modules/ios_app_installer/ios_app_installer.dSYM/Contents/Info.plist
72
+ - node_modules/ios_app_installer/ios_app_installer.dSYM/Contents/Resources/DWARF/ios_app_installer
73
+ - node_modules/ios_app_installer/package.json
74
+ - node_modules/ios_app_installer/resources/buildbox/build.sh
75
+ homepage: https://github.com/caigie/ios_app_installer
76
+ licenses:
77
+ - MIT
78
+ metadata: {}
79
+ post_install_message:
80
+ rdoc_options: []
81
+ require_paths:
82
+ - lib
83
+ required_ruby_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - '>='
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ required_rubygems_version: !ruby/object:Gem::Requirement
89
+ requirements:
90
+ - - '>='
91
+ - !ruby/object:Gem::Version
92
+ version: '0'
93
+ requirements: []
94
+ rubyforge_project:
95
+ rubygems_version: 2.0.14
96
+ signing_key:
97
+ specification_version: 4
98
+ summary: Chopped down version of mokagios ios_app_installer mirror
99
+ test_files: []