Changeset b05f1efa827beabba2d4dd6d7e9298cdb56c25ef
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rbbae170
|
rb05f1ef
|
|
| 25 | 25 | 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; |
| 26 | 26 | 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 */; }; |
| 34 | 35 | /* End PBXBuildFile section */ |
| 35 | 36 | |
| … |
… |
|
| 61 | 62 | 8D1107320486CEB800E47090 /* OggZCap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OggZCap.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 62 | 63 | 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>"; }; |
| 70 | 72 | /* End PBXFileReference section */ |
| 71 | 73 | |
| … |
… |
|
| 79 | 81 | 667DAFC50AB60A0900FB61F3 /* Quartz.framework in Frameworks */, |
| 80 | 82 | 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 */, |
| 88 | 91 | ); |
| 89 | 92 | runOnlyForDeploymentPostprocessing = 0; |
| … |
… |
|
| 109 | 112 | isa = PBXGroup; |
| 110 | 113 | 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 */, |
| 111 | 122 | AF092A420C8464AC00831FD9 /* OpenGL.framework */, |
| 112 | 123 | 667DAFC40AB60A0900FB61F3 /* Quartz.framework */, |
| … |
… |
|
| 194 | 205 | isa = PBXGroup; |
| 195 | 206 | 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 */, |
| 203 | 207 | ); |
| 204 | 208 | path = lib; |
| … |
… |
|
| 215 | 219 | 8D11072C0486CEB800E47090 /* Sources */, |
| 216 | 220 | 8D11072E0486CEB800E47090 /* Frameworks */, |
| | 221 | B5BD94A21134800D0063C358 /* ShellScript */, |
| 217 | 222 | ); |
| 218 | 223 | buildRules = ( |
| … |
… |
|
| 257 | 262 | }; |
| 258 | 263 | /* 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 */ |
| 259 | 280 | |
| 260 | 281 | /* Begin PBXSourcesBuildPhase section */ |
-
|
rbbae170
|
rb05f1ef
|
|
| 230 | 230 | <array> |
| 231 | 231 | <dict> |
| | 232 | <key>BecomeActive</key> |
| | 233 | <true/> |
| 232 | 234 | <key>ContentConfiguration</key> |
| 233 | 235 | <dict> |
| … |
… |
|
| 265 | 267 | <array> |
| 266 | 268 | <string>29B97314FDCFA39411CA2CEA</string> |
| | 269 | <string>29B97323FDCFA39411CA2CEA</string> |
| 267 | 270 | <string>1C37FBAC04509CD000000102</string> |
| 268 | 271 | <string>B5BD9437113469280063C358</string> |
| … |
… |
|
| 273 | 276 | <array> |
| 274 | 277 | <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> |
| 278 | 281 | </array> |
| 279 | 282 | </array> |
| … |
… |
|
| 298 | 301 | </array> |
| 299 | 302 | <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> |
| 301 | 304 | </dict> |
| 302 | 305 | <key>Module</key> |
| … |
… |
|
| 326 | 329 | <integer>0</integer> |
| 327 | 330 | <key>bookmark</key> |
| 328 | | <string>B5BD9438113469280063C358</string> |
| | 331 | <string>B5BD94CD113484350063C358</string> |
| 329 | 332 | <key>history</key> |
| 330 | 333 | <array> |
| … |
… |
|
| 350 | 353 | <string>{{0, 0}, {775, 298}}</string> |
| 351 | 354 | <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> |
| 353 | 356 | </dict> |
| 354 | 357 | <key>Module</key> |
| … |
… |
|
| 358 | 361 | </dict> |
| 359 | 362 | <dict> |
| 360 | | <key>BecomeActive</key> |
| 361 | | <true/> |
| 362 | 363 | <key>ContentConfiguration</key> |
| 363 | 364 | <dict> |
| … |
… |
|
| 372 | 373 | <string>{{0, 303}, {775, 179}}</string> |
| 373 | 374 | <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> |
| 375 | 376 | </dict> |
| 376 | 377 | <key>Module</key> |
| … |
… |
|
| 534 | 535 | <key>WindowOrderList</key> |
| 535 | 536 | <array> |
| 536 | | <string>B5BD9443113469280063C358</string> |
| | 537 | <string>B5BD94CE113484350063C358</string> |
| 537 | 538 | <string>B5BD9444113469280063C358</string> |
| 538 | 539 | <string>B5BD9445113469280063C358</string> |
| | 540 | <string>1C78EAAD065D492600B07095</string> |
| 539 | 541 | <string>1CD10A99069EF8BA00B06720</string> |
| 540 | 542 | <string>B5D733AD10A3869C0039782E</string> |
| 541 | | <string>1C78EAAD065D492600B07095</string> |
| 542 | 543 | <string>/Users/rgareus/data/inout/oggzcap/OggZCap.xcodeproj</string> |
| 543 | 544 | </array> |
| 544 | 545 | <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> |
| 546 | 547 | <key>WindowToolsV3</key> |
| 547 | 548 | <array> |
| … |
… |
|
| 571 | 572 | <dict> |
| 572 | 573 | <key>Frame</key> |
| 573 | | <string>{{0, 0}, {500, 218}}</string> |
| | 574 | <string>{{0, 0}, {805, 225}}</string> |
| 574 | 575 | <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> |
| 576 | 577 | </dict> |
| 577 | 578 | <key>Module</key> |
| 578 | 579 | <string>PBXNavigatorGroup</string> |
| 579 | 580 | <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/> |
| 583 | 586 | <key>ContentConfiguration</key> |
| 584 | 587 | <dict> |
| … |
… |
|
| 595 | 598 | <dict> |
| 596 | 599 | <key>Frame</key> |
| 597 | | <string>{{0, 223}, {500, 236}}</string> |
| | 600 | <string>{{0, 230}, {805, 236}}</string> |
| 598 | 601 | <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> |
| 600 | 603 | </dict> |
| 601 | 604 | <key>Module</key> |
| … |
… |
|
| 606 | 609 | </array> |
| 607 | 610 | <key>Proportion</key> |
| 608 | | <string>459pt</string> |
| | 611 | <string>466pt</string> |
| 609 | 612 | </dict> |
| 610 | 613 | </array> |
| … |
… |
|
| 627 | 630 | <string>xcode.toolbar.config.buildV3</string> |
| 628 | 631 | <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> |
| 630 | 633 | <key>WindowToolGUID</key> |
| 631 | 634 | <string>B5D733AD10A3869C0039782E</string> |
| 632 | 635 | <key>WindowToolIsVisible</key> |
| 633 | | <false/> |
| | 636 | <true/> |
| 634 | 637 | </dict> |
| 635 | 638 | <dict> |
| … |
… |
|
| 912 | 915 | <string>1C78EAAD065D492600B07095</string> |
| 913 | 916 | <key>WindowToolIsVisible</key> |
| 914 | | <true/> |
| | 917 | <false/> |
| 915 | 918 | </dict> |
| 916 | 919 | <dict> |
-
|
rbbae170
|
rb05f1ef
|
|
| 132 | 132 | B5A7E9DB10FC05610031B325 = B5A7E9DB10FC05610031B325 /* PBXTextBookmark */; |
| 133 | 133 | 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 */; |
| 134 | 141 | B5BEBC08112E8B4600D88264 = B5BEBC08112E8B4600D88264 /* PBXTextBookmark */; |
| 135 | 142 | B5BEBD4D1131F01400D88264 = B5BEBD4D1131F01400D88264 /* PBXTextBookmark */; |
| … |
… |
|
| 226 | 233 | 454398890D6F33A500761241 /* MyController.mm */ = { |
| 227 | 234 | uiCtxt = { |
| 228 | | sepNavIntBoundsRect = "{{0, 0}, {1104, 9048}}"; |
| | 235 | sepNavIntBoundsRect = "{{0, 0}, {1160, 9087}}"; |
| 229 | 236 | sepNavSelRange = "{15018, 0}"; |
| 230 | | sepNavVisRange = "{19936, 470}"; |
| | 237 | sepNavVisRange = "{0, 687}"; |
| 231 | 238 | sepNavWindowFrame = "{{524, 92}, {778, 736}}"; |
| 232 | 239 | }; |
| … |
… |
|
| 265 | 272 | vrLen = 470; |
| 266 | 273 | 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; |
| 267 | 344 | }; |
| 268 | 345 | B5BEBC08112E8B4600D88264 /* PBXTextBookmark */ = { |