Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
PODS:
- FileBrowser (1.0.0)

DEPENDENCIES:
- FileBrowser (from `https://github.com/prscX/FileBrowser`)

EXTERNAL SOURCES:
FileBrowser:
:git: https://github.com/prscX/FileBrowser

CHECKOUT OPTIONS:
FileBrowser:
:commit: d36e59991f81618fc3f2a80650bc4ef1df57b6df
:git: https://github.com/prscX/FileBrowser

SPEC CHECKSUMS:
FileBrowser: 42fe0e5dbb9602f13c6f7f742f4a4193b018eafd

PODFILE CHECKSUM: e661a6f7762e7314b2c05b56a53d6b866b21ccfc

COCOAPODS: 1.5.3
4 changes: 4 additions & 0 deletions ios/RNFileSelector-Bridging-Header.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//

12 changes: 12 additions & 0 deletions ios/RNFileSelector.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
/* Begin PBXFileReference section */
134814201AA4EA6300B7C361 /* libRNFileSelector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNFileSelector.a; sourceTree = BUILT_PRODUCTS_DIR; };
3EA737E0FFBB40D2ECF9C736 /* Pods-RNFileSelector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNFileSelector.release.xcconfig"; path = "Pods/Target Support Files/Pods-RNFileSelector/Pods-RNFileSelector.release.xcconfig"; sourceTree = "<group>"; };
65B1DA22226F61570079466B /* RNFileSelector-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNFileSelector-Bridging-Header.h"; sourceTree = "<group>"; };
A73D196C67F67BCCD9F439C8 /* Pods-RNFileSelector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNFileSelector.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RNFileSelector/Pods-RNFileSelector.debug.xcconfig"; sourceTree = "<group>"; };
B3E7B5881CC2AC0600A0062D /* RNFileSelector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNFileSelector.h; sourceTree = "<group>"; };
B3E7B5891CC2AC0600A0062D /* RNFileSelector.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNFileSelector.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -80,6 +81,7 @@
134814211AA4EA7D00B7C361 /* Products */,
CE569A9020403969005B5ACC /* Frameworks */,
6EE51A2FE94F687D07C4BA7A /* Pods */,
65B1DA22226F61570079466B /* RNFileSelector-Bridging-Header.h */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -142,6 +144,7 @@
TargetAttributes = {
58B511DA1A9E6C8500147676 = {
CreatedOnToolsVersion = 6.1.1;
LastSwiftMigration = 1010;
};
};
};
Expand Down Expand Up @@ -303,33 +306,42 @@
isa = XCBuildConfiguration;
baseConfigurationReference = A73D196C67F67BCCD9F439C8 /* Pods-RNFileSelector.debug.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
);
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RNFileSelector;
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "RNFileSelector-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
};
name = Debug;
};
58B511F11A9E6C8500147676 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3EA737E0FFBB40D2ECF9C736 /* Pods-RNFileSelector.release.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
);
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RNFileSelector;
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "RNFileSelector-Bridging-Header.h";
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-file-selector",
"version": "0.0.6",
"version": "0.0.7",
"description": "React Native: Native File Selector",
"main": "RNFileSelector.js",
"scripts": {
Expand Down