Skip to content

Commit

Permalink
Added reference to CMake Info.plist template.
Browse files Browse the repository at this point in the history
  • Loading branch information
elmindreda committed Jul 21, 2015
1 parent e686f5a commit d12b343
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/GLFW/glfw3.h
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,9 @@ GLFWAPI void glfwWindowHint(int target, int hint);
* `NSHighResolutionCapable` key is enabled in the application bundle's
* `Info.plist`. For more information, see
* [High Resolution Guidelines for OS X](https://developer.apple.com/library/mac/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Explained/Explained.html)
* in the Mac Developer Library.
* in the Mac Developer Library. The GLFW test and example programs use
* a custom `Info.plist` template for this, which can be found as
* `CMake/MacOSXBundleInfo.plist.in` in the source tree.
*
* @remarks __X11:__ There is no mechanism for setting the window icon yet.
*
Expand Down

0 comments on commit d12b343

Please sign in to comment.