xsort 1.2.1 → 1.2.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 844f7e4de980c4c7801ee69727fd64f7ba622910f552b46f4908b977994313e6
4
- data.tar.gz: d92396cc32aae0a7bfb1ac004770b3014128dc2e2c0f15f14809daa1740ce1a4
3
+ metadata.gz: 759131d784bc21dd73cc4afcae868d405c87c41cb090fe3e6a91614d33679ecc
4
+ data.tar.gz: 255c99b700aaef6368b61c6a6873dfd29ec4e36875e76dd4ffd5cb64df3598cb
5
5
  SHA512:
6
- metadata.gz: f7366706fe26814aa9c71c9d3489cf4a76fedd3538de3540c4c08a80da08708dc93db34d0a3073449cc8ae00218e59b8c082b4fc6ed5c7667ccc5399bdfa6bd7
7
- data.tar.gz: 45b261a826d844cad25968ee32d0c648ab740f7455a7c772f5fb978117a2357bc0448d253ebecbb7b0b149b76978a5a3c5f49ff5209054d55bc526280e9e79e1
6
+ metadata.gz: 79e7e8209965063a2c70f6bcb7545d1b4b606473fb28b45a757793e09f3928fd0767932ffc28092bcc8bf2af78ad57d1e8e4371791ef1957fef58892e6345e36
7
+ data.tar.gz: 00146f2c17f73a1e268fc3f7f4ebb91dd7f296701d002cfedc71eda7bdc1016d705cc6e67d434b69eaa5e09ff99489091e928abff4e4ab0decb6f14fd84e052f
data/README.md CHANGED
@@ -162,5 +162,5 @@ xsort ../App/App.xcodeproj -r
162
162
  ```
163
163
  ->> ./xsort -v
164
164
 
165
- Version: 1.2.0
165
+ Version: 1.2.1
166
166
  ```
@@ -1,5 +1,6 @@
1
1
  require "xsort/xcodeproj/pbxproj/pbxobject/Pbxproj"
2
2
  require "xsort/xcodeproj/pbxproj/pbxobject/PbxSort"
3
3
  require "xsort/xcodeproj/pbxproj/pbxobject/PbxWrite"
4
+ require "xsort/xcodeproj/pbxproj/pbxobject/Emurate"
4
5
  require "xsort/version"
5
6
  require "xsort/option"
@@ -1,3 +1,3 @@
1
1
  module Xsort
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
@@ -1,5 +1,3 @@
1
- require File.expand_path(File.dirname(__FILE__) + "/Pbxproj")
2
-
3
1
  module Xcodeproj
4
2
  module Pbxproj
5
3
  module PbxObject
@@ -11,6 +11,9 @@ module Xcodeproj
11
11
  @write = write
12
12
  end
13
13
 
14
+ # We will overwrite the pbxobject that re-sorted Xcode's xcodeproj into a file.
15
+ #
16
+ #
14
17
  def overWrite
15
18
  isPbxGroup = false
16
19
  pbxValue = ""
@@ -54,7 +57,7 @@ module Xcodeproj
54
57
  puts "The entered path is invalid."
55
58
  end
56
59
  if isSuccess == true
57
- puts "Xsort Successful (☝ ՞ਊ ՞)☝"
60
+ puts "Xsort Successful (☝ ՞ਊ ՞)☝!"
58
61
  end
59
62
  end
60
63
 
@@ -1,5 +1,3 @@
1
- require File.expand_path(File.dirname(__FILE__) + "/Emurate")
2
-
3
1
  module Xcodeproj
4
2
  module Pbxproj
5
3
  module PbxObject
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xsort
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - keisuke