Revision: 12921
          http://sourceforge.net/p/skim-app/code/12921
Author:   hofman
Date:     2022-05-12 09:24:17 +0000 (Thu, 12 May 2022)
Log Message:
-----------
mention NSPropertyListSerializtion API in notes

Modified Paths:
--------------
    trunk/SkimNotes/SkimNotes.rtf

Modified: trunk/SkimNotes/SkimNotes.rtf
===================================================================
--- trunk/SkimNotes/SkimNotes.rtf       2022-05-12 09:06:26 UTC (rev 12920)
+++ trunk/SkimNotes/SkimNotes.rtf       2022-05-12 09:24:17 UTC (rev 12921)
@@ -1,4 +1,4 @@
-{\rtf1\ansi\ansicpg1252\cocoartf2513
+{\rtf1\ansi\ansicpg1252\cocoartf2580
 \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 
Helvetica-Bold;\f1\fswiss\fcharset0 Helvetica;\f2\fmodern\fcharset0 Courier;
 \f3\fnil\fcharset0 Menlo-Regular;}
 
{\colortbl;\red255\green255\blue255;\red170\green13\blue145;\red92\green38\blue153;\red0\green0\blue0;
@@ -129,6 +129,7 @@
 \f3\fs22 \CocoaLigature0 @rpath
 \f1\fs24 \CocoaLigature1  as the base for the install name. This means that 
when an executable bundle wants to embed and link against the framework, it has 
to provide a runpath search path. This is typically done by using the following 
build setting for the executable bundle linking the embedded SkimNotes 
framework:\
 \
+\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
 
 \f3\fs22 \cf4 \cb5 LD_RUNPATH_SEARCH_PATHS = @loader_path/../Frameworks
 \f1\fs24 \cf0 \cb1 \
@@ -148,10 +149,12 @@
 \
 \pard\tx560\pardeftab560\pardirnatural\partightenfactor0
 
-\f3\fs22 \cf0 \CocoaLigature0 MACOSX_DEPLOYMENT_TARGET = \cf6 10.5\
+\f3\fs22 \cf0 \CocoaLigature0 MACOSX_DEPLOYMENT_TARGET = \cf6 10.6\
 
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
 
 \f1\fs24 \cf0 \CocoaLigature1 \
+For deployment targets before 10.6, all calls to NSPropertyListSerialization 
in the code should be replaced by their deprecated versions.\
+\
 Also you may want to support older architectures by changing the 
 \f3\fs22 \CocoaLigature0 ARCHS
 \f1\fs24 \CocoaLigature1  line by something like:\

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to