ios_android_toolbox 0.0.22 → 0.0.23

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.
@@ -39,17 +39,6 @@ module IosAndroidToolbox
39
39
  end
40
40
  end
41
41
 
42
- # def app_id
43
- # # <key>application-identifier</key>
44
- # # <string>NDVAA33T9J.com.favequest.FFSApp.87.ircpa</string>
45
- # if /<key>application-identifier<\/key>\s*<string>[A-Za-z0-9]+\.([^<]+)<\/string>/.match(contents)
46
- # puts "Found app Id: #{$1}" if DEBUG
47
- # app_id = $1
48
- # else
49
- # nil
50
- # end
51
- # end
52
-
53
42
  def app_id
54
43
  @app_id ||= begin
55
44
  id = plist['Entitlements']['application-identifier']
@@ -65,19 +54,6 @@ module IosAndroidToolbox
65
54
  plist['ApplicationIdentifierPrefix']
66
55
  end
67
56
 
68
- # def creation_date
69
- # # <key>CreationDate</key>
70
- # # <date>2011-08-30T02:11:55Z</date>
71
- # if /<key>CreationDate<\/key>\s*<date>([^<]+)<\/date>/.match(contents)
72
- # #creation_date = Date.strptime($1, '%Y-%m-%dT%h:%M:%sZ')
73
- # creation_date = Time.parse($1)
74
- # puts "Found Creation date: #{creation_date.to_s}" if DEBUG
75
- # creation_date
76
- # else
77
- # nil
78
- # end
79
- # end
80
-
81
57
  def creation_date
82
58
  plist['CreationDate']
83
59
  end
@@ -1,3 +1,3 @@
1
1
  module IosAndroidToolbox
2
- VERSION = "0.0.22"
2
+ VERSION = "0.0.23"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ios_android_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 22
10
- version: 0.0.22
9
+ - 23
10
+ version: 0.0.23
11
11
  platform: ruby
12
12
  authors:
13
13
  - Igor Sales