Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.91 KB | None | 0 0
  1. #! /bin/bash
  2. appledoc
  3. --project-name "GSFDataCollector"
  4. --project-company "GSF SDP Team"
  5. --company-id "com.sdpllnl"
  6. --docset-feed-url "https://github.com/mbaptist23/open-fusion-ios"
  7. --docset-package-url "https://github.com/mbaptist23/open-fusion-ios"
  8. --docset-fallback-url "https://github.com/mbaptist23/open-fusion-ios"
  9. --output "~/help"
  10. --publish-docset
  11. --logformat xcode
  12. --keep-undocumented-objects
  13. --keep-undocumented-members
  14. --no-repeat-first-par
  15. --ignore "*.m"
  16. --ignore "*.mm"
  17. --ignore "GoogleMaps.bundle"
  18. --ignore "GoogleMaps.framework"
  19. --ignore "GSFDataCollecter.*"
  20. --ignore "Pods"
  21. --ignore "Podfile"
  22. --ignore "Podfile.lock"
  23. --ignore "LICENCE"
  24. --index-desc "./README.md"
  25. "."
  26.  
  27. //
  28. // GSFSpinner.h
  29. // GSFDataCollecter
  30. //
  31. // Created by Michael Baptist on 3/13/14.
  32. // Copyright (c) 2014 Michael Baptist - LLNL. All rights reserved.
  33. //
  34.  
  35. #import <UIKit/UIKit.h>
  36.  
  37. @interface GSFSpinner : UIView
  38.  
  39. /**
  40. * Creates a default spinner in the middle of the screen.
  41. *
  42. * @return A new GSFSpinner.
  43. */
  44. - (id)init;
  45.  
  46. /**
  47. * Creates a spinner with custom size and custom location.
  48. *
  49. * @param frame The frame for the new GSFSpinner to be used.
  50. *
  51. * @return A new GSFSpinner with custom frame.
  52. */
  53. - (id)initWithFrame:(CGRect)frame;
  54.  
  55. /**
  56. * The actual spinner itself that is inside the custom view. Since this is a regular UIActivity spinner. The developer can customize it how ever they want.
  57. */
  58. @property (nonatomic) UIActivityIndicatorView *spinner;
  59.  
  60. /**
  61. * Label that says why the spinner is spinning.
  62. */
  63. @property (nonatomic) UILabel *label;
  64.  
  65. /**
  66. * Width of the view containing the spinner.
  67. */
  68. @property (nonatomic) NSUInteger width;
  69.  
  70. /**
  71. * Height of the view containing the spinner.
  72. */
  73. @property (nonatomic) NSUInteger height;
  74.  
  75. // sets the label text to white system font of size 14
  76. /**
  77. * Sets the label tetx to white system font of size 14.
  78. *
  79. * @param text The text to be inserted into the label.
  80. */
  81. - (void)setLabelText:(NSString*)text;
  82.  
  83. @end
  84.  
  85. 2014-04-07 11:38:50.555 appledoc[69348:507] -[__NSCFArray errorHandleDataReceived:]: unrecognized selector sent to instance 0x7fce10289f90
  86. Oops, something went wrong...
  87. NSInvalidArgumentException: -[__NSCFArray errorHandleDataReceived:]: unrecognized selector sent to instance 0x7fce10289f90
  88. @ 0 CoreFoundation 0x00007fff8399725c __exceptionPreprocess + 172
  89. @ 1 libobjc.A.dylib 0x00007fff857cae75 objc_exception_throw + 43
  90. @ 2 CoreFoundation 0x00007fff8399a12d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
  91. @ 3 CoreFoundation 0x00007fff838f53f2 ___forwarding___ + 1010
  92. @ 4 CoreFoundation 0x00007fff838f4f78 _CF_forwarding_prep_0 + 120
  93. @ 5 CoreFoundation 0x00007fff83965e0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
  94. @ 6 CoreFoundation 0x00007fff83859a6d _CFXNotificationPost + 2893
  95. @ 7 Foundation 0x00007fff863947ba -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
  96. @ 8 Foundation 0x00007fff8648d450 _performFileHandleSource + 1548
  97. @ 9 CoreFoundation 0x00007fff838c8731 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
  98. @ 10 CoreFoundation 0x00007fff838b9f69 __CFRunLoopDoSources0 + 441
  99. @ 11 CoreFoundation 0x00007fff838b962f __CFRunLoopRun + 831
  100. @ 12 CoreFoundation 0x00007fff838b90b5 CFRunLoopRunSpecific + 309
  101. @ 13 HIToolbox 0x00007fff892cba0d RunCurrentEventLoopInMode + 226
  102. @ 14 HIToolbox 0x00007fff89417a81 GetNextEventMatchingMask + 349
  103. @ 15 HIToolbox 0x00007fff8941787a WNEInternal + 168
  104. @ 16 HIToolbox 0x00007fff894177c6 WaitNextEvent + 52
  105. @ 17 AppleScript 0x000000010beefaf9 _Z19AEDefaultActiveProcPv + 131
  106. @ 18 AppleScript 0x000000010bef4400 _Z23InternalComponentActivej + 82
  107. @ 19 AppleScript 0x000000010bf229eb _Z13UASRemoteSendhhhhhPh + 653
  108. @ 20 AppleScript 0x000000010bf2dfdb _Z13UASValue_Sendhh14TUASClassIndexh + 329
  109. @ 21 AppleScript 0x000000010bf0950b _Z11UASExecute1v + 321
  110. @ 22 AppleScript 0x000000010bf09378 _Z10UASExecuteh + 188
  111. @ 23 AppleScript 0x000000010bed95ba _Z9ASExecutejjiPj + 460
  112. @ 24 AppleScript 0x000000010bed530d AppleScriptComponent + 845
  113. @ 25 AppleScript 0x000000010beef523 _ZN12AGenericCall8DelegateEP23ComponentInstanceRecord + 37
  114. @ 26 AppleScript 0x000000010beef4e9 _ZN15AGenericManager13HandleOSACallEP19ComponentParameters + 57
  115. @ 27 AppleScript 0x000000010beeeaf8 GenericComponent + 104
  116. @ 28 OpenScripting 0x00007fff8fc7bff1 OSAExecute + 72
  117. @ 29 Foundation 0x00007fff86455ae2 -[NSAppleScript(NSPrivate) _executeWithMode:andReturnError:] + 127
  118. @ 30 appledoc 0x00000001091223c4 appledoc + 304068
  119. @ 31 appledoc 0x0000000109109648 appledoc + 202312
  120. @ 32 CoreFoundation 0x00007fff838cb479 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 137
  121. @ 33 CoreFoundation 0x00007fff838cac1f -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 319
  122. @ 34 appledoc 0x0000000109109465 appledoc + 201829
  123. @ 35 appledoc 0x00000001090dbf9a appledoc + 16282
  124. @ 36 appledoc 0x00000001090da756 appledoc + 10070
  125. @ 37 appledoc 0x00000001090da956 appledoc + 10582
  126. @ 38 appledoc 0x00000001090d9e74 appledoc + 7796
  127. @ 39 ??? 0x000000000000002c 0x0 + 44
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement