From 54c1c935e6d7c6456c951aecf84c242652bc7b1a Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 2 Feb 2016 08:58:33 +0000 Subject: Stop using ide/Xcode4/plists/editor-Info.plist because ide will be removed. This file is moved to the test/ directory. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11120 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CMake/macros.cmake | 2 +- README.OSX.txt | 2 +- test/Makefile | 2 +- test/editor-Info.plist | 43 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 test/editor-Info.plist diff --git a/CMake/macros.cmake b/CMake/macros.cmake index 320a9b3af..2d2b1cc04 100644 --- a/CMake/macros.cmake +++ b/CMake/macros.cmake @@ -150,7 +150,7 @@ macro(CREATE_EXAMPLE NAME SOURCES LIBRARIES) set_target_properties(${tname} PROPERTIES RESOURCE ${RESOURCE_PATH}) endif(APPLE AND DEFINED RESOURCE_PATH) if(APPLE AND (NOT OPTION_APPLE_X11) AND ${tname} STREQUAL "editor") - set_target_properties("editor" PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${PROJECT_SOURCE_DIR}/ide/Xcode4/plists/editor-Info.plist" ) + set_target_properties("editor" PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${PROJECT_SOURCE_DIR}/test/editor-Info.plist" ) endif(APPLE AND (NOT OPTION_APPLE_X11) AND ${tname} STREQUAL "editor") target_link_libraries(${tname} ${LIBRARIES}) diff --git a/README.OSX.txt b/README.OSX.txt index 2b19237d6..181a1cf65 100644 --- a/README.OSX.txt +++ b/README.OSX.txt @@ -443,7 +443,7 @@ tools: 5 MAKE AN APPLICATION LAUNCHABLE BY DROPPING FILES ON ITS ICON ================================================================= - Prepare an Info.plist file for your application derived from file -ide/Xcode4/plists/editor-Info.plist which allows any file to be dropped +test/editor-Info.plist which allows any file to be dropped on the application icon. You can edit this file in Xcode and change Document types/Item 0/CFBundleTypeExtensions/Item 0 diff --git a/test/Makefile b/test/Makefile index 3f55f89de..1e3699b57 100644 --- a/test/Makefile +++ b/test/Makefile @@ -342,7 +342,7 @@ editor$(EXEEXT): editor.o echo Linking $@... $(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) editor.o -o $@ $(LINKFLTKIMG) $(LDLIBS) $(OSX_ONLY) ../fltk-config --post $@ - $(OSX_ONLY) cp -f ../ide/Xcode4/plists/editor-Info.plist editor.app/Contents/Info.plist + $(OSX_ONLY) cp -f editor-Info.plist editor.app/Contents/Info.plist fast_slow$(EXEEXT): fast_slow.o fast_slow.cxx: fast_slow.fl ../fluid/fluid$(EXEEXT) diff --git a/test/editor-Info.plist b/test/editor-Info.plist new file mode 100644 index 000000000..dea3f13f5 --- /dev/null +++ b/test/editor-Info.plist @@ -0,0 +1,43 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + * + + CFBundleTypeName + AllFiles + CFBundleTypeRole + Editor + LSTypeIsPackage + + NSPersistentStoreTypeKey + XML + + + CFBundleExecutable + editor + CFBundleGetInfoString + Part of the FLTK library. Please visit www.fltk.org. + CFBundleIdentifier + org.fltk.editor + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + APPL + CFBundleSignature + FLTK + CFBundleVersion + 1.0 + NSHumanReadableCopyright + Copyright 1998-2010 by Bill Spitzak and others. + NSHighResolutionCapable + + + -- cgit v1.2.3