@ammarahmed/react-native-upload 6.20.0 → 6.21.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ammarahmed/react-native-upload",
3
- "version": "6.20.0",
3
+ "version": "6.21.0",
4
4
  "description": "Cross platform http post file uploader with Android and iOS background support.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,254 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- DCC748851E044F8700EA453E /* VydiaRNFileUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = DCC748841E044F8700EA453E /* VydiaRNFileUploader.m */; };
11
- /* End PBXBuildFile section */
12
-
13
- /* Begin PBXCopyFilesBuildPhase section */
14
- 014A3B5A1C6CF33500B6D375 /* CopyFiles */ = {
15
- isa = PBXCopyFilesBuildPhase;
16
- buildActionMask = 2147483647;
17
- dstPath = "include/$(PRODUCT_NAME)";
18
- dstSubfolderSpec = 16;
19
- files = (
20
- );
21
- runOnlyForDeploymentPostprocessing = 0;
22
- };
23
- /* End PBXCopyFilesBuildPhase section */
24
-
25
- /* Begin PBXFileReference section */
26
- 014A3B5C1C6CF33500B6D375 /* libVydiaRNFileUploader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libVydiaRNFileUploader.a; sourceTree = BUILT_PRODUCTS_DIR; };
27
- DCC748841E044F8700EA453E /* VydiaRNFileUploader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VydiaRNFileUploader.m; sourceTree = "<group>"; };
28
- /* End PBXFileReference section */
29
-
30
- /* Begin PBXFrameworksBuildPhase section */
31
- 014A3B591C6CF33500B6D375 /* Frameworks */ = {
32
- isa = PBXFrameworksBuildPhase;
33
- buildActionMask = 2147483647;
34
- files = (
35
- );
36
- runOnlyForDeploymentPostprocessing = 0;
37
- };
38
- /* End PBXFrameworksBuildPhase section */
39
-
40
- /* Begin PBXGroup section */
41
- 014A3B531C6CF33500B6D375 = {
42
- isa = PBXGroup;
43
- children = (
44
- DCC748841E044F8700EA453E /* VydiaRNFileUploader.m */,
45
- 014A3B5D1C6CF33500B6D375 /* Products */,
46
- );
47
- sourceTree = "<group>";
48
- };
49
- 014A3B5D1C6CF33500B6D375 /* Products */ = {
50
- isa = PBXGroup;
51
- children = (
52
- 014A3B5C1C6CF33500B6D375 /* libVydiaRNFileUploader.a */,
53
- );
54
- name = Products;
55
- sourceTree = "<group>";
56
- };
57
- /* End PBXGroup section */
58
-
59
- /* Begin PBXNativeTarget section */
60
- 014A3B5B1C6CF33500B6D375 /* VydiaRNFileUploader */ = {
61
- isa = PBXNativeTarget;
62
- buildConfigurationList = 014A3B651C6CF33500B6D375 /* Build configuration list for PBXNativeTarget "VydiaRNFileUploader" */;
63
- buildPhases = (
64
- 014A3B581C6CF33500B6D375 /* Sources */,
65
- 014A3B591C6CF33500B6D375 /* Frameworks */,
66
- 014A3B5A1C6CF33500B6D375 /* CopyFiles */,
67
- );
68
- buildRules = (
69
- );
70
- dependencies = (
71
- );
72
- name = VydiaRNFileUploader;
73
- productName = VydiaRNFileUploader;
74
- productReference = 014A3B5C1C6CF33500B6D375 /* libVydiaRNFileUploader.a */;
75
- productType = "com.apple.product-type.library.static";
76
- };
77
- /* End PBXNativeTarget section */
78
-
79
- /* Begin PBXProject section */
80
- 014A3B541C6CF33500B6D375 /* Project object */ = {
81
- isa = PBXProject;
82
- attributes = {
83
- LastUpgradeCheck = 0720;
84
- ORGANIZATIONNAME = "Marc Shilling";
85
- TargetAttributes = {
86
- 014A3B5B1C6CF33500B6D375 = {
87
- CreatedOnToolsVersion = 7.2.1;
88
- };
89
- };
90
- };
91
- buildConfigurationList = 014A3B571C6CF33500B6D375 /* Build configuration list for PBXProject "VydiaRNFileUploader" */;
92
- compatibilityVersion = "Xcode 3.2";
93
- developmentRegion = English;
94
- hasScannedForEncodings = 0;
95
- knownRegions = (
96
- en,
97
- );
98
- mainGroup = 014A3B531C6CF33500B6D375;
99
- productRefGroup = 014A3B5D1C6CF33500B6D375 /* Products */;
100
- projectDirPath = "";
101
- projectRoot = "";
102
- targets = (
103
- 014A3B5B1C6CF33500B6D375 /* VydiaRNFileUploader */,
104
- );
105
- };
106
- /* End PBXProject section */
107
-
108
- /* Begin PBXSourcesBuildPhase section */
109
- 014A3B581C6CF33500B6D375 /* Sources */ = {
110
- isa = PBXSourcesBuildPhase;
111
- buildActionMask = 2147483647;
112
- files = (
113
- DCC748851E044F8700EA453E /* VydiaRNFileUploader.m in Sources */,
114
- );
115
- runOnlyForDeploymentPostprocessing = 0;
116
- };
117
- /* End PBXSourcesBuildPhase section */
118
-
119
- /* Begin XCBuildConfiguration section */
120
- 014A3B631C6CF33500B6D375 /* Debug */ = {
121
- isa = XCBuildConfiguration;
122
- buildSettings = {
123
- ALWAYS_SEARCH_USER_PATHS = NO;
124
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
125
- CLANG_CXX_LIBRARY = "libc++";
126
- CLANG_ENABLE_MODULES = YES;
127
- CLANG_ENABLE_OBJC_ARC = YES;
128
- CLANG_WARN_BOOL_CONVERSION = YES;
129
- CLANG_WARN_CONSTANT_CONVERSION = YES;
130
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
131
- CLANG_WARN_EMPTY_BODY = YES;
132
- CLANG_WARN_ENUM_CONVERSION = YES;
133
- CLANG_WARN_INT_CONVERSION = YES;
134
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
135
- CLANG_WARN_UNREACHABLE_CODE = YES;
136
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
137
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
138
- COPY_PHASE_STRIP = NO;
139
- DEBUG_INFORMATION_FORMAT = dwarf;
140
- ENABLE_STRICT_OBJC_MSGSEND = YES;
141
- ENABLE_TESTABILITY = YES;
142
- GCC_C_LANGUAGE_STANDARD = gnu99;
143
- GCC_DYNAMIC_NO_PIC = NO;
144
- GCC_NO_COMMON_BLOCKS = YES;
145
- GCC_OPTIMIZATION_LEVEL = 0;
146
- GCC_PREPROCESSOR_DEFINITIONS = (
147
- "DEBUG=1",
148
- "$(inherited)",
149
- );
150
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
151
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
152
- GCC_WARN_UNDECLARED_SELECTOR = YES;
153
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
154
- GCC_WARN_UNUSED_FUNCTION = YES;
155
- GCC_WARN_UNUSED_VARIABLE = YES;
156
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
157
- MTL_ENABLE_DEBUG_INFO = YES;
158
- ONLY_ACTIVE_ARCH = YES;
159
- SDKROOT = iphoneos;
160
- };
161
- name = Debug;
162
- };
163
- 014A3B641C6CF33500B6D375 /* Release */ = {
164
- isa = XCBuildConfiguration;
165
- buildSettings = {
166
- ALWAYS_SEARCH_USER_PATHS = NO;
167
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
168
- CLANG_CXX_LIBRARY = "libc++";
169
- CLANG_ENABLE_MODULES = YES;
170
- CLANG_ENABLE_OBJC_ARC = YES;
171
- CLANG_WARN_BOOL_CONVERSION = YES;
172
- CLANG_WARN_CONSTANT_CONVERSION = YES;
173
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
174
- CLANG_WARN_EMPTY_BODY = YES;
175
- CLANG_WARN_ENUM_CONVERSION = YES;
176
- CLANG_WARN_INT_CONVERSION = YES;
177
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
178
- CLANG_WARN_UNREACHABLE_CODE = YES;
179
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
180
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
181
- COPY_PHASE_STRIP = NO;
182
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
183
- ENABLE_NS_ASSERTIONS = NO;
184
- ENABLE_STRICT_OBJC_MSGSEND = YES;
185
- GCC_C_LANGUAGE_STANDARD = gnu99;
186
- GCC_NO_COMMON_BLOCKS = YES;
187
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
188
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
189
- GCC_WARN_UNDECLARED_SELECTOR = YES;
190
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
191
- GCC_WARN_UNUSED_FUNCTION = YES;
192
- GCC_WARN_UNUSED_VARIABLE = YES;
193
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
194
- MTL_ENABLE_DEBUG_INFO = NO;
195
- SDKROOT = iphoneos;
196
- VALIDATE_PRODUCT = YES;
197
- };
198
- name = Release;
199
- };
200
- 014A3B661C6CF33500B6D375 /* Debug */ = {
201
- isa = XCBuildConfiguration;
202
- buildSettings = {
203
- HEADER_SEARCH_PATHS = (
204
- "$(SRCROOT)/../node_modules/react-native/React/**",
205
- "$(SRCROOT)/../../react-native/React/**",
206
- "$(SRCROOT)/../Example/node_modules/react-native/React/**",
207
- "$(SRCROOT)/../../../ios/Pods/Headers/Public/**",
208
- );
209
- OTHER_LDFLAGS = "-ObjC";
210
- PRODUCT_NAME = "$(TARGET_NAME)";
211
- SKIP_INSTALL = YES;
212
- };
213
- name = Debug;
214
- };
215
- 014A3B671C6CF33500B6D375 /* Release */ = {
216
- isa = XCBuildConfiguration;
217
- buildSettings = {
218
- HEADER_SEARCH_PATHS = (
219
- "$(SRCROOT)/../node_modules/react-native/React/**",
220
- "$(SRCROOT)/../../react-native/React/**",
221
- "$(SRCROOT)/../Example/node_modules/react-native/React/**",
222
- "$(SRCROOT)/../../../ios/Pods/Headers/Public/**",
223
- );
224
- OTHER_LDFLAGS = "-ObjC";
225
- PRODUCT_NAME = "$(TARGET_NAME)";
226
- SKIP_INSTALL = YES;
227
- };
228
- name = Release;
229
- };
230
- /* End XCBuildConfiguration section */
231
-
232
- /* Begin XCConfigurationList section */
233
- 014A3B571C6CF33500B6D375 /* Build configuration list for PBXProject "VydiaRNFileUploader" */ = {
234
- isa = XCConfigurationList;
235
- buildConfigurations = (
236
- 014A3B631C6CF33500B6D375 /* Debug */,
237
- 014A3B641C6CF33500B6D375 /* Release */,
238
- );
239
- defaultConfigurationIsVisible = 0;
240
- defaultConfigurationName = Release;
241
- };
242
- 014A3B651C6CF33500B6D375 /* Build configuration list for PBXNativeTarget "VydiaRNFileUploader" */ = {
243
- isa = XCConfigurationList;
244
- buildConfigurations = (
245
- 014A3B661C6CF33500B6D375 /* Debug */,
246
- 014A3B671C6CF33500B6D375 /* Release */,
247
- );
248
- defaultConfigurationIsVisible = 0;
249
- defaultConfigurationName = Release;
250
- };
251
- /* End XCConfigurationList section */
252
- };
253
- rootObject = 014A3B541C6CF33500B6D375 /* Project object */;
254
- }