Tanner Bennett
226e0cd803
Update to recommended project settings
2019-10-26 15:55:41 -05:00
Tanner Bennett
8255c7fe79
General keychain cleanup
...
- KeyChain → Keychain
- Misc renames and refactorings
- Change title
- Tabs to spaces
- Indentation
2019-08-20 19:46:16 -05:00
Tanner Bennett
ca919a4188
Silence deprecation warnings in UICatalog
...
We will rewrite the whole project eventually per #314
2019-08-20 16:14:05 -05:00
Ryan Olson
32c0983bb7
Let Xcode make the changes it wants to the project files
2019-08-18 14:15:11 -07:00
Ryan Olson (IG)
4c2e921f9e
Bump deployment target to 9.0
2019-08-18 12:59:25 -07:00
Tanner Bennett
bff9f1dd89
Remove redundant property attributes
...
Object properties are strong by default, and primitive ones are assign by default. Verbosity is nice, but in this case it introduces unnecessary cognitive load.
Remove all usage of `strong` and `assign` property attributes
2019-08-16 12:48:35 -05:00
Tanner Bennett
81b7ccea22
Avoid using [[* alloc] init*] where possible
...
Prefer shorthand initializers, like +new or +stringWithCString:encoding:
2019-08-16 12:48:34 -05:00
Tanner Bennett
f2c8ede0e0
Use dot syntax for properties
...
Replaces the following method calls with dot syntax:
- count, length, UTF8String, CGColor, contentOffset, firstObject, lastObject, allObjects, allKeys, allValues, subviews, scale, frame, bounds, bytes
Also replaces various UIKit and Foundation singleton method calls with dot syntax, such as UIApplication.sharedApplication. These are all `class` properties now and Xcode will autocomplete them.
Also fixes a couple warnings.
2019-08-16 12:33:11 -05:00
Tanner Bennett
c907a98099
Remove FLEX_AT_LEAST_IOS11_SDK
...
Also @available formatting cleanup
2019-08-13 18:13:02 -05:00
Tanner Bennett
d3ae20bebe
Custom scope bar
...
Adds a custom "segmented control" for use on the object explorers as well as the heap explorer, due to bugs with the default implementation of the UISearchBar scope bar, and the limited size of the scope bar.
The new scope bar will scroll and display the entire class hierarchy for any object. As for the heap explorer, we can switch back to the native scope bar for iOS 13 since iOS 13 has fixed the biggest bugs.
2019-08-13 17:06:15 -05:00
Tanner Bennett
e3ac0d6ecc
Show explorer by default #if DEBUG in example proj
2019-07-10 13:23:31 -05:00
Tanner Bennett
0f98a35643
Update UICatalog for dark mode
...
Wouldn't have been a problem if they were just using "default" everywhere, but for some reason they set all the labels to "Dark Text Color" and the backgrounds to white
2019-07-07 23:17:03 -05:00
Tanner Bennett
62b26036ed
Add images to example project
...
To be used for testing the image viewer and share sheets
2019-06-13 17:35:38 -05:00
Antoine Cœur
17e194b69d
various typos
2019-05-16 10:21:04 -05:00
Tanner Bennett
f7b00e02ee
Change UICatalog bundle ID
2019-04-24 11:11:25 -05:00
Tanner Bennett
5d181adcb8
Add example archived object in demo app
2019-04-17 11:52:45 -05:00
Tanner Bennett
78568cd5be
Fix FLEX not being embedded into example app
2019-04-16 11:14:52 -05:00
Tanner Bennett
f3a1587cf1
Replace UICatalog launch images with launch xib
2019-04-12 13:34:11 -05:00
Tanner Bennett
821ca1683b
Update project settings, Xcode 10.2
2019-04-12 13:25:00 -05:00
Tanner Bennett
d7d40e6d27
Fix #140 , system log messages work
...
more progress
2019-03-30 16:56:46 -05:00
Tanner Bennett
0dd0fc9418
Update to recommended project settings
...
Silence warning for "implementing deprecated method" in Apple's own sample code.
2018-11-04 02:34:19 -06:00
Tanner Bennett
cc35f2086a
Recommended project settings (9.2)
2018-07-12 22:32:05 -05:00
Sylvain Rebaud
94f68c6dfe
Add Xcode8 support
2016-09-26 15:15:36 -07:00
Tim Oliver
f597152a62
Cleaned up example project.
2016-02-17 11:35:39 +08:00
Tim Oliver
ac273fbfc9
Added test Realm file and classes to the sample app.
2016-02-17 11:20:17 +08:00
Tim Oliver
cafc1ba0bd
Reset UICatalog project.
2016-02-09 14:16:54 +08:00
Tim Oliver
0112c097d9
Updated Realm optional macros and cleaned project changes.
2016-02-09 14:10:52 +08:00
Tim Oliver
507d03fd90
Cleaned up project file, and added test Realm file.
2016-02-07 16:47:31 +08:00
Ryan Olson
54730c368c
Use FLEX.framework in example project
...
Bump example project deployment target to iOS 8 so we can link to the dynamic framework.
2015-12-13 21:09:20 -08:00
tttpeng
fd2b89fd24
Add sqlite database browser
2015-11-30 17:36:41 +08:00
Dan Loewenherz
29a45aa02d
use Objective-C 2.0 subscripting for dictionaries
2015-10-31 17:37:45 -05:00
Rich Robinson
c69f5c220a
Update UICatalog project to include FLEXCookiesTableViewController
2015-10-20 07:51:54 +01:00
Ryan Olson
06edea64ae
Add help menu listing keyboard shortcuts
2015-09-21 13:54:08 -06:00
Ryan Olson
b22d2b57a2
Add support for keyboard shortcuts in the simulator
2015-09-21 13:54:08 -06:00
Ryan Olson
320aeb815b
Disable app transport security for the example project
2015-09-09 11:45:51 -06:00
Ryan Olson
7a2e65f292
Allow Xcode 7 to make desired changes to the project and scheme files
2015-09-03 15:04:57 -06:00
Ryan Olson
b7f2d9bcbe
Add shared scheme for the example UICatalog xcodeproj
...
For Travis CI
2015-04-15 17:15:56 -07:00
Fabien Sanglard
0b4e231814
CamelCase directory names that previously had spaces
2015-03-25 09:38:54 -07:00
Ryan Olson
a2c7110b07
Modify example network requests to use many different request methods.
...
Shows that FLEX works no matter what NSURLConnection or NSURLSession API is used for the request.
2015-02-24 00:10:57 -08:00
Ryan Olson
e531190616
Mute iOS 8 deprecation warnings.
...
Our current deployment target is iOS 7, so we need to continue using these API (since their replacements are not yet available). However, some people may be using the library with an iOS 8 deployment target, and we don’t want to clutter their builds with warnings.
2015-02-23 16:23:31 -08:00
Ryan Olson
57f4519c3f
Bump deployment target to 7.0
2015-02-21 23:02:14 -08:00
Ryan Olson
51493322c3
Add NSULRSessionDataTask to example requests
2015-02-21 23:02:13 -08:00
Ryan Olson
cdb9235a83
Add network debugging settings view controller
2015-02-21 23:02:13 -08:00
Ryan Olson
2b3677e503
Add method to get deflated data from compressed data.
...
Requires linking to libz
2015-02-21 23:02:11 -08:00
Ryan Olson
4e167f02fb
Properly guard use of FLEX in the example project with #if DEBUG
2015-02-21 23:02:11 -08:00
Ryan Olson
ec76385bcf
Add NSURLSession request to the example project
2015-02-21 23:02:10 -08:00
Ryan Olson
387a72d93e
Appease Xcode by adding more launch images
2015-02-21 23:02:10 -08:00
Ryan Olson
dd686e80da
Add example network requests to the sample project.
2015-02-21 23:02:08 -08:00
Ryan Olson
794d00d82f
Add network debugging files to example project
2015-02-21 23:02:00 -08:00
Ryan Olson
190006dcc0
Replace FLEXDescriptionTableViewCell with a more generic multiline cell class.
2015-02-21 22:45:56 -08:00