idevice 1.1.5.3 → 1.1.5.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/idevice/plist.rb +6 -6
- data/lib/idevice/version.rb +1 -1
- metadata +4 -4
data/lib/idevice/plist.rb
CHANGED
@@ -124,9 +124,9 @@ module Idevice
|
|
124
124
|
C.plist_new_uint(val)
|
125
125
|
end
|
126
126
|
|
127
|
-
def self.new_uid(val)
|
128
|
-
C.plist_new_uint(val)
|
129
|
-
end
|
127
|
+
#def self.new_uid(val)
|
128
|
+
#C.plist_new_uint(val)
|
129
|
+
#end
|
130
130
|
|
131
131
|
def self.new_data(data)
|
132
132
|
FFI::MemoryPointer.from_bytes(data) do |p_data|
|
@@ -219,7 +219,7 @@ module Idevice
|
|
219
219
|
attach_function :plist_new_date, [:int32, :int32], Plist_t
|
220
220
|
|
221
221
|
#PLIST_API plist_t plist_new_uid(uint64_t val);
|
222
|
-
attach_function :plist_new_uid, [:uint64], Plist_t
|
222
|
+
#attach_function :plist_new_uid, [:uint64], Plist_t
|
223
223
|
|
224
224
|
#PLIST_API plist_t plist_copy(plist_t node);
|
225
225
|
attach_function :plist_copy, [Plist_t], Plist_t
|
@@ -313,7 +313,7 @@ module Idevice
|
|
313
313
|
attach_function :plist_get_date_val, [Plist_t, :pointer, :pointer], :void
|
314
314
|
|
315
315
|
#PLIST_API void plist_get_uid_val(plist_t node, uint64_t * val);
|
316
|
-
attach_function :plist_get_uid_val, [Plist_t, :pointer], :void
|
316
|
+
#attach_function :plist_get_uid_val, [Plist_t, :pointer], :void
|
317
317
|
|
318
318
|
#PLIST_API void plist_set_type(plist_t node, plist_type type);
|
319
319
|
attach_function :plist_set_type, [Plist_t, :plist_type], :void
|
@@ -340,7 +340,7 @@ module Idevice
|
|
340
340
|
attach_function :plist_set_date_val, [Plist_t, :int32, :int32], :void
|
341
341
|
|
342
342
|
#PLIST_API void plist_set_uid_val(plist_t node, uint64_t val);
|
343
|
-
attach_function :plist_set_uid_val, [Plist_t, :int32, :int32], :void
|
343
|
+
#attach_function :plist_set_uid_val, [Plist_t, :int32, :int32], :void
|
344
344
|
|
345
345
|
# void plist_from_bin(const char *plist_bin, uint32_t length, plist_t * plist);
|
346
346
|
attach_function :plist_from_bin, [:pointer, :uint32, :pointer], :void
|
data/lib/idevice/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: idevice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.5.
|
4
|
+
version: 1.1.5.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-12-
|
12
|
+
date: 2013-12-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: ffi
|
@@ -190,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
190
190
|
version: '0'
|
191
191
|
segments:
|
192
192
|
- 0
|
193
|
-
hash:
|
193
|
+
hash: -1124401989614108024
|
194
194
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
195
195
|
none: false
|
196
196
|
requirements:
|
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
199
|
version: '0'
|
200
200
|
segments:
|
201
201
|
- 0
|
202
|
-
hash:
|
202
|
+
hash: -1124401989614108024
|
203
203
|
requirements: []
|
204
204
|
rubyforge_project:
|
205
205
|
rubygems_version: 1.8.25
|