Skip to content

Commit 462c507

Browse files
authored
Make FLEXFileBrowserController public (#702)
1 parent a19f1ac commit 462c507

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../Classes/GlobalStateExplorers/FileBrowser/FLEXFileBrowserController.h

FLEX.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Pod::Spec.new do |spec|
5353
"Classes/Utility/FLEXResources.h",
5454
"Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcut.h",
5555
"Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcutsSection.h",
56-
"Classes/GlobalStateExplorers/Globals/FLEXGlobalsEntry.h"
56+
"Classes/GlobalStateExplorers/Globals/FLEXGlobalsEntry.h",
57+
"Classes/GlobalStateExplorers/FileBrowser/FLEXFileBrowserController.h"
5758
]
5859
end

generate-spm-headers.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ generate_headers() {
3333
# "Classes/ObjectExplorers/**/*.h", "Classes/Editing/**/*.h",
3434
# "Classes/Utility/FLEXMacros.h", "Classes/Utility/Categories/*.h",
3535
# "Classes/Utility/FLEXAlert.h", "Classes/Utility/FLEXResources.h"
36+
# "Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcut.h",
37+
# "Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcutsSection.h",
38+
# "Classes/GlobalStateExplorers/Globals/FLEXGlobalsEntry.h",
39+
# "Classes/GlobalStateExplorers/FileBrowser/FLEXFileBrowserController.h"
3640

3741
rm -rf Classes/Headers
3842
mkdir -p Classes/Headers
@@ -58,6 +62,7 @@ makeheader "Classes/Utility/FLEXResources.h"
5862
makeheader "Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcut.h"
5963
makeheader "Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcutsSection.h"
6064
makeheader "Classes/GlobalStateExplorers/Globals/FLEXGlobalsEntry.h"
65+
makeheader "Classes/GlobalStateExplorers/FileBrowser/FLEXFileBrowserController.h"
6166

6267
# Print all folders in Classes for use in Package.swift
6368
for folder in `find "Classes" -type d`; do

0 commit comments

Comments
 (0)