toxic 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +10 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +36 -0
- data/LICENSE.txt +21 -0
- data/README.md +49 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/exe/toxic +3 -0
- data/lib/toxic.rb +11 -0
- data/lib/toxic/command/project.rb +16 -0
- data/lib/toxic/source/project.rb +168 -0
- data/lib/toxic/version.rb +3 -0
- data/toxic.gemspec +32 -0
- metadata +130 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 21f132b3bd1e362cff36a5910dbb34fa7570f4d62f2b2bfe1c989821dfb83440
|
4
|
+
data.tar.gz: d56a99a02cd914e7e670537f6d8d53b000f466fc3313d40cbda69b20ef3ace43
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 15166ed22fcfd7367846a2810ad29c1fb1601c483d27b8848d539d3c2454e9bffa00b5bf5c58087c2f83aa19a4aef50087178dda7f7abb2a7214094f365fbd9a
|
7
|
+
data.tar.gz: 463ff7b36a09cfd38d25070a96fd400d975699ce11c8a2a76ef49bd06b036a711c3ec6a60cf78f65b449fbc30e9369e04daa938744f08a93b2ad115804da87c8
|
data/.gitignore
ADDED
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,74 @@
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
|
+
|
3
|
+
## Our Pledge
|
4
|
+
|
5
|
+
In the interest of fostering an open and welcoming environment, we as
|
6
|
+
contributors and maintainers pledge to making participation in our project and
|
7
|
+
our community a harassment-free experience for everyone, regardless of age, body
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of experience,
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity and
|
10
|
+
orientation.
|
11
|
+
|
12
|
+
## Our Standards
|
13
|
+
|
14
|
+
Examples of behavior that contributes to creating a positive environment
|
15
|
+
include:
|
16
|
+
|
17
|
+
* Using welcoming and inclusive language
|
18
|
+
* Being respectful of differing viewpoints and experiences
|
19
|
+
* Gracefully accepting constructive criticism
|
20
|
+
* Focusing on what is best for the community
|
21
|
+
* Showing empathy towards other community members
|
22
|
+
|
23
|
+
Examples of unacceptable behavior by participants include:
|
24
|
+
|
25
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
+
advances
|
27
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
28
|
+
* Public or private harassment
|
29
|
+
* Publishing others' private information, such as a physical or electronic
|
30
|
+
address, without explicit permission
|
31
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
32
|
+
professional setting
|
33
|
+
|
34
|
+
## Our Responsibilities
|
35
|
+
|
36
|
+
Project maintainers are responsible for clarifying the standards of acceptable
|
37
|
+
behavior and are expected to take appropriate and fair corrective action in
|
38
|
+
response to any instances of unacceptable behavior.
|
39
|
+
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
41
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
42
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
43
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
44
|
+
threatening, offensive, or harmful.
|
45
|
+
|
46
|
+
## Scope
|
47
|
+
|
48
|
+
This Code of Conduct applies both within project spaces and in public spaces
|
49
|
+
when an individual is representing the project or its community. Examples of
|
50
|
+
representing a project or community include using an official project e-mail
|
51
|
+
address, posting via an official social media account, or acting as an appointed
|
52
|
+
representative at an online or offline event. Representation of a project may be
|
53
|
+
further defined and clarified by project maintainers.
|
54
|
+
|
55
|
+
## Enforcement
|
56
|
+
|
57
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
+
reported by contacting the project team at liubo004@126.com. All
|
59
|
+
complaints will be reviewed and investigated and will result in a response that
|
60
|
+
is deemed necessary and appropriate to the circumstances. The project team is
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an incident.
|
62
|
+
Further details of specific enforcement policies may be posted separately.
|
63
|
+
|
64
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good
|
65
|
+
faith may face temporary or permanent repercussions as determined by other
|
66
|
+
members of the project's leadership.
|
67
|
+
|
68
|
+
## Attribution
|
69
|
+
|
70
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
71
|
+
available at [http://contributor-covenant.org/version/1/4][version]
|
72
|
+
|
73
|
+
[homepage]: http://contributor-covenant.org
|
74
|
+
[version]: http://contributor-covenant.org/version/1/4/
|
data/Gemfile
ADDED
data/Gemfile.lock
ADDED
@@ -0,0 +1,36 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
toxic (0.1.0)
|
5
|
+
cli-ui (~> 1.2.1)
|
6
|
+
gli (~> 2.18)
|
7
|
+
xcodeproj (~> 1.7.0)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
CFPropertyList (3.0.0)
|
13
|
+
atomos (0.1.3)
|
14
|
+
claide (1.0.2)
|
15
|
+
cli-ui (1.2.1)
|
16
|
+
colored2 (3.1.2)
|
17
|
+
gli (2.18.0)
|
18
|
+
nanaimo (0.2.6)
|
19
|
+
rake (10.5.0)
|
20
|
+
xcodeproj (1.7.0)
|
21
|
+
CFPropertyList (>= 2.3.3, < 4.0)
|
22
|
+
atomos (~> 0.1.3)
|
23
|
+
claide (>= 1.0.2, < 2.0)
|
24
|
+
colored2 (~> 3.1)
|
25
|
+
nanaimo (~> 0.2.6)
|
26
|
+
|
27
|
+
PLATFORMS
|
28
|
+
ruby
|
29
|
+
|
30
|
+
DEPENDENCIES
|
31
|
+
bundler (~> 1.17)
|
32
|
+
rake (~> 10.0)
|
33
|
+
toxic!
|
34
|
+
|
35
|
+
BUNDLED WITH
|
36
|
+
1.17.1
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2018 liubo
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,49 @@
|
|
1
|
+
# Toxic
|
2
|
+
|
3
|
+
create xcode project from template
|
4
|
+
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
Add this line to your application's Gemfile:
|
8
|
+
|
9
|
+
```ruby
|
10
|
+
gem Toxic
|
11
|
+
```
|
12
|
+
|
13
|
+
And then execute:
|
14
|
+
|
15
|
+
$ bundle
|
16
|
+
|
17
|
+
Or install it yourself as:
|
18
|
+
|
19
|
+
$ gem install Toxic
|
20
|
+
|
21
|
+
## Usage
|
22
|
+
|
23
|
+
using default template
|
24
|
+
|
25
|
+
$ toxic project create <name>
|
26
|
+
|
27
|
+
using your own template
|
28
|
+
|
29
|
+
$ toxic project create <name> --template-url=<repository address>
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
## Development
|
34
|
+
|
35
|
+
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
36
|
+
|
37
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
38
|
+
|
39
|
+
## Contributing
|
40
|
+
|
41
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/Toxic. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
42
|
+
|
43
|
+
## License
|
44
|
+
|
45
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
46
|
+
|
47
|
+
## Code of Conduct
|
48
|
+
|
49
|
+
Everyone interacting in the Toxic project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/Toxic/blob/master/CODE_OF_CONDUCT.md).
|
data/Rakefile
ADDED
data/bin/console
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require "bundler/setup"
|
4
|
+
require "toxic"
|
5
|
+
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
8
|
+
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
+
# require "pry"
|
11
|
+
# Pry.start
|
12
|
+
|
13
|
+
require "irb"
|
14
|
+
IRB.start(__FILE__)
|
data/bin/setup
ADDED
data/exe/toxic
ADDED
data/lib/toxic.rb
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
require 'toxic/source/project'
|
2
|
+
|
3
|
+
desc 'Project'
|
4
|
+
command :project, :p do |c|
|
5
|
+
c.desc 'template url'
|
6
|
+
c.arg_name 'template-url'
|
7
|
+
c.default_value 'https://github.com/srv7/project-template.git'
|
8
|
+
c.flag :'template-url'
|
9
|
+
|
10
|
+
c.desc 'create xcode project'
|
11
|
+
c.command :create, :c do |com|
|
12
|
+
com.action do |_global_options, options, args|
|
13
|
+
Toxic::Project::Create.new(args[0], options[:"template-url"]).run
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -0,0 +1,168 @@
|
|
1
|
+
require 'xcodeproj'
|
2
|
+
require 'cli/ui'
|
3
|
+
require 'date'
|
4
|
+
|
5
|
+
module Toxic
|
6
|
+
module Project
|
7
|
+
class Create
|
8
|
+
|
9
|
+
attr_accessor :name, :template_url, :author, :organization, :repository_address
|
10
|
+
attr_accessor :template_name, :template_author, :template_organization
|
11
|
+
|
12
|
+
def initialize(name, template_url)
|
13
|
+
@name = name
|
14
|
+
@template_url = template_url
|
15
|
+
end
|
16
|
+
|
17
|
+
def run
|
18
|
+
validate!
|
19
|
+
clone_template
|
20
|
+
get_template_info
|
21
|
+
remove_useless
|
22
|
+
ask_info_for_new
|
23
|
+
configure_template
|
24
|
+
set_bundle_identifiers
|
25
|
+
add_git_repository
|
26
|
+
end
|
27
|
+
|
28
|
+
def validate!
|
29
|
+
raise "A name for the project is required." unless name
|
30
|
+
raise "The project name cannot contain spaces." if name =~ /\s/
|
31
|
+
raise "The project name cannot begin with a '.'" if name[0, 1] == '.'
|
32
|
+
end
|
33
|
+
|
34
|
+
def clone_template
|
35
|
+
if Dir.exist?(Pathname("./#{name}"))
|
36
|
+
question = CLI::UI.fmt("{{red: Folder #{name} already exists, do you want to overwrite it? (y/n)}}")
|
37
|
+
override = CLI::UI.ask(question, default: 'n')
|
38
|
+
if override == 'y'
|
39
|
+
puts CLI::UI.fmt("deleting #{name}")
|
40
|
+
system "rm -rf ./#{name}"
|
41
|
+
else
|
42
|
+
exit(0)
|
43
|
+
end
|
44
|
+
end
|
45
|
+
system "git clone #{@template_url} #{name}"
|
46
|
+
end
|
47
|
+
|
48
|
+
def get_template_info
|
49
|
+
template_path = Dir.glob("./#{name}/*.xcodeproj").first
|
50
|
+
@template_name = File.basename(template_path, '.xcodeproj')
|
51
|
+
@template_author, @template_organization = template_author_organization
|
52
|
+
end
|
53
|
+
|
54
|
+
def ask_info_for_new
|
55
|
+
puts CLI::UI.fmt("{{green: Let's go over some question to create your base project code!}}")
|
56
|
+
|
57
|
+
@author = CLI::UI.ask('author for the project:')
|
58
|
+
@organization = CLI::UI.ask('organization for the project:')
|
59
|
+
@repository_address = CLI::UI.ask('repository address for the project:')
|
60
|
+
end
|
61
|
+
|
62
|
+
def remove_useless
|
63
|
+
system "rm -rf ./#{name}/.git"
|
64
|
+
system "rm -rf ./#{name}/**/xcuserdata/"
|
65
|
+
system "rm -rf ./#{name}/**/**/xcuserdata/"
|
66
|
+
system "rm -rf ./#{name}/**/**/xcshareddata"
|
67
|
+
end
|
68
|
+
|
69
|
+
def configure_template
|
70
|
+
traverse_dir(Pathname("./#{name}"))
|
71
|
+
end
|
72
|
+
|
73
|
+
def set_bundle_identifiers
|
74
|
+
puts CLI::UI.fmt("{{cyan: Let's setup your bundle identifiers}}")
|
75
|
+
project = Xcodeproj::Project.open("./#{name}/#{name}.xcodeproj")
|
76
|
+
project.targets.each do |target|
|
77
|
+
target.build_configurations.each do |config|
|
78
|
+
original_bundle_identifier = config.build_settings["PRODUCT_BUNDLE_IDENTIFIER"]
|
79
|
+
question = CLI::UI.fmt("target {{green:#{target}}} under {{green:#{config}}} configuration")
|
80
|
+
answer = CLI::UI.ask(question, default: original_bundle_identifier)
|
81
|
+
config.build_settings["PRODUCT_BUNDLE_IDENTIFIER"] = answer
|
82
|
+
end
|
83
|
+
end
|
84
|
+
project.save
|
85
|
+
end
|
86
|
+
|
87
|
+
def add_git_repository
|
88
|
+
Dir.chdir("#{name}") do |_|
|
89
|
+
puts CLI::UI.fmt("{{green: initializing git}}")
|
90
|
+
system "git init"
|
91
|
+
system "git remote add origin #{repository_address}" unless repository_address.empty?
|
92
|
+
project = "./#{name}.xcworkspace"
|
93
|
+
project = "./#{name}.xcodeproj" unless Dir.glob(project).any?
|
94
|
+
system "open #{project}"
|
95
|
+
end
|
96
|
+
end
|
97
|
+
|
98
|
+
def traverse_dir(file_path)
|
99
|
+
if File.directory?(file_path)
|
100
|
+
file_path = rename(file_path)
|
101
|
+
Dir.each_child(file_path) do |file|
|
102
|
+
traverse_dir(file_path + file)
|
103
|
+
end
|
104
|
+
else
|
105
|
+
update_content(file_path)
|
106
|
+
end
|
107
|
+
end
|
108
|
+
|
109
|
+
def template_author_organization
|
110
|
+
app_delegate_swift_path = Dir.glob("./#{name}/**/**/*AppDelegate*.swift").last
|
111
|
+
raise "Can't find your AppDelegate file" if app_delegate_swift_path.nil?
|
112
|
+
|
113
|
+
author = File.open(app_delegate_swift_path) do |file|
|
114
|
+
file.each_line.with_index do |line, _|
|
115
|
+
break line if /^\/\/ {2}Created by/ =~ line
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
organization = File.open(app_delegate_swift_path) do |file|
|
120
|
+
file.each_line do |line|
|
121
|
+
break line if /^\/\/ {2}Copyright ©/ =~ line
|
122
|
+
end
|
123
|
+
end
|
124
|
+
index1 = author.index 'by'
|
125
|
+
index2 = author.index 'on'
|
126
|
+
author = author[index1+3 ... index2]
|
127
|
+
|
128
|
+
index3 = organization.index '©'
|
129
|
+
index4 = organization.index '.'
|
130
|
+
organization = organization[index3+7 ... index4]
|
131
|
+
|
132
|
+
[author, organization]
|
133
|
+
end
|
134
|
+
|
135
|
+
def rename(original_name)
|
136
|
+
name_new = original_name.sub(Regexp.new(Regexp.escape(template_name), Regexp::IGNORECASE), name)
|
137
|
+
File.rename(original_name, name_new)
|
138
|
+
name_new
|
139
|
+
end
|
140
|
+
|
141
|
+
def update_content(file_path)
|
142
|
+
puts "updating #{file_path}"
|
143
|
+
|
144
|
+
begin
|
145
|
+
|
146
|
+
file = File.new("#{file_path}_new", "w+")
|
147
|
+
origin = File.open(file_path, "r:UTF-8" )
|
148
|
+
origin.each do |line|
|
149
|
+
line = "// Created by #{author} on #{Date.today}." if /^\/\/ {2}Created by/ =~ line
|
150
|
+
line = "// Copyright © 2018 #{organization}. All rights reserved." if /^\/\/ {2}Copyright ©/ =~ line
|
151
|
+
line.gsub!(Regexp.new(Regexp.escape(template_name), Regexp::IGNORECASE), name)
|
152
|
+
line.gsub!(Regexp.new(Regexp.escape(template_organization), Regexp::IGNORECASE), organization)
|
153
|
+
line.gsub!(Regexp.new(Regexp.escape(template_author), Regexp::IGNORECASE), author)
|
154
|
+
file.puts line
|
155
|
+
end
|
156
|
+
origin.close
|
157
|
+
file.close
|
158
|
+
File.delete(origin)
|
159
|
+
File.rename("#{file_path}_new", file_path)
|
160
|
+
|
161
|
+
rescue Exception
|
162
|
+
# ignored
|
163
|
+
end
|
164
|
+
rename(file_path)
|
165
|
+
end
|
166
|
+
end
|
167
|
+
end
|
168
|
+
end
|
data/toxic.gemspec
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
|
2
|
+
lib = File.expand_path("../lib", __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require "toxic/version"
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "toxic"
|
8
|
+
spec.version = Toxic::VERSION
|
9
|
+
spec.authors = ["liubo"]
|
10
|
+
spec.email = ["liubo004@126.com"]
|
11
|
+
|
12
|
+
spec.summary = %q{create xcode project from template}
|
13
|
+
spec.description = %q{create xcode project from template}
|
14
|
+
spec.homepage = "https://github.com/srv7/Toxic"
|
15
|
+
spec.license = "MIT"
|
16
|
+
|
17
|
+
# Specify which files should be added to the gem when it is released.
|
18
|
+
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
19
|
+
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
20
|
+
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
21
|
+
end
|
22
|
+
spec.bindir = "exe"
|
23
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
24
|
+
spec.require_paths = ["lib"]
|
25
|
+
|
26
|
+
spec.add_development_dependency "bundler", "~> 1.17"
|
27
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
28
|
+
|
29
|
+
spec.add_dependency 'gli', '~> 2.18'
|
30
|
+
spec.add_dependency 'xcodeproj', '~> 1.7.0'
|
31
|
+
spec.add_dependency 'cli-ui', '~> 1.2.1'
|
32
|
+
end
|
metadata
ADDED
@@ -0,0 +1,130 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: toxic
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- liubo
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2018-11-29 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.17'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.17'
|
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
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: gli
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '2.18'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '2.18'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: xcodeproj
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: 1.7.0
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: 1.7.0
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: cli-ui
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: 1.2.1
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 1.2.1
|
83
|
+
description: create xcode project from template
|
84
|
+
email:
|
85
|
+
- liubo004@126.com
|
86
|
+
executables:
|
87
|
+
- toxic
|
88
|
+
extensions: []
|
89
|
+
extra_rdoc_files: []
|
90
|
+
files:
|
91
|
+
- ".gitignore"
|
92
|
+
- CODE_OF_CONDUCT.md
|
93
|
+
- Gemfile
|
94
|
+
- Gemfile.lock
|
95
|
+
- LICENSE.txt
|
96
|
+
- README.md
|
97
|
+
- Rakefile
|
98
|
+
- bin/console
|
99
|
+
- bin/setup
|
100
|
+
- exe/toxic
|
101
|
+
- lib/toxic.rb
|
102
|
+
- lib/toxic/command/project.rb
|
103
|
+
- lib/toxic/source/project.rb
|
104
|
+
- lib/toxic/version.rb
|
105
|
+
- toxic.gemspec
|
106
|
+
homepage: https://github.com/srv7/Toxic
|
107
|
+
licenses:
|
108
|
+
- MIT
|
109
|
+
metadata: {}
|
110
|
+
post_install_message:
|
111
|
+
rdoc_options: []
|
112
|
+
require_paths:
|
113
|
+
- lib
|
114
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
115
|
+
requirements:
|
116
|
+
- - ">="
|
117
|
+
- !ruby/object:Gem::Version
|
118
|
+
version: '0'
|
119
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
120
|
+
requirements:
|
121
|
+
- - ">="
|
122
|
+
- !ruby/object:Gem::Version
|
123
|
+
version: '0'
|
124
|
+
requirements: []
|
125
|
+
rubyforge_project:
|
126
|
+
rubygems_version: 2.7.7
|
127
|
+
signing_key:
|
128
|
+
specification_version: 4
|
129
|
+
summary: create xcode project from template
|
130
|
+
test_files: []
|