Skip to content

Commit 279d48f

Browse files
committed
chore: version 1.0.0
1 parent d960b9c commit 279d48f

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

example/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ PODS:
14801480
- React-logger (= 0.78.3)
14811481
- React-perflogger (= 0.78.3)
14821482
- React-utils (= 0.78.3)
1483-
- RNDocumentPicker (0.1.0):
1483+
- RNDocumentPicker (1.0.0):
14841484
- DoubleConversion
14851485
- glog
14861486
- RCT-Folly (= 2024.11.18.00)
@@ -1772,7 +1772,7 @@ SPEC CHECKSUMS:
17721772
ReactAppDependencyProvider: a12262458b50521ba56afb93f4cc875732f9d643
17731773
ReactCodegen: 3d30536e47f328f0a297d897cb789e46a092c2a6
17741774
ReactCommon: 0f22e3dd34a8215b8482778898f6e1e95572c498
1775-
RNDocumentPicker: ba15745d2e8d60ab1f3204575684d21b74e8851f
1775+
RNDocumentPicker: 801f3e75efc2b9daeab0594f75382840a070fd2f
17761776
SocketRocket: 03f7111df1a343b162bf5b06ead333be808e1e0a
17771777
Yoga: f89a870053f1a8fbee8c98e35a1b9eff44ce2015
17781778

example/macos/example.xcodeproj/project.pbxproj

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
514201522437B4B40078DB4F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 514201512437B4B40078DB4F /* Assets.xcassets */; };
1414
514201552437B4B40078DB4F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 514201532437B4B40078DB4F /* Main.storyboard */; };
1515
514201582437B4B40078DB4F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 514201572437B4B40078DB4F /* main.m */; };
16-
FB082D27BF20E8CA57BC5787 /* libPods-example-macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D7BE31BBCAFD22E1F56ABF3 /* libPods-example-macOS.a */; };
16+
81AF6CAAA3A47C569455A8CF /* libPods-example-macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58E7258FCD17F876631BC167 /* libPods-example-macOS.a */; };
1717
/* End PBXBuildFile section */
1818

1919
/* Begin PBXFileReference section */
20-
01F1BCEAEAD62CB8FE6E169F /* Pods-example-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-macOS.debug.xcconfig"; path = "Target Support Files/Pods-example-macOS/Pods-example-macOS.debug.xcconfig"; sourceTree = "<group>"; };
21-
0D7BE31BBCAFD22E1F56ABF3 /* libPods-example-macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example-macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
20+
09343FFBEE94A3EEF278F558 /* Pods-example-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-macOS.release.xcconfig"; path = "Target Support Files/Pods-example-macOS/Pods-example-macOS.release.xcconfig"; sourceTree = "<group>"; };
2221
13B07F961A680F5B00A75B9A /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
2322
158A168270B5A1CEAA2749A3 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
23+
2DEABBDC1A78EE18A5F26A4D /* Pods-example-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-macOS.debug.xcconfig"; path = "Target Support Files/Pods-example-macOS/Pods-example-macOS.debug.xcconfig"; sourceTree = "<group>"; };
2424
514201492437B4B30078DB4F /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
2525
5142014B2437B4B30078DB4F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
2626
5142014C2437B4B30078DB4F /* AppDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = AppDelegate.mm; sourceTree = "<group>"; };
@@ -29,7 +29,7 @@
2929
514201562437B4B40078DB4F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3030
514201572437B4B40078DB4F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
3131
514201592437B4B40078DB4F /* example.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = example.entitlements; sourceTree = "<group>"; };
32-
69BDB9536420F50E0A45D235 /* Pods-example-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-macOS.release.xcconfig"; path = "Target Support Files/Pods-example-macOS/Pods-example-macOS.release.xcconfig"; sourceTree = "<group>"; };
32+
58E7258FCD17F876631BC167 /* libPods-example-macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example-macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3333
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
3434
/* End PBXFileReference section */
3535

@@ -45,28 +45,18 @@
4545
isa = PBXFrameworksBuildPhase;
4646
buildActionMask = 2147483647;
4747
files = (
48-
FB082D27BF20E8CA57BC5787 /* libPods-example-macOS.a in Frameworks */,
48+
81AF6CAAA3A47C569455A8CF /* libPods-example-macOS.a in Frameworks */,
4949
);
5050
runOnlyForDeploymentPostprocessing = 0;
5151
};
5252
/* End PBXFrameworksBuildPhase section */
5353

5454
/* Begin PBXGroup section */
55-
2B00ABF111DFE292C2703642 /* Pods */ = {
56-
isa = PBXGroup;
57-
children = (
58-
01F1BCEAEAD62CB8FE6E169F /* Pods-example-macOS.debug.xcconfig */,
59-
69BDB9536420F50E0A45D235 /* Pods-example-macOS.release.xcconfig */,
60-
);
61-
name = Pods;
62-
path = Pods;
63-
sourceTree = "<group>";
64-
};
6555
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
6656
isa = PBXGroup;
6757
children = (
6858
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
69-
0D7BE31BBCAFD22E1F56ABF3 /* libPods-example-macOS.a */,
59+
58E7258FCD17F876631BC167 /* libPods-example-macOS.a */,
7060
);
7161
name = Frameworks;
7262
sourceTree = "<group>";
@@ -100,7 +90,7 @@
10090
83CBBA001A601CBA00E9B192 /* Products */,
10191
2D16E6871FA4F8E400B85C8A /* Frameworks */,
10292
158A168270B5A1CEAA2749A3 /* PrivacyInfo.xcprivacy */,
103-
2B00ABF111DFE292C2703642 /* Pods */,
93+
B290BBA17FB47E6DCAAC37C8 /* Pods */,
10494
);
10595
indentWidth = 2;
10696
sourceTree = "<group>";
@@ -116,6 +106,16 @@
116106
name = Products;
117107
sourceTree = "<group>";
118108
};
109+
B290BBA17FB47E6DCAAC37C8 /* Pods */ = {
110+
isa = PBXGroup;
111+
children = (
112+
2DEABBDC1A78EE18A5F26A4D /* Pods-example-macOS.debug.xcconfig */,
113+
09343FFBEE94A3EEF278F558 /* Pods-example-macOS.release.xcconfig */,
114+
);
115+
name = Pods;
116+
path = Pods;
117+
sourceTree = "<group>";
118+
};
119119
/* End PBXGroup section */
120120

121121
/* Begin PBXNativeTarget section */
@@ -141,12 +141,12 @@
141141
isa = PBXNativeTarget;
142142
buildConfigurationList = 5142015A2437B4B40078DB4F /* Build configuration list for PBXNativeTarget "example-macOS" */;
143143
buildPhases = (
144-
1A938104A937498D81B3BD3B /* [CP] Check Pods Manifest.lock */,
144+
D37695AC91ADBF4658D4E209 /* [CP] Check Pods Manifest.lock */,
145145
514201452437B4B30078DB4F /* Sources */,
146146
514201462437B4B30078DB4F /* Frameworks */,
147147
514201472437B4B30078DB4F /* Resources */,
148148
381D8A6E24576A4E00465D17 /* Bundle React Native code and images */,
149-
4A83DE378E360D9B29A4D23D /* [CP] Copy Pods Resources */,
149+
8B91A0BB66A7DA6CD0E06255 /* [CP] Copy Pods Resources */,
150150
);
151151
buildRules = (
152152
);
@@ -229,28 +229,6 @@
229229
shellPath = /bin/sh;
230230
shellScript = "export NODE_BINARY=node\n../node_modules/react-native-macos/scripts/react-native-xcode.sh\n";
231231
};
232-
1A938104A937498D81B3BD3B /* [CP] Check Pods Manifest.lock */ = {
233-
isa = PBXShellScriptBuildPhase;
234-
buildActionMask = 2147483647;
235-
files = (
236-
);
237-
inputFileListPaths = (
238-
);
239-
inputPaths = (
240-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
241-
"${PODS_ROOT}/Manifest.lock",
242-
);
243-
name = "[CP] Check Pods Manifest.lock";
244-
outputFileListPaths = (
245-
);
246-
outputPaths = (
247-
"$(DERIVED_FILE_DIR)/Pods-example-macOS-checkManifestLockResult.txt",
248-
);
249-
runOnlyForDeploymentPostprocessing = 0;
250-
shellPath = /bin/sh;
251-
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";
252-
showEnvVarsInLog = 0;
253-
};
254232
381D8A6E24576A4E00465D17 /* Bundle React Native code and images */ = {
255233
isa = PBXShellScriptBuildPhase;
256234
buildActionMask = 2147483647;
@@ -269,7 +247,7 @@
269247
shellPath = /bin/sh;
270248
shellScript = "export NODE_BINARY=node\n../node_modules/react-native-macos/scripts/react-native-xcode.sh\n";
271249
};
272-
4A83DE378E360D9B29A4D23D /* [CP] Copy Pods Resources */ = {
250+
8B91A0BB66A7DA6CD0E06255 /* [CP] Copy Pods Resources */ = {
273251
isa = PBXShellScriptBuildPhase;
274252
buildActionMask = 2147483647;
275253
files = (
@@ -295,6 +273,28 @@
295273
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-macOS/Pods-example-macOS-resources.sh\"\n";
296274
showEnvVarsInLog = 0;
297275
};
276+
D37695AC91ADBF4658D4E209 /* [CP] Check Pods Manifest.lock */ = {
277+
isa = PBXShellScriptBuildPhase;
278+
buildActionMask = 2147483647;
279+
files = (
280+
);
281+
inputFileListPaths = (
282+
);
283+
inputPaths = (
284+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
285+
"${PODS_ROOT}/Manifest.lock",
286+
);
287+
name = "[CP] Check Pods Manifest.lock";
288+
outputFileListPaths = (
289+
);
290+
outputPaths = (
291+
"$(DERIVED_FILE_DIR)/Pods-example-macOS-checkManifestLockResult.txt",
292+
);
293+
runOnlyForDeploymentPostprocessing = 0;
294+
shellPath = /bin/sh;
295+
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";
296+
showEnvVarsInLog = 0;
297+
};
298298
/* End PBXShellScriptBuildPhase section */
299299

300300
/* Begin PBXSourcesBuildPhase section */
@@ -372,7 +372,7 @@
372372
};
373373
5142015B2437B4B40078DB4F /* Debug */ = {
374374
isa = XCBuildConfiguration;
375-
baseConfigurationReference = 01F1BCEAEAD62CB8FE6E169F /* Pods-example-macOS.debug.xcconfig */;
375+
baseConfigurationReference = 2DEABBDC1A78EE18A5F26A4D /* Pods-example-macOS.debug.xcconfig */;
376376
buildSettings = {
377377
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
378378
CLANG_ENABLE_MODULES = YES;
@@ -396,7 +396,7 @@
396396
};
397397
5142015C2437B4B40078DB4F /* Release */ = {
398398
isa = XCBuildConfiguration;
399-
baseConfigurationReference = 69BDB9536420F50E0A45D235 /* Pods-example-macOS.release.xcconfig */;
399+
baseConfigurationReference = 09343FFBEE94A3EEF278F558 /* Pods-example-macOS.release.xcconfig */;
400400
buildSettings = {
401401
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
402402
CLANG_ENABLE_MODULES = YES;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-document-picker-macos",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"module": "./lib/module/index.js",
55
"main": "./lib/commonjs/index.js",
66
"types": "./lib/typescript/commonjs/src/index.d.ts",

0 commit comments

Comments
 (0)