Tanner Bennett
4bc797458a
Hope this works!
...
Fix imports
2023-01-17 03:16:52 -08:00
Matt Robinson and Tanner Bennett
3fd8e7c77d
Fix CLANG_WARN_STRICT_PROTOTYPES/-Wstrict-prototypes issues
...
This allows `FLEX` to be linked statically to a binary that has `-Wstrict-prototypes` enabled (for example in CocoaPods without `use_frameworks!`.
Changes:
- Apply `void` to all the empty function/block declarations that don't take arguments.
- Apply `SEL`/`UIImage *` to the others that actually take arguments.
- Remove `CLANG_WARN_STRICT_PROTOTYPES = NO` since the default is enabled.
2021-11-14 00:39:44 -06:00
Tanner Bennett
e63f2ee3ad
Prefix some categories, fix #496
2020-12-30 20:06:49 -06:00
Tanner Bennett
af87ea14e0
Update copyright
2020-10-20 18:18:47 -05:00
Tanner Bennett
fbeb1beca0
Namespace some category filenames
2020-04-06 17:32:11 -05:00
Tanner Bennett
6bd0c87881
Fix import statement to work without modules
2020-03-30 16:28:19 -05:00
Tanner Bennett
1a64da70c9
Add FLEXRuntimeExporter
...
Allows you to export the contents of a bundle's objc metadata as an SQLite database
fix
fix
2020-03-30 16:28:19 -05:00
Tanner Bennett
87ea2bb147
FLEXRuntimeClient additions
...
- Move initializeWebKitLegacy to FLEXRuntimeClient
- Add -copySafeClassList and -copyProtocolList
2020-03-27 19:59:32 -05:00
Tanner Bennett
c037e703a6
Fix runtime browser crashing when searching for *.*.
...
Also add type annotations to several arrays
2020-03-24 14:20:36 -05:00
Tanner Bennett
f2f66489d1
Use properties where applicable
2020-03-10 18:16:27 -05:00
Tanner Bennett
3cb1366966
Replace +array / +string / +set … calls with +new
2020-03-10 18:16:27 -05:00
Tanner Bennett
907b315601
Namespace files in RuntimeBrowser/
2020-03-10 18:16:26 -05:00
Tanner Bennett
ec2b73ceda
Add some objc runtime nullability safeguards
2020-02-24 18:03:07 -06:00
Tanner Bennett
6d4c7b5e0d
Replace classes/libraries with "runtime browser"
2020-01-17 17:15:23 -06:00
Tanner Bennett
bbc64efb12
Add files for runtime browser
2020-01-17 17:15:23 -06:00