Show
Ignore:
Timestamp:
02/23/10 21:46:56 (2 years ago)
Author:
Robin Gareus <rgareus@…>
Parents:
bbae170fca0b64bb0ba4c1193e63f567787020b5
Children:
53f2ac9a8feb65055412c1c457fbbedaf8d4b201
git-committer:
Robin Gareus <rgareus@priroda.local> / 2010-02-23T22:46:56Z+0100
Message:

added post-install script to install frameworks.

Location:
oggzcap/OggZCap.xcodeproj
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • oggzcap/OggZCap.xcodeproj/project.pbxproj

    rbbae170 rb05f1ef  
    2525                8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; 
    2626                AF092A430C8464AC00831FD9 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF092A420C8464AC00831FD9 /* OpenGL.framework */; }; 
    27                 B5A7E9CC10FC03EF0031B325 /* libogg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5A7E9C510FC03EF0031B325 /* libogg.a */; }; 
    28                 B5A7E9CD10FC03EF0031B325 /* libshout.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5A7E9C610FC03EF0031B325 /* libshout.a */; }; 
    29                 B5A7E9CE10FC03EF0031B325 /* libtheora.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5A7E9C710FC03EF0031B325 /* libtheora.a */; }; 
    30                 B5A7E9CF10FC03EF0031B325 /* libtheoraenc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5A7E9C810FC03EF0031B325 /* libtheoraenc.a */; }; 
    31                 B5A7E9D010FC03EF0031B325 /* libvorbis.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5A7E9C910FC03EF0031B325 /* libvorbis.a */; }; 
    32                 B5A7E9D110FC03EF0031B325 /* libvorbisenc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5A7E9CA10FC03EF0031B325 /* libvorbisenc.a */; }; 
    33                 B5A7E9D210FC03EF0031B325 /* libvorbisfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5A7E9CB10FC03EF0031B325 /* libvorbisfile.a */; }; 
     27                B5BD945211346A530063C358 /* libogg.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B5BD944A11346A530063C358 /* libogg.dylib */; }; 
     28                B5BD945311346A530063C358 /* libshout.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B5BD944B11346A530063C358 /* libshout.dylib */; }; 
     29                B5BD945411346A530063C358 /* libtheora.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B5BD944C11346A530063C358 /* libtheora.dylib */; }; 
     30                B5BD945511346A530063C358 /* libtheoradec.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B5BD944D11346A530063C358 /* libtheoradec.dylib */; }; 
     31                B5BD945611346A530063C358 /* libtheoraenc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B5BD944E11346A530063C358 /* libtheoraenc.dylib */; }; 
     32                B5BD945711346A530063C358 /* libvorbis.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B5BD944F11346A530063C358 /* libvorbis.dylib */; }; 
     33                B5BD945811346A530063C358 /* libvorbisenc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B5BD945011346A530063C358 /* libvorbisenc.dylib */; }; 
     34                B5BD945911346A530063C358 /* libvorbisfile.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B5BD945111346A530063C358 /* libvorbisfile.dylib */; }; 
    3435/* End PBXBuildFile section */ 
    3536 
     
    6162                8D1107320486CEB800E47090 /* OggZCap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OggZCap.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
    6263                AF092A420C8464AC00831FD9 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; 
    63                 B5A7E9C510FC03EF0031B325 /* libogg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libogg.a; path = /usr/local/lib/libogg.a; sourceTree = "<absolute>"; }; 
    64                 B5A7E9C610FC03EF0031B325 /* libshout.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libshout.a; path = /usr/local/lib/libshout.a; sourceTree = "<absolute>"; }; 
    65                 B5A7E9C710FC03EF0031B325 /* libtheora.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtheora.a; path = /usr/local/lib/libtheora.a; sourceTree = "<absolute>"; }; 
    66                 B5A7E9C810FC03EF0031B325 /* libtheoraenc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtheoraenc.a; path = /usr/local/lib/libtheoraenc.a; sourceTree = "<absolute>"; }; 
    67                 B5A7E9C910FC03EF0031B325 /* libvorbis.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbis.a; path = /usr/local/lib/libvorbis.a; sourceTree = "<absolute>"; }; 
    68                 B5A7E9CA10FC03EF0031B325 /* libvorbisenc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbisenc.a; path = /usr/local/lib/libvorbisenc.a; sourceTree = "<absolute>"; }; 
    69                 B5A7E9CB10FC03EF0031B325 /* libvorbisfile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbisfile.a; path = /usr/local/lib/libvorbisfile.a; sourceTree = "<absolute>"; }; 
     64                B5BD944A11346A530063C358 /* libogg.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libogg.dylib; path = /usr/local/lib/libogg.dylib; sourceTree = "<absolute>"; }; 
     65                B5BD944B11346A530063C358 /* libshout.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libshout.dylib; path = /usr/local/lib/libshout.dylib; sourceTree = "<absolute>"; }; 
     66                B5BD944C11346A530063C358 /* libtheora.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libtheora.dylib; path = /usr/local/lib/libtheora.dylib; sourceTree = "<absolute>"; }; 
     67                B5BD944D11346A530063C358 /* libtheoradec.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libtheoradec.dylib; path = /usr/local/lib/libtheoradec.dylib; sourceTree = "<absolute>"; }; 
     68                B5BD944E11346A530063C358 /* libtheoraenc.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libtheoraenc.dylib; path = /usr/local/lib/libtheoraenc.dylib; sourceTree = "<absolute>"; }; 
     69                B5BD944F11346A530063C358 /* libvorbis.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libvorbis.dylib; path = /usr/local/lib/libvorbis.dylib; sourceTree = "<absolute>"; }; 
     70                B5BD945011346A530063C358 /* libvorbisenc.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libvorbisenc.dylib; path = /usr/local/lib/libvorbisenc.dylib; sourceTree = "<absolute>"; }; 
     71                B5BD945111346A530063C358 /* libvorbisfile.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libvorbisfile.dylib; path = /usr/local/lib/libvorbisfile.dylib; sourceTree = "<absolute>"; }; 
    7072/* End PBXFileReference section */ 
    7173 
     
    7981                                667DAFC50AB60A0900FB61F3 /* Quartz.framework in Frameworks */, 
    8082                                AF092A430C8464AC00831FD9 /* OpenGL.framework in Frameworks */, 
    81                                 B5A7E9CC10FC03EF0031B325 /* libogg.a in Frameworks */, 
    82                                 B5A7E9CD10FC03EF0031B325 /* libshout.a in Frameworks */, 
    83                                 B5A7E9CE10FC03EF0031B325 /* libtheora.a in Frameworks */, 
    84                                 B5A7E9CF10FC03EF0031B325 /* libtheoraenc.a in Frameworks */, 
    85                                 B5A7E9D010FC03EF0031B325 /* libvorbis.a in Frameworks */, 
    86                                 B5A7E9D110FC03EF0031B325 /* libvorbisenc.a in Frameworks */, 
    87                                 B5A7E9D210FC03EF0031B325 /* libvorbisfile.a in Frameworks */, 
     83                                B5BD945211346A530063C358 /* libogg.dylib in Frameworks */, 
     84                                B5BD945311346A530063C358 /* libshout.dylib in Frameworks */, 
     85                                B5BD945411346A530063C358 /* libtheora.dylib in Frameworks */, 
     86                                B5BD945511346A530063C358 /* libtheoradec.dylib in Frameworks */, 
     87                                B5BD945611346A530063C358 /* libtheoraenc.dylib in Frameworks */, 
     88                                B5BD945711346A530063C358 /* libvorbis.dylib in Frameworks */, 
     89                                B5BD945811346A530063C358 /* libvorbisenc.dylib in Frameworks */, 
     90                                B5BD945911346A530063C358 /* libvorbisfile.dylib in Frameworks */, 
    8891                        ); 
    8992                        runOnlyForDeploymentPostprocessing = 0; 
     
    109112                        isa = PBXGroup; 
    110113                        children = ( 
     114                                B5BD944A11346A530063C358 /* libogg.dylib */, 
     115                                B5BD944B11346A530063C358 /* libshout.dylib */, 
     116                                B5BD944C11346A530063C358 /* libtheora.dylib */, 
     117                                B5BD944D11346A530063C358 /* libtheoradec.dylib */, 
     118                                B5BD944E11346A530063C358 /* libtheoraenc.dylib */, 
     119                                B5BD944F11346A530063C358 /* libvorbis.dylib */, 
     120                                B5BD945011346A530063C358 /* libvorbisenc.dylib */, 
     121                                B5BD945111346A530063C358 /* libvorbisfile.dylib */, 
    111122                                AF092A420C8464AC00831FD9 /* OpenGL.framework */, 
    112123                                667DAFC40AB60A0900FB61F3 /* Quartz.framework */, 
     
    194205                        isa = PBXGroup; 
    195206                        children = ( 
    196                                 B5A7E9C510FC03EF0031B325 /* libogg.a */, 
    197                                 B5A7E9C610FC03EF0031B325 /* libshout.a */, 
    198                                 B5A7E9C710FC03EF0031B325 /* libtheora.a */, 
    199                                 B5A7E9C810FC03EF0031B325 /* libtheoraenc.a */, 
    200                                 B5A7E9C910FC03EF0031B325 /* libvorbis.a */, 
    201                                 B5A7E9CA10FC03EF0031B325 /* libvorbisenc.a */, 
    202                                 B5A7E9CB10FC03EF0031B325 /* libvorbisfile.a */, 
    203207                        ); 
    204208                        path = lib; 
     
    215219                                8D11072C0486CEB800E47090 /* Sources */, 
    216220                                8D11072E0486CEB800E47090 /* Frameworks */, 
     221                                B5BD94A21134800D0063C358 /* ShellScript */, 
    217222                        ); 
    218223                        buildRules = ( 
     
    257262                }; 
    258263/* End PBXResourcesBuildPhase section */ 
     264 
     265/* Begin PBXShellScriptBuildPhase section */ 
     266                B5BD94A21134800D0063C358 /* ShellScript */ = { 
     267                        isa = PBXShellScriptBuildPhase; 
     268                        buildActionMask = 12; 
     269                        files = ( 
     270                        ); 
     271                        inputPaths = ( 
     272                        ); 
     273                        outputPaths = ( 
     274                        ); 
     275                        runOnlyForDeploymentPostprocessing = 0; 
     276                        shellPath = /bin/sh; 
     277                        shellScript = "export INSTALLED=\"\"\nexport LIBS_PATH=\"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks\"\nmkdir -p $LIBS_PATH\nexport TARGET=\"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\"\n\nfollow_dependencies () {\n\tlibname=$1\n\tcd \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks\"\n\tdependencies=`otool -L \"$libname\"  | egrep '\\/(opt|usr)\\/local\\/lib' | awk '{print $1}'`\n\tfor l in $dependencies; do\n\t\tdepname=`basename $l`\n\t\tdeppath=`dirname $l`\n\t\tif [ ! -f \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/$depname\" ]; then\n\t\t\tdeploy_lib $depname \"$deppath\"\n\t\tfi\n\tdone\n}\n\nupdate_links () {\n\tlibname=$1\n\tlibpath=$2\n\tfor n in `ls $LIBS_PATH/*`; do\n\t\tinstall_name_tool \\\n\t\t\t-change \"$libpath/$libname\" \\\n\t\t\t@executable_path/../Frameworks/$libname \\\n\t\t\t\"$n\"\n\tdone\n}\n\ndeploy_lib () {\n\tlibname=$1\n\tlibpath=$2\n\tcheck=`echo $INSTALLED | grep $libname`\n\tif [ \"X$check\" = \"X\" ]; then\n\t\tif [ ! -f \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/$libname\" ]; then\n\t\t\tcp -f \"$libpath/$libname\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/$libname\"\n\t\t\tinstall_name_tool \\\n\t\t\t\t-id @executable_path/../Frameworks/$libname \\\n\t\t\t\t\"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/$libname\"\n\t\t\tfollow_dependencies $libname\n\t\tfi\n\t\texport INSTALLED=\"$INSTALLED $libname\"\n\tfi\n\tupdate_links $libname $libpath\n}\n\nupdate_executable() {\n\tLIBS=`otool -L \"$TARGET\" | egrep '\\/(opt|usr)\\/local\\/lib' | awk '{print $1}'`\n\tfor l in $LIBS; do\n\t\tlibname=`basename $l`\n\t\tlibpath=`dirname $l`\n\t\tdeploy_lib $libname $libpath\n\t\techo \"install_name_tool -change $libpath/$libname @executable_path/../Frameworks/$libname \\\"$TARGET\\\"\"\n\t\tinstall_name_tool \\\n\t\t\t-change $libpath/$libname \\\n\t\t\t@executable_path/../Frameworks/$libname \\\n\t\t\t\"$TARGET\"\n\tdone\n}\n\nupdate_executable\ncd $LIBS_PATH && MORELIBS=`otool -L * | egrep '\\/(opt|usr)\\/local\\/lib' | awk '{print $1}'` && cd -\nwhile [ \"X$MORELIBS\" != \"X\" ]; do\n\tfor l in $MORELIBS; do\n\t\tlibname=`basename $l`\n\t\tlibpath=`dirname $l`\n\t\tdeploy_lib \"$libname\" \"$libpath\"\n\tdone\n\tcd $LIBS_PATH && MORELIBS=`otool -L * | egrep '\\/(opt|usr)\\/local\\/lib' | awk '{print $1}'` && cd -\ndone\nupdate_executable\n"; 
     278                }; 
     279/* End PBXShellScriptBuildPhase section */ 
    259280 
    260281/* Begin PBXSourcesBuildPhase section */ 
  • oggzcap/OggZCap.xcodeproj/rgareus.mode1v3

    rbbae170 rb05f1ef  
    230230                        <array> 
    231231                                <dict> 
     232                                        <key>BecomeActive</key> 
     233                                        <true/> 
    232234                                        <key>ContentConfiguration</key> 
    233235                                        <dict> 
     
    265267                                                        <array> 
    266268                                                                <string>29B97314FDCFA39411CA2CEA</string> 
     269                                                                <string>29B97323FDCFA39411CA2CEA</string> 
    267270                                                                <string>1C37FBAC04509CD000000102</string> 
    268271                                                                <string>B5BD9437113469280063C358</string> 
     
    273276                                                        <array> 
    274277                                                                <array> 
    275                                                                         <integer>11</integer> 
    276                                                                         <integer>8</integer> 
    277                                                                         <integer>7</integer> 
     278                                                                        <integer>14</integer> 
     279                                                                        <integer>10</integer> 
     280                                                                        <integer>9</integer> 
    278281                                                                </array> 
    279282                                                        </array> 
     
    298301                                                </array> 
    299302                                                <key>RubberWindowFrame</key> 
    300                                                 <string>269 343 1050 523 0 0 1440 878 </string> 
     303                                                <string>30 322 1050 523 0 0 1440 878 </string> 
    301304                                        </dict> 
    302305                                        <key>Module</key> 
     
    326329                                                                                <integer>0</integer> 
    327330                                                                                <key>bookmark</key> 
    328                                                                                 <string>B5BD9438113469280063C358</string> 
     331                                                                                <string>B5BD94CD113484350063C358</string> 
    329332                                                                                <key>history</key> 
    330333                                                                                <array> 
     
    350353                                                                <string>{{0, 0}, {775, 298}}</string> 
    351354                                                                <key>RubberWindowFrame</key> 
    352                                                                 <string>269 343 1050 523 0 0 1440 878 </string> 
     355                                                                <string>30 322 1050 523 0 0 1440 878 </string> 
    353356                                                        </dict> 
    354357                                                        <key>Module</key> 
     
    358361                                                </dict> 
    359362                                                <dict> 
    360                                                         <key>BecomeActive</key> 
    361                                                         <true/> 
    362363                                                        <key>ContentConfiguration</key> 
    363364                                                        <dict> 
     
    372373                                                                <string>{{0, 303}, {775, 179}}</string> 
    373374                                                                <key>RubberWindowFrame</key> 
    374                                                                 <string>269 343 1050 523 0 0 1440 878 </string> 
     375                                                                <string>30 322 1050 523 0 0 1440 878 </string> 
    375376                                                        </dict> 
    376377                                                        <key>Module</key> 
     
    534535        <key>WindowOrderList</key> 
    535536        <array> 
    536                 <string>B5BD9443113469280063C358</string> 
     537                <string>B5BD94CE113484350063C358</string> 
    537538                <string>B5BD9444113469280063C358</string> 
    538539                <string>B5BD9445113469280063C358</string> 
     540                <string>1C78EAAD065D492600B07095</string> 
    539541                <string>1CD10A99069EF8BA00B06720</string> 
    540542                <string>B5D733AD10A3869C0039782E</string> 
    541                 <string>1C78EAAD065D492600B07095</string> 
    542543                <string>/Users/rgareus/data/inout/oggzcap/OggZCap.xcodeproj</string> 
    543544        </array> 
    544545        <key>WindowString</key> 
    545         <string>269 343 1050 523 0 0 1440 878 </string> 
     546        <string>30 322 1050 523 0 0 1440 878 </string> 
    546547        <key>WindowToolsV3</key> 
    547548        <array> 
     
    571572                                                        <dict> 
    572573                                                                <key>Frame</key> 
    573                                                                 <string>{{0, 0}, {500, 218}}</string> 
     574                                                                <string>{{0, 0}, {805, 225}}</string> 
    574575                                                                <key>RubberWindowFrame</key> 
    575                                                                 <string>0 171 500 500 0 0 1440 878 </string> 
     576                                                                <string>429 179 805 507 0 0 1440 878 </string> 
    576577                                                        </dict> 
    577578                                                        <key>Module</key> 
    578579                                                        <string>PBXNavigatorGroup</string> 
    579580                                                        <key>Proportion</key> 
    580                                                         <string>218pt</string> 
    581                                                 </dict> 
    582                                                 <dict> 
     581                                                        <string>225pt</string> 
     582                                                </dict> 
     583                                                <dict> 
     584                                                        <key>BecomeActive</key> 
     585                                                        <true/> 
    583586                                                        <key>ContentConfiguration</key> 
    584587                                                        <dict> 
     
    595598                                                        <dict> 
    596599                                                                <key>Frame</key> 
    597                                                                 <string>{{0, 223}, {500, 236}}</string> 
     600                                                                <string>{{0, 230}, {805, 236}}</string> 
    598601                                                                <key>RubberWindowFrame</key> 
    599                                                                 <string>0 171 500 500 0 0 1440 878 </string> 
     602                                                                <string>429 179 805 507 0 0 1440 878 </string> 
    600603                                                        </dict> 
    601604                                                        <key>Module</key> 
     
    606609                                        </array> 
    607610                                        <key>Proportion</key> 
    608                                         <string>459pt</string> 
     611                                        <string>466pt</string> 
    609612                                </dict> 
    610613                        </array> 
     
    627630                        <string>xcode.toolbar.config.buildV3</string> 
    628631                        <key>WindowString</key> 
    629                         <string>0 171 500 500 0 0 1440 878 </string> 
     632                        <string>429 179 805 507 0 0 1440 878 </string> 
    630633                        <key>WindowToolGUID</key> 
    631634                        <string>B5D733AD10A3869C0039782E</string> 
    632635                        <key>WindowToolIsVisible</key> 
    633                         <false/> 
     636                        <true/> 
    634637                </dict> 
    635638                <dict> 
     
    912915                        <string>1C78EAAD065D492600B07095</string> 
    913916                        <key>WindowToolIsVisible</key> 
    914                         <true/> 
     917                        <false/> 
    915918                </dict> 
    916919                <dict> 
  • oggzcap/OggZCap.xcodeproj/rgareus.pbxuser

    rbbae170 rb05f1ef  
    132132                        B5A7E9DB10FC05610031B325 = B5A7E9DB10FC05610031B325 /* PBXTextBookmark */; 
    133133                        B5BD9438113469280063C358 /* PBXTextBookmark */ = B5BD9438113469280063C358 /* PBXTextBookmark */; 
     134                        B5BD947311346CBB0063C358 /* PBXTextBookmark */ = B5BD947311346CBB0063C358 /* PBXTextBookmark */; 
     135                        B5BD94A4113480180063C358 /* PBXTextBookmark */ = B5BD94A4113480180063C358 /* PBXTextBookmark */; 
     136                        B5BD94A51134809D0063C358 /* PBXTextBookmark */ = B5BD94A51134809D0063C358 /* PBXTextBookmark */; 
     137                        B5BD94A6113480E10063C358 /* PBXTextBookmark */ = B5BD94A6113480E10063C358 /* PBXTextBookmark */; 
     138                        B5BD94B5113483AE0063C358 /* PBXTextBookmark */ = B5BD94B5113483AE0063C358 /* PBXTextBookmark */; 
     139                        B5BD94C9113484000063C358 /* PBXTextBookmark */ = B5BD94C9113484000063C358 /* PBXTextBookmark */; 
     140                        B5BD94CD113484350063C358 /* PBXTextBookmark */ = B5BD94CD113484350063C358 /* PBXTextBookmark */; 
    134141                        B5BEBC08112E8B4600D88264 = B5BEBC08112E8B4600D88264 /* PBXTextBookmark */; 
    135142                        B5BEBD4D1131F01400D88264 = B5BEBD4D1131F01400D88264 /* PBXTextBookmark */; 
     
    226233        454398890D6F33A500761241 /* MyController.mm */ = { 
    227234                uiCtxt = { 
    228                         sepNavIntBoundsRect = "{{0, 0}, {1104, 9048}}"; 
     235                        sepNavIntBoundsRect = "{{0, 0}, {1160, 9087}}"; 
    229236                        sepNavSelRange = "{15018, 0}"; 
    230                         sepNavVisRange = "{19936, 470}"; 
     237                        sepNavVisRange = "{0, 687}"; 
    231238                        sepNavWindowFrame = "{{524, 92}, {778, 736}}"; 
    232239                }; 
     
    265272                vrLen = 470; 
    266273                vrLoc = 19936; 
     274        }; 
     275        B5BD947311346CBB0063C358 /* PBXTextBookmark */ = { 
     276                isa = PBXTextBookmark; 
     277                fRef = 454398890D6F33A500761241 /* MyController.mm */; 
     278                name = "MyController.mm: 474"; 
     279                rLen = 0; 
     280                rLoc = 15018; 
     281                rType = 0; 
     282                vrLen = 517; 
     283                vrLoc = 19936; 
     284        }; 
     285        B5BD94A4113480180063C358 /* PBXTextBookmark */ = { 
     286                isa = PBXTextBookmark; 
     287                fRef = 454398890D6F33A500761241 /* MyController.mm */; 
     288                name = "MyController.mm: 474"; 
     289                rLen = 0; 
     290                rLoc = 15018; 
     291                rType = 0; 
     292                vrLen = 761; 
     293                vrLoc = 0; 
     294        }; 
     295        B5BD94A51134809D0063C358 /* PBXTextBookmark */ = { 
     296                isa = PBXTextBookmark; 
     297                fRef = 454398890D6F33A500761241 /* MyController.mm */; 
     298                name = "MyController.mm: 474"; 
     299                rLen = 0; 
     300                rLoc = 15018; 
     301                rType = 0; 
     302                vrLen = 761; 
     303                vrLoc = 0; 
     304        }; 
     305        B5BD94A6113480E10063C358 /* PBXTextBookmark */ = { 
     306                isa = PBXTextBookmark; 
     307                fRef = 454398890D6F33A500761241 /* MyController.mm */; 
     308                name = "MyController.mm: 474"; 
     309                rLen = 0; 
     310                rLoc = 15018; 
     311                rType = 0; 
     312                vrLen = 761; 
     313                vrLoc = 0; 
     314        }; 
     315        B5BD94B5113483AE0063C358 /* PBXTextBookmark */ = { 
     316                isa = PBXTextBookmark; 
     317                fRef = 454398890D6F33A500761241 /* MyController.mm */; 
     318                name = "MyController.mm: 474"; 
     319                rLen = 0; 
     320                rLoc = 15018; 
     321                rType = 0; 
     322                vrLen = 687; 
     323                vrLoc = 0; 
     324        }; 
     325        B5BD94C9113484000063C358 /* PBXTextBookmark */ = { 
     326                isa = PBXTextBookmark; 
     327                fRef = 454398890D6F33A500761241 /* MyController.mm */; 
     328                name = "MyController.mm: 474"; 
     329                rLen = 0; 
     330                rLoc = 15018; 
     331                rType = 0; 
     332                vrLen = 687; 
     333                vrLoc = 0; 
     334        }; 
     335        B5BD94CD113484350063C358 /* PBXTextBookmark */ = { 
     336                isa = PBXTextBookmark; 
     337                fRef = 454398890D6F33A500761241 /* MyController.mm */; 
     338                name = "MyController.mm: 474"; 
     339                rLen = 0; 
     340                rLoc = 15018; 
     341                rType = 0; 
     342                vrLen = 687; 
     343                vrLoc = 0; 
    267344        }; 
    268345        B5BEBC08112E8B4600D88264 /* PBXTextBookmark */ = {