motion-logger 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,4 +1,4 @@
1
- vendor/Pods/Pods.xcodeproj/project.pbxproj
1
+ vendor/Pods/Pods.xcodeproj/project.pbxproj
2
2
  vendor/Pods/build-*/
3
3
  Gemfile.lock
4
4
  .repl_history
data/README.md CHANGED
@@ -42,7 +42,7 @@ Motion::Project::App.setup do |app|
42
42
 
43
43
  # Only needed if you are not already using pods
44
44
  app.pods do
45
- dependency 'CocoaLumberjack'
45
+ pod 'CocoaLumberjack'
46
46
  end
47
47
  end
48
48
  ```
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ Motion::Project::App.setup do |app|
10
10
  app.name = 'logger'
11
11
 
12
12
  app.pods do
13
- dependency 'CocoaLumberjack'
13
+ pod 'CocoaLumberjack'
14
14
  end
15
15
  end
16
16
 
@@ -1,5 +1,5 @@
1
1
  module Motion
2
2
  module Logger
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
data/lib/motion-logger.rb CHANGED
@@ -10,5 +10,5 @@ Motion::Project::App.setup do |app|
10
10
  end
11
11
 
12
12
  app.pods ||= Motion::Project::CocoaPods.new(app)
13
- app.pods.dependency 'CocoaLumberjack'
13
+ app.pods.pod 'CocoaLumberjack'
14
14
  end
@@ -14,6 +14,6 @@ Gem::Specification.new do |gem|
14
14
  gem.require_paths = ["lib"]
15
15
  gem.version = Motion::Logger::VERSION
16
16
 
17
- gem.add_dependency 'motion-cocoapods', '>= 1.0.3'
17
+ gem.add_dependency 'motion-cocoapods', '>= 1.1.0'
18
18
  gem.add_development_dependency 'motion-redgreen'
19
19
  end
data/vendor/Podfile.lock CHANGED
@@ -1,6 +1,5 @@
1
1
  PODS:
2
- - CocoaLumberjack (1.3.3)
2
+ - CocoaLumberjack (1.6)
3
3
 
4
4
  DEPENDENCIES:
5
5
  - CocoaLumberjack
6
- - CocoaLumberjack
@@ -0,0 +1,24 @@
1
+ # Acknowledgements
2
+ This application makes use of the following third party libraries:
3
+
4
+ ## CocoaLumberjack
5
+
6
+ Software License Agreement (BSD License)
7
+
8
+ Copyright (c) 2010, Deusty, LLC
9
+ All rights reserved.
10
+
11
+ Redistribution and use of this software in source and binary forms,
12
+ with or without modification, are permitted provided that the following conditions are met:
13
+
14
+ * Redistributions of source code must retain the above
15
+ copyright notice, this list of conditions and the
16
+ following disclaimer.
17
+
18
+ * Neither the name of Deusty nor the names of its
19
+ contributors may be used to endorse or promote products
20
+ derived from this software without specific prior
21
+ written permission of Deusty, LLC.
22
+
23
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24
+ Generated by CocoaPods - http://cocoapods.org
@@ -0,0 +1,54 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>PreferenceSpecifiers</key>
6
+ <array>
7
+ <dict>
8
+ <key>FooterText</key>
9
+ <string>This application makes use of the following third party libraries:</string>
10
+ <key>Title</key>
11
+ <string>Acknowledgements</string>
12
+ <key>Type</key>
13
+ <string>PSGroupSpecifier</string>
14
+ </dict>
15
+ <dict>
16
+ <key>FooterText</key>
17
+ <string>Software License Agreement (BSD License)
18
+
19
+ Copyright (c) 2010, Deusty, LLC
20
+ All rights reserved.
21
+
22
+ Redistribution and use of this software in source and binary forms,
23
+ with or without modification, are permitted provided that the following conditions are met:
24
+
25
+ * Redistributions of source code must retain the above
26
+ copyright notice, this list of conditions and the
27
+ following disclaimer.
28
+
29
+ * Neither the name of Deusty nor the names of its
30
+ contributors may be used to endorse or promote products
31
+ derived from this software without specific prior
32
+ written permission of Deusty, LLC.
33
+
34
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>
35
+ <key>Title</key>
36
+ <string>CocoaLumberjack</string>
37
+ <key>Type</key>
38
+ <string>PSGroupSpecifier</string>
39
+ </dict>
40
+ <dict>
41
+ <key>FooterText</key>
42
+ <string>Generated by CocoaPods - http://cocoapods.org</string>
43
+ <key>Title</key>
44
+ <string></string>
45
+ <key>Type</key>
46
+ <string>PSGroupSpecifier</string>
47
+ </dict>
48
+ </array>
49
+ <key>StringsTable</key>
50
+ <string>Acknowledgements</string>
51
+ <key>Title</key>
52
+ <string>Acknowledgements</string>
53
+ </dict>
54
+ </plist>
@@ -3,13 +3,17 @@
3
3
  install_resource()
4
4
  {
5
5
  case $1 in
6
+ *.storyboard)
7
+ echo "ibtool --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}"
8
+ ibtool --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}"
9
+ ;;
6
10
  *.xib)
7
- echo "ibtool --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .xib`.nib ${SRCROOT}/Pods/$1 --sdk ${SDKROOT}"
8
- ibtool --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .xib`.nib ${SRCROOT}/Pods/$1 --sdk ${SDKROOT}
11
+ echo "ibtool --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}"
12
+ ibtool --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}"
9
13
  ;;
10
14
  *)
11
- echo "cp -R ${SRCROOT}/Pods/$1 ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
12
- cp -R "${SRCROOT}/Pods/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
15
+ echo "cp -R ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
16
+ cp -R "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
13
17
  ;;
14
18
  esac
15
19
  }
@@ -18,12 +18,12 @@
18
18
  <enum name='LOG_LEVEL_VERBOSE' value='15'/>
19
19
  <enum name='LOG_LEVEL_WARN' value='3'/>
20
20
  <function name='DDExtractFileNameWithoutExtension'>
21
- <arg name='filePath' declared_type='char*' const='true' type='*'/>
21
+ <arg name='filePath' const='true' declared_type='char*' type='*'/>
22
22
  <arg name='copy' declared_type='BOOL' type='B'/>
23
23
  <retval declared_type='NSString*' type='@'/>
24
24
  </function>
25
25
  <class name='DDASLLogger'>
26
- <method selector='sharedInstance' class_method='true'>
26
+ <method class_method='true' selector='sharedInstance'>
27
27
  <retval declared_type='DDASLLogger*' type='@'/>
28
28
  </method>
29
29
  </class>
@@ -47,7 +47,7 @@
47
47
  <retval declared_type='void' type='v'/>
48
48
  </method>
49
49
  <method selector='saveThreshold'>
50
- <retval declared_type='NSUInteger' type='I'/>
50
+ <retval type64='Q' declared_type='NSUInteger' type='I'/>
51
51
  </method>
52
52
  <method selector='setDeleteInterval:'>
53
53
  <arg name='deleteInterval' declared_type='NSTimeInterval' type='d' index='0'/>
@@ -66,7 +66,7 @@
66
66
  <retval declared_type='void' type='v'/>
67
67
  </method>
68
68
  <method selector='setSaveThreshold:'>
69
- <arg name='saveThreshold' declared_type='NSUInteger' type='I' index='0'/>
69
+ <arg name='saveThreshold' type64='Q' declared_type='NSUInteger' type='I' index='0'/>
70
70
  <retval declared_type='void' type='v'/>
71
71
  </method>
72
72
  </class>
@@ -113,55 +113,55 @@
113
113
  </method>
114
114
  </class>
115
115
  <class name='DDLog'>
116
- <method selector='addLogger:' class_method='true'>
116
+ <method class_method='true' selector='addLogger:'>
117
117
  <arg name='logger' declared_type='id' type='@' index='0'/>
118
118
  <retval declared_type='void' type='v'/>
119
119
  </method>
120
- <method selector='flushLog' class_method='true'>
120
+ <method class_method='true' selector='flushLog'>
121
121
  <retval declared_type='void' type='v'/>
122
122
  </method>
123
- <method variadic='true' selector='log:level:flag:context:file:function:line:tag:format:' class_method='true'>
123
+ <method variadic='true' class_method='true' selector='log:level:flag:context:file:function:line:tag:format:'>
124
124
  <arg name='synchronous' declared_type='BOOL' type='B' index='0'/>
125
125
  <arg name='level' declared_type='int' type='i' index='1'/>
126
126
  <arg name='flag' declared_type='int' type='i' index='2'/>
127
127
  <arg name='context' declared_type='int' type='i' index='3'/>
128
- <arg name='file' declared_type='char*' const='true' type='*' index='4'/>
129
- <arg name='function' declared_type='char*' const='true' type='*' index='5'/>
128
+ <arg name='file' const='true' declared_type='char*' type='*' index='4'/>
129
+ <arg name='function' const='true' declared_type='char*' type='*' index='5'/>
130
130
  <arg name='line' declared_type='int' type='i' index='6'/>
131
131
  <arg name='tag' declared_type='id' type='@' index='7'/>
132
- <arg printf_format='true' name='format' declared_type='NSString*' type='@' index='8'/>
132
+ <arg name='format' declared_type='NSString*' type='@' printf_format='true' index='8'/>
133
133
  <retval declared_type='void' type='v'/>
134
134
  </method>
135
- <method selector='logLevelForClass:' class_method='true'>
135
+ <method class_method='true' selector='logLevelForClass:'>
136
136
  <arg name='aClass' declared_type='Class' type='#' index='0'/>
137
137
  <retval declared_type='int' type='i'/>
138
138
  </method>
139
- <method selector='logLevelForClassWithName:' class_method='true'>
139
+ <method class_method='true' selector='logLevelForClassWithName:'>
140
140
  <arg name='aClassName' declared_type='NSString*' type='@' index='0'/>
141
141
  <retval declared_type='int' type='i'/>
142
142
  </method>
143
- <method selector='loggingQueue' class_method='true'>
143
+ <method class_method='true' selector='loggingQueue'>
144
144
  <retval declared_type='dispatch_queue_t' type='^{dispatch_queue_s=}'/>
145
145
  </method>
146
- <method selector='registeredClassNames' class_method='true'>
146
+ <method class_method='true' selector='registeredClassNames'>
147
147
  <retval declared_type='NSArray*' type='@'/>
148
148
  </method>
149
- <method selector='registeredClasses' class_method='true'>
149
+ <method class_method='true' selector='registeredClasses'>
150
150
  <retval declared_type='NSArray*' type='@'/>
151
151
  </method>
152
- <method selector='removeAllLoggers' class_method='true'>
152
+ <method class_method='true' selector='removeAllLoggers'>
153
153
  <retval declared_type='void' type='v'/>
154
154
  </method>
155
- <method selector='removeLogger:' class_method='true'>
155
+ <method class_method='true' selector='removeLogger:'>
156
156
  <arg name='logger' declared_type='id' type='@' index='0'/>
157
157
  <retval declared_type='void' type='v'/>
158
158
  </method>
159
- <method selector='setLogLevel:forClass:' class_method='true'>
159
+ <method class_method='true' selector='setLogLevel:forClass:'>
160
160
  <arg name='logLevel' declared_type='int' type='i' index='0'/>
161
161
  <arg name='aClass' declared_type='Class' type='#' index='1'/>
162
162
  <retval declared_type='void' type='v'/>
163
163
  </method>
164
- <method selector='setLogLevel:forClassWithName:' class_method='true'>
164
+ <method class_method='true' selector='setLogLevel:forClassWithName:'>
165
165
  <arg name='logLevel' declared_type='int' type='i' index='0'/>
166
166
  <arg name='aClassName' declared_type='NSString*' type='@' index='1'/>
167
167
  <retval declared_type='void' type='v'/>
@@ -210,7 +210,7 @@
210
210
  <method selector='isArchived'>
211
211
  <retval declared_type='BOOL' type='B'/>
212
212
  </method>
213
- <method selector='logFileWithPath:' class_method='true'>
213
+ <method class_method='true' selector='logFileWithPath:'>
214
214
  <arg name='filePath' declared_type='NSString*' type='@' index='0'/>
215
215
  <retval declared_type='id' type='@'/>
216
216
  </method>
@@ -230,11 +230,11 @@
230
230
  </method>
231
231
  <method selector='reverseCompareByCreationDate:'>
232
232
  <arg name='another' declared_type='DDLogFileInfo*' type='@' index='0'/>
233
- <retval declared_type='NSComparisonResult' type='i'/>
233
+ <retval type64='q' declared_type='NSComparisonResult' type='i'/>
234
234
  </method>
235
235
  <method selector='reverseCompareByModificationDate:'>
236
236
  <arg name='another' declared_type='DDLogFileInfo*' type='@' index='0'/>
237
- <retval declared_type='NSComparisonResult' type='i'/>
237
+ <retval type64='q' declared_type='NSComparisonResult' type='i'/>
238
238
  </method>
239
239
  <method selector='setCreationDate:'>
240
240
  <arg name='creationDate' declared_type='NSDate*' type='@' index='0'/>
@@ -279,8 +279,8 @@
279
279
  <arg name='logLevel' declared_type='int' type='i' index='1'/>
280
280
  <arg name='logFlag' declared_type='int' type='i' index='2'/>
281
281
  <arg name='logContext' declared_type='int' type='i' index='3'/>
282
- <arg name='file' declared_type='char*' const='true' type='*' index='4'/>
283
- <arg name='function' declared_type='char*' const='true' type='*' index='5'/>
282
+ <arg name='file' const='true' declared_type='char*' type='*' index='4'/>
283
+ <arg name='function' const='true' declared_type='char*' type='*' index='5'/>
284
284
  <arg name='line' declared_type='int' type='i' index='6'/>
285
285
  <arg name='tag' declared_type='id' type='@' index='7'/>
286
286
  <retval declared_type='id' type='@'/>
@@ -293,7 +293,7 @@
293
293
  </method>
294
294
  </class>
295
295
  <class name='DDTTYLogger'>
296
- <method selector='sharedInstance' class_method='true'>
296
+ <method class_method='true' selector='sharedInstance'>
297
297
  <retval declared_type='DDTTYLogger*' type='@'/>
298
298
  </method>
299
299
  </class>
@@ -301,10 +301,10 @@
301
301
  <method selector='createNewLogFile'>
302
302
  <retval declared_type='NSString*' type='@'/>
303
303
  </method>
304
- <method selector='ddLogLevel' class_method='true'>
304
+ <method class_method='true' selector='ddLogLevel'>
305
305
  <retval declared_type='int' type='i'/>
306
306
  </method>
307
- <method selector='ddSetLogLevel:' class_method='true'>
307
+ <method class_method='true' selector='ddSetLogLevel:'>
308
308
  <arg name='logLevel' declared_type='int' type='i' index='0'/>
309
309
  <retval declared_type='void' type='v'/>
310
310
  </method>
@@ -343,14 +343,14 @@
343
343
  <retval declared_type='NSString*' type='@'/>
344
344
  </method>
345
345
  <method selector='maximumNumberOfLogFiles'>
346
- <retval declared_type='NSUInteger' type='I'/>
346
+ <retval type64='Q' declared_type='NSUInteger' type='I'/>
347
347
  </method>
348
348
  <method selector='setLogFormatter:'>
349
349
  <arg name='formatter' declared_type='id' type='@' index='0'/>
350
350
  <retval declared_type='void' type='v'/>
351
351
  </method>
352
352
  <method selector='setMaximumNumberOfLogFiles:'>
353
- <arg name='maximumNumberOfLogFiles' declared_type='NSUInteger' type='I' index='0'/>
353
+ <arg name='maximumNumberOfLogFiles' type64='Q' declared_type='NSUInteger' type='I' index='0'/>
354
354
  <retval declared_type='void' type='v'/>
355
355
  </method>
356
356
  <method selector='sortedLogFileInfos'>
@@ -376,85 +376,85 @@
376
376
  </method>
377
377
  </class>
378
378
  <informal_protocol name='DDLogFileManager'>
379
- <method type='@8@0:4' selector='createNewLogFile'>
379
+ <method type64='@16@0:8' type='@8@0:4' selector='createNewLogFile'>
380
380
  <retval declared_type='NSString*' type='@'/>
381
381
  </method>
382
- <method type='v12@0:4@8' selector='didArchiveLogFile:'>
382
+ <method type64='v24@0:8@16' type='v12@0:4@8' selector='didArchiveLogFile:'>
383
383
  <arg name='logFilePath' declared_type='NSString*' type='@' index='0'/>
384
384
  <retval declared_type='void' type='v'/>
385
385
  </method>
386
- <method type='v12@0:4@8' selector='didRollAndArchiveLogFile:'>
386
+ <method type64='v24@0:8@16' type='v12@0:4@8' selector='didRollAndArchiveLogFile:'>
387
387
  <arg name='logFilePath' declared_type='NSString*' type='@' index='0'/>
388
388
  <retval declared_type='void' type='v'/>
389
389
  </method>
390
- <method type='@8@0:4' selector='logsDirectory'>
390
+ <method type64='@16@0:8' type='@8@0:4' selector='logsDirectory'>
391
391
  <retval declared_type='NSString*' type='@'/>
392
392
  </method>
393
- <method type='I8@0:4' selector='maximumNumberOfLogFiles'>
394
- <retval declared_type='NSUInteger' type='I'/>
393
+ <method type64='Q16@0:8' type='I8@0:4' selector='maximumNumberOfLogFiles'>
394
+ <retval type64='Q' declared_type='NSUInteger' type='I'/>
395
395
  </method>
396
- <method type='v12@0:4I8' selector='setMaximumNumberOfLogFiles:'>
397
- <arg name='maximumNumberOfLogFiles' declared_type='NSUInteger' type='I' index='0'/>
396
+ <method type64='v24@0:8Q16' type='v12@0:4I8' selector='setMaximumNumberOfLogFiles:'>
397
+ <arg name='maximumNumberOfLogFiles' type64='Q' declared_type='NSUInteger' type='I' index='0'/>
398
398
  <retval declared_type='void' type='v'/>
399
399
  </method>
400
- <method type='@8@0:4' selector='sortedLogFileInfos'>
400
+ <method type64='@16@0:8' type='@8@0:4' selector='sortedLogFileInfos'>
401
401
  <retval declared_type='NSArray*' type='@'/>
402
402
  </method>
403
- <method type='@8@0:4' selector='sortedLogFileNames'>
403
+ <method type64='@16@0:8' type='@8@0:4' selector='sortedLogFileNames'>
404
404
  <retval declared_type='NSArray*' type='@'/>
405
405
  </method>
406
- <method type='@8@0:4' selector='sortedLogFilePaths'>
406
+ <method type64='@16@0:8' type='@8@0:4' selector='sortedLogFilePaths'>
407
407
  <retval declared_type='NSArray*' type='@'/>
408
408
  </method>
409
- <method type='@8@0:4' selector='unsortedLogFileInfos'>
409
+ <method type64='@16@0:8' type='@8@0:4' selector='unsortedLogFileInfos'>
410
410
  <retval declared_type='NSArray*' type='@'/>
411
411
  </method>
412
- <method type='@8@0:4' selector='unsortedLogFileNames'>
412
+ <method type64='@16@0:8' type='@8@0:4' selector='unsortedLogFileNames'>
413
413
  <retval declared_type='NSArray*' type='@'/>
414
414
  </method>
415
- <method type='@8@0:4' selector='unsortedLogFilePaths'>
415
+ <method type64='@16@0:8' type='@8@0:4' selector='unsortedLogFilePaths'>
416
416
  <retval declared_type='NSArray*' type='@'/>
417
417
  </method>
418
418
  </informal_protocol>
419
419
  <informal_protocol name='DDLogFormatter'>
420
- <method type='@12@0:4@8' selector='formatLogMessage:'>
420
+ <method type64='@24@0:8@16' type='@12@0:4@8' selector='formatLogMessage:'>
421
421
  <arg name='logMessage' declared_type='DDLogMessage*' type='@' index='0'/>
422
422
  <retval declared_type='NSString*' type='@'/>
423
423
  </method>
424
424
  </informal_protocol>
425
425
  <informal_protocol name='DDLogger'>
426
- <method type='v8@0:4' selector='didAddLogger'>
426
+ <method type64='v16@0:8' type='v8@0:4' selector='didAddLogger'>
427
427
  <retval declared_type='void' type='v'/>
428
428
  </method>
429
- <method type='v8@0:4' selector='flush'>
429
+ <method type64='v16@0:8' type='v8@0:4' selector='flush'>
430
430
  <retval declared_type='void' type='v'/>
431
431
  </method>
432
- <method type='@8@0:4' selector='logFormatter'>
432
+ <method type64='@16@0:8' type='@8@0:4' selector='logFormatter'>
433
433
  <retval declared_type='id' type='@'/>
434
434
  </method>
435
- <method type='v12@0:4@8' selector='logMessage:'>
435
+ <method type64='v24@0:8@16' type='v12@0:4@8' selector='logMessage:'>
436
436
  <arg name='logMessage' declared_type='DDLogMessage*' type='@' index='0'/>
437
437
  <retval declared_type='void' type='v'/>
438
438
  </method>
439
- <method type='@8@0:4' selector='loggerName'>
439
+ <method type64='@16@0:8' type='@8@0:4' selector='loggerName'>
440
440
  <retval declared_type='NSString*' type='@'/>
441
441
  </method>
442
- <method type='^{dispatch_queue_s=}8@0:4' selector='loggerQueue'>
442
+ <method type64='^{dispatch_queue_s=}16@0:8' type='^{dispatch_queue_s=}8@0:4' selector='loggerQueue'>
443
443
  <retval declared_type='dispatch_queue_t' type='^{dispatch_queue_s=}'/>
444
444
  </method>
445
- <method type='v12@0:4@8' selector='setLogFormatter:'>
445
+ <method type64='v24@0:8@16' type='v12@0:4@8' selector='setLogFormatter:'>
446
446
  <arg name='formatter' declared_type='id' type='@' index='0'/>
447
447
  <retval declared_type='void' type='v'/>
448
448
  </method>
449
- <method type='v8@0:4' selector='willRemoveLogger'>
449
+ <method type64='v16@0:8' type='v8@0:4' selector='willRemoveLogger'>
450
450
  <retval declared_type='void' type='v'/>
451
451
  </method>
452
452
  </informal_protocol>
453
453
  <informal_protocol name='DDRegisteredDynamicLogging'>
454
- <method type='i8@0:4' selector='ddLogLevel' class_method='true'>
454
+ <method type64='i16@0:8' type='i8@0:4' class_method='true' selector='ddLogLevel'>
455
455
  <retval declared_type='int' type='i'/>
456
456
  </method>
457
- <method type='v12@0:4i8' selector='ddSetLogLevel:' class_method='true'>
457
+ <method type64='v20@0:8i16' type='v12@0:4i8' class_method='true' selector='ddSetLogLevel:'>
458
458
  <arg name='logLevel' declared_type='int' type='i' index='0'/>
459
459
  <retval declared_type='void' type='v'/>
460
460
  </method>
@@ -1,4 +1,4 @@
1
- PODS_ROOT = $(SRCROOT)/Pods
2
- HEADER_SEARCH_PATHS = "$(PODS_ROOT)/Headers" "$(PODS_ROOT)/Headers/CocoaLumberjack"
1
+ PODS_ROOT = ${SRCROOT}/Pods
3
2
  ALWAYS_SEARCH_USER_PATHS = YES
4
- OTHER_LDFLAGS = -ObjC -all_load
3
+ OTHER_LDFLAGS = -ObjC
4
+ HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/CocoaLumberjack"
@@ -0,0 +1,4 @@
1
+ @interface PodsDummy_Pods : NSObject
2
+ @end
3
+ @implementation PodsDummy_Pods
4
+ @end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,22 +9,27 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-31 00:00:00.000000000 Z
12
+ date: 2012-07-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: motion-cocoapods
16
- requirement: &70289250322300 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.0.3
21
+ version: 1.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70289250322300
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 1.1.0
25
30
  - !ruby/object:Gem::Dependency
26
31
  name: motion-redgreen
27
- requirement: &70289250321480 !ruby/object:Gem::Requirement
32
+ requirement: !ruby/object:Gem::Requirement
28
33
  none: false
29
34
  requirements:
30
35
  - - ! '>='
@@ -32,7 +37,12 @@ dependencies:
32
37
  version: '0'
33
38
  type: :development
34
39
  prerelease: false
35
- version_requirements: *70289250321480
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
36
46
  description: A thin wrapper of CocoaLumberjack for RubyMotion.
37
47
  email:
38
48
  - francis@ignition.hk
@@ -71,10 +81,13 @@ files:
71
81
  - vendor/Pods/Headers/CocoaLumberjack/DDFileLogger.h
72
82
  - vendor/Pods/Headers/CocoaLumberjack/DDLog.h
73
83
  - vendor/Pods/Headers/CocoaLumberjack/DDTTYLogger.h
84
+ - vendor/Pods/Pods-Acknowledgements.markdown
85
+ - vendor/Pods/Pods-Acknowledgements.plist
74
86
  - vendor/Pods/Pods-prefix.pch
75
87
  - vendor/Pods/Pods-resources.sh
76
88
  - vendor/Pods/Pods.bridgesupport
77
89
  - vendor/Pods/Pods.xcconfig
90
+ - vendor/Pods/PodsDummy_Pods.m
78
91
  - vendor/Pods/build-iPhoneSimulator/libPods.a
79
92
  homepage: https://github.com/siuying/motion-logger
80
93
  licenses: []
@@ -96,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
109
  version: '0'
97
110
  requirements: []
98
111
  rubyforge_project:
99
- rubygems_version: 1.8.15
112
+ rubygems_version: 1.8.24
100
113
  signing_key:
101
114
  specification_version: 3
102
115
  summary: A thin wrapper of CocoaLumberjack for RubyMotion.