react-native-gizwits-sdk-v5 1.0.1 → 1.0.2

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gizwits-sdk-v5",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Gizwits",
5
5
  "homepage": "https://github.com/demchenkoalex/react-native-gizwits-sdk-v5#readme",
6
6
  "main": "lib/index.js",
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
14
 
15
15
  s.source = { :git => "https://github.com/demchenkoalex/react-native-module-template.git", :tag => "v#{s.version}" }
16
16
  s.source_files = "ios/**/*.{h,m,swift}"
17
- s.vendored_frameworks = "ios/GizSDKV5.framework", "ios/GizSDKV5.framework/Frameworks/Sentry-Dynamic.framework"
17
+ s.vendored_frameworks = "ios/GizSDKV5.framework"
18
18
  s.requires_arc = true
19
19
 
20
20
  s.dependency 'React'
@@ -1,47 +0,0 @@
1
- <html>
2
- <body>
3
-
4
- <h1>Welcome to the CocoaAsyncSocket project!</h1>
5
-
6
- <p>
7
- A wealth of documentation can be found on the GitHub homepage:</br>
8
- <a href="https://github.com/robbiehanson/CocoaAsyncSocket">https://github.com/robbiehanson/CocoaAsyncSocket</a>
9
- </p>
10
-
11
- <p>
12
- If you are new to networking, it is recommended you start by reading the Intro page:<br/>
13
- <a href="https://github.com/robbiehanson/CocoaAsyncSocket/wiki/Intro">https://github.com/robbiehanson/CocoaAsyncSocket/wiki/Intro</a>
14
- </p>
15
-
16
- <p>
17
- If you are a seasoned networking professional, with 10+ years of experience writing low-level socket code,
18
- and detailed knowledge of the underlying BSD networking stack, then you can skip the CommonPitfalls page.<br/>
19
- Otherwise, it should be considered mandatory reading:<br/>
20
- <a href="https://github.com/robbiehanson/CocoaAsyncSocket/wiki/CommonPitfalls">https://github.com/robbiehanson/CocoaAsyncSocket/wiki/CommonPitfalls</a>
21
- </p>
22
-
23
- <h4>
24
- A little bit of investment in your knowledge and understanding of networking fundamentals can go a long way.<br/>
25
- And it can save you a LOT of time and frustration in the long run.
26
- </h4>
27
-
28
- <p>
29
- Your first goto for reference should ALWAYS be the header files. They are extremely well documented. Please read them.
30
- </p>
31
-
32
- <p>
33
- Did I mention you should read the headers? They're documented very nicely, in plain English.
34
- </p>
35
-
36
- <p>
37
- If you have any questions you are welcome to post to the CocoaAsyncSocket mailing list:<br/>
38
- <a href="https://groups.google.com/group/cocoaasyncsocket">http://groups.google.com/group/cocoaasyncsocket</a><br/>
39
- <br/>
40
- The list is archived, and available for browsing online.<br/>
41
- You may be able to instantly find the answer you're looking for with a quick search.<br/>
42
- </p>
43
-
44
- <h3>We hope the CocoaAsyncSocket project can provide you with powerful and easy to use networking libraries.</h3>
45
-
46
- </body>
47
- </html>
@@ -1,7 +0,0 @@
1
- This folder contains some sample formatters that may be helpful.
2
-
3
- Feel free to change them, extend them, or use them as the basis for your own custom formatter(s).
4
-
5
- More information about creating your own custom formatters can be found on the wiki:
6
- https://github.com/CocoaLumberjack/CocoaLumberjack/wiki/CustomFormatters
7
-
@@ -1,67 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Scheme
3
- LastUpgradeVersion = "1240"
4
- version = "1.3">
5
- <BuildAction
6
- parallelizeBuildables = "YES"
7
- buildImplicitDependencies = "YES">
8
- <BuildActionEntries>
9
- <BuildActionEntry
10
- buildForTesting = "YES"
11
- buildForRunning = "YES"
12
- buildForProfiling = "YES"
13
- buildForArchiving = "YES"
14
- buildForAnalyzing = "YES">
15
- <BuildableReference
16
- BuildableIdentifier = "primary"
17
- BlueprintIdentifier = "FA0EFF5F236CC8FB00069FA8"
18
- BuildableName = "libRNGizSDKManagerModule.a"
19
- BlueprintName = "RNGizSDKManagerModule"
20
- ReferencedContainer = "container:RNGizSDKManagerModule.xcodeproj">
21
- </BuildableReference>
22
- </BuildActionEntry>
23
- </BuildActionEntries>
24
- </BuildAction>
25
- <TestAction
26
- buildConfiguration = "Debug"
27
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
- shouldUseLaunchSchemeArgsEnv = "YES">
30
- <Testables>
31
- </Testables>
32
- </TestAction>
33
- <LaunchAction
34
- buildConfiguration = "Debug"
35
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37
- launchStyle = "0"
38
- useCustomWorkingDirectory = "NO"
39
- ignoresPersistentStateOnLaunch = "NO"
40
- debugDocumentVersioning = "YES"
41
- debugServiceExtension = "internal"
42
- allowLocationSimulation = "YES">
43
- </LaunchAction>
44
- <ProfileAction
45
- buildConfiguration = "Release"
46
- shouldUseLaunchSchemeArgsEnv = "YES"
47
- savedToolIdentifier = ""
48
- useCustomWorkingDirectory = "NO"
49
- debugDocumentVersioning = "YES">
50
- <MacroExpansion>
51
- <BuildableReference
52
- BuildableIdentifier = "primary"
53
- BlueprintIdentifier = "FA0EFF5F236CC8FB00069FA8"
54
- BuildableName = "libRNGizSDKManagerModule.a"
55
- BlueprintName = "RNGizSDKManagerModule"
56
- ReferencedContainer = "container:RNGizSDKManagerModule.xcodeproj">
57
- </BuildableReference>
58
- </MacroExpansion>
59
- </ProfileAction>
60
- <AnalyzeAction
61
- buildConfiguration = "Debug">
62
- </AnalyzeAction>
63
- <ArchiveAction
64
- buildConfiguration = "Release"
65
- revealArchiveInOrganizer = "YES">
66
- </ArchiveAction>
67
- </Scheme>