itools 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05eb1a8ec86107322190f9fcf09f97645a3d896a03bd02f6bfd8c24e96fb60e1
4
- data.tar.gz: 3a68753c88cfe5c97d4efeb6d46e093eedcc61fc3641f81eaca143ec24eb46a6
3
+ metadata.gz: 2876ab57e24166720edbf0095b8e285b85ad645a66efd062c070cb83f7283295
4
+ data.tar.gz: e8ba46ca564e846af2bab933d5d269c1b6fa9ce62c2073c61479c023d39113a4
5
5
  SHA512:
6
- metadata.gz: ef3c8eab8aa975ffaf1d7680e32f90bf7a4e74ef9ee67a1cdabc8dfdf5dc976867195a4a07f74c98fa698074cda0094433063c6aa9cac8bd920a7b3fb91479b1
7
- data.tar.gz: 91ad3f0b2cef499a0eb4c6fc722ca3f02c91e78528ae48c2f46ea07e52cdef86e862214ecbb06ebcdb1b963fb1e771148785df71ea53acc621708b0aeedbb73f
6
+ metadata.gz: 7c4f1708c264a5319776106626406b892c9e24f8b64e49c7e3e38fa34e7fc23dfb6d444faa8235d835ec8498dc4fc3d069554a1dcda8c311aabb5bcd891fe19f
7
+ data.tar.gz: 603e757dbb3b4003309c64b93a877cea9f572018130cee216384b260e0fc5ef5400ff982b74738d3a7d8de798e8a128ac0cf117f32bdae20aec83015e132b341
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ ruby-2.3.7
data/CODE_OF_CONDUCT.md CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at zhanggui@maoyan.com. All
58
+ reported by contacting the project team at scottzg@126.com. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- itools (0.1.2)
4
+ itools (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,43 +1,37 @@
1
- # Itools
1
+ # itools
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/itools`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ a iOSer's tool.
6
4
 
7
5
  ## Installation
8
6
 
9
- Add this line to your application's Gemfile:
10
7
 
11
8
  ```ruby
12
- gem 'itools'
9
+ gem install itools
13
10
  ```
14
11
 
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install itools
22
-
23
12
  ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- 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.
30
-
31
- 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).
32
-
13
+ ### First Step
14
+ Open Xcode Write Link Map File Setting to YES for getting the Link Map File.
15
+ ### Second Step
16
+ ```shell
17
+ #link map file's name
18
+ itools parse LinkMapDemo-LinkMap-normal-arm64.txt
19
+ # or
20
+ itools parse /user/Desk/LinkMapDemo-LinkMap-normal-arm64.txt
21
+ ```
22
+ The result is:
23
+ ```ruby
24
+ AppDelegate.o 8.50KB
25
+ ViewController.o 735B
26
+ LinkMapDemo.app-Simulated.xcent 386B
27
+ main.o 192B
28
+ linker synthesized 128B
29
+ libobjc.tbd 120B
30
+ Foundation.tbd 24B
31
+ UIKit.tbd 24B
32
+ Total Size:10.07KB
33
+ ```
34
+ For more information, see:[https://www.cnblogs.com/zhanggui/p/9991455.html](https://www.cnblogs.com/zhanggui/p/9991455.html)
33
35
  ## Contributing
34
36
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/itools. 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.
36
-
37
- ## License
38
-
39
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
-
41
- ## Code of Conduct
42
-
43
- Everyone interacting in the Itools project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/itools/blob/master/CODE_OF_CONDUCT.md).
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/ScottZg/itools. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the
@@ -1,3 +1,3 @@
1
1
  module Itools
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - zhanggui
@@ -61,6 +61,7 @@ extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
63
  - ".gitignore"
64
+ - ".ruby-version"
64
65
  - CODE_OF_CONDUCT.md
65
66
  - Gemfile
66
67
  - Gemfile.lock