@quec/rn-device-module 1.9.19 → 2.16.1

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.
Files changed (80) hide show
  1. package/.vscode/settings.json +3 -0
  2. package/QuecRNDeviceModule.podspec +54 -0
  3. package/README.md +1535 -1043
  4. package/android/build.gradle +119 -0
  5. package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  6. package/android/gradle/wrapper/gradle-wrapper.properties +5 -0
  7. package/android/gradle.properties +23 -0
  8. package/android/gradlew +185 -0
  9. package/android/gradlew.bat +89 -0
  10. package/android/old-info.properties +2 -0
  11. package/android/proguard-rules.pro +21 -0
  12. package/android/publishInfo.properties +4 -0
  13. package/android/settings.gradle +3 -0
  14. package/android/src/main/AndroidManifest.xml +6 -0
  15. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/IQuecRNDeviceModuleSpec.java +1352 -0
  16. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/QuecRNDeviceModule.java +2423 -0
  17. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/QuecRNDeviceModulePackage.java +23 -0
  18. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/bean/DataInfo.java +25 -0
  19. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/bean/DataRes.java +31 -0
  20. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/bean/DeviceDpsUpdateModel.java +18 -0
  21. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/bean/ModelBridgeBasic.java +86 -0
  22. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/bean/OtaUpgradePlanModel.java +292 -0
  23. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/bean/ShareInfo.java +166 -0
  24. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/bean/UserInfo.java +137 -0
  25. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/bean/WriteCmdWithId.java +10 -0
  26. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/utils/AnalysisChannelDataUtils.java +82 -0
  27. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/utils/DataConvertUtils.kt +130 -0
  28. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/utils/ErrorCode.java +26 -0
  29. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/utils/ErrorUtils.java +11 -0
  30. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/utils/IpcUtil.java +75 -0
  31. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/utils/NetUtils.java +85 -0
  32. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/utils/OnConnectListener.java +22 -0
  33. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/utils/ParamsValueUtils.java +79 -0
  34. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/utils/QuecIotChannelMode.java +8 -0
  35. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/utils/ReactNativeJson.java +199 -0
  36. package/android/src/main/java/com/quectel/smart/rnplugin/quecrndevicemodule/utils/ResponseUtils.java +156 -0
  37. package/android/src/main/res/values/strings.xml +4 -0
  38. package/android/src/main/res/values-en/strings.xml +4 -0
  39. package/android/src/main/res/values-zh/strings.xml +4 -0
  40. package/android/src/test/java/com/quectel/smart/template/ExampleUnitTest.java +17 -0
  41. package/build.gradle +1 -0
  42. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  43. package/gradle/wrapper/gradle-wrapper.properties +6 -0
  44. package/ios/Example/Podfile +17 -0
  45. package/ios/Example/QuecRNDeviceModule/AppDelegate.h +13 -0
  46. package/ios/Example/QuecRNDeviceModule/AppDelegate.m +46 -0
  47. package/ios/Example/QuecRNDeviceModule/Base.lproj/LaunchScreen.storyboard +31 -0
  48. package/ios/Example/QuecRNDeviceModule/Base.lproj/Main.storyboard +31 -0
  49. package/ios/Example/QuecRNDeviceModule/Images.xcassets/AppIcon.appiconset/Contents.json +98 -0
  50. package/ios/Example/QuecRNDeviceModule/QuecRNDeviceModule-Info.plist +40 -0
  51. package/ios/Example/QuecRNDeviceModule/QuecRNDeviceModule-Prefix.pch +16 -0
  52. package/ios/Example/QuecRNDeviceModule/ViewController.h +12 -0
  53. package/ios/Example/QuecRNDeviceModule/ViewController.m +29 -0
  54. package/ios/Example/QuecRNDeviceModule/en.lproj/InfoPlist.strings +2 -0
  55. package/ios/Example/QuecRNDeviceModule/main.m +15 -0
  56. package/ios/Example/QuecRNDeviceModule.xcodeproj/project.pbxproj +583 -0
  57. package/ios/Example/QuecRNDeviceModule.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  58. package/ios/Example/QuecRNDeviceModule.xcodeproj/xcshareddata/xcschemes/QuecRNDeviceModule-Example.xcscheme +101 -0
  59. package/ios/Example/QuecRNDeviceModule.xcworkspace/contents.xcworkspacedata +10 -0
  60. package/ios/Example/QuecRNDeviceModule.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  61. package/ios/LICENSE +4 -0
  62. package/ios/QuecRNDeviceModule/Assets/.gitkeep +0 -0
  63. package/ios/QuecRNDeviceModule/Classes/QuecRNDeviceModule+Ext.h +27 -0
  64. package/ios/QuecRNDeviceModule/Classes/QuecRNDeviceModule+Impl.h +1137 -0
  65. package/ios/QuecRNDeviceModule/Classes/QuecRNDeviceModule+Impl.m +1524 -0
  66. package/ios/QuecRNDeviceModule/Classes/QuecRNDeviceModule.h +157 -0
  67. package/ios/QuecRNDeviceModule/Classes/QuecRNDeviceModule.m +721 -0
  68. package/ios/README.md +20 -0
  69. package/{.prettierrc.js → js/.prettierrc.js} +11 -11
  70. package/js/README.md +1535 -0
  71. package/js/package.json +25 -0
  72. package/{src → js/src}/index.ts +12 -12
  73. package/{src → js/src}/module.ts +1332 -939
  74. package/{src → js/src}/viewCommon.ts +3 -3
  75. package/js/tsconfig.json +26 -0
  76. package/js/yarn.lock +4 -0
  77. package/package.json +10 -25
  78. package/plugin.ts +1180 -0
  79. package/settings.gradle +2 -0
  80. package/tsconfig.json +9 -0
@@ -0,0 +1,583 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 1BF3E8FF5EE70C6FFE40B157 /* libPods-QuecRNDeviceModule_Example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AFDAA6B0EF2C33AE7A3D5322 /* libPods-QuecRNDeviceModule_Example.a */; };
11
+ 2095971225EF9254848D7213 /* libPods-QuecRNDeviceModule_Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BF116127535B3DC5E41FB4B2 /* libPods-QuecRNDeviceModule_Tests.a */; };
12
+ 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
13
+ 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
14
+ 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
15
+ 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; };
16
+ 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; };
17
+ 6003F59E195388D20070C39A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* AppDelegate.m */; };
18
+ 6003F5A7195388D20070C39A /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* ViewController.m */; };
19
+ 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; };
20
+ 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; };
21
+ 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
22
+ 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
23
+ 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
24
+ 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };
25
+ 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
26
+ 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
27
+ /* End PBXBuildFile section */
28
+
29
+ /* Begin PBXContainerItemProxy section */
30
+ 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = {
31
+ isa = PBXContainerItemProxy;
32
+ containerPortal = 6003F582195388D10070C39A /* Project object */;
33
+ proxyType = 1;
34
+ remoteGlobalIDString = 6003F589195388D20070C39A;
35
+ remoteInfo = QuecRNDeviceModule;
36
+ };
37
+ /* End PBXContainerItemProxy section */
38
+
39
+ /* Begin PBXFileReference section */
40
+ 00CD632109ECF4441487C7E2 /* Pods-QuecRNDeviceModule_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QuecRNDeviceModule_Example.debug.xcconfig"; path = "Target Support Files/Pods-QuecRNDeviceModule_Example/Pods-QuecRNDeviceModule_Example.debug.xcconfig"; sourceTree = "<group>"; };
41
+ 0452E7B96274A429156EE581 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
42
+ 4DBFA1BAD09BFDD1B12A4785 /* Pods-QuecRNDeviceModule_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QuecRNDeviceModule_Example.release.xcconfig"; path = "Target Support Files/Pods-QuecRNDeviceModule_Example/Pods-QuecRNDeviceModule_Example.release.xcconfig"; sourceTree = "<group>"; };
43
+ 5718347F32C1314C423B7B27 /* Pods-QuecRNDeviceModule_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QuecRNDeviceModule_Tests.release.xcconfig"; path = "Target Support Files/Pods-QuecRNDeviceModule_Tests/Pods-QuecRNDeviceModule_Tests.release.xcconfig"; sourceTree = "<group>"; };
44
+ 6003F58A195388D20070C39A /* QuecRNDeviceModule_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = QuecRNDeviceModule_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
45
+ 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
46
+ 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
47
+ 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
48
+ 6003F595195388D20070C39A /* QuecRNDeviceModule-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "QuecRNDeviceModule-Info.plist"; sourceTree = "<group>"; };
49
+ 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
50
+ 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
51
+ 6003F59B195388D20070C39A /* QuecRNDeviceModule-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "QuecRNDeviceModule-Prefix.pch"; sourceTree = "<group>"; };
52
+ 6003F59C195388D20070C39A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
53
+ 6003F59D195388D20070C39A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
54
+ 6003F5A5195388D20070C39A /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
55
+ 6003F5A6195388D20070C39A /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
56
+ 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
57
+ 6003F5AE195388D20070C39A /* QuecRNDeviceModule_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = QuecRNDeviceModule_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
58
+ 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
59
+ 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
60
+ 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
61
+ 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
62
+ 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
63
+ 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
64
+ 71E17C6682D4D6E0A77DBC57 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
65
+ 721ACF519A1FB2400984D33F /* QuecRNDeviceModule.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = QuecRNDeviceModule.podspec; path = ../QuecRNDeviceModule.podspec; sourceTree = "<group>"; };
66
+ 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
67
+ 9555871D3463BA4E7F8EF904 /* Pods-QuecRNDeviceModule_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QuecRNDeviceModule_Tests.debug.xcconfig"; path = "Target Support Files/Pods-QuecRNDeviceModule_Tests/Pods-QuecRNDeviceModule_Tests.debug.xcconfig"; sourceTree = "<group>"; };
68
+ AFDAA6B0EF2C33AE7A3D5322 /* libPods-QuecRNDeviceModule_Example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-QuecRNDeviceModule_Example.a"; sourceTree = BUILT_PRODUCTS_DIR; };
69
+ BF116127535B3DC5E41FB4B2 /* libPods-QuecRNDeviceModule_Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-QuecRNDeviceModule_Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
70
+ /* End PBXFileReference section */
71
+
72
+ /* Begin PBXFrameworksBuildPhase section */
73
+ 6003F587195388D20070C39A /* Frameworks */ = {
74
+ isa = PBXFrameworksBuildPhase;
75
+ buildActionMask = 2147483647;
76
+ files = (
77
+ 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
78
+ 6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
79
+ 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
80
+ 1BF3E8FF5EE70C6FFE40B157 /* libPods-QuecRNDeviceModule_Example.a in Frameworks */,
81
+ );
82
+ runOnlyForDeploymentPostprocessing = 0;
83
+ };
84
+ 6003F5AB195388D20070C39A /* Frameworks */ = {
85
+ isa = PBXFrameworksBuildPhase;
86
+ buildActionMask = 2147483647;
87
+ files = (
88
+ 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
89
+ 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
90
+ 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
91
+ 2095971225EF9254848D7213 /* libPods-QuecRNDeviceModule_Tests.a in Frameworks */,
92
+ );
93
+ runOnlyForDeploymentPostprocessing = 0;
94
+ };
95
+ /* End PBXFrameworksBuildPhase section */
96
+
97
+ /* Begin PBXGroup section */
98
+ 6003F581195388D10070C39A = {
99
+ isa = PBXGroup;
100
+ children = (
101
+ 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
102
+ 6003F593195388D20070C39A /* Example for QuecRNDeviceModule */,
103
+ 6003F5B5195388D20070C39A /* Tests */,
104
+ 6003F58C195388D20070C39A /* Frameworks */,
105
+ 6003F58B195388D20070C39A /* Products */,
106
+ 7AF9C5D7AA20345A8D938AF0 /* Pods */,
107
+ );
108
+ sourceTree = "<group>";
109
+ };
110
+ 6003F58B195388D20070C39A /* Products */ = {
111
+ isa = PBXGroup;
112
+ children = (
113
+ 6003F58A195388D20070C39A /* QuecRNDeviceModule_Example.app */,
114
+ 6003F5AE195388D20070C39A /* QuecRNDeviceModule_Tests.xctest */,
115
+ );
116
+ name = Products;
117
+ sourceTree = "<group>";
118
+ };
119
+ 6003F58C195388D20070C39A /* Frameworks */ = {
120
+ isa = PBXGroup;
121
+ children = (
122
+ 6003F58D195388D20070C39A /* Foundation.framework */,
123
+ 6003F58F195388D20070C39A /* CoreGraphics.framework */,
124
+ 6003F591195388D20070C39A /* UIKit.framework */,
125
+ 6003F5AF195388D20070C39A /* XCTest.framework */,
126
+ AFDAA6B0EF2C33AE7A3D5322 /* libPods-QuecRNDeviceModule_Example.a */,
127
+ BF116127535B3DC5E41FB4B2 /* libPods-QuecRNDeviceModule_Tests.a */,
128
+ );
129
+ name = Frameworks;
130
+ sourceTree = "<group>";
131
+ };
132
+ 6003F593195388D20070C39A /* Example for QuecRNDeviceModule */ = {
133
+ isa = PBXGroup;
134
+ children = (
135
+ 6003F59C195388D20070C39A /* AppDelegate.h */,
136
+ 6003F59D195388D20070C39A /* AppDelegate.m */,
137
+ 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */,
138
+ 6003F5A5195388D20070C39A /* ViewController.h */,
139
+ 6003F5A6195388D20070C39A /* ViewController.m */,
140
+ 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */,
141
+ 6003F5A8195388D20070C39A /* Images.xcassets */,
142
+ 6003F594195388D20070C39A /* Supporting Files */,
143
+ );
144
+ name = "Example for QuecRNDeviceModule";
145
+ path = QuecRNDeviceModule;
146
+ sourceTree = "<group>";
147
+ };
148
+ 6003F594195388D20070C39A /* Supporting Files */ = {
149
+ isa = PBXGroup;
150
+ children = (
151
+ 6003F595195388D20070C39A /* QuecRNDeviceModule-Info.plist */,
152
+ 6003F596195388D20070C39A /* InfoPlist.strings */,
153
+ 6003F599195388D20070C39A /* main.m */,
154
+ 6003F59B195388D20070C39A /* QuecRNDeviceModule-Prefix.pch */,
155
+ );
156
+ name = "Supporting Files";
157
+ sourceTree = "<group>";
158
+ };
159
+ 6003F5B5195388D20070C39A /* Tests */ = {
160
+ isa = PBXGroup;
161
+ children = (
162
+ 6003F5BB195388D20070C39A /* Tests.m */,
163
+ 6003F5B6195388D20070C39A /* Supporting Files */,
164
+ );
165
+ path = Tests;
166
+ sourceTree = "<group>";
167
+ };
168
+ 6003F5B6195388D20070C39A /* Supporting Files */ = {
169
+ isa = PBXGroup;
170
+ children = (
171
+ 6003F5B7195388D20070C39A /* Tests-Info.plist */,
172
+ 6003F5B8195388D20070C39A /* InfoPlist.strings */,
173
+ 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */,
174
+ );
175
+ name = "Supporting Files";
176
+ sourceTree = "<group>";
177
+ };
178
+ 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = {
179
+ isa = PBXGroup;
180
+ children = (
181
+ 721ACF519A1FB2400984D33F /* QuecRNDeviceModule.podspec */,
182
+ 0452E7B96274A429156EE581 /* README.md */,
183
+ 71E17C6682D4D6E0A77DBC57 /* LICENSE */,
184
+ );
185
+ name = "Podspec Metadata";
186
+ sourceTree = "<group>";
187
+ };
188
+ 7AF9C5D7AA20345A8D938AF0 /* Pods */ = {
189
+ isa = PBXGroup;
190
+ children = (
191
+ 00CD632109ECF4441487C7E2 /* Pods-QuecRNDeviceModule_Example.debug.xcconfig */,
192
+ 4DBFA1BAD09BFDD1B12A4785 /* Pods-QuecRNDeviceModule_Example.release.xcconfig */,
193
+ 9555871D3463BA4E7F8EF904 /* Pods-QuecRNDeviceModule_Tests.debug.xcconfig */,
194
+ 5718347F32C1314C423B7B27 /* Pods-QuecRNDeviceModule_Tests.release.xcconfig */,
195
+ );
196
+ name = Pods;
197
+ path = Pods;
198
+ sourceTree = "<group>";
199
+ };
200
+ /* End PBXGroup section */
201
+
202
+ /* Begin PBXNativeTarget section */
203
+ 6003F589195388D20070C39A /* QuecRNDeviceModule_Example */ = {
204
+ isa = PBXNativeTarget;
205
+ buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "QuecRNDeviceModule_Example" */;
206
+ buildPhases = (
207
+ 8273A0203407B6B73C347EBD /* [CP] Check Pods Manifest.lock */,
208
+ 6003F586195388D20070C39A /* Sources */,
209
+ 6003F587195388D20070C39A /* Frameworks */,
210
+ 6003F588195388D20070C39A /* Resources */,
211
+ );
212
+ buildRules = (
213
+ );
214
+ dependencies = (
215
+ );
216
+ name = QuecRNDeviceModule_Example;
217
+ productName = QuecRNDeviceModule;
218
+ productReference = 6003F58A195388D20070C39A /* QuecRNDeviceModule_Example.app */;
219
+ productType = "com.apple.product-type.application";
220
+ };
221
+ 6003F5AD195388D20070C39A /* QuecRNDeviceModule_Tests */ = {
222
+ isa = PBXNativeTarget;
223
+ buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "QuecRNDeviceModule_Tests" */;
224
+ buildPhases = (
225
+ 60F59E4A17883FC4F27E5B71 /* [CP] Check Pods Manifest.lock */,
226
+ 6003F5AA195388D20070C39A /* Sources */,
227
+ 6003F5AB195388D20070C39A /* Frameworks */,
228
+ 6003F5AC195388D20070C39A /* Resources */,
229
+ );
230
+ buildRules = (
231
+ );
232
+ dependencies = (
233
+ 6003F5B4195388D20070C39A /* PBXTargetDependency */,
234
+ );
235
+ name = QuecRNDeviceModule_Tests;
236
+ productName = QuecRNDeviceModuleTests;
237
+ productReference = 6003F5AE195388D20070C39A /* QuecRNDeviceModule_Tests.xctest */;
238
+ productType = "com.apple.product-type.bundle.unit-test";
239
+ };
240
+ /* End PBXNativeTarget section */
241
+
242
+ /* Begin PBXProject section */
243
+ 6003F582195388D10070C39A /* Project object */ = {
244
+ isa = PBXProject;
245
+ attributes = {
246
+ LastUpgradeCheck = 0720;
247
+ ORGANIZATIONNAME = vic.huang;
248
+ TargetAttributes = {
249
+ 6003F5AD195388D20070C39A = {
250
+ TestTargetID = 6003F589195388D20070C39A;
251
+ };
252
+ };
253
+ };
254
+ buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "QuecRNDeviceModule" */;
255
+ compatibilityVersion = "Xcode 3.2";
256
+ developmentRegion = English;
257
+ hasScannedForEncodings = 0;
258
+ knownRegions = (
259
+ en,
260
+ Base,
261
+ );
262
+ mainGroup = 6003F581195388D10070C39A;
263
+ productRefGroup = 6003F58B195388D20070C39A /* Products */;
264
+ projectDirPath = "";
265
+ projectRoot = "";
266
+ targets = (
267
+ 6003F589195388D20070C39A /* QuecRNDeviceModule_Example */,
268
+ 6003F5AD195388D20070C39A /* QuecRNDeviceModule_Tests */,
269
+ );
270
+ };
271
+ /* End PBXProject section */
272
+
273
+ /* Begin PBXResourcesBuildPhase section */
274
+ 6003F588195388D20070C39A /* Resources */ = {
275
+ isa = PBXResourcesBuildPhase;
276
+ buildActionMask = 2147483647;
277
+ files = (
278
+ 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */,
279
+ 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */,
280
+ 6003F5A9195388D20070C39A /* Images.xcassets in Resources */,
281
+ 6003F598195388D20070C39A /* InfoPlist.strings in Resources */,
282
+ );
283
+ runOnlyForDeploymentPostprocessing = 0;
284
+ };
285
+ 6003F5AC195388D20070C39A /* Resources */ = {
286
+ isa = PBXResourcesBuildPhase;
287
+ buildActionMask = 2147483647;
288
+ files = (
289
+ 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */,
290
+ );
291
+ runOnlyForDeploymentPostprocessing = 0;
292
+ };
293
+ /* End PBXResourcesBuildPhase section */
294
+
295
+ /* Begin PBXShellScriptBuildPhase section */
296
+ 60F59E4A17883FC4F27E5B71 /* [CP] Check Pods Manifest.lock */ = {
297
+ isa = PBXShellScriptBuildPhase;
298
+ buildActionMask = 2147483647;
299
+ files = (
300
+ );
301
+ inputFileListPaths = (
302
+ );
303
+ inputPaths = (
304
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
305
+ "${PODS_ROOT}/Manifest.lock",
306
+ );
307
+ name = "[CP] Check Pods Manifest.lock";
308
+ outputFileListPaths = (
309
+ );
310
+ outputPaths = (
311
+ "$(DERIVED_FILE_DIR)/Pods-QuecRNDeviceModule_Tests-checkManifestLockResult.txt",
312
+ );
313
+ runOnlyForDeploymentPostprocessing = 0;
314
+ shellPath = /bin/sh;
315
+ 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";
316
+ showEnvVarsInLog = 0;
317
+ };
318
+ 8273A0203407B6B73C347EBD /* [CP] Check Pods Manifest.lock */ = {
319
+ isa = PBXShellScriptBuildPhase;
320
+ buildActionMask = 2147483647;
321
+ files = (
322
+ );
323
+ inputFileListPaths = (
324
+ );
325
+ inputPaths = (
326
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
327
+ "${PODS_ROOT}/Manifest.lock",
328
+ );
329
+ name = "[CP] Check Pods Manifest.lock";
330
+ outputFileListPaths = (
331
+ );
332
+ outputPaths = (
333
+ "$(DERIVED_FILE_DIR)/Pods-QuecRNDeviceModule_Example-checkManifestLockResult.txt",
334
+ );
335
+ runOnlyForDeploymentPostprocessing = 0;
336
+ shellPath = /bin/sh;
337
+ 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";
338
+ showEnvVarsInLog = 0;
339
+ };
340
+ /* End PBXShellScriptBuildPhase section */
341
+
342
+ /* Begin PBXSourcesBuildPhase section */
343
+ 6003F586195388D20070C39A /* Sources */ = {
344
+ isa = PBXSourcesBuildPhase;
345
+ buildActionMask = 2147483647;
346
+ files = (
347
+ 6003F59E195388D20070C39A /* AppDelegate.m in Sources */,
348
+ 6003F5A7195388D20070C39A /* ViewController.m in Sources */,
349
+ 6003F59A195388D20070C39A /* main.m in Sources */,
350
+ );
351
+ runOnlyForDeploymentPostprocessing = 0;
352
+ };
353
+ 6003F5AA195388D20070C39A /* Sources */ = {
354
+ isa = PBXSourcesBuildPhase;
355
+ buildActionMask = 2147483647;
356
+ files = (
357
+ 6003F5BC195388D20070C39A /* Tests.m in Sources */,
358
+ );
359
+ runOnlyForDeploymentPostprocessing = 0;
360
+ };
361
+ /* End PBXSourcesBuildPhase section */
362
+
363
+ /* Begin PBXTargetDependency section */
364
+ 6003F5B4195388D20070C39A /* PBXTargetDependency */ = {
365
+ isa = PBXTargetDependency;
366
+ target = 6003F589195388D20070C39A /* QuecRNDeviceModule_Example */;
367
+ targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */;
368
+ };
369
+ /* End PBXTargetDependency section */
370
+
371
+ /* Begin PBXVariantGroup section */
372
+ 6003F596195388D20070C39A /* InfoPlist.strings */ = {
373
+ isa = PBXVariantGroup;
374
+ children = (
375
+ 6003F597195388D20070C39A /* en */,
376
+ );
377
+ name = InfoPlist.strings;
378
+ sourceTree = "<group>";
379
+ };
380
+ 6003F5B8195388D20070C39A /* InfoPlist.strings */ = {
381
+ isa = PBXVariantGroup;
382
+ children = (
383
+ 6003F5B9195388D20070C39A /* en */,
384
+ );
385
+ name = InfoPlist.strings;
386
+ sourceTree = "<group>";
387
+ };
388
+ 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = {
389
+ isa = PBXVariantGroup;
390
+ children = (
391
+ 71719F9E1E33DC2100824A3D /* Base */,
392
+ );
393
+ name = LaunchScreen.storyboard;
394
+ sourceTree = "<group>";
395
+ };
396
+ /* End PBXVariantGroup section */
397
+
398
+ /* Begin XCBuildConfiguration section */
399
+ 6003F5BD195388D20070C39A /* Debug */ = {
400
+ isa = XCBuildConfiguration;
401
+ buildSettings = {
402
+ ALWAYS_SEARCH_USER_PATHS = NO;
403
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
404
+ CLANG_CXX_LIBRARY = "libc++";
405
+ CLANG_ENABLE_MODULES = YES;
406
+ CLANG_ENABLE_OBJC_ARC = YES;
407
+ CLANG_WARN_BOOL_CONVERSION = YES;
408
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
409
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
410
+ CLANG_WARN_EMPTY_BODY = YES;
411
+ CLANG_WARN_ENUM_CONVERSION = YES;
412
+ CLANG_WARN_INT_CONVERSION = YES;
413
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
414
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
415
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
416
+ COPY_PHASE_STRIP = NO;
417
+ ENABLE_TESTABILITY = YES;
418
+ GCC_C_LANGUAGE_STANDARD = gnu99;
419
+ GCC_DYNAMIC_NO_PIC = NO;
420
+ GCC_OPTIMIZATION_LEVEL = 0;
421
+ GCC_PREPROCESSOR_DEFINITIONS = (
422
+ "DEBUG=1",
423
+ "$(inherited)",
424
+ );
425
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
426
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
427
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
428
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
429
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
430
+ GCC_WARN_UNUSED_FUNCTION = YES;
431
+ GCC_WARN_UNUSED_VARIABLE = YES;
432
+ IPHONEOS_DEPLOYMENT_TARGET = 9.3;
433
+ ONLY_ACTIVE_ARCH = YES;
434
+ SDKROOT = iphoneos;
435
+ TARGETED_DEVICE_FAMILY = "1,2";
436
+ };
437
+ name = Debug;
438
+ };
439
+ 6003F5BE195388D20070C39A /* Release */ = {
440
+ isa = XCBuildConfiguration;
441
+ buildSettings = {
442
+ ALWAYS_SEARCH_USER_PATHS = NO;
443
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
444
+ CLANG_CXX_LIBRARY = "libc++";
445
+ CLANG_ENABLE_MODULES = YES;
446
+ CLANG_ENABLE_OBJC_ARC = YES;
447
+ CLANG_WARN_BOOL_CONVERSION = YES;
448
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
449
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
450
+ CLANG_WARN_EMPTY_BODY = YES;
451
+ CLANG_WARN_ENUM_CONVERSION = YES;
452
+ CLANG_WARN_INT_CONVERSION = YES;
453
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
454
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
455
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
456
+ COPY_PHASE_STRIP = YES;
457
+ ENABLE_NS_ASSERTIONS = NO;
458
+ GCC_C_LANGUAGE_STANDARD = gnu99;
459
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
460
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
461
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
462
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
463
+ GCC_WARN_UNUSED_FUNCTION = YES;
464
+ GCC_WARN_UNUSED_VARIABLE = YES;
465
+ IPHONEOS_DEPLOYMENT_TARGET = 9.3;
466
+ SDKROOT = iphoneos;
467
+ TARGETED_DEVICE_FAMILY = "1,2";
468
+ VALIDATE_PRODUCT = YES;
469
+ };
470
+ name = Release;
471
+ };
472
+ 6003F5C0195388D20070C39A /* Debug */ = {
473
+ isa = XCBuildConfiguration;
474
+ baseConfigurationReference = 00CD632109ECF4441487C7E2 /* Pods-QuecRNDeviceModule_Example.debug.xcconfig */;
475
+ buildSettings = {
476
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
477
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
478
+ GCC_PREFIX_HEADER = "QuecRNDeviceModule/QuecRNDeviceModule-Prefix.pch";
479
+ INFOPLIST_FILE = "QuecRNDeviceModule/QuecRNDeviceModule-Info.plist";
480
+ MODULE_NAME = ExampleApp;
481
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
482
+ PRODUCT_NAME = "$(TARGET_NAME)";
483
+ SWIFT_VERSION = 4.0;
484
+ WRAPPER_EXTENSION = app;
485
+ };
486
+ name = Debug;
487
+ };
488
+ 6003F5C1195388D20070C39A /* Release */ = {
489
+ isa = XCBuildConfiguration;
490
+ baseConfigurationReference = 4DBFA1BAD09BFDD1B12A4785 /* Pods-QuecRNDeviceModule_Example.release.xcconfig */;
491
+ buildSettings = {
492
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
493
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
494
+ GCC_PREFIX_HEADER = "QuecRNDeviceModule/QuecRNDeviceModule-Prefix.pch";
495
+ INFOPLIST_FILE = "QuecRNDeviceModule/QuecRNDeviceModule-Info.plist";
496
+ MODULE_NAME = ExampleApp;
497
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
498
+ PRODUCT_NAME = "$(TARGET_NAME)";
499
+ SWIFT_VERSION = 4.0;
500
+ WRAPPER_EXTENSION = app;
501
+ };
502
+ name = Release;
503
+ };
504
+ 6003F5C3195388D20070C39A /* Debug */ = {
505
+ isa = XCBuildConfiguration;
506
+ baseConfigurationReference = 9555871D3463BA4E7F8EF904 /* Pods-QuecRNDeviceModule_Tests.debug.xcconfig */;
507
+ buildSettings = {
508
+ BUNDLE_LOADER = "$(TEST_HOST)";
509
+ FRAMEWORK_SEARCH_PATHS = (
510
+ "$(PLATFORM_DIR)/Developer/Library/Frameworks",
511
+ "$(inherited)",
512
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
513
+ );
514
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
515
+ GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
516
+ GCC_PREPROCESSOR_DEFINITIONS = (
517
+ "DEBUG=1",
518
+ "$(inherited)",
519
+ );
520
+ INFOPLIST_FILE = "Tests/Tests-Info.plist";
521
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
522
+ PRODUCT_NAME = "$(TARGET_NAME)";
523
+ SWIFT_VERSION = 4.0;
524
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/QuecRNDeviceModule_Example.app/QuecRNDeviceModule_Example";
525
+ WRAPPER_EXTENSION = xctest;
526
+ };
527
+ name = Debug;
528
+ };
529
+ 6003F5C4195388D20070C39A /* Release */ = {
530
+ isa = XCBuildConfiguration;
531
+ baseConfigurationReference = 5718347F32C1314C423B7B27 /* Pods-QuecRNDeviceModule_Tests.release.xcconfig */;
532
+ buildSettings = {
533
+ BUNDLE_LOADER = "$(TEST_HOST)";
534
+ FRAMEWORK_SEARCH_PATHS = (
535
+ "$(PLATFORM_DIR)/Developer/Library/Frameworks",
536
+ "$(inherited)",
537
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
538
+ );
539
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
540
+ GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
541
+ INFOPLIST_FILE = "Tests/Tests-Info.plist";
542
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
543
+ PRODUCT_NAME = "$(TARGET_NAME)";
544
+ SWIFT_VERSION = 4.0;
545
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/QuecRNDeviceModule_Example.app/QuecRNDeviceModule_Example";
546
+ WRAPPER_EXTENSION = xctest;
547
+ };
548
+ name = Release;
549
+ };
550
+ /* End XCBuildConfiguration section */
551
+
552
+ /* Begin XCConfigurationList section */
553
+ 6003F585195388D10070C39A /* Build configuration list for PBXProject "QuecRNDeviceModule" */ = {
554
+ isa = XCConfigurationList;
555
+ buildConfigurations = (
556
+ 6003F5BD195388D20070C39A /* Debug */,
557
+ 6003F5BE195388D20070C39A /* Release */,
558
+ );
559
+ defaultConfigurationIsVisible = 0;
560
+ defaultConfigurationName = Release;
561
+ };
562
+ 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "QuecRNDeviceModule_Example" */ = {
563
+ isa = XCConfigurationList;
564
+ buildConfigurations = (
565
+ 6003F5C0195388D20070C39A /* Debug */,
566
+ 6003F5C1195388D20070C39A /* Release */,
567
+ );
568
+ defaultConfigurationIsVisible = 0;
569
+ defaultConfigurationName = Release;
570
+ };
571
+ 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "QuecRNDeviceModule_Tests" */ = {
572
+ isa = XCConfigurationList;
573
+ buildConfigurations = (
574
+ 6003F5C3195388D20070C39A /* Debug */,
575
+ 6003F5C4195388D20070C39A /* Release */,
576
+ );
577
+ defaultConfigurationIsVisible = 0;
578
+ defaultConfigurationName = Release;
579
+ };
580
+ /* End XCConfigurationList section */
581
+ };
582
+ rootObject = 6003F582195388D10070C39A /* Project object */;
583
+ }
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Workspace
3
+ version = "1.0">
4
+ <FileRef
5
+ location = "self:QuecRNDeviceModule.xcodeproj">
6
+ </FileRef>
7
+ </Workspace>