Commit Graph

5 Commits (b4dd28ffbbe4d382d38ef6de742db93388b5482f)

Author SHA1 Message Date
Andrew Willmott 02de498a41 Add native mac copy/paste support to match win32 ()
Alzathar 25ac85f15d Examples: Downgrading projects to xcode 9.2 (maybe 8.0) ()
* example_apple_opengl2: The deployment target was set to 10.12 from XCode 9.2.
* imgui_impl_metal: header not found by XCode 9.2.
* example_apple_metal: The deployment target was set to 10.12 from XCode 9.2.
omar 745f01022e Examples: Downgraded Xcode project object version (50->48) to support Xcode 9.2 (last version supported on macOS 10.12) (, )
Omar Cornut be6ea86f8d OSX: Added imgui_widgets.cpp to xcode project files.
Omar Cornut c3f9220c15 Apple: Fixed example_osx_opengl2, renamed to example_apple_opengl2 + misc comments