You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.pbxproj 28 kB

6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 34ECFDD12182DD9300B162D4 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 34ECFDD02182DD9300B162D4 /* AppDelegate.m */; };
  10. 34ECFDD92182DD9400B162D4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 34ECFDD82182DD9400B162D4 /* Assets.xcassets */; };
  11. 34ECFDDC2182DD9400B162D4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 34ECFDDA2182DD9400B162D4 /* LaunchScreen.storyboard */; };
  12. 34ECFDDF2182DD9400B162D4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 34ECFDDE2182DD9400B162D4 /* main.m */; };
  13. 34ECFE152182DEF500B162D4 /* PlateSegmentation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34ECFE0D2182DEF500B162D4 /* PlateSegmentation.cpp */; };
  14. 34ECFE162182DEF500B162D4 /* PlateDetection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34ECFE0E2182DEF500B162D4 /* PlateDetection.cpp */; };
  15. 34ECFE172182DEF500B162D4 /* Pipeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34ECFE0F2182DEF500B162D4 /* Pipeline.cpp */; };
  16. 34ECFE182182DEF500B162D4 /* FastDeskew.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34ECFE102182DEF500B162D4 /* FastDeskew.cpp */; };
  17. 34ECFE192182DEF500B162D4 /* Recognizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34ECFE112182DEF500B162D4 /* Recognizer.cpp */; };
  18. 34ECFE1A2182DEF500B162D4 /* FineMapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34ECFE122182DEF500B162D4 /* FineMapping.cpp */; };
  19. 34ECFE1B2182DEF500B162D4 /* CNNRecognizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34ECFE142182DEF500B162D4 /* CNNRecognizer.cpp */; };
  20. 34ECFE242182DF2F00B162D4 /* HorizonalFinemapping.caffemodel in Resources */ = {isa = PBXBuildFile; fileRef = 34ECFE1D2182DF2E00B162D4 /* HorizonalFinemapping.caffemodel */; };
  21. 34ECFE252182DF2F00B162D4 /* CharacterRecognization.caffemodel in Resources */ = {isa = PBXBuildFile; fileRef = 34ECFE1E2182DF2E00B162D4 /* CharacterRecognization.caffemodel */; };
  22. 34ECFE262182DF2F00B162D4 /* cascade.xml in Resources */ = {isa = PBXBuildFile; fileRef = 34ECFE1F2182DF2E00B162D4 /* cascade.xml */; };
  23. 34ECFE272182DF2F00B162D4 /* Segmentation.prototxt in Resources */ = {isa = PBXBuildFile; fileRef = 34ECFE202182DF2E00B162D4 /* Segmentation.prototxt */; };
  24. 34ECFE282182DF2F00B162D4 /* HorizonalFinemapping.prototxt in Resources */ = {isa = PBXBuildFile; fileRef = 34ECFE212182DF2E00B162D4 /* HorizonalFinemapping.prototxt */; };
  25. 34ECFE292182DF2F00B162D4 /* Segmentation.caffemodel in Resources */ = {isa = PBXBuildFile; fileRef = 34ECFE222182DF2E00B162D4 /* Segmentation.caffemodel */; };
  26. 34ECFE2A2182DF2F00B162D4 /* CharacterRecognization.prototxt in Resources */ = {isa = PBXBuildFile; fileRef = 34ECFE232182DF2E00B162D4 /* CharacterRecognization.prototxt */; };
  27. 34ECFE2D2182E10700B162D4 /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34ECFE2C2182E10700B162D4 /* RootViewController.mm */; };
  28. 34ECFE332182E51200B162D4 /* CameraViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34ECFE322182E51100B162D4 /* CameraViewController.mm */; };
  29. 34ECFE352182E56900B162D4 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34ECFE342182E56900B162D4 /* AVFoundation.framework */; };
  30. 34ECFE382182E5F100B162D4 /* Utility.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34ECFE372182E5F100B162D4 /* Utility.mm */; };
  31. 34ECFE3A2182FAB700B162D4 /* CoreImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34ECFE392182FAB700B162D4 /* CoreImage.framework */; };
  32. A396A338993421DC89845E63 /* libPods-lpr.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A33861A99BC945120023AC25 /* libPods-lpr.a */; };
  33. /* End PBXBuildFile section */
  34. /* Begin PBXFileReference section */
  35. 34ECFDCC2182DD9300B162D4 /* lpr.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = lpr.app; sourceTree = BUILT_PRODUCTS_DIR; };
  36. 34ECFDCF2182DD9300B162D4 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  37. 34ECFDD02182DD9300B162D4 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  38. 34ECFDD82182DD9400B162D4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  39. 34ECFDDB2182DD9400B162D4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  40. 34ECFDDD2182DD9400B162D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  41. 34ECFDDE2182DD9400B162D4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  42. 34ECFE032182DEF500B162D4 /* PlateSegmentation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlateSegmentation.h; sourceTree = "<group>"; };
  43. 34ECFE042182DEF500B162D4 /* Recognizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Recognizer.h; sourceTree = "<group>"; };
  44. 34ECFE052182DEF500B162D4 /* PlateDetection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlateDetection.h; sourceTree = "<group>"; };
  45. 34ECFE062182DEF500B162D4 /* PlateInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlateInfo.h; sourceTree = "<group>"; };
  46. 34ECFE072182DEF500B162D4 /* FineMapping.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FineMapping.h; sourceTree = "<group>"; };
  47. 34ECFE082182DEF500B162D4 /* niBlackThreshold.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = niBlackThreshold.h; sourceTree = "<group>"; };
  48. 34ECFE092182DEF500B162D4 /* FastDeskew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FastDeskew.h; sourceTree = "<group>"; };
  49. 34ECFE0A2182DEF500B162D4 /* Pipeline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pipeline.h; sourceTree = "<group>"; };
  50. 34ECFE0B2182DEF500B162D4 /* CNNRecognizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CNNRecognizer.h; sourceTree = "<group>"; };
  51. 34ECFE0D2182DEF500B162D4 /* PlateSegmentation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlateSegmentation.cpp; sourceTree = "<group>"; };
  52. 34ECFE0E2182DEF500B162D4 /* PlateDetection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlateDetection.cpp; sourceTree = "<group>"; };
  53. 34ECFE0F2182DEF500B162D4 /* Pipeline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Pipeline.cpp; sourceTree = "<group>"; };
  54. 34ECFE102182DEF500B162D4 /* FastDeskew.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FastDeskew.cpp; sourceTree = "<group>"; };
  55. 34ECFE112182DEF500B162D4 /* Recognizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Recognizer.cpp; sourceTree = "<group>"; };
  56. 34ECFE122182DEF500B162D4 /* FineMapping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FineMapping.cpp; sourceTree = "<group>"; };
  57. 34ECFE132182DEF500B162D4 /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = "<group>"; };
  58. 34ECFE142182DEF500B162D4 /* CNNRecognizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CNNRecognizer.cpp; sourceTree = "<group>"; };
  59. 34ECFE1D2182DF2E00B162D4 /* HorizonalFinemapping.caffemodel */ = {isa = PBXFileReference; lastKnownFileType = file; path = HorizonalFinemapping.caffemodel; sourceTree = "<group>"; };
  60. 34ECFE1E2182DF2E00B162D4 /* CharacterRecognization.caffemodel */ = {isa = PBXFileReference; lastKnownFileType = file; path = CharacterRecognization.caffemodel; sourceTree = "<group>"; };
  61. 34ECFE1F2182DF2E00B162D4 /* cascade.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = cascade.xml; sourceTree = "<group>"; };
  62. 34ECFE202182DF2E00B162D4 /* Segmentation.prototxt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Segmentation.prototxt; sourceTree = "<group>"; };
  63. 34ECFE212182DF2E00B162D4 /* HorizonalFinemapping.prototxt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = HorizonalFinemapping.prototxt; sourceTree = "<group>"; };
  64. 34ECFE222182DF2E00B162D4 /* Segmentation.caffemodel */ = {isa = PBXFileReference; lastKnownFileType = file; path = Segmentation.caffemodel; sourceTree = "<group>"; };
  65. 34ECFE232182DF2E00B162D4 /* CharacterRecognization.prototxt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CharacterRecognization.prototxt; sourceTree = "<group>"; };
  66. 34ECFE2B2182E10700B162D4 /* RootViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
  67. 34ECFE2C2182E10700B162D4 /* RootViewController.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = "<group>"; };
  68. 34ECFE312182E51100B162D4 /* CameraViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CameraViewController.h; sourceTree = "<group>"; };
  69. 34ECFE322182E51100B162D4 /* CameraViewController.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = CameraViewController.mm; sourceTree = "<group>"; };
  70. 34ECFE342182E56900B162D4 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
  71. 34ECFE362182E5F100B162D4 /* Utility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Utility.h; sourceTree = "<group>"; };
  72. 34ECFE372182E5F100B162D4 /* Utility.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = Utility.mm; sourceTree = "<group>"; };
  73. 34ECFE392182FAB700B162D4 /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; };
  74. 66BAD4CEFABD6705C5100968 /* Pods-lpr.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-lpr.release.xcconfig"; path = "Pods/Target Support Files/Pods-lpr/Pods-lpr.release.xcconfig"; sourceTree = "<group>"; };
  75. A33861A99BC945120023AC25 /* libPods-lpr.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-lpr.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  76. E169020B9373AF28E9C472DD /* Pods-lpr.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-lpr.debug.xcconfig"; path = "Pods/Target Support Files/Pods-lpr/Pods-lpr.debug.xcconfig"; sourceTree = "<group>"; };
  77. /* End PBXFileReference section */
  78. /* Begin PBXFrameworksBuildPhase section */
  79. 34ECFDC92182DD9300B162D4 /* Frameworks */ = {
  80. isa = PBXFrameworksBuildPhase;
  81. buildActionMask = 2147483647;
  82. files = (
  83. 34ECFE3A2182FAB700B162D4 /* CoreImage.framework in Frameworks */,
  84. 34ECFE352182E56900B162D4 /* AVFoundation.framework in Frameworks */,
  85. A396A338993421DC89845E63 /* libPods-lpr.a in Frameworks */,
  86. );
  87. runOnlyForDeploymentPostprocessing = 0;
  88. };
  89. /* End PBXFrameworksBuildPhase section */
  90. /* Begin PBXGroup section */
  91. 34ECFDC32182DD9300B162D4 = {
  92. isa = PBXGroup;
  93. children = (
  94. 34ECFDCE2182DD9300B162D4 /* lpr */,
  95. 34ECFE1C2182DF2E00B162D4 /* Resource */,
  96. 34ECFDCD2182DD9300B162D4 /* Products */,
  97. DE72138A4B42368326688C6A /* Pods */,
  98. 97C4CF37B3E356C8641CE105 /* Frameworks */,
  99. );
  100. sourceTree = "<group>";
  101. };
  102. 34ECFDCD2182DD9300B162D4 /* Products */ = {
  103. isa = PBXGroup;
  104. children = (
  105. 34ECFDCC2182DD9300B162D4 /* lpr.app */,
  106. );
  107. name = Products;
  108. sourceTree = "<group>";
  109. };
  110. 34ECFDCE2182DD9300B162D4 /* lpr */ = {
  111. isa = PBXGroup;
  112. children = (
  113. 34ECFE012182DEF500B162D4 /* Source */,
  114. 34ECFDCF2182DD9300B162D4 /* AppDelegate.h */,
  115. 34ECFDD02182DD9300B162D4 /* AppDelegate.m */,
  116. 34ECFDD82182DD9400B162D4 /* Assets.xcassets */,
  117. 34ECFDDA2182DD9400B162D4 /* LaunchScreen.storyboard */,
  118. 34ECFDDD2182DD9400B162D4 /* Info.plist */,
  119. 34ECFDDE2182DD9400B162D4 /* main.m */,
  120. 34ECFE2B2182E10700B162D4 /* RootViewController.h */,
  121. 34ECFE2C2182E10700B162D4 /* RootViewController.mm */,
  122. 34ECFE312182E51100B162D4 /* CameraViewController.h */,
  123. 34ECFE322182E51100B162D4 /* CameraViewController.mm */,
  124. 34ECFE362182E5F100B162D4 /* Utility.h */,
  125. 34ECFE372182E5F100B162D4 /* Utility.mm */,
  126. );
  127. path = lpr;
  128. sourceTree = "<group>";
  129. };
  130. 34ECFE012182DEF500B162D4 /* Source */ = {
  131. isa = PBXGroup;
  132. children = (
  133. 34ECFE022182DEF500B162D4 /* include */,
  134. 34ECFE0C2182DEF500B162D4 /* src */,
  135. );
  136. path = Source;
  137. sourceTree = "<group>";
  138. };
  139. 34ECFE022182DEF500B162D4 /* include */ = {
  140. isa = PBXGroup;
  141. children = (
  142. 34ECFE032182DEF500B162D4 /* PlateSegmentation.h */,
  143. 34ECFE042182DEF500B162D4 /* Recognizer.h */,
  144. 34ECFE052182DEF500B162D4 /* PlateDetection.h */,
  145. 34ECFE062182DEF500B162D4 /* PlateInfo.h */,
  146. 34ECFE072182DEF500B162D4 /* FineMapping.h */,
  147. 34ECFE082182DEF500B162D4 /* niBlackThreshold.h */,
  148. 34ECFE092182DEF500B162D4 /* FastDeskew.h */,
  149. 34ECFE0A2182DEF500B162D4 /* Pipeline.h */,
  150. 34ECFE0B2182DEF500B162D4 /* CNNRecognizer.h */,
  151. );
  152. path = include;
  153. sourceTree = "<group>";
  154. };
  155. 34ECFE0C2182DEF500B162D4 /* src */ = {
  156. isa = PBXGroup;
  157. children = (
  158. 34ECFE0D2182DEF500B162D4 /* PlateSegmentation.cpp */,
  159. 34ECFE0E2182DEF500B162D4 /* PlateDetection.cpp */,
  160. 34ECFE0F2182DEF500B162D4 /* Pipeline.cpp */,
  161. 34ECFE102182DEF500B162D4 /* FastDeskew.cpp */,
  162. 34ECFE112182DEF500B162D4 /* Recognizer.cpp */,
  163. 34ECFE122182DEF500B162D4 /* FineMapping.cpp */,
  164. 34ECFE132182DEF500B162D4 /* util.h */,
  165. 34ECFE142182DEF500B162D4 /* CNNRecognizer.cpp */,
  166. );
  167. path = src;
  168. sourceTree = "<group>";
  169. };
  170. 34ECFE1C2182DF2E00B162D4 /* Resource */ = {
  171. isa = PBXGroup;
  172. children = (
  173. 34ECFE1D2182DF2E00B162D4 /* HorizonalFinemapping.caffemodel */,
  174. 34ECFE1E2182DF2E00B162D4 /* CharacterRecognization.caffemodel */,
  175. 34ECFE1F2182DF2E00B162D4 /* cascade.xml */,
  176. 34ECFE202182DF2E00B162D4 /* Segmentation.prototxt */,
  177. 34ECFE212182DF2E00B162D4 /* HorizonalFinemapping.prototxt */,
  178. 34ECFE222182DF2E00B162D4 /* Segmentation.caffemodel */,
  179. 34ECFE232182DF2E00B162D4 /* CharacterRecognization.prototxt */,
  180. );
  181. path = Resource;
  182. sourceTree = "<group>";
  183. };
  184. 97C4CF37B3E356C8641CE105 /* Frameworks */ = {
  185. isa = PBXGroup;
  186. children = (
  187. 34ECFE392182FAB700B162D4 /* CoreImage.framework */,
  188. 34ECFE342182E56900B162D4 /* AVFoundation.framework */,
  189. A33861A99BC945120023AC25 /* libPods-lpr.a */,
  190. );
  191. name = Frameworks;
  192. sourceTree = "<group>";
  193. };
  194. DE72138A4B42368326688C6A /* Pods */ = {
  195. isa = PBXGroup;
  196. children = (
  197. E169020B9373AF28E9C472DD /* Pods-lpr.debug.xcconfig */,
  198. 66BAD4CEFABD6705C5100968 /* Pods-lpr.release.xcconfig */,
  199. );
  200. name = Pods;
  201. sourceTree = "<group>";
  202. };
  203. /* End PBXGroup section */
  204. /* Begin PBXNativeTarget section */
  205. 34ECFDCB2182DD9300B162D4 /* lpr */ = {
  206. isa = PBXNativeTarget;
  207. buildConfigurationList = 34ECFDE22182DD9400B162D4 /* Build configuration list for PBXNativeTarget "lpr" */;
  208. buildPhases = (
  209. 12CCA15FA936D51F737FDEDF /* [CP] Check Pods Manifest.lock */,
  210. 34ECFDC82182DD9300B162D4 /* Sources */,
  211. 34ECFDC92182DD9300B162D4 /* Frameworks */,
  212. 34ECFDCA2182DD9300B162D4 /* Resources */,
  213. );
  214. buildRules = (
  215. );
  216. dependencies = (
  217. );
  218. name = lpr;
  219. productName = lpr;
  220. productReference = 34ECFDCC2182DD9300B162D4 /* lpr.app */;
  221. productType = "com.apple.product-type.application";
  222. };
  223. /* End PBXNativeTarget section */
  224. /* Begin PBXProject section */
  225. 34ECFDC42182DD9300B162D4 /* Project object */ = {
  226. isa = PBXProject;
  227. attributes = {
  228. LastUpgradeCheck = 1000;
  229. ORGANIZATIONNAME = lprSample;
  230. TargetAttributes = {
  231. 34ECFDCB2182DD9300B162D4 = {
  232. CreatedOnToolsVersion = 10.0;
  233. };
  234. };
  235. };
  236. buildConfigurationList = 34ECFDC72182DD9300B162D4 /* Build configuration list for PBXProject "lpr" */;
  237. compatibilityVersion = "Xcode 9.3";
  238. developmentRegion = en;
  239. hasScannedForEncodings = 0;
  240. knownRegions = (
  241. en,
  242. Base,
  243. );
  244. mainGroup = 34ECFDC32182DD9300B162D4;
  245. productRefGroup = 34ECFDCD2182DD9300B162D4 /* Products */;
  246. projectDirPath = "";
  247. projectRoot = "";
  248. targets = (
  249. 34ECFDCB2182DD9300B162D4 /* lpr */,
  250. );
  251. };
  252. /* End PBXProject section */
  253. /* Begin PBXResourcesBuildPhase section */
  254. 34ECFDCA2182DD9300B162D4 /* Resources */ = {
  255. isa = PBXResourcesBuildPhase;
  256. buildActionMask = 2147483647;
  257. files = (
  258. 34ECFE2A2182DF2F00B162D4 /* CharacterRecognization.prototxt in Resources */,
  259. 34ECFDDC2182DD9400B162D4 /* LaunchScreen.storyboard in Resources */,
  260. 34ECFDD92182DD9400B162D4 /* Assets.xcassets in Resources */,
  261. 34ECFE282182DF2F00B162D4 /* HorizonalFinemapping.prototxt in Resources */,
  262. 34ECFE242182DF2F00B162D4 /* HorizonalFinemapping.caffemodel in Resources */,
  263. 34ECFE272182DF2F00B162D4 /* Segmentation.prototxt in Resources */,
  264. 34ECFE262182DF2F00B162D4 /* cascade.xml in Resources */,
  265. 34ECFE292182DF2F00B162D4 /* Segmentation.caffemodel in Resources */,
  266. 34ECFE252182DF2F00B162D4 /* CharacterRecognization.caffemodel in Resources */,
  267. );
  268. runOnlyForDeploymentPostprocessing = 0;
  269. };
  270. /* End PBXResourcesBuildPhase section */
  271. /* Begin PBXShellScriptBuildPhase section */
  272. 12CCA15FA936D51F737FDEDF /* [CP] Check Pods Manifest.lock */ = {
  273. isa = PBXShellScriptBuildPhase;
  274. buildActionMask = 2147483647;
  275. files = (
  276. );
  277. inputPaths = (
  278. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  279. "${PODS_ROOT}/Manifest.lock",
  280. );
  281. name = "[CP] Check Pods Manifest.lock";
  282. outputPaths = (
  283. "$(DERIVED_FILE_DIR)/Pods-lpr-checkManifestLockResult.txt",
  284. );
  285. runOnlyForDeploymentPostprocessing = 0;
  286. shellPath = /bin/sh;
  287. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  288. showEnvVarsInLog = 0;
  289. };
  290. /* End PBXShellScriptBuildPhase section */
  291. /* Begin PBXSourcesBuildPhase section */
  292. 34ECFDC82182DD9300B162D4 /* Sources */ = {
  293. isa = PBXSourcesBuildPhase;
  294. buildActionMask = 2147483647;
  295. files = (
  296. 34ECFE1A2182DEF500B162D4 /* FineMapping.cpp in Sources */,
  297. 34ECFE182182DEF500B162D4 /* FastDeskew.cpp in Sources */,
  298. 34ECFE162182DEF500B162D4 /* PlateDetection.cpp in Sources */,
  299. 34ECFDDF2182DD9400B162D4 /* main.m in Sources */,
  300. 34ECFE382182E5F100B162D4 /* Utility.mm in Sources */,
  301. 34ECFE2D2182E10700B162D4 /* RootViewController.mm in Sources */,
  302. 34ECFE172182DEF500B162D4 /* Pipeline.cpp in Sources */,
  303. 34ECFE332182E51200B162D4 /* CameraViewController.mm in Sources */,
  304. 34ECFE152182DEF500B162D4 /* PlateSegmentation.cpp in Sources */,
  305. 34ECFE1B2182DEF500B162D4 /* CNNRecognizer.cpp in Sources */,
  306. 34ECFDD12182DD9300B162D4 /* AppDelegate.m in Sources */,
  307. 34ECFE192182DEF500B162D4 /* Recognizer.cpp in Sources */,
  308. );
  309. runOnlyForDeploymentPostprocessing = 0;
  310. };
  311. /* End PBXSourcesBuildPhase section */
  312. /* Begin PBXVariantGroup section */
  313. 34ECFDDA2182DD9400B162D4 /* LaunchScreen.storyboard */ = {
  314. isa = PBXVariantGroup;
  315. children = (
  316. 34ECFDDB2182DD9400B162D4 /* Base */,
  317. );
  318. name = LaunchScreen.storyboard;
  319. sourceTree = "<group>";
  320. };
  321. /* End PBXVariantGroup section */
  322. /* Begin XCBuildConfiguration section */
  323. 34ECFDE02182DD9400B162D4 /* Debug */ = {
  324. isa = XCBuildConfiguration;
  325. buildSettings = {
  326. ALWAYS_SEARCH_USER_PATHS = NO;
  327. CLANG_ANALYZER_NONNULL = YES;
  328. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  329. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  330. CLANG_CXX_LIBRARY = "libc++";
  331. CLANG_ENABLE_MODULES = YES;
  332. CLANG_ENABLE_OBJC_ARC = YES;
  333. CLANG_ENABLE_OBJC_WEAK = YES;
  334. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  335. CLANG_WARN_BOOL_CONVERSION = YES;
  336. CLANG_WARN_COMMA = YES;
  337. CLANG_WARN_CONSTANT_CONVERSION = YES;
  338. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  339. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  340. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  341. CLANG_WARN_EMPTY_BODY = YES;
  342. CLANG_WARN_ENUM_CONVERSION = YES;
  343. CLANG_WARN_INFINITE_RECURSION = YES;
  344. CLANG_WARN_INT_CONVERSION = YES;
  345. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  346. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  347. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  348. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  349. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  350. CLANG_WARN_STRICT_PROTOTYPES = YES;
  351. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  352. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  353. CLANG_WARN_UNREACHABLE_CODE = YES;
  354. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  355. CODE_SIGN_IDENTITY = "iPhone Developer";
  356. COPY_PHASE_STRIP = NO;
  357. DEBUG_INFORMATION_FORMAT = dwarf;
  358. ENABLE_STRICT_OBJC_MSGSEND = YES;
  359. ENABLE_TESTABILITY = YES;
  360. GCC_C_LANGUAGE_STANDARD = gnu11;
  361. GCC_DYNAMIC_NO_PIC = NO;
  362. GCC_NO_COMMON_BLOCKS = YES;
  363. GCC_OPTIMIZATION_LEVEL = 0;
  364. GCC_PREPROCESSOR_DEFINITIONS = (
  365. "DEBUG=1",
  366. "$(inherited)",
  367. );
  368. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  369. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  370. GCC_WARN_UNDECLARED_SELECTOR = YES;
  371. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  372. GCC_WARN_UNUSED_FUNCTION = YES;
  373. GCC_WARN_UNUSED_VARIABLE = YES;
  374. HEADER_SEARCH_PATHS = (
  375. "\"$(SRCROOT)/lpr/Source/incllude\"",
  376. "\"$(SRCROOT)\"",
  377. );
  378. IPHONEOS_DEPLOYMENT_TARGET = 10.1;
  379. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  380. MTL_FAST_MATH = YES;
  381. ONLY_ACTIVE_ARCH = YES;
  382. SDKROOT = iphoneos;
  383. };
  384. name = Debug;
  385. };
  386. 34ECFDE12182DD9400B162D4 /* Release */ = {
  387. isa = XCBuildConfiguration;
  388. buildSettings = {
  389. ALWAYS_SEARCH_USER_PATHS = NO;
  390. CLANG_ANALYZER_NONNULL = YES;
  391. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  392. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  393. CLANG_CXX_LIBRARY = "libc++";
  394. CLANG_ENABLE_MODULES = YES;
  395. CLANG_ENABLE_OBJC_ARC = YES;
  396. CLANG_ENABLE_OBJC_WEAK = YES;
  397. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  398. CLANG_WARN_BOOL_CONVERSION = YES;
  399. CLANG_WARN_COMMA = YES;
  400. CLANG_WARN_CONSTANT_CONVERSION = YES;
  401. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  402. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  403. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  404. CLANG_WARN_EMPTY_BODY = YES;
  405. CLANG_WARN_ENUM_CONVERSION = YES;
  406. CLANG_WARN_INFINITE_RECURSION = YES;
  407. CLANG_WARN_INT_CONVERSION = YES;
  408. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  409. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  410. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  411. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  412. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  413. CLANG_WARN_STRICT_PROTOTYPES = YES;
  414. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  415. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  416. CLANG_WARN_UNREACHABLE_CODE = YES;
  417. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  418. CODE_SIGN_IDENTITY = "iPhone Developer";
  419. COPY_PHASE_STRIP = NO;
  420. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  421. ENABLE_NS_ASSERTIONS = NO;
  422. ENABLE_STRICT_OBJC_MSGSEND = YES;
  423. GCC_C_LANGUAGE_STANDARD = gnu11;
  424. GCC_NO_COMMON_BLOCKS = YES;
  425. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  426. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  427. GCC_WARN_UNDECLARED_SELECTOR = YES;
  428. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  429. GCC_WARN_UNUSED_FUNCTION = YES;
  430. GCC_WARN_UNUSED_VARIABLE = YES;
  431. HEADER_SEARCH_PATHS = (
  432. "\"$(SRCROOT)/lpr/Source/incllude\"",
  433. "\"$(SRCROOT)\"",
  434. );
  435. IPHONEOS_DEPLOYMENT_TARGET = 10.1;
  436. MTL_ENABLE_DEBUG_INFO = NO;
  437. MTL_FAST_MATH = YES;
  438. SDKROOT = iphoneos;
  439. VALIDATE_PRODUCT = YES;
  440. };
  441. name = Release;
  442. };
  443. 34ECFDE32182DD9400B162D4 /* Debug */ = {
  444. isa = XCBuildConfiguration;
  445. baseConfigurationReference = E169020B9373AF28E9C472DD /* Pods-lpr.debug.xcconfig */;
  446. buildSettings = {
  447. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  448. CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
  449. CODE_SIGN_IDENTITY = "iPhone Developer";
  450. CODE_SIGN_STYLE = Automatic;
  451. DEVELOPMENT_TEAM = YZGMTHK294;
  452. HEADER_SEARCH_PATHS = (
  453. "$(inherited)",
  454. "\"${PODS_ROOT}/Headers/Public\"",
  455. "\"${PODS_ROOT}/Headers/Public/OpenCV\"",
  456. );
  457. INFOPLIST_FILE = lpr/Info.plist;
  458. LD_RUNPATH_SEARCH_PATHS = (
  459. "$(inherited)",
  460. "@executable_path/Frameworks",
  461. );
  462. PRODUCT_BUNDLE_IDENTIFIER = com.TongxingPay.IDCardRecognizeDemo;
  463. PRODUCT_NAME = "$(TARGET_NAME)";
  464. PROVISIONING_PROFILE_SPECIFIER = "";
  465. TARGETED_DEVICE_FAMILY = "1,2";
  466. };
  467. name = Debug;
  468. };
  469. 34ECFDE42182DD9400B162D4 /* Release */ = {
  470. isa = XCBuildConfiguration;
  471. baseConfigurationReference = 66BAD4CEFABD6705C5100968 /* Pods-lpr.release.xcconfig */;
  472. buildSettings = {
  473. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  474. CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
  475. CODE_SIGN_IDENTITY = "iPhone Developer";
  476. CODE_SIGN_STYLE = Automatic;
  477. DEVELOPMENT_TEAM = YZGMTHK294;
  478. HEADER_SEARCH_PATHS = (
  479. "$(inherited)",
  480. "\"${PODS_ROOT}/Headers/Public\"",
  481. "\"${PODS_ROOT}/Headers/Public/OpenCV\"",
  482. );
  483. INFOPLIST_FILE = lpr/Info.plist;
  484. LD_RUNPATH_SEARCH_PATHS = (
  485. "$(inherited)",
  486. "@executable_path/Frameworks",
  487. );
  488. PRODUCT_BUNDLE_IDENTIFIER = com.TongxingPay.IDCardRecognizeDemo;
  489. PRODUCT_NAME = "$(TARGET_NAME)";
  490. PROVISIONING_PROFILE_SPECIFIER = "";
  491. TARGETED_DEVICE_FAMILY = "1,2";
  492. };
  493. name = Release;
  494. };
  495. /* End XCBuildConfiguration section */
  496. /* Begin XCConfigurationList section */
  497. 34ECFDC72182DD9300B162D4 /* Build configuration list for PBXProject "lpr" */ = {
  498. isa = XCConfigurationList;
  499. buildConfigurations = (
  500. 34ECFDE02182DD9400B162D4 /* Debug */,
  501. 34ECFDE12182DD9400B162D4 /* Release */,
  502. );
  503. defaultConfigurationIsVisible = 0;
  504. defaultConfigurationName = Release;
  505. };
  506. 34ECFDE22182DD9400B162D4 /* Build configuration list for PBXNativeTarget "lpr" */ = {
  507. isa = XCConfigurationList;
  508. buildConfigurations = (
  509. 34ECFDE32182DD9400B162D4 /* Debug */,
  510. 34ECFDE42182DD9400B162D4 /* Release */,
  511. );
  512. defaultConfigurationIsVisible = 0;
  513. defaultConfigurationName = Release;
  514. };
  515. /* End XCConfigurationList section */
  516. };
  517. rootObject = 34ECFDC42182DD9300B162D4 /* Project object */;
  518. }