[petsc] 01/01: Import upstream source 3.6.3 .dfsg2

Drew Parsons dparsons at moszumanska.debian.org
Wed Mar 30 12:21:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to tag upstream/3.6.3.dfsg2
in repository petsc.

commit 01bd81788bc2909bc296f231b2cfe0b3970a0c58
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Mar 30 20:13:31 2016 +0800

    Import upstream source 3.6.3 .dfsg2
    
    DFSG tarball 3.6.3.dfsg2 generated from upstream tarball using
        uscan --no-conf -v --repack --compression xz
    using 3.6.3.dfsg2-1 configuration from commit 3a5ed53f92
    
    Excludes Barry Smith's Apple examples since his copyright statement
    "all rights reserved" implies redistribution is not allowed.
---
 systems/Apple/OSX/bin/arch-osx-debug.py            |   19 -
 systems/Apple/OSX/bin/arch-osx-release.py          |   20 -
 systems/Apple/OSX/bin/makeall                      |   35 -
 systems/Apple/OSX/bin/makedmg                      |   62 -
 systems/Apple/OSX/bin/makedocs                     |  162 -
 systems/Apple/OSX/bin/makeframework                |   92 -
 .../PETSc cocoa example.xcodeproj/project.pbxproj  |  309 --
 .../PETSc cocoa example/AppDelegate.h              |   15 -
 .../PETSc cocoa example/AppDelegate.m              |   58 -
 .../PETSc cocoa example-Info.plist                 |   34 -
 .../PETSc cocoa example-Prefix.pch                 |    7 -
 .../PETSc cocoa example/en.lproj/Credits.rtf       |   29 -
 .../PETSc cocoa example/en.lproj/InfoPlist.strings |    2 -
 .../PETSc cocoa example/en.lproj/MainMenu.xib      | 4666 --------------------
 .../PETSc cocoa example/PETSc cocoa example/main.m |   14 -
 .../project.pbxproj                                |  216 -
 .../PETSc_command_line_example.1                   |   79 -
 .../PETSc command line example/main.c              |   11 -
 .../iOS/PETSc/PETSc.xcodeproj/project.pbxproj      | 2992 -------------
 systems/Apple/iOS/bin/arch-ios-simulator.py        |   26 -
 systems/Apple/iOS/bin/iosbuilder.py                |  315 --
 systems/Apple/iOS/bin/makeall                      |   28 -
 systems/Apple/iOS/bin/makedmg                      |   67 -
 systems/Apple/iOS/bin/makedocs                     |  162 -
 systems/Apple/iOS/bin/makeframework                |   89 -
 .../iOS/examples/Basic/Classes/iphoneAppDelegate.h |   22 -
 .../iOS/examples/Basic/Classes/iphoneAppDelegate.m |   39 -
 .../examples/Basic/Classes/iphoneViewController.h  |   21 -
 .../examples/Basic/Classes/iphoneViewController.m  |  131 -
 .../Apple/iOS/examples/Basic/Default-568h at 2x.png   |  Bin 18594 -> 0 bytes
 systems/Apple/iOS/examples/Basic/MainWindow.xib    |  227 -
 .../Apple/iOS/examples/Basic/examples-Info.plist   |   30 -
 .../Basic/examples.xcodeproj/barrysmith.mode1v3    | 1418 ------
 .../Basic/examples.xcodeproj/barrysmith.pbxuser    |  498 ---
 .../Basic/examples.xcodeproj/project.pbxproj       |  305 --
 .../Apple/iOS/examples/Basic/examples_Prefix.pch   |    8 -
 .../iOS/examples/Basic/iphoneViewController.xib    |  495 ---
 systems/Apple/iOS/examples/Basic/main.m            |   17 -
 .../SwiftExample/SwiftExample/AppDelegate.swift    |   64 -
 .../SwiftExample/Base.lproj/LaunchScreen.xib       |   41 -
 .../SwiftExample/Base.lproj/Main.storyboard        |   48 -
 .../examples/SwiftExample/SwiftExample/Info.plist  |   47 -
 .../SwiftExample/SwiftExample/ViewController.swift |   29 -
 .../testopengl/Classes/iphoneAppDelegate.h         |   22 -
 .../testopengl/Classes/iphoneAppDelegate.m         |   39 -
 .../testopengl/Classes/iphoneViewController.h      |   25 -
 .../testopengl/Classes/iphoneViewController.m      |  189 -
 .../Apple/iOS/examples/testopengl/MainWindow.xib   |  227 -
 .../iOS/examples/testopengl/examples-Info.plist    |   30 -
 .../testopengl/examples.xcodeproj/project.pbxproj  |  309 --
 .../iOS/examples/testopengl/examples_Prefix.pch    |    8 -
 .../examples/testopengl/iphoneViewController.xib   |  358 --
 systems/Apple/iOS/examples/testopengl/main.m       |   44 -
 53 files changed, 14200 deletions(-)

diff --git a/systems/Apple/OSX/bin/arch-osx-debug.py b/systems/Apple/OSX/bin/arch-osx-debug.py
deleted file mode 100755
index 50b3061..0000000
--- a/systems/Apple/OSX/bin/arch-osx-debug.py
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/python
-if __name__ == '__main__':
-  import sys
-  import os
-  sys.path.insert(0, os.path.abspath('config'))
-  import configure
-# make sure this has the same options as arch-osx.py
-  configure_options = [
-    '--download-mpich',
-    '--with-fc=0',
-    '--with-shared-libraries',
-    '--download-mpich-shared=0',
-    '--with-valgrind=0',
-    '--with-hwloc=0',
-    '--download-sowing=1',
-    '--download-c2html=1',
-    'PETSC_ARCH=arch-osx-debug',
-  ]
-  configure.petsc_configure(configure_options)
diff --git a/systems/Apple/OSX/bin/arch-osx-release.py b/systems/Apple/OSX/bin/arch-osx-release.py
deleted file mode 100755
index 7664e52..0000000
--- a/systems/Apple/OSX/bin/arch-osx-release.py
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/python
-if __name__ == '__main__':
-  import sys
-  import os
-  sys.path.insert(0, os.path.abspath('config'))
-  import configure
-# make sure this has the same options as arch-osx.py
-  configure_options = [
-    '--download-mpich',
-    '--with-fc=0',
-    '--with-shared-libraries',
-    '--download-mpich-shared=0',
-    '--with-valgrind=0',
-    '--with-hwloc=0',
-    '--with-debugging=0',
-    '--download-sowing=1',
-    '--download-c2html=1',
-    'PETSC_ARCH=arch-osx-release',
-  ]
-  configure.petsc_configure(configure_options)
diff --git a/systems/Apple/OSX/bin/makeall b/systems/Apple/OSX/bin/makeall
deleted file mode 100755
index ea6ce0b..0000000
--- a/systems/Apple/OSX/bin/makeall
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-#
-# This script makes a Apple Mac OS X installer for PETSc, it uses arch-osx-release.py, arch-osx-debug.py, makeframework, makedocs, makedmg
-#
-# Run from the root PETSc directory
-#
-# See ./makeframework on how to use the framework:
-#
-#
-export PETSC_ARCH=arch-osx-debug
-rm -rf arch-osx-debug
-./systems/Apple/osx/bin/arch-osx-debug.py
-make all test
-./systems/Apple/osx/bin/makeframework debug
-
-export PETSC_ARCH=arch-osx-release
-rm -rf arch-osx-release
-./systems/Apple/osx/bin/arch-osx-release.py
-make all test
-./systems/Apple/osx/bin/makeframework release
-
-export LOC=$PETSC_DIR
-make alldoc
-make allman
-./systems/Apple/osx/bin/makedocs
-
-./systems/Apple/osx/bin/makedmg
-
-echo "To use the PETSc.framework in examples either run the installer ${PETSC_DIR}/PETSc-OSX.dmg"
-echo "  or sudo cp -r ${PETSC_DIR}/arch-osx-release/PETSc-OSX  /Library/Frameworks"
-echo "  and sudo cp -r ${PETSC_DIR}/arch-osx-debug/PETSc-OSX  /Library/Frameworks"
-
-
-
-
diff --git a/systems/Apple/OSX/bin/makedmg b/systems/Apple/OSX/bin/makedmg
deleted file mode 100755
index ec0c46d..0000000
--- a/systems/Apple/OSX/bin/makedmg
+++ /dev/null
@@ -1,62 +0,0 @@
-#!/bin/sh
-#
-# This script makes a Apple Mac OS X dmg from the PETSc framework and docset, see ./makeall
-#
-# Make sure that "Enable access for assistive devices" is checked in System Preferences>>Universal Access. It is required for the AppleScript to work.
-#
-hdiutil detach /Volumes/PETSc
-#
-echo "Creating ${PETSC_DIR}/PETSc-OSX.dmg from frameworks in ${PETSC_DIR}/arch-osx-release and debug/PETSc-OSX and ${PETSC_DIR}/PETSc.docset"
-echo "  and examples in ${PETSC_DIR}/systems/Apple/OSX/examples"
-
-rm -rf pack.temp.dmg tempsource ${PETSC_DIR}/PETSc-OSX.dmg
-mkdir tempsource
-cp -r ${PETSC_DIR}/arch-osx-release/PETSc-OSX tempsource
-cp -r ${PETSC_DIR}/arch-osx-debug/PETSc-OSX tempsource
-cp -r ${PETSC_DIR}/PETSc.docset tempsource
-cp -r  ${PETSC_DIR}/systems/Apple/OSX/examples tempsource/PETSc-OSX.examples
-
-# copy the PETSc source for the examples into the example directories and modify the include to point to them 
-# in the PETSc tree the examples point to the original source elsewhere in the PETSc tree
-cp ${PETSC_DIR}/src/snes/examples/tutorials/ex19.c tempsource/PETSc-OSX.examples/PETSc\ command\ line\ example/PETSc\ command\ line\ example
-sed -i "" s?../../../../../../src/snes/examples/tutorials/??g tempsource/PETSc-OSX.examples/PETSc\ command\ line\ example/PETSc\ command\ line\ example/main.c
-cp ${PETSC_DIR}/src/snes/examples/tutorials/ex19.c tempsource/PETSc-OSX.examples/PETSc\ cocoa\ example/PETSc\ cocoa\ example
-sed -i "" s?../../../../../../src/snes/examples/tutorials/??g tempsource/PETSc-OSX.examples/PETSc\ cocoa\ example/PETSc\ cocoa\ example/AppDelegate.m
-
-let size=`du  -c tempsource | tail -1 | cut -f1`
-let size=2*$size
-
-hdiutil create -srcfolder tempsource -volname PETSc -fs HFS+ -fsargs "-c c=64,a=16,e=16" -format UDRW -size ${size}k pack.temp.dmg
-sleep 5
-device=`hdiutil attach -readwrite -noverify -noautoopen "pack.temp.dmg" | head -1 | cut -f1`
-echo Created device $device
-sleep 5
-echo '
-   tell application "Finder"
-     tell disk "PETSc"
-           open
-           set current view of container window to icon view
-           set toolbar visible of container window to false
-           set statusbar visible of container window to false
-           make new alias file at container window to POSIX file "/Library/Frameworks" with properties {name:"Copy in PETSc-OSX"}
-           make new alias file at container window to POSIX file "/Applications/Xcode.app/Contents/Developer/Documentation/DocSets" with properties {name:"Copy in PETSc.docset"}
-           make new alias file at container window to (path to home folder) with properties {name:"Copy in PETSc-OSX.examples"}
-           eject
-     end tell
-   end tell
-' | osascript
-sleep 8
-sync
-sync
-echo 'Completed osascript'
-#hdiutil detach ${device}
-hdiutil convert "pack.temp.dmg" -format UDZO -imagekey zlib-level=9 -o ${PETSC_DIR}/PETSc-OSX.dmg
-rm -rf pack.temp.dmg tempsource
-sync
-sleep 2
-hdiutil detach /Volumes/PETSc
-
-#           set the bounds of container window to {400, 100, 885, 630}
-#           set theViewOptions to the icon view options of container window
-#           set icon size of theViewOptions to 72
-#           set arrangement of theViewOptions to not arranged
diff --git a/systems/Apple/OSX/bin/makedocs b/systems/Apple/OSX/bin/makedocs
deleted file mode 100755
index bcb0149..0000000
--- a/systems/Apple/OSX/bin/makedocs
+++ /dev/null
@@ -1,162 +0,0 @@
-#!/bin/sh
-#
-# This script makes a Apple Mac OS X docset for PETSc see ./makeall
-#
-#
-cd ${PETSC_DIR}
-rm -rf PETSc.docset
-mkdir PETSc.docset
-mkdir PETSc.docset/Contents
-mkdir PETSc.docset/Contents/Resources
-mkdir PETSc.docset/Contents/Resources/Documents
-cat <<EOF > PETSc.docset/Contents/Info.plist
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-        <key>CFBundleName</key>
-        <string>PETSc Documentation</string>
-	<key>CFBundleIdentifier</key>
-	<string>gov.anl.mcs.PETSc.docset</string>
-        <key>DocSetPublisherIdentifier</key>
-        <string>gov.anl.mcs.PETSc.documentation</string>
-        <key>DocSetPublisherName</key>
-        <string>PETSc</string>
-</dict>
-</plist>
-EOF
-
-cat <<EOF > PETSc.docset/Contents/Resources/Nodes.xml
-<?xml version="1.0" encoding="UTF-8"?>
-<DocSetNodes version="1.0">
-    <TOC>
-        <Node type="file">
-            <Name>All PETSc manual pages</Name>
-            <Path>manualpages</Path>
-            <File>singleindex.html</File>
-            <Subnodes>
-                <Node  type="folder">
-                   <Name>ODE Integrators -- TS</Name>
-                   <Path>manualpages/TS</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Nonlinear solvers -- SNES</Name>
-                   <Path>manualpages/SNES</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Krylov solvers -- KSP</Name>
-                   <Path>manualpages/KSP</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Preconditioners -- PC</Name>
-                   <Path>manualpages/PC</Path>
-                   <File>index.html</File>
-                </Node>
-               <Node  type="folder">
-                   <Name>Semi-Lagrange solver</Name>
-                   <Path>manualpages/SemiLagrange</Path>
-                   <File>index.html</File>
-                </Node>
-               <Node  type="folder">
-                   <Name>Mesh management -- DM</Name>
-                   <Path>manualpages/DM</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Matrices -- Mat</Name>
-                   <Path>manualpages/Mat</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Matrix-free operators -- MatFD</Name>
-                   <Path>manualpages/MatFD</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Matrix orderings -- MatOrdering</Name>
-                   <Path>manualpages/MatOrderings</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Vectors -- Vec</Name>
-                   <Path>manualpages/Vec</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Indexing -- IS</Name>
-                   <Path>manualpages/IS</Path>
-                   <File>index.html</File>
-                </Node>
-               <Node  type="folder">
-                   <Name>Numbering/Reordering -- AO</Name>
-                   <Path>manualpages/AO</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Viewers -- PetscViewer</Name>
-                   <Path>manualpages/Viewer</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Profiling -- PetscLog</Name>
-                   <Path>manualpages/Profiling</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Utilities -- Sys</Name>
-                   <Path>manualpages/Sys</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Thread parallelism -- PetscThreadComm</Name>
-                   <Path>manualpages/PetscThreadComm</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Low-level communication -- PetscSF</Name>
-                   <Path>manualpages/PetscSF</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Graphics -- PetscDraw</Name>
-                   <Path>manualpages/Draw</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>PF</Name>
-                   <Path>manualpages/PF</Path>
-                   <File>index.html</File>
-                </Node>
-            </Subnodes>
-        </Node>
-    </TOC>
-</DocSetNodes>
-EOF
-
-cat <<EOF > PETSc.docset/Contents/Resources/Tokens.xml
-<?xml version="1.0" encoding="UTF-8"?>
-<Tokens version="1.0">
-EOF
-
-cd ${LOC}/docs
-for i in manualpages/*/*.html; do 
-  symbol=`echo $i | sed s?manualpages/[A-Za-z]*/??g | sed s?.html??g`
-  if [ ${symbol} != "index" ]; then
-    echo \<Token\> \<TokenIdentifier\>//apple_ref/c/func/${symbol}\</TokenIdentifier\>\<Path\>${i}\</Path\>\</Token\> >> ${PETSC_DIR}/PETSc.docset/Contents/Resources/Tokens.xml
-  fi;
-done
-
-cd ${PETSC_DIR}
-
-cat <<EOF >> PETSc.docset/Contents/Resources/Tokens.xml
-</Tokens>
-EOF
-
-cp -r ${LOC}/docs/manualpages PETSc.docset/Contents/Resources/Documents
-
-/Applications/Xcode.app/Contents/Developer/usr/bin/docsetutil index -debug -verbose   PETSc.docset
-
-
diff --git a/systems/Apple/OSX/bin/makeframework b/systems/Apple/OSX/bin/makeframework
deleted file mode 100755
index 2a29384..0000000
--- a/systems/Apple/OSX/bin/makeframework
+++ /dev/null
@@ -1,92 +0,0 @@
-#!/bin/sh
-#
-# makeframework release or debug
-#
-# This script makes a Apple Mac OS X framework for PETSc see ./makeall
-#
-# To use the framework:
-#
-#    1) replace all #include <petscXXX.h> in application with #import <PETSc/petscXXX.h>
-#    2a) compile, for example, in src/snes/examples/tutorials, with cc -v ex19.c -o ex19 -DPETSC_APPLE_FRAMEWORK=1 -F ${PETSC_DIR}/${PETSC_ARCH}/PETSc-OSX/release or debug -framework PETSc  or
-#    2b) Run the installer or sudo mv -r ${PETSC_DIR}/${PETSC_ARCH}/PETSc-OSX to /Library/Frameworks/ then use
-#        cc -v ex19.c -o ex19 -DPETSC_APPLE_FRAMEWORK=1 -F /Library/Frameworks/PETSc-OSX/release or debug -framework PETSc
-#    2c) you can also use the framework inside Xcode by simply indicating the targets dependence on the PETSc framework located in /Library/Frameworks/PETSc-OSX/release or debug
-#
-#
-rm -rf ${PETSC_DIR}/${PETSC_ARCH}/PETSc-OSX
-
-mkdir ${PETSC_DIR}/${PETSC_ARCH}/PETSc-OSX
-mkdir ${PETSC_DIR}/${PETSC_ARCH}/PETSc-OSX/$1
-mkdir ${PETSC_DIR}/${PETSC_ARCH}/PETSc-OSX/$1/PETSc.framework
-mkdir ${PETSC_DIR}/${PETSC_ARCH}/PETSc-OSX/$1/PETSc.framework/Versions
-mkdir ${PETSC_DIR}/${PETSC_ARCH}/PETSc-OSX/$1/PETSc.framework/Versions/A
-cd ${PETSC_DIR}/${PETSC_ARCH}/PETSc-OSX/$1/PETSc.framework/Versions/
-ln -s A Current
-
-cd A 
-mkdir Headers
-cp  ${PETSC_DIR}/include/*.h Headers
-cp  ${PETSC_DIR}/${PETSC_ARCH}/include/*.h Headers
-cp -r  ${PETSC_DIR}/include/petsc Headers
-cd Headers
-sed -i "" "s?#include [ ]*<petsc?#import <PETSc/petsc?g" *.h petsc/private/*.h petsc/mpiuni/*.h
-sed -i "" "s?#include [ ]*<mpi?#import <PETSc/mpi?g" *.h petsc/private/*.h petsc/mpiuni/*.h
-cd ..
-
-echo "framework module PETSc [system] { header \"petsc.h\"  export *}" > module.map
-
-cp  ${PETSC_DIR}/${PETSC_ARCH}/lib/libpetsc.dylib PETSc
-install_name_tool -id /Library/Frameworks/PETSc-OSX/$1/PETSc.Framework/PETSc PETSc
-
-mkdir Resources
-cd Resources
-cat <<EOF > Info.plist
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>BuildMachineOSBuild</key>
-	<string>12A269</string>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>English</string>
-	<key>CFBundleExecutable</key>
-	<string>PETSc</string>
-	<key>CFBundleIdentifier</key>
-	<string>gov.anl.mcs.PETSc</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>PETSc</string>
-	<key>CFBundlePackageType</key>
-	<string>FMWK</string>
-	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
-	<key>CFBundleSignature</key>
-	<string>????</string>
-	<key>CFBundleVersion</key>
-	<string>1</string>
-	<key>DTCompiler</key>
-	<string></string>
-	<key>DTPlatformBuild</key>
-	<string>4F250</string>
-	<key>DTPlatformVersion</key>
-	<string>GM</string>
-	<key>DTSDKBuild</key>
-	<string>12A264</string>
-	<key>DTSDKName</key>
-	<string>macosx10.8</string>
-	<key>DTXcode</key>
-	<string>0440</string>
-	<key>DTXcodeBuild</key>
-	<string>4F250</string>
-	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2012 Argonne National Laboratory. All rights reserved.</string>
-</dict>
-</plist>
-EOF
-
-cd  ${PETSC_DIR}/${PETSC_ARCH}/PETSc-OSX/$1/PETSc.framework
-ln -s Versions/Current/Headers Headers
-ln -s Versions/Current/PETSc PETSc
-ln -s Versions/Current/Resources Resources
-ln -s Versions/Current/module.map module.map
diff --git a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example.xcodeproj/project.pbxproj b/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example.xcodeproj/project.pbxproj
deleted file mode 100644
index fa54266..0000000
--- a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example.xcodeproj/project.pbxproj	
+++ /dev/null
@@ -1,309 +0,0 @@
-// !$*UTF8*$!
-{
-	archiveVersion = 1;
-	classes = {
-	};
-	objectVersion = 46;
-	objects = {
-
-/* Begin PBXBuildFile section */
-		D8A06756195FB1AA0052E182 /* PETSc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8A06755195FB1AA0052E182 /* PETSc.framework */; };
-		D8F8285815CB0A080091B85A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8F8285715CB0A080091B85A /* Cocoa.framework */; };
-		D8F8286215CB0A080091B85A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D8F8286015CB0A080091B85A /* InfoPlist.strings */; };
-		D8F8286415CB0A080091B85A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D8F8286315CB0A080091B85A /* main.m */; };
-		D8F8286815CB0A080091B85A /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = D8F8286615CB0A080091B85A /* Credits.rtf */; };
-		D8F8286B15CB0A080091B85A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D8F8286A15CB0A080091B85A /* AppDelegate.m */; };
-		D8F8286E15CB0A080091B85A /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D8F8286C15CB0A080091B85A /* MainMenu.xib */; };
-		D8F8287A15CB0B5A0091B85A /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8F8287915CB0B5A0091B85A /* Accelerate.framework */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXFileReference section */
-		D8A06755195FB1AA0052E182 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PETSc.framework; path = ../../../../../../../../../Library/Frameworks/PETSc.framework; sourceTree = "<group>"; };
-		D8F8285315CB0A080091B85A /* PETSc cocoa example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PETSc cocoa example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
-		D8F8285715CB0A080091B85A /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
-		D8F8285A15CB0A080091B85A /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
-		D8F8285B15CB0A080091B85A /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
-		D8F8285C15CB0A080091B85A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
-		D8F8285F15CB0A080091B85A /* PETSc cocoa example-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PETSc cocoa example-Info.plist"; sourceTree = "<group>"; };
-		D8F8286115CB0A080091B85A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
-		D8F8286315CB0A080091B85A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
-		D8F8286515CB0A080091B85A /* PETSc cocoa example-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PETSc cocoa example-Prefix.pch"; sourceTree = "<group>"; };
-		D8F8286715CB0A080091B85A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
-		D8F8286915CB0A080091B85A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
-		D8F8286A15CB0A080091B85A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
-		D8F8286D15CB0A080091B85A /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
-		D8F8287915CB0B5A0091B85A /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
-		D8F8285015CB0A080091B85A /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				D8A06756195FB1AA0052E182 /* PETSc.framework in Frameworks */,
-				D8F8287A15CB0B5A0091B85A /* Accelerate.framework in Frameworks */,
-				D8F8285815CB0A080091B85A /* Cocoa.framework in Frameworks */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
-		D8F8284815CB0A080091B85A = {
-			isa = PBXGroup;
-			children = (
-				D8F8287915CB0B5A0091B85A /* Accelerate.framework */,
-				D8F8285D15CB0A080091B85A /* PETSc cocoa example */,
-				D8F8285615CB0A080091B85A /* Frameworks */,
-				D8F8285415CB0A080091B85A /* Products */,
-			);
-			sourceTree = "<group>";
-		};
-		D8F8285415CB0A080091B85A /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				D8F8285315CB0A080091B85A /* PETSc cocoa example.app */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-		D8F8285615CB0A080091B85A /* Frameworks */ = {
-			isa = PBXGroup;
-			children = (
-				D8A06755195FB1AA0052E182 /* PETSc.framework */,
-				D8F8285715CB0A080091B85A /* Cocoa.framework */,
-				D8F8285915CB0A080091B85A /* Other Frameworks */,
-			);
-			name = Frameworks;
-			sourceTree = "<group>";
-		};
-		D8F8285915CB0A080091B85A /* Other Frameworks */ = {
-			isa = PBXGroup;
-			children = (
-				D8F8285A15CB0A080091B85A /* AppKit.framework */,
-				D8F8285B15CB0A080091B85A /* CoreData.framework */,
-				D8F8285C15CB0A080091B85A /* Foundation.framework */,
-			);
-			name = "Other Frameworks";
-			sourceTree = "<group>";
-		};
-		D8F8285D15CB0A080091B85A /* PETSc cocoa example */ = {
-			isa = PBXGroup;
-			children = (
-				D8F8286915CB0A080091B85A /* AppDelegate.h */,
-				D8F8286A15CB0A080091B85A /* AppDelegate.m */,
-				D8F8286C15CB0A080091B85A /* MainMenu.xib */,
-				D8F8285E15CB0A080091B85A /* Supporting Files */,
-			);
-			path = "PETSc cocoa example";
-			sourceTree = "<group>";
-		};
-		D8F8285E15CB0A080091B85A /* Supporting Files */ = {
-			isa = PBXGroup;
-			children = (
-				D8F8285F15CB0A080091B85A /* PETSc cocoa example-Info.plist */,
-				D8F8286015CB0A080091B85A /* InfoPlist.strings */,
-				D8F8286315CB0A080091B85A /* main.m */,
-				D8F8286515CB0A080091B85A /* PETSc cocoa example-Prefix.pch */,
-				D8F8286615CB0A080091B85A /* Credits.rtf */,
-			);
-			name = "Supporting Files";
-			sourceTree = "<group>";
-		};
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
-		D8F8285215CB0A080091B85A /* PETSc cocoa example */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = D8F8287115CB0A080091B85A /* Build configuration list for PBXNativeTarget "PETSc cocoa example" */;
-			buildPhases = (
-				D8F8284F15CB0A080091B85A /* Sources */,
-				D8F8285015CB0A080091B85A /* Frameworks */,
-				D8F8285115CB0A080091B85A /* Resources */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-			);
-			name = "PETSc cocoa example";
-			productName = "PETSc cocoa example";
-			productReference = D8F8285315CB0A080091B85A /* PETSc cocoa example.app */;
-			productType = "com.apple.product-type.application";
-		};
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
-		D8F8284A15CB0A080091B85A /* Project object */ = {
-			isa = PBXProject;
-			attributes = {
-				LastUpgradeCheck = 0440;
-				ORGANIZATIONNAME = "Barry Smith";
-			};
-			buildConfigurationList = D8F8284D15CB0A080091B85A /* Build configuration list for PBXProject "PETSc cocoa example" */;
-			compatibilityVersion = "Xcode 3.2";
-			developmentRegion = English;
-			hasScannedForEncodings = 0;
-			knownRegions = (
-				en,
-			);
-			mainGroup = D8F8284815CB0A080091B85A;
-			productRefGroup = D8F8285415CB0A080091B85A /* Products */;
-			projectDirPath = "";
-			projectRoot = "";
-			targets = (
-				D8F8285215CB0A080091B85A /* PETSc cocoa example */,
-			);
-		};
-/* End PBXProject section */
-
-/* Begin PBXResourcesBuildPhase section */
-		D8F8285115CB0A080091B85A /* Resources */ = {
-			isa = PBXResourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				D8F8286215CB0A080091B85A /* InfoPlist.strings in Resources */,
-				D8F8286815CB0A080091B85A /* Credits.rtf in Resources */,
-				D8F8286E15CB0A080091B85A /* MainMenu.xib in Resources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXResourcesBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
-		D8F8284F15CB0A080091B85A /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				D8F8286415CB0A080091B85A /* main.m in Sources */,
-				D8F8286B15CB0A080091B85A /* AppDelegate.m in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXVariantGroup section */
-		D8F8286015CB0A080091B85A /* InfoPlist.strings */ = {
-			isa = PBXVariantGroup;
-			children = (
-				D8F8286115CB0A080091B85A /* en */,
-			);
-			name = InfoPlist.strings;
-			sourceTree = "<group>";
-		};
-		D8F8286615CB0A080091B85A /* Credits.rtf */ = {
-			isa = PBXVariantGroup;
-			children = (
-				D8F8286715CB0A080091B85A /* en */,
-			);
-			name = Credits.rtf;
-			sourceTree = "<group>";
-		};
-		D8F8286C15CB0A080091B85A /* MainMenu.xib */ = {
-			isa = PBXVariantGroup;
-			children = (
-				D8F8286D15CB0A080091B85A /* en */,
-			);
-			name = MainMenu.xib;
-			sourceTree = "<group>";
-		};
-/* End PBXVariantGroup section */
-
-/* Begin XCBuildConfiguration section */
-		D8F8286F15CB0A080091B85A /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				COPY_PHASE_STRIP = NO;
-				GCC_C_LANGUAGE_STANDARD = gnu99;
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				GCC_PREPROCESSOR_DEFINITIONS = (
-					"DEBUG=1",
-					"$(inherited)",
-				);
-				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES;
-				GCC_WARN_UNINITIALIZED_AUTOS = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				MACOSX_DEPLOYMENT_TARGET = 10.8;
-				ONLY_ACTIVE_ARCH = YES;
-				SDKROOT = macosx;
-			};
-			name = Debug;
-		};
-		D8F8287015CB0A080091B85A /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				COPY_PHASE_STRIP = YES;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				GCC_C_LANGUAGE_STANDARD = gnu99;
-				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES;
-				GCC_WARN_UNINITIALIZED_AUTOS = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				MACOSX_DEPLOYMENT_TARGET = 10.8;
-				SDKROOT = macosx;
-			};
-			name = Release;
-		};
-		D8F8287215CB0A080091B85A /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				COMBINE_HIDPI_IMAGES = YES;
-				FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-OSX/debug";
-				GCC_PRECOMPILE_PREFIX_HEADER = YES;
-				GCC_PREFIX_HEADER = "PETSc cocoa example/PETSc cocoa example-Prefix.pch";
-				INFOPLIST_FILE = "PETSc cocoa example/PETSc cocoa example-Info.plist";
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				WRAPPER_EXTENSION = app;
-			};
-			name = Debug;
-		};
-		D8F8287315CB0A080091B85A /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				COMBINE_HIDPI_IMAGES = YES;
-				FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-OSX/release";
-				GCC_PRECOMPILE_PREFIX_HEADER = YES;
-				GCC_PREFIX_HEADER = "PETSc cocoa example/PETSc cocoa example-Prefix.pch";
-				INFOPLIST_FILE = "PETSc cocoa example/PETSc cocoa example-Info.plist";
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				WRAPPER_EXTENSION = app;
-			};
-			name = Release;
-		};
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
-		D8F8284D15CB0A080091B85A /* Build configuration list for PBXProject "PETSc cocoa example" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				D8F8286F15CB0A080091B85A /* Debug */,
-				D8F8287015CB0A080091B85A /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		D8F8287115CB0A080091B85A /* Build configuration list for PBXNativeTarget "PETSc cocoa example" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				D8F8287215CB0A080091B85A /* Debug */,
-				D8F8287315CB0A080091B85A /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-/* End XCConfigurationList section */
-	};
-	rootObject = D8F8284A15CB0A080091B85A /* Project object */;
-}
diff --git a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/AppDelegate.h b/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/AppDelegate.h
deleted file mode 100644
index 86d672c..0000000
--- a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/AppDelegate.h	
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-//  AppDelegate.h
-//  PETSc cocoa example
-//
-//  Created by Barry Smith on 8/2/12.
-//  Copyright (c) 2012 Barry Smith. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-
- at interface AppDelegate : NSObject <NSApplicationDelegate>
-
- at property (assign) IBOutlet NSWindow *window;
-
- at end
diff --git a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/AppDelegate.m b/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/AppDelegate.m
deleted file mode 100644
index 6d74283..0000000
--- a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/AppDelegate.m	
+++ /dev/null
@@ -1,58 +0,0 @@
-//
-//  AppDelegate.m
-//  PETSc cocoa example
-//
-//  Created by Barry Smith on 8/2/12.
-//  Copyright (c) 2012 Barry Smith. All rights reserved.
-//
-
-#import "AppDelegate.h"
-#import "PETSc/petsc.h"
-
-
-/*
- This is called by PETSc for all print calls.
- 
- Need to create a place in Cocoa to put the print messages; commented out code below is from iOS example
- 
- */
-PetscErrorCode PetscVFPrintfiPhone(FILE *fd,const char *format,va_list Argp)
-{
-    size_t len;
-    char   str[1024];
-    
-    PetscVSNPrintf(str,1024,format,&len,Argp);
-    // globalTextView.text = [NSString stringWithFormat:@"%@%s", globalTextView.text,str];
-    return 0;
-}
-
-extern PetscErrorCode PetscVFPrintfiPhone(FILE *,const char *,va_list);
-
- at implementation AppDelegate
-
-- (void)dealloc
-{
-    [super dealloc];
-}
-
-#define main ex19
-#define PETSC_APPLE_FRAMEWORK
-#include "../../../../../../src/snes/examples/tutorials/ex19.c"
-
-- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
-{
-    // Insert code here to initialize your application
-    PetscVFPrintf = PetscVFPrintfiPhone;
-    char **args;
-    int  argc;
- 
-    /* this example is silly because it just runs a PETSc example when the graphics window appears
-        but it does test the use of the PETSc framework */
-    
-    PetscStrToArray("ex19 -ksp_monitor",' ',&argc,&args);
-    ex19(argc,args);
-    
-    
-}
-
- at end
diff --git a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/PETSc cocoa example-Info.plist b/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/PETSc cocoa example-Info.plist
deleted file mode 100644
index 8056774..0000000
--- a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/PETSc cocoa example-Info.plist	
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>en</string>
-	<key>CFBundleExecutable</key>
-	<string>${EXECUTABLE_NAME}</string>
-	<key>CFBundleIconFile</key>
-	<string></string>
-	<key>CFBundleIdentifier</key>
-	<string>gov.anl.mcs.${PRODUCT_NAME:rfc1034identifier}</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>${PRODUCT_NAME}</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
-	<key>CFBundleSignature</key>
-	<string>????</string>
-	<key>CFBundleVersion</key>
-	<string>1</string>
-	<key>LSMinimumSystemVersion</key>
-	<string>${MACOSX_DEPLOYMENT_TARGET}</string>
-	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2012 Barry Smith. All rights reserved.</string>
-	<key>NSMainNibFile</key>
-	<string>MainMenu</string>
-	<key>NSPrincipalClass</key>
-	<string>NSApplication</string>
-</dict>
-</plist>
diff --git a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/PETSc cocoa example-Prefix.pch b/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/PETSc cocoa example-Prefix.pch
deleted file mode 100644
index 61b1c67..0000000
--- a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/PETSc cocoa example-Prefix.pch	
+++ /dev/null
@@ -1,7 +0,0 @@
-//
-// Prefix header for all source files of the 'PETSc cocoa example' target in the 'PETSc cocoa example' project
-//
-
-#ifdef __OBJC__
-    #import <Cocoa/Cocoa.h>
-#endif
diff --git a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/en.lproj/Credits.rtf b/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/en.lproj/Credits.rtf
deleted file mode 100644
index 46576ef..0000000
--- a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/en.lproj/Credits.rtf	
+++ /dev/null
@@ -1,29 +0,0 @@
-{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\paperw9840\paperh8400
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
-
-\f0\b\fs24 \cf0 Engineering:
-\b0 \
-	Some people\
-\
-
-\b Human Interface Design:
-\b0 \
-	Some other people\
-\
-
-\b Testing:
-\b0 \
-	Hopefully not nobody\
-\
-
-\b Documentation:
-\b0 \
-	Whoever\
-\
-
-\b With special thanks to:
-\b0 \
-	Mom\
-}
diff --git a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/en.lproj/InfoPlist.strings b/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/en.lproj/InfoPlist.strings
deleted file mode 100644
index 477b28f..0000000
--- a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/en.lproj/InfoPlist.strings	
+++ /dev/null
@@ -1,2 +0,0 @@
-/* Localized versions of Info.plist keys */
-
diff --git a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/en.lproj/MainMenu.xib b/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/en.lproj/MainMenu.xib
deleted file mode 100644
index 4ed6b30..0000000
--- a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/en.lproj/MainMenu.xib	
+++ /dev/null
@@ -1,4666 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
-	<data>
-		<int key="IBDocument.SystemTarget">1080</int>
-		<string key="IBDocument.SystemVersion">11D50</string>
-		<string key="IBDocument.InterfaceBuilderVersion">2457</string>
-		<string key="IBDocument.AppKitVersion">1138.32</string>
-		<string key="IBDocument.HIToolboxVersion">568.00</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
-			<string key="NS.object.0">2457</string>
-		</object>
-		<array key="IBDocument.IntegratedClassDependencies">
-			<string>NSWindowTemplate</string>
-			<string>NSView</string>
-			<string>NSMenu</string>
-			<string>NSMenuItem</string>
-			<string>NSCustomObject</string>
-		</array>
-		<array key="IBDocument.PluginDependencies">
-			<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
-		</array>
-		<object class="NSMutableDictionary" key="IBDocument.Metadata">
-			<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
-			<integer value="1" key="NS.object.0"/>
-		</object>
-		<array class="NSMutableArray" key="IBDocument.RootObjects" id="1048">
-			<object class="NSCustomObject" id="1021">
-				<string key="NSClassName">NSApplication</string>
-			</object>
-			<object class="NSCustomObject" id="1014">
-				<string key="NSClassName">FirstResponder</string>
-			</object>
-			<object class="NSCustomObject" id="1050">
-				<string key="NSClassName">NSApplication</string>
-			</object>
-			<object class="NSMenu" id="649796088">
-				<string key="NSTitle">AMainMenu</string>
-				<array class="NSMutableArray" key="NSMenuItems">
-					<object class="NSMenuItem" id="694149608">
-						<reference key="NSMenu" ref="649796088"/>
-						<string key="NSTitle">PETSc cocoa example</string>
-						<string key="NSKeyEquiv"/>
-						<int key="NSKeyEquivModMask">1048576</int>
-						<int key="NSMnemonicLoc">2147483647</int>
-						<object class="NSCustomResource" key="NSOnImage" id="35465992">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">NSMenuCheckmark</string>
-						</object>
-						<object class="NSCustomResource" key="NSMixedImage" id="502551668">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">NSMenuMixedState</string>
-						</object>
-						<string key="NSAction">submenuAction:</string>
-						<object class="NSMenu" key="NSSubmenu" id="110575045">
-							<string key="NSTitle">PETSc cocoa example</string>
-							<array class="NSMutableArray" key="NSMenuItems">
-								<object class="NSMenuItem" id="238522557">
-									<reference key="NSMenu" ref="110575045"/>
-									<string key="NSTitle">About PETSc cocoa example</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="304266470">
-									<reference key="NSMenu" ref="110575045"/>
-									<bool key="NSIsDisabled">YES</bool>
-									<bool key="NSIsSeparator">YES</bool>
-									<string key="NSTitle"/>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="609285721">
-									<reference key="NSMenu" ref="110575045"/>
-									<string key="NSTitle">Preferences…</string>
-									<string key="NSKeyEquiv">,</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="481834944">
-									<reference key="NSMenu" ref="110575045"/>
-									<bool key="NSIsDisabled">YES</bool>
-									<bool key="NSIsSeparator">YES</bool>
-									<string key="NSTitle"/>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="1046388886">
-									<reference key="NSMenu" ref="110575045"/>
-									<string key="NSTitle">Services</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-									<string key="NSAction">submenuAction:</string>
-									<object class="NSMenu" key="NSSubmenu" id="752062318">
-										<string key="NSTitle">Services</string>
-										<array class="NSMutableArray" key="NSMenuItems"/>
-										<string key="NSName">_NSServicesMenu</string>
-									</object>
-								</object>
-								<object class="NSMenuItem" id="646227648">
-									<reference key="NSMenu" ref="110575045"/>
-									<bool key="NSIsDisabled">YES</bool>
-									<bool key="NSIsSeparator">YES</bool>
-									<string key="NSTitle"/>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="755159360">
-									<reference key="NSMenu" ref="110575045"/>
-									<string key="NSTitle">Hide PETSc cocoa example</string>
-									<string key="NSKeyEquiv">h</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="342932134">
-									<reference key="NSMenu" ref="110575045"/>
-									<string key="NSTitle">Hide Others</string>
-									<string key="NSKeyEquiv">h</string>
-									<int key="NSKeyEquivModMask">1572864</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="908899353">
-									<reference key="NSMenu" ref="110575045"/>
-									<string key="NSTitle">Show All</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="1056857174">
-									<reference key="NSMenu" ref="110575045"/>
-									<bool key="NSIsDisabled">YES</bool>
-									<bool key="NSIsSeparator">YES</bool>
-									<string key="NSTitle"/>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="632727374">
-									<reference key="NSMenu" ref="110575045"/>
-									<string key="NSTitle">Quit PETSc cocoa example</string>
-									<string key="NSKeyEquiv">q</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-							</array>
-							<string key="NSName">_NSAppleMenu</string>
-						</object>
-					</object>
-					<object class="NSMenuItem" id="379814623">
-						<reference key="NSMenu" ref="649796088"/>
-						<string key="NSTitle">File</string>
-						<string key="NSKeyEquiv"/>
-						<int key="NSKeyEquivModMask">1048576</int>
-						<int key="NSMnemonicLoc">2147483647</int>
-						<reference key="NSOnImage" ref="35465992"/>
-						<reference key="NSMixedImage" ref="502551668"/>
-						<string key="NSAction">submenuAction:</string>
-						<object class="NSMenu" key="NSSubmenu" id="720053764">
-							<string key="NSTitle">File</string>
-							<array class="NSMutableArray" key="NSMenuItems">
-								<object class="NSMenuItem" id="705341025">
-									<reference key="NSMenu" ref="720053764"/>
-									<string key="NSTitle">New</string>
-									<string key="NSKeyEquiv">n</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="722745758">
-									<reference key="NSMenu" ref="720053764"/>
-									<string key="NSTitle">Open…</string>
-									<string key="NSKeyEquiv">o</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="1025936716">
-									<reference key="NSMenu" ref="720053764"/>
-									<string key="NSTitle">Open Recent</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-									<string key="NSAction">submenuAction:</string>
-									<object class="NSMenu" key="NSSubmenu" id="1065607017">
-										<string key="NSTitle">Open Recent</string>
-										<array class="NSMutableArray" key="NSMenuItems">
-											<object class="NSMenuItem" id="759406840">
-												<reference key="NSMenu" ref="1065607017"/>
-												<string key="NSTitle">Clear Menu</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-										</array>
-										<string key="NSName">_NSRecentDocumentsMenu</string>
-									</object>
-								</object>
-								<object class="NSMenuItem" id="425164168">
-									<reference key="NSMenu" ref="720053764"/>
-									<bool key="NSIsDisabled">YES</bool>
-									<bool key="NSIsSeparator">YES</bool>
-									<string key="NSTitle"/>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="776162233">
-									<reference key="NSMenu" ref="720053764"/>
-									<string key="NSTitle">Close</string>
-									<string key="NSKeyEquiv">w</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="1023925487">
-									<reference key="NSMenu" ref="720053764"/>
-									<string key="NSTitle">Save…</string>
-									<string key="NSKeyEquiv">s</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="579971712">
-									<reference key="NSMenu" ref="720053764"/>
-									<string key="NSTitle">Revert to Saved</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="1010469920">
-									<reference key="NSMenu" ref="720053764"/>
-									<bool key="NSIsDisabled">YES</bool>
-									<bool key="NSIsSeparator">YES</bool>
-									<string key="NSTitle"/>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="294629803">
-									<reference key="NSMenu" ref="720053764"/>
-									<string key="NSTitle">Page Setup...</string>
-									<string key="NSKeyEquiv">P</string>
-									<int key="NSKeyEquivModMask">1179648</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-									<string key="NSToolTip"/>
-								</object>
-								<object class="NSMenuItem" id="49223823">
-									<reference key="NSMenu" ref="720053764"/>
-									<string key="NSTitle">Print…</string>
-									<string key="NSKeyEquiv">p</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-							</array>
-						</object>
-					</object>
-					<object class="NSMenuItem" id="952259628">
-						<reference key="NSMenu" ref="649796088"/>
-						<string key="NSTitle">Edit</string>
-						<string key="NSKeyEquiv"/>
-						<int key="NSKeyEquivModMask">1048576</int>
-						<int key="NSMnemonicLoc">2147483647</int>
-						<reference key="NSOnImage" ref="35465992"/>
-						<reference key="NSMixedImage" ref="502551668"/>
-						<string key="NSAction">submenuAction:</string>
-						<object class="NSMenu" key="NSSubmenu" id="789758025">
-							<string key="NSTitle">Edit</string>
-							<array class="NSMutableArray" key="NSMenuItems">
-								<object class="NSMenuItem" id="1058277027">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Undo</string>
-									<string key="NSKeyEquiv">z</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="790794224">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Redo</string>
-									<string key="NSKeyEquiv">Z</string>
-									<int key="NSKeyEquivModMask">1179648</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="1040322652">
-									<reference key="NSMenu" ref="789758025"/>
-									<bool key="NSIsDisabled">YES</bool>
-									<bool key="NSIsSeparator">YES</bool>
-									<string key="NSTitle"/>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="296257095">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Cut</string>
-									<string key="NSKeyEquiv">x</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="860595796">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Copy</string>
-									<string key="NSKeyEquiv">c</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="29853731">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Paste</string>
-									<string key="NSKeyEquiv">v</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="82994268">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Paste and Match Style</string>
-									<string key="NSKeyEquiv">V</string>
-									<int key="NSKeyEquivModMask">1572864</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="437104165">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Delete</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="583158037">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Select All</string>
-									<string key="NSKeyEquiv">a</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="212016141">
-									<reference key="NSMenu" ref="789758025"/>
-									<bool key="NSIsDisabled">YES</bool>
-									<bool key="NSIsSeparator">YES</bool>
-									<string key="NSTitle"/>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="892235320">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Find</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-									<string key="NSAction">submenuAction:</string>
-									<object class="NSMenu" key="NSSubmenu" id="963351320">
-										<string key="NSTitle">Find</string>
-										<array class="NSMutableArray" key="NSMenuItems">
-											<object class="NSMenuItem" id="447796847">
-												<reference key="NSMenu" ref="963351320"/>
-												<string key="NSTitle">Find…</string>
-												<string key="NSKeyEquiv">f</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<int key="NSTag">1</int>
-											</object>
-											<object class="NSMenuItem" id="738670835">
-												<reference key="NSMenu" ref="963351320"/>
-												<string key="NSTitle">Find and Replace…</string>
-												<string key="NSKeyEquiv">f</string>
-												<int key="NSKeyEquivModMask">1572864</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<int key="NSTag">12</int>
-											</object>
-											<object class="NSMenuItem" id="326711663">
-												<reference key="NSMenu" ref="963351320"/>
-												<string key="NSTitle">Find Next</string>
-												<string key="NSKeyEquiv">g</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<int key="NSTag">2</int>
-											</object>
-											<object class="NSMenuItem" id="270902937">
-												<reference key="NSMenu" ref="963351320"/>
-												<string key="NSTitle">Find Previous</string>
-												<string key="NSKeyEquiv">G</string>
-												<int key="NSKeyEquivModMask">1179648</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<int key="NSTag">3</int>
-											</object>
-											<object class="NSMenuItem" id="159080638">
-												<reference key="NSMenu" ref="963351320"/>
-												<string key="NSTitle">Use Selection for Find</string>
-												<string key="NSKeyEquiv">e</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<int key="NSTag">7</int>
-											</object>
-											<object class="NSMenuItem" id="88285865">
-												<reference key="NSMenu" ref="963351320"/>
-												<string key="NSTitle">Jump to Selection</string>
-												<string key="NSKeyEquiv">j</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-										</array>
-									</object>
-								</object>
-								<object class="NSMenuItem" id="972420730">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Spelling and Grammar</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-									<string key="NSAction">submenuAction:</string>
-									<object class="NSMenu" key="NSSubmenu" id="769623530">
-										<string key="NSTitle">Spelling and Grammar</string>
-										<array class="NSMutableArray" key="NSMenuItems">
-											<object class="NSMenuItem" id="679648819">
-												<reference key="NSMenu" ref="769623530"/>
-												<string key="NSTitle">Show Spelling and Grammar</string>
-												<string key="NSKeyEquiv">:</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="96193923">
-												<reference key="NSMenu" ref="769623530"/>
-												<string key="NSTitle">Check Document Now</string>
-												<string key="NSKeyEquiv">;</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="859480356">
-												<reference key="NSMenu" ref="769623530"/>
-												<bool key="NSIsDisabled">YES</bool>
-												<bool key="NSIsSeparator">YES</bool>
-												<string key="NSTitle"/>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="948374510">
-												<reference key="NSMenu" ref="769623530"/>
-												<string key="NSTitle">Check Spelling While Typing</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="967646866">
-												<reference key="NSMenu" ref="769623530"/>
-												<string key="NSTitle">Check Grammar With Spelling</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="795346622">
-												<reference key="NSMenu" ref="769623530"/>
-												<string key="NSTitle">Correct Spelling Automatically</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-										</array>
-									</object>
-								</object>
-								<object class="NSMenuItem" id="507821607">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Substitutions</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-									<string key="NSAction">submenuAction:</string>
-									<object class="NSMenu" key="NSSubmenu" id="698887838">
-										<string key="NSTitle">Substitutions</string>
-										<array class="NSMutableArray" key="NSMenuItems">
-											<object class="NSMenuItem" id="65139061">
-												<reference key="NSMenu" ref="698887838"/>
-												<string key="NSTitle">Show Substitutions</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="19036812">
-												<reference key="NSMenu" ref="698887838"/>
-												<bool key="NSIsDisabled">YES</bool>
-												<bool key="NSIsSeparator">YES</bool>
-												<string key="NSTitle"/>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="605118523">
-												<reference key="NSMenu" ref="698887838"/>
-												<string key="NSTitle">Smart Copy/Paste</string>
-												<string key="NSKeyEquiv">f</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<int key="NSTag">1</int>
-											</object>
-											<object class="NSMenuItem" id="197661976">
-												<reference key="NSMenu" ref="698887838"/>
-												<string key="NSTitle">Smart Quotes</string>
-												<string key="NSKeyEquiv">g</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<int key="NSTag">2</int>
-											</object>
-											<object class="NSMenuItem" id="672708820">
-												<reference key="NSMenu" ref="698887838"/>
-												<string key="NSTitle">Smart Dashes</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="708854459">
-												<reference key="NSMenu" ref="698887838"/>
-												<string key="NSTitle">Smart Links</string>
-												<string key="NSKeyEquiv">G</string>
-												<int key="NSKeyEquivModMask">1179648</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<int key="NSTag">3</int>
-											</object>
-											<object class="NSMenuItem" id="537092702">
-												<reference key="NSMenu" ref="698887838"/>
-												<string key="NSTitle">Text Replacement</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-										</array>
-									</object>
-								</object>
-								<object class="NSMenuItem" id="288088188">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Transformations</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-									<string key="NSAction">submenuAction:</string>
-									<object class="NSMenu" key="NSSubmenu" id="579392910">
-										<string key="NSTitle">Transformations</string>
-										<array class="NSMutableArray" key="NSMenuItems">
-											<object class="NSMenuItem" id="1060694897">
-												<reference key="NSMenu" ref="579392910"/>
-												<string key="NSTitle">Make Upper Case</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="879586729">
-												<reference key="NSMenu" ref="579392910"/>
-												<string key="NSTitle">Make Lower Case</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="56570060">
-												<reference key="NSMenu" ref="579392910"/>
-												<string key="NSTitle">Capitalize</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-										</array>
-									</object>
-								</object>
-								<object class="NSMenuItem" id="676164635">
-									<reference key="NSMenu" ref="789758025"/>
-									<string key="NSTitle">Speech</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-									<string key="NSAction">submenuAction:</string>
-									<object class="NSMenu" key="NSSubmenu" id="785027613">
-										<string key="NSTitle">Speech</string>
-										<array class="NSMutableArray" key="NSMenuItems">
-											<object class="NSMenuItem" id="731782645">
-												<reference key="NSMenu" ref="785027613"/>
-												<string key="NSTitle">Start Speaking</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="680220178">
-												<reference key="NSMenu" ref="785027613"/>
-												<string key="NSTitle">Stop Speaking</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-										</array>
-									</object>
-								</object>
-							</array>
-						</object>
-					</object>
-					<object class="NSMenuItem" id="302598603">
-						<reference key="NSMenu" ref="649796088"/>
-						<string key="NSTitle">Format</string>
-						<string key="NSKeyEquiv"/>
-						<int key="NSMnemonicLoc">2147483647</int>
-						<reference key="NSOnImage" ref="35465992"/>
-						<reference key="NSMixedImage" ref="502551668"/>
-						<string key="NSAction">submenuAction:</string>
-						<object class="NSMenu" key="NSSubmenu" id="941447902">
-							<string key="NSTitle">Format</string>
-							<array class="NSMutableArray" key="NSMenuItems">
-								<object class="NSMenuItem" id="792887677">
-									<reference key="NSMenu" ref="941447902"/>
-									<string key="NSTitle">Font</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-									<string key="NSAction">submenuAction:</string>
-									<object class="NSMenu" key="NSSubmenu" id="786677654">
-										<string key="NSTitle">Font</string>
-										<array class="NSMutableArray" key="NSMenuItems">
-											<object class="NSMenuItem" id="159677712">
-												<reference key="NSMenu" ref="786677654"/>
-												<string key="NSTitle">Show Fonts</string>
-												<string key="NSKeyEquiv">t</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="305399458">
-												<reference key="NSMenu" ref="786677654"/>
-												<string key="NSTitle">Bold</string>
-												<string key="NSKeyEquiv">b</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<int key="NSTag">2</int>
-											</object>
-											<object class="NSMenuItem" id="814362025">
-												<reference key="NSMenu" ref="786677654"/>
-												<string key="NSTitle">Italic</string>
-												<string key="NSKeyEquiv">i</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<int key="NSTag">1</int>
-											</object>
-											<object class="NSMenuItem" id="330926929">
-												<reference key="NSMenu" ref="786677654"/>
-												<string key="NSTitle">Underline</string>
-												<string key="NSKeyEquiv">u</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="533507878">
-												<reference key="NSMenu" ref="786677654"/>
-												<bool key="NSIsDisabled">YES</bool>
-												<bool key="NSIsSeparator">YES</bool>
-												<string key="NSTitle"/>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="158063935">
-												<reference key="NSMenu" ref="786677654"/>
-												<string key="NSTitle">Bigger</string>
-												<string key="NSKeyEquiv">+</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<int key="NSTag">3</int>
-											</object>
-											<object class="NSMenuItem" id="885547335">
-												<reference key="NSMenu" ref="786677654"/>
-												<string key="NSTitle">Smaller</string>
-												<string key="NSKeyEquiv">-</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<int key="NSTag">4</int>
-											</object>
-											<object class="NSMenuItem" id="901062459">
-												<reference key="NSMenu" ref="786677654"/>
-												<bool key="NSIsDisabled">YES</bool>
-												<bool key="NSIsSeparator">YES</bool>
-												<string key="NSTitle"/>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="767671776">
-												<reference key="NSMenu" ref="786677654"/>
-												<string key="NSTitle">Kern</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<string key="NSAction">submenuAction:</string>
-												<object class="NSMenu" key="NSSubmenu" id="175441468">
-													<string key="NSTitle">Kern</string>
-													<array class="NSMutableArray" key="NSMenuItems">
-														<object class="NSMenuItem" id="252969304">
-															<reference key="NSMenu" ref="175441468"/>
-															<string key="NSTitle">Use Default</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="766922938">
-															<reference key="NSMenu" ref="175441468"/>
-															<string key="NSTitle">Use None</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="677519740">
-															<reference key="NSMenu" ref="175441468"/>
-															<string key="NSTitle">Tighten</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="238351151">
-															<reference key="NSMenu" ref="175441468"/>
-															<string key="NSTitle">Loosen</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-													</array>
-												</object>
-											</object>
-											<object class="NSMenuItem" id="691570813">
-												<reference key="NSMenu" ref="786677654"/>
-												<string key="NSTitle">Ligatures</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<string key="NSAction">submenuAction:</string>
-												<object class="NSMenu" key="NSSubmenu" id="1058217995">
-													<string key="NSTitle">Ligatures</string>
-													<array class="NSMutableArray" key="NSMenuItems">
-														<object class="NSMenuItem" id="706297211">
-															<reference key="NSMenu" ref="1058217995"/>
-															<string key="NSTitle">Use Default</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="568384683">
-															<reference key="NSMenu" ref="1058217995"/>
-															<string key="NSTitle">Use None</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="663508465">
-															<reference key="NSMenu" ref="1058217995"/>
-															<string key="NSTitle">Use All</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-													</array>
-												</object>
-											</object>
-											<object class="NSMenuItem" id="769124883">
-												<reference key="NSMenu" ref="786677654"/>
-												<string key="NSTitle">Baseline</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<string key="NSAction">submenuAction:</string>
-												<object class="NSMenu" key="NSSubmenu" id="18263474">
-													<string key="NSTitle">Baseline</string>
-													<array class="NSMutableArray" key="NSMenuItems">
-														<object class="NSMenuItem" id="257962622">
-															<reference key="NSMenu" ref="18263474"/>
-															<string key="NSTitle">Use Default</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="644725453">
-															<reference key="NSMenu" ref="18263474"/>
-															<string key="NSTitle">Superscript</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="1037576581">
-															<reference key="NSMenu" ref="18263474"/>
-															<string key="NSTitle">Subscript</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="941806246">
-															<reference key="NSMenu" ref="18263474"/>
-															<string key="NSTitle">Raise</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="1045724900">
-															<reference key="NSMenu" ref="18263474"/>
-															<string key="NSTitle">Lower</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-													</array>
-												</object>
-											</object>
-											<object class="NSMenuItem" id="739652853">
-												<reference key="NSMenu" ref="786677654"/>
-												<bool key="NSIsDisabled">YES</bool>
-												<bool key="NSIsSeparator">YES</bool>
-												<string key="NSTitle"/>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="1012600125">
-												<reference key="NSMenu" ref="786677654"/>
-												<string key="NSTitle">Show Colors</string>
-												<string key="NSKeyEquiv">C</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="214559597">
-												<reference key="NSMenu" ref="786677654"/>
-												<bool key="NSIsDisabled">YES</bool>
-												<bool key="NSIsSeparator">YES</bool>
-												<string key="NSTitle"/>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="596732606">
-												<reference key="NSMenu" ref="786677654"/>
-												<string key="NSTitle">Copy Style</string>
-												<string key="NSKeyEquiv">c</string>
-												<int key="NSKeyEquivModMask">1572864</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="393423671">
-												<reference key="NSMenu" ref="786677654"/>
-												<string key="NSTitle">Paste Style</string>
-												<string key="NSKeyEquiv">v</string>
-												<int key="NSKeyEquivModMask">1572864</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-										</array>
-										<string key="NSName">_NSFontMenu</string>
-									</object>
-								</object>
-								<object class="NSMenuItem" id="215659978">
-									<reference key="NSMenu" ref="941447902"/>
-									<string key="NSTitle">Text</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-									<string key="NSAction">submenuAction:</string>
-									<object class="NSMenu" key="NSSubmenu" id="446991534">
-										<string key="NSTitle">Text</string>
-										<array class="NSMutableArray" key="NSMenuItems">
-											<object class="NSMenuItem" id="875092757">
-												<reference key="NSMenu" ref="446991534"/>
-												<string key="NSTitle">Align Left</string>
-												<string key="NSKeyEquiv">{</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="630155264">
-												<reference key="NSMenu" ref="446991534"/>
-												<string key="NSTitle">Center</string>
-												<string key="NSKeyEquiv">|</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="945678886">
-												<reference key="NSMenu" ref="446991534"/>
-												<string key="NSTitle">Justify</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="512868991">
-												<reference key="NSMenu" ref="446991534"/>
-												<string key="NSTitle">Align Right</string>
-												<string key="NSKeyEquiv">}</string>
-												<int key="NSKeyEquivModMask">1048576</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="163117631">
-												<reference key="NSMenu" ref="446991534"/>
-												<bool key="NSIsDisabled">YES</bool>
-												<bool key="NSIsSeparator">YES</bool>
-												<string key="NSTitle"/>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="31516759">
-												<reference key="NSMenu" ref="446991534"/>
-												<string key="NSTitle">Writing Direction</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-												<string key="NSAction">submenuAction:</string>
-												<object class="NSMenu" key="NSSubmenu" id="956096989">
-													<string key="NSTitle">Writing Direction</string>
-													<array class="NSMutableArray" key="NSMenuItems">
-														<object class="NSMenuItem" id="257099033">
-															<reference key="NSMenu" ref="956096989"/>
-															<bool key="NSIsDisabled">YES</bool>
-															<string key="NSTitle">Paragraph</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="551969625">
-															<reference key="NSMenu" ref="956096989"/>
-															<string type="base64-UTF8" key="NSTitle">CURlZmF1bHQ</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="249532473">
-															<reference key="NSMenu" ref="956096989"/>
-															<string type="base64-UTF8" key="NSTitle">CUxlZnQgdG8gUmlnaHQ</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="607364498">
-															<reference key="NSMenu" ref="956096989"/>
-															<string type="base64-UTF8" key="NSTitle">CVJpZ2h0IHRvIExlZnQ</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="508151438">
-															<reference key="NSMenu" ref="956096989"/>
-															<bool key="NSIsDisabled">YES</bool>
-															<bool key="NSIsSeparator">YES</bool>
-															<string key="NSTitle"/>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="981751889">
-															<reference key="NSMenu" ref="956096989"/>
-															<bool key="NSIsDisabled">YES</bool>
-															<string key="NSTitle">Selection</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="380031999">
-															<reference key="NSMenu" ref="956096989"/>
-															<string type="base64-UTF8" key="NSTitle">CURlZmF1bHQ</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="825984362">
-															<reference key="NSMenu" ref="956096989"/>
-															<string type="base64-UTF8" key="NSTitle">CUxlZnQgdG8gUmlnaHQ</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-														<object class="NSMenuItem" id="560145579">
-															<reference key="NSMenu" ref="956096989"/>
-															<string type="base64-UTF8" key="NSTitle">CVJpZ2h0IHRvIExlZnQ</string>
-															<string key="NSKeyEquiv"/>
-															<int key="NSMnemonicLoc">2147483647</int>
-															<reference key="NSOnImage" ref="35465992"/>
-															<reference key="NSMixedImage" ref="502551668"/>
-														</object>
-													</array>
-												</object>
-											</object>
-											<object class="NSMenuItem" id="908105787">
-												<reference key="NSMenu" ref="446991534"/>
-												<bool key="NSIsDisabled">YES</bool>
-												<bool key="NSIsSeparator">YES</bool>
-												<string key="NSTitle"/>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="644046920">
-												<reference key="NSMenu" ref="446991534"/>
-												<string key="NSTitle">Show Ruler</string>
-												<string key="NSKeyEquiv"/>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="231811626">
-												<reference key="NSMenu" ref="446991534"/>
-												<string key="NSTitle">Copy Ruler</string>
-												<string key="NSKeyEquiv">c</string>
-												<int key="NSKeyEquivModMask">1310720</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-											<object class="NSMenuItem" id="883618387">
-												<reference key="NSMenu" ref="446991534"/>
-												<string key="NSTitle">Paste Ruler</string>
-												<string key="NSKeyEquiv">v</string>
-												<int key="NSKeyEquivModMask">1310720</int>
-												<int key="NSMnemonicLoc">2147483647</int>
-												<reference key="NSOnImage" ref="35465992"/>
-												<reference key="NSMixedImage" ref="502551668"/>
-											</object>
-										</array>
-									</object>
-								</object>
-							</array>
-						</object>
-					</object>
-					<object class="NSMenuItem" id="586577488">
-						<reference key="NSMenu" ref="649796088"/>
-						<string key="NSTitle">View</string>
-						<string key="NSKeyEquiv"/>
-						<int key="NSKeyEquivModMask">1048576</int>
-						<int key="NSMnemonicLoc">2147483647</int>
-						<reference key="NSOnImage" ref="35465992"/>
-						<reference key="NSMixedImage" ref="502551668"/>
-						<string key="NSAction">submenuAction:</string>
-						<object class="NSMenu" key="NSSubmenu" id="466310130">
-							<string key="NSTitle">View</string>
-							<array class="NSMutableArray" key="NSMenuItems">
-								<object class="NSMenuItem" id="102151532">
-									<reference key="NSMenu" ref="466310130"/>
-									<string key="NSTitle">Show Toolbar</string>
-									<string key="NSKeyEquiv">t</string>
-									<int key="NSKeyEquivModMask">1572864</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="237841660">
-									<reference key="NSMenu" ref="466310130"/>
-									<string key="NSTitle">Customize Toolbar…</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-							</array>
-						</object>
-					</object>
-					<object class="NSMenuItem" id="713487014">
-						<reference key="NSMenu" ref="649796088"/>
-						<string key="NSTitle">Window</string>
-						<string key="NSKeyEquiv"/>
-						<int key="NSKeyEquivModMask">1048576</int>
-						<int key="NSMnemonicLoc">2147483647</int>
-						<reference key="NSOnImage" ref="35465992"/>
-						<reference key="NSMixedImage" ref="502551668"/>
-						<string key="NSAction">submenuAction:</string>
-						<object class="NSMenu" key="NSSubmenu" id="835318025">
-							<string key="NSTitle">Window</string>
-							<array class="NSMutableArray" key="NSMenuItems">
-								<object class="NSMenuItem" id="1011231497">
-									<reference key="NSMenu" ref="835318025"/>
-									<string key="NSTitle">Minimize</string>
-									<string key="NSKeyEquiv">m</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="575023229">
-									<reference key="NSMenu" ref="835318025"/>
-									<string key="NSTitle">Zoom</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="299356726">
-									<reference key="NSMenu" ref="835318025"/>
-									<bool key="NSIsDisabled">YES</bool>
-									<bool key="NSIsSeparator">YES</bool>
-									<string key="NSTitle"/>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-								<object class="NSMenuItem" id="625202149">
-									<reference key="NSMenu" ref="835318025"/>
-									<string key="NSTitle">Bring All to Front</string>
-									<string key="NSKeyEquiv"/>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-							</array>
-							<string key="NSName">_NSWindowsMenu</string>
-						</object>
-					</object>
-					<object class="NSMenuItem" id="448692316">
-						<reference key="NSMenu" ref="649796088"/>
-						<string key="NSTitle">Help</string>
-						<string key="NSKeyEquiv"/>
-						<int key="NSMnemonicLoc">2147483647</int>
-						<reference key="NSOnImage" ref="35465992"/>
-						<reference key="NSMixedImage" ref="502551668"/>
-						<string key="NSAction">submenuAction:</string>
-						<object class="NSMenu" key="NSSubmenu" id="992780483">
-							<string key="NSTitle">Help</string>
-							<array class="NSMutableArray" key="NSMenuItems">
-								<object class="NSMenuItem" id="105068016">
-									<reference key="NSMenu" ref="992780483"/>
-									<string key="NSTitle">PETSc cocoa example Help</string>
-									<string key="NSKeyEquiv">?</string>
-									<int key="NSKeyEquivModMask">1048576</int>
-									<int key="NSMnemonicLoc">2147483647</int>
-									<reference key="NSOnImage" ref="35465992"/>
-									<reference key="NSMixedImage" ref="502551668"/>
-								</object>
-							</array>
-							<string key="NSName">_NSHelpMenu</string>
-						</object>
-					</object>
-				</array>
-				<string key="NSName">_NSMainMenu</string>
-			</object>
-			<object class="NSWindowTemplate" id="972006081">
-				<int key="NSWindowStyleMask">15</int>
-				<int key="NSWindowBacking">2</int>
-				<string key="NSWindowRect">{{335, 390}, {480, 360}}</string>
-				<int key="NSWTFlags">1954021376</int>
-				<string key="NSWindowTitle">PETSc cocoa example</string>
-				<string key="NSWindowClass">NSWindow</string>
-				<nil key="NSViewClass"/>
-				<nil key="NSUserInterfaceItemIdentifier"/>
-				<object class="NSView" key="NSWindowView" id="439893737">
-					<nil key="NSNextResponder"/>
-					<int key="NSvFlags">256</int>
-					<string key="NSFrameSize">{480, 360}</string>
-				</object>
-				<string key="NSScreenRect">{{0, 0}, {2560, 1418}}</string>
-				<string key="NSMaxSize">{10000000000000, 10000000000000}</string>
-				<bool key="NSWindowIsRestorable">YES</bool>
-			</object>
-			<object class="NSCustomObject" id="976324537">
-				<string key="NSClassName">AppDelegate</string>
-			</object>
-			<object class="NSCustomObject" id="755631768">
-				<string key="NSClassName">NSFontManager</string>
-			</object>
-		</array>
-		<object class="IBObjectContainer" key="IBDocument.Objects">
-			<array class="NSMutableArray" key="connectionRecords">
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">terminate:</string>
-						<reference key="source" ref="1050"/>
-						<reference key="destination" ref="632727374"/>
-					</object>
-					<int key="connectionID">449</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">orderFrontStandardAboutPanel:</string>
-						<reference key="source" ref="1021"/>
-						<reference key="destination" ref="238522557"/>
-					</object>
-					<int key="connectionID">142</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBOutletConnection" key="connection">
-						<string key="label">delegate</string>
-						<reference key="source" ref="1021"/>
-						<reference key="destination" ref="976324537"/>
-					</object>
-					<int key="connectionID">495</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">performMiniaturize:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="1011231497"/>
-					</object>
-					<int key="connectionID">37</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">arrangeInFront:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="625202149"/>
-					</object>
-					<int key="connectionID">39</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">print:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="49223823"/>
-					</object>
-					<int key="connectionID">86</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">runPageLayout:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="294629803"/>
-					</object>
-					<int key="connectionID">87</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">clearRecentDocuments:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="759406840"/>
-					</object>
-					<int key="connectionID">127</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">performClose:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="776162233"/>
-					</object>
-					<int key="connectionID">193</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">toggleContinuousSpellChecking:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="948374510"/>
-					</object>
-					<int key="connectionID">222</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">undo:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="1058277027"/>
-					</object>
-					<int key="connectionID">223</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">copy:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="860595796"/>
-					</object>
-					<int key="connectionID">224</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">checkSpelling:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="96193923"/>
-					</object>
-					<int key="connectionID">225</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">paste:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="29853731"/>
-					</object>
-					<int key="connectionID">226</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">stopSpeaking:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="680220178"/>
-					</object>
-					<int key="connectionID">227</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">cut:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="296257095"/>
-					</object>
-					<int key="connectionID">228</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">showGuessPanel:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="679648819"/>
-					</object>
-					<int key="connectionID">230</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">redo:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="790794224"/>
-					</object>
-					<int key="connectionID">231</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">selectAll:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="583158037"/>
-					</object>
-					<int key="connectionID">232</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">startSpeaking:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="731782645"/>
-					</object>
-					<int key="connectionID">233</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">delete:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="437104165"/>
-					</object>
-					<int key="connectionID">235</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">performZoom:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="575023229"/>
-					</object>
-					<int key="connectionID">240</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">performFindPanelAction:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="447796847"/>
-					</object>
-					<int key="connectionID">241</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">centerSelectionInVisibleArea:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="88285865"/>
-					</object>
-					<int key="connectionID">245</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">toggleGrammarChecking:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="967646866"/>
-					</object>
-					<int key="connectionID">347</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">toggleSmartInsertDelete:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="605118523"/>
-					</object>
-					<int key="connectionID">355</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">toggleAutomaticQuoteSubstitution:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="197661976"/>
-					</object>
-					<int key="connectionID">356</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">toggleAutomaticLinkDetection:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="708854459"/>
-					</object>
-					<int key="connectionID">357</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">saveDocument:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="1023925487"/>
-					</object>
-					<int key="connectionID">362</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">revertDocumentToSaved:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="579971712"/>
-					</object>
-					<int key="connectionID">364</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">runToolbarCustomizationPalette:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="237841660"/>
-					</object>
-					<int key="connectionID">365</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">toggleToolbarShown:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="102151532"/>
-					</object>
-					<int key="connectionID">366</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">hide:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="755159360"/>
-					</object>
-					<int key="connectionID">367</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">hideOtherApplications:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="342932134"/>
-					</object>
-					<int key="connectionID">368</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">unhideAllApplications:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="908899353"/>
-					</object>
-					<int key="connectionID">370</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">newDocument:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="705341025"/>
-					</object>
-					<int key="connectionID">373</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">openDocument:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="722745758"/>
-					</object>
-					<int key="connectionID">374</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">raiseBaseline:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="941806246"/>
-					</object>
-					<int key="connectionID">426</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">lowerBaseline:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="1045724900"/>
-					</object>
-					<int key="connectionID">427</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">copyFont:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="596732606"/>
-					</object>
-					<int key="connectionID">428</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">subscript:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="1037576581"/>
-					</object>
-					<int key="connectionID">429</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">superscript:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="644725453"/>
-					</object>
-					<int key="connectionID">430</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">tightenKerning:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="677519740"/>
-					</object>
-					<int key="connectionID">431</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">underline:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="330926929"/>
-					</object>
-					<int key="connectionID">432</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">orderFrontColorPanel:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="1012600125"/>
-					</object>
-					<int key="connectionID">433</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">useAllLigatures:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="663508465"/>
-					</object>
-					<int key="connectionID">434</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">loosenKerning:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="238351151"/>
-					</object>
-					<int key="connectionID">435</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">pasteFont:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="393423671"/>
-					</object>
-					<int key="connectionID">436</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">unscript:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="257962622"/>
-					</object>
-					<int key="connectionID">437</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">useStandardKerning:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="252969304"/>
-					</object>
-					<int key="connectionID">438</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">useStandardLigatures:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="706297211"/>
-					</object>
-					<int key="connectionID">439</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">turnOffLigatures:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="568384683"/>
-					</object>
-					<int key="connectionID">440</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">turnOffKerning:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="766922938"/>
-					</object>
-					<int key="connectionID">441</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">toggleAutomaticSpellingCorrection:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="795346622"/>
-					</object>
-					<int key="connectionID">456</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">orderFrontSubstitutionsPanel:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="65139061"/>
-					</object>
-					<int key="connectionID">458</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">toggleAutomaticDashSubstitution:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="672708820"/>
-					</object>
-					<int key="connectionID">461</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">toggleAutomaticTextReplacement:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="537092702"/>
-					</object>
-					<int key="connectionID">463</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">uppercaseWord:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="1060694897"/>
-					</object>
-					<int key="connectionID">464</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">capitalizeWord:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="56570060"/>
-					</object>
-					<int key="connectionID">467</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">lowercaseWord:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="879586729"/>
-					</object>
-					<int key="connectionID">468</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">pasteAsPlainText:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="82994268"/>
-					</object>
-					<int key="connectionID">486</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">performFindPanelAction:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="326711663"/>
-					</object>
-					<int key="connectionID">487</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">performFindPanelAction:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="270902937"/>
-					</object>
-					<int key="connectionID">488</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">performFindPanelAction:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="159080638"/>
-					</object>
-					<int key="connectionID">489</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">showHelp:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="105068016"/>
-					</object>
-					<int key="connectionID">493</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">alignCenter:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="630155264"/>
-					</object>
-					<int key="connectionID">518</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">pasteRuler:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="883618387"/>
-					</object>
-					<int key="connectionID">519</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">toggleRuler:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="644046920"/>
-					</object>
-					<int key="connectionID">520</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">alignRight:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="512868991"/>
-					</object>
-					<int key="connectionID">521</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">copyRuler:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="231811626"/>
-					</object>
-					<int key="connectionID">522</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">alignJustified:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="945678886"/>
-					</object>
-					<int key="connectionID">523</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">alignLeft:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="875092757"/>
-					</object>
-					<int key="connectionID">524</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">makeBaseWritingDirectionNatural:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="551969625"/>
-					</object>
-					<int key="connectionID">525</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">makeBaseWritingDirectionLeftToRight:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="249532473"/>
-					</object>
-					<int key="connectionID">526</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">makeBaseWritingDirectionRightToLeft:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="607364498"/>
-					</object>
-					<int key="connectionID">527</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">makeTextWritingDirectionNatural:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="380031999"/>
-					</object>
-					<int key="connectionID">528</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">makeTextWritingDirectionLeftToRight:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="825984362"/>
-					</object>
-					<int key="connectionID">529</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">makeTextWritingDirectionRightToLeft:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="560145579"/>
-					</object>
-					<int key="connectionID">530</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">performFindPanelAction:</string>
-						<reference key="source" ref="1014"/>
-						<reference key="destination" ref="738670835"/>
-					</object>
-					<int key="connectionID">535</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">addFontTrait:</string>
-						<reference key="source" ref="755631768"/>
-						<reference key="destination" ref="305399458"/>
-					</object>
-					<int key="connectionID">421</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">addFontTrait:</string>
-						<reference key="source" ref="755631768"/>
-						<reference key="destination" ref="814362025"/>
-					</object>
-					<int key="connectionID">422</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">modifyFont:</string>
-						<reference key="source" ref="755631768"/>
-						<reference key="destination" ref="885547335"/>
-					</object>
-					<int key="connectionID">423</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">orderFrontFontPanel:</string>
-						<reference key="source" ref="755631768"/>
-						<reference key="destination" ref="159677712"/>
-					</object>
-					<int key="connectionID">424</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBActionConnection" key="connection">
-						<string key="label">modifyFont:</string>
-						<reference key="source" ref="755631768"/>
-						<reference key="destination" ref="158063935"/>
-					</object>
-					<int key="connectionID">425</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBOutletConnection" key="connection">
-						<string key="label">window</string>
-						<reference key="source" ref="976324537"/>
-						<reference key="destination" ref="972006081"/>
-					</object>
-					<int key="connectionID">532</int>
-				</object>
-			</array>
-			<object class="IBMutableOrderedSet" key="objectRecords">
-				<array key="orderedObjects">
-					<object class="IBObjectRecord">
-						<int key="objectID">0</int>
-						<array key="object" id="0"/>
-						<reference key="children" ref="1048"/>
-						<nil key="parent"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-2</int>
-						<reference key="object" ref="1021"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">File's Owner</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-1</int>
-						<reference key="object" ref="1014"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">First Responder</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-3</int>
-						<reference key="object" ref="1050"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">Application</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">29</int>
-						<reference key="object" ref="649796088"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="713487014"/>
-							<reference ref="694149608"/>
-							<reference ref="952259628"/>
-							<reference ref="379814623"/>
-							<reference ref="586577488"/>
-							<reference ref="302598603"/>
-							<reference ref="448692316"/>
-						</array>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">19</int>
-						<reference key="object" ref="713487014"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="835318025"/>
-						</array>
-						<reference key="parent" ref="649796088"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">56</int>
-						<reference key="object" ref="694149608"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="110575045"/>
-						</array>
-						<reference key="parent" ref="649796088"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">217</int>
-						<reference key="object" ref="952259628"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="789758025"/>
-						</array>
-						<reference key="parent" ref="649796088"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">83</int>
-						<reference key="object" ref="379814623"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="720053764"/>
-						</array>
-						<reference key="parent" ref="649796088"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">81</int>
-						<reference key="object" ref="720053764"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="1023925487"/>
-							<reference ref="49223823"/>
-							<reference ref="722745758"/>
-							<reference ref="705341025"/>
-							<reference ref="1025936716"/>
-							<reference ref="294629803"/>
-							<reference ref="776162233"/>
-							<reference ref="425164168"/>
-							<reference ref="579971712"/>
-							<reference ref="1010469920"/>
-						</array>
-						<reference key="parent" ref="379814623"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">75</int>
-						<reference key="object" ref="1023925487"/>
-						<reference key="parent" ref="720053764"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">78</int>
-						<reference key="object" ref="49223823"/>
-						<reference key="parent" ref="720053764"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">72</int>
-						<reference key="object" ref="722745758"/>
-						<reference key="parent" ref="720053764"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">82</int>
-						<reference key="object" ref="705341025"/>
-						<reference key="parent" ref="720053764"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">124</int>
-						<reference key="object" ref="1025936716"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="1065607017"/>
-						</array>
-						<reference key="parent" ref="720053764"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">77</int>
-						<reference key="object" ref="294629803"/>
-						<reference key="parent" ref="720053764"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">73</int>
-						<reference key="object" ref="776162233"/>
-						<reference key="parent" ref="720053764"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">79</int>
-						<reference key="object" ref="425164168"/>
-						<reference key="parent" ref="720053764"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">112</int>
-						<reference key="object" ref="579971712"/>
-						<reference key="parent" ref="720053764"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">74</int>
-						<reference key="object" ref="1010469920"/>
-						<reference key="parent" ref="720053764"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">125</int>
-						<reference key="object" ref="1065607017"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="759406840"/>
-						</array>
-						<reference key="parent" ref="1025936716"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">126</int>
-						<reference key="object" ref="759406840"/>
-						<reference key="parent" ref="1065607017"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">205</int>
-						<reference key="object" ref="789758025"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="437104165"/>
-							<reference ref="583158037"/>
-							<reference ref="1058277027"/>
-							<reference ref="212016141"/>
-							<reference ref="296257095"/>
-							<reference ref="29853731"/>
-							<reference ref="860595796"/>
-							<reference ref="1040322652"/>
-							<reference ref="790794224"/>
-							<reference ref="892235320"/>
-							<reference ref="972420730"/>
-							<reference ref="676164635"/>
-							<reference ref="507821607"/>
-							<reference ref="288088188"/>
-							<reference ref="82994268"/>
-						</array>
-						<reference key="parent" ref="952259628"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">202</int>
-						<reference key="object" ref="437104165"/>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">198</int>
-						<reference key="object" ref="583158037"/>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">207</int>
-						<reference key="object" ref="1058277027"/>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">214</int>
-						<reference key="object" ref="212016141"/>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">199</int>
-						<reference key="object" ref="296257095"/>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">203</int>
-						<reference key="object" ref="29853731"/>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">197</int>
-						<reference key="object" ref="860595796"/>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">206</int>
-						<reference key="object" ref="1040322652"/>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">215</int>
-						<reference key="object" ref="790794224"/>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">218</int>
-						<reference key="object" ref="892235320"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="963351320"/>
-						</array>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">216</int>
-						<reference key="object" ref="972420730"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="769623530"/>
-						</array>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">200</int>
-						<reference key="object" ref="769623530"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="948374510"/>
-							<reference ref="96193923"/>
-							<reference ref="679648819"/>
-							<reference ref="967646866"/>
-							<reference ref="859480356"/>
-							<reference ref="795346622"/>
-						</array>
-						<reference key="parent" ref="972420730"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">219</int>
-						<reference key="object" ref="948374510"/>
-						<reference key="parent" ref="769623530"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">201</int>
-						<reference key="object" ref="96193923"/>
-						<reference key="parent" ref="769623530"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">204</int>
-						<reference key="object" ref="679648819"/>
-						<reference key="parent" ref="769623530"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">220</int>
-						<reference key="object" ref="963351320"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="270902937"/>
-							<reference ref="88285865"/>
-							<reference ref="159080638"/>
-							<reference ref="326711663"/>
-							<reference ref="447796847"/>
-							<reference ref="738670835"/>
-						</array>
-						<reference key="parent" ref="892235320"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">213</int>
-						<reference key="object" ref="270902937"/>
-						<reference key="parent" ref="963351320"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">210</int>
-						<reference key="object" ref="88285865"/>
-						<reference key="parent" ref="963351320"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">221</int>
-						<reference key="object" ref="159080638"/>
-						<reference key="parent" ref="963351320"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">208</int>
-						<reference key="object" ref="326711663"/>
-						<reference key="parent" ref="963351320"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">209</int>
-						<reference key="object" ref="447796847"/>
-						<reference key="parent" ref="963351320"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">57</int>
-						<reference key="object" ref="110575045"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="238522557"/>
-							<reference ref="755159360"/>
-							<reference ref="908899353"/>
-							<reference ref="632727374"/>
-							<reference ref="646227648"/>
-							<reference ref="609285721"/>
-							<reference ref="481834944"/>
-							<reference ref="304266470"/>
-							<reference ref="1046388886"/>
-							<reference ref="1056857174"/>
-							<reference ref="342932134"/>
-						</array>
-						<reference key="parent" ref="694149608"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">58</int>
-						<reference key="object" ref="238522557"/>
-						<reference key="parent" ref="110575045"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">134</int>
-						<reference key="object" ref="755159360"/>
-						<reference key="parent" ref="110575045"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">150</int>
-						<reference key="object" ref="908899353"/>
-						<reference key="parent" ref="110575045"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">136</int>
-						<reference key="object" ref="632727374"/>
-						<reference key="parent" ref="110575045"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">144</int>
-						<reference key="object" ref="646227648"/>
-						<reference key="parent" ref="110575045"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">129</int>
-						<reference key="object" ref="609285721"/>
-						<reference key="parent" ref="110575045"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">143</int>
-						<reference key="object" ref="481834944"/>
-						<reference key="parent" ref="110575045"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">236</int>
-						<reference key="object" ref="304266470"/>
-						<reference key="parent" ref="110575045"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">131</int>
-						<reference key="object" ref="1046388886"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="752062318"/>
-						</array>
-						<reference key="parent" ref="110575045"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">149</int>
-						<reference key="object" ref="1056857174"/>
-						<reference key="parent" ref="110575045"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">145</int>
-						<reference key="object" ref="342932134"/>
-						<reference key="parent" ref="110575045"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">130</int>
-						<reference key="object" ref="752062318"/>
-						<reference key="parent" ref="1046388886"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">24</int>
-						<reference key="object" ref="835318025"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="299356726"/>
-							<reference ref="625202149"/>
-							<reference ref="575023229"/>
-							<reference ref="1011231497"/>
-						</array>
-						<reference key="parent" ref="713487014"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">92</int>
-						<reference key="object" ref="299356726"/>
-						<reference key="parent" ref="835318025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">5</int>
-						<reference key="object" ref="625202149"/>
-						<reference key="parent" ref="835318025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">239</int>
-						<reference key="object" ref="575023229"/>
-						<reference key="parent" ref="835318025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">23</int>
-						<reference key="object" ref="1011231497"/>
-						<reference key="parent" ref="835318025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">295</int>
-						<reference key="object" ref="586577488"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="466310130"/>
-						</array>
-						<reference key="parent" ref="649796088"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">296</int>
-						<reference key="object" ref="466310130"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="102151532"/>
-							<reference ref="237841660"/>
-						</array>
-						<reference key="parent" ref="586577488"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">297</int>
-						<reference key="object" ref="102151532"/>
-						<reference key="parent" ref="466310130"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">298</int>
-						<reference key="object" ref="237841660"/>
-						<reference key="parent" ref="466310130"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">211</int>
-						<reference key="object" ref="676164635"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="785027613"/>
-						</array>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">212</int>
-						<reference key="object" ref="785027613"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="680220178"/>
-							<reference ref="731782645"/>
-						</array>
-						<reference key="parent" ref="676164635"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">195</int>
-						<reference key="object" ref="680220178"/>
-						<reference key="parent" ref="785027613"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">196</int>
-						<reference key="object" ref="731782645"/>
-						<reference key="parent" ref="785027613"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">346</int>
-						<reference key="object" ref="967646866"/>
-						<reference key="parent" ref="769623530"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">348</int>
-						<reference key="object" ref="507821607"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="698887838"/>
-						</array>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">349</int>
-						<reference key="object" ref="698887838"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="605118523"/>
-							<reference ref="197661976"/>
-							<reference ref="708854459"/>
-							<reference ref="65139061"/>
-							<reference ref="19036812"/>
-							<reference ref="672708820"/>
-							<reference ref="537092702"/>
-						</array>
-						<reference key="parent" ref="507821607"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">350</int>
-						<reference key="object" ref="605118523"/>
-						<reference key="parent" ref="698887838"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">351</int>
-						<reference key="object" ref="197661976"/>
-						<reference key="parent" ref="698887838"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">354</int>
-						<reference key="object" ref="708854459"/>
-						<reference key="parent" ref="698887838"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">371</int>
-						<reference key="object" ref="972006081"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="439893737"/>
-						</array>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">372</int>
-						<reference key="object" ref="439893737"/>
-						<reference key="parent" ref="972006081"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">375</int>
-						<reference key="object" ref="302598603"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="941447902"/>
-						</array>
-						<reference key="parent" ref="649796088"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">376</int>
-						<reference key="object" ref="941447902"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="792887677"/>
-							<reference ref="215659978"/>
-						</array>
-						<reference key="parent" ref="302598603"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">377</int>
-						<reference key="object" ref="792887677"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="786677654"/>
-						</array>
-						<reference key="parent" ref="941447902"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">388</int>
-						<reference key="object" ref="786677654"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="159677712"/>
-							<reference ref="305399458"/>
-							<reference ref="814362025"/>
-							<reference ref="330926929"/>
-							<reference ref="533507878"/>
-							<reference ref="158063935"/>
-							<reference ref="885547335"/>
-							<reference ref="901062459"/>
-							<reference ref="767671776"/>
-							<reference ref="691570813"/>
-							<reference ref="769124883"/>
-							<reference ref="739652853"/>
-							<reference ref="1012600125"/>
-							<reference ref="214559597"/>
-							<reference ref="596732606"/>
-							<reference ref="393423671"/>
-						</array>
-						<reference key="parent" ref="792887677"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">389</int>
-						<reference key="object" ref="159677712"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">390</int>
-						<reference key="object" ref="305399458"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">391</int>
-						<reference key="object" ref="814362025"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">392</int>
-						<reference key="object" ref="330926929"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">393</int>
-						<reference key="object" ref="533507878"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">394</int>
-						<reference key="object" ref="158063935"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">395</int>
-						<reference key="object" ref="885547335"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">396</int>
-						<reference key="object" ref="901062459"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">397</int>
-						<reference key="object" ref="767671776"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="175441468"/>
-						</array>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">398</int>
-						<reference key="object" ref="691570813"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="1058217995"/>
-						</array>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">399</int>
-						<reference key="object" ref="769124883"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="18263474"/>
-						</array>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">400</int>
-						<reference key="object" ref="739652853"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">401</int>
-						<reference key="object" ref="1012600125"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">402</int>
-						<reference key="object" ref="214559597"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">403</int>
-						<reference key="object" ref="596732606"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">404</int>
-						<reference key="object" ref="393423671"/>
-						<reference key="parent" ref="786677654"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">405</int>
-						<reference key="object" ref="18263474"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="257962622"/>
-							<reference ref="644725453"/>
-							<reference ref="1037576581"/>
-							<reference ref="941806246"/>
-							<reference ref="1045724900"/>
-						</array>
-						<reference key="parent" ref="769124883"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">406</int>
-						<reference key="object" ref="257962622"/>
-						<reference key="parent" ref="18263474"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">407</int>
-						<reference key="object" ref="644725453"/>
-						<reference key="parent" ref="18263474"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">408</int>
-						<reference key="object" ref="1037576581"/>
-						<reference key="parent" ref="18263474"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">409</int>
-						<reference key="object" ref="941806246"/>
-						<reference key="parent" ref="18263474"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">410</int>
-						<reference key="object" ref="1045724900"/>
-						<reference key="parent" ref="18263474"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">411</int>
-						<reference key="object" ref="1058217995"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="706297211"/>
-							<reference ref="568384683"/>
-							<reference ref="663508465"/>
-						</array>
-						<reference key="parent" ref="691570813"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">412</int>
-						<reference key="object" ref="706297211"/>
-						<reference key="parent" ref="1058217995"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">413</int>
-						<reference key="object" ref="568384683"/>
-						<reference key="parent" ref="1058217995"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">414</int>
-						<reference key="object" ref="663508465"/>
-						<reference key="parent" ref="1058217995"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">415</int>
-						<reference key="object" ref="175441468"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="252969304"/>
-							<reference ref="766922938"/>
-							<reference ref="677519740"/>
-							<reference ref="238351151"/>
-						</array>
-						<reference key="parent" ref="767671776"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">416</int>
-						<reference key="object" ref="252969304"/>
-						<reference key="parent" ref="175441468"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">417</int>
-						<reference key="object" ref="766922938"/>
-						<reference key="parent" ref="175441468"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">418</int>
-						<reference key="object" ref="677519740"/>
-						<reference key="parent" ref="175441468"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">419</int>
-						<reference key="object" ref="238351151"/>
-						<reference key="parent" ref="175441468"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">420</int>
-						<reference key="object" ref="755631768"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">450</int>
-						<reference key="object" ref="288088188"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="579392910"/>
-						</array>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">451</int>
-						<reference key="object" ref="579392910"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="1060694897"/>
-							<reference ref="879586729"/>
-							<reference ref="56570060"/>
-						</array>
-						<reference key="parent" ref="288088188"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">452</int>
-						<reference key="object" ref="1060694897"/>
-						<reference key="parent" ref="579392910"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">453</int>
-						<reference key="object" ref="859480356"/>
-						<reference key="parent" ref="769623530"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">454</int>
-						<reference key="object" ref="795346622"/>
-						<reference key="parent" ref="769623530"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">457</int>
-						<reference key="object" ref="65139061"/>
-						<reference key="parent" ref="698887838"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">459</int>
-						<reference key="object" ref="19036812"/>
-						<reference key="parent" ref="698887838"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">460</int>
-						<reference key="object" ref="672708820"/>
-						<reference key="parent" ref="698887838"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">462</int>
-						<reference key="object" ref="537092702"/>
-						<reference key="parent" ref="698887838"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">465</int>
-						<reference key="object" ref="879586729"/>
-						<reference key="parent" ref="579392910"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">466</int>
-						<reference key="object" ref="56570060"/>
-						<reference key="parent" ref="579392910"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">485</int>
-						<reference key="object" ref="82994268"/>
-						<reference key="parent" ref="789758025"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">490</int>
-						<reference key="object" ref="448692316"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="992780483"/>
-						</array>
-						<reference key="parent" ref="649796088"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">491</int>
-						<reference key="object" ref="992780483"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="105068016"/>
-						</array>
-						<reference key="parent" ref="448692316"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">492</int>
-						<reference key="object" ref="105068016"/>
-						<reference key="parent" ref="992780483"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">494</int>
-						<reference key="object" ref="976324537"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">496</int>
-						<reference key="object" ref="215659978"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="446991534"/>
-						</array>
-						<reference key="parent" ref="941447902"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">497</int>
-						<reference key="object" ref="446991534"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="875092757"/>
-							<reference ref="630155264"/>
-							<reference ref="945678886"/>
-							<reference ref="512868991"/>
-							<reference ref="163117631"/>
-							<reference ref="31516759"/>
-							<reference ref="908105787"/>
-							<reference ref="644046920"/>
-							<reference ref="231811626"/>
-							<reference ref="883618387"/>
-						</array>
-						<reference key="parent" ref="215659978"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">498</int>
-						<reference key="object" ref="875092757"/>
-						<reference key="parent" ref="446991534"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">499</int>
-						<reference key="object" ref="630155264"/>
-						<reference key="parent" ref="446991534"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">500</int>
-						<reference key="object" ref="945678886"/>
-						<reference key="parent" ref="446991534"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">501</int>
-						<reference key="object" ref="512868991"/>
-						<reference key="parent" ref="446991534"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">502</int>
-						<reference key="object" ref="163117631"/>
-						<reference key="parent" ref="446991534"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">503</int>
-						<reference key="object" ref="31516759"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="956096989"/>
-						</array>
-						<reference key="parent" ref="446991534"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">504</int>
-						<reference key="object" ref="908105787"/>
-						<reference key="parent" ref="446991534"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">505</int>
-						<reference key="object" ref="644046920"/>
-						<reference key="parent" ref="446991534"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">506</int>
-						<reference key="object" ref="231811626"/>
-						<reference key="parent" ref="446991534"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">507</int>
-						<reference key="object" ref="883618387"/>
-						<reference key="parent" ref="446991534"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">508</int>
-						<reference key="object" ref="956096989"/>
-						<array class="NSMutableArray" key="children">
-							<reference ref="257099033"/>
-							<reference ref="551969625"/>
-							<reference ref="249532473"/>
-							<reference ref="607364498"/>
-							<reference ref="508151438"/>
-							<reference ref="981751889"/>
-							<reference ref="380031999"/>
-							<reference ref="825984362"/>
-							<reference ref="560145579"/>
-						</array>
-						<reference key="parent" ref="31516759"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">509</int>
-						<reference key="object" ref="257099033"/>
-						<reference key="parent" ref="956096989"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">510</int>
-						<reference key="object" ref="551969625"/>
-						<reference key="parent" ref="956096989"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">511</int>
-						<reference key="object" ref="249532473"/>
-						<reference key="parent" ref="956096989"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">512</int>
-						<reference key="object" ref="607364498"/>
-						<reference key="parent" ref="956096989"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">513</int>
-						<reference key="object" ref="508151438"/>
-						<reference key="parent" ref="956096989"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">514</int>
-						<reference key="object" ref="981751889"/>
-						<reference key="parent" ref="956096989"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">515</int>
-						<reference key="object" ref="380031999"/>
-						<reference key="parent" ref="956096989"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">516</int>
-						<reference key="object" ref="825984362"/>
-						<reference key="parent" ref="956096989"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">517</int>
-						<reference key="object" ref="560145579"/>
-						<reference key="parent" ref="956096989"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">534</int>
-						<reference key="object" ref="738670835"/>
-						<reference key="parent" ref="963351320"/>
-					</object>
-				</array>
-			</object>
-			<dictionary class="NSMutableDictionary" key="flattenedProperties">
-				<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="112.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="124.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="125.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="126.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="129.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="130.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="131.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="134.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="136.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="143.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="144.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="145.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="149.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="150.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="19.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="195.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="196.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="197.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="198.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="199.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="200.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="201.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="202.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="203.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="204.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="205.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="206.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="207.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="208.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="209.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="210.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="211.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="212.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="213.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="214.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="215.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="216.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="217.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="218.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="219.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="220.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="221.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="23.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="236.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="239.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="24.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="29.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="295.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="296.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="297.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="298.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="346.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="348.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="349.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="350.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="351.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="354.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="371.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="371.IBWindowTemplateEditedContentRect">{{380, 496}, {480, 360}}</string>
-				<integer value="1" key="371.NSWindowTemplate.visibleAtLaunch"/>
-				<string key="372.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="375.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="376.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="377.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="388.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="389.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="390.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="391.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="392.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="393.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="394.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="395.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="396.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="397.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="398.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="399.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="400.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="401.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="402.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="403.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="404.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="405.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="406.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="407.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="408.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="409.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="410.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="411.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="412.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="413.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="414.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="415.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="416.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="417.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="418.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="419.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="420.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="450.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="451.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="452.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="453.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="454.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="457.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="459.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="460.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="462.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="465.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="466.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="485.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="490.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="491.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="492.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="494.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="496.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="497.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="498.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="499.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="5.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="500.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="501.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="502.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="503.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="504.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="505.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="506.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="507.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="508.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="509.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="510.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="511.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="512.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="513.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="514.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="515.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="516.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="517.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="534.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="56.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="57.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="58.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="72.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="73.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="74.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="75.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="77.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="78.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="79.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="81.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="82.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="83.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-				<string key="92.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
-			</dictionary>
-			<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
-			<nil key="activeLocalization"/>
-			<dictionary class="NSMutableDictionary" key="localizations"/>
-			<nil key="sourceID"/>
-			<int key="maxID">535</int>
-		</object>
-		<object class="IBClassDescriber" key="IBDocument.Classes">
-			<array class="NSMutableArray" key="referencedPartialClassDescriptions">
-				<object class="IBPartialClassDescription">
-					<string key="className">ABCardController</string>
-					<string key="superclassName">NSObject</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="addCardViewField:">id</string>
-						<string key="copy:">id</string>
-						<string key="cut:">id</string>
-						<string key="doDelete:">id</string>
-						<string key="find:">id</string>
-						<string key="paste:">id</string>
-						<string key="saveChanges:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="addCardViewField:">
-							<string key="name">addCardViewField:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="copy:">
-							<string key="name">copy:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="cut:">
-							<string key="name">cut:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="doDelete:">
-							<string key="name">doDelete:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="find:">
-							<string key="name">find:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="paste:">
-							<string key="name">paste:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="saveChanges:">
-							<string key="name">saveChanges:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="mCardView">ABCardView</string>
-						<string key="mEditButton">NSButton</string>
-						<string key="mManagedObjectContext">NSManagedObjectContext</string>
-						<string key="mSearchField">NSSearchField</string>
-						<string key="mStatusTextField">NSTextField</string>
-						<string key="mWindow">NSWindow</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="mCardView">
-							<string key="name">mCardView</string>
-							<string key="candidateClassName">ABCardView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="mEditButton">
-							<string key="name">mEditButton</string>
-							<string key="candidateClassName">NSButton</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="mManagedObjectContext">
-							<string key="name">mManagedObjectContext</string>
-							<string key="candidateClassName">NSManagedObjectContext</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="mSearchField">
-							<string key="name">mSearchField</string>
-							<string key="candidateClassName">NSSearchField</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="mStatusTextField">
-							<string key="name">mStatusTextField</string>
-							<string key="candidateClassName">NSTextField</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="mWindow">
-							<string key="name">mWindow</string>
-							<string key="candidateClassName">NSWindow</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/ABCardController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">ABCardView</string>
-					<string key="superclassName">NSView</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="commitAndSave:">id</string>
-						<string key="statusImageClicked:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="commitAndSave:">
-							<string key="name">commitAndSave:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="statusImageClicked:">
-							<string key="name">statusImageClicked:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="mBindingsController">NSObjectController</string>
-						<string key="mBuddyStatusImage">NSImageView</string>
-						<string key="mHeaderView">NSView</string>
-						<string key="mNameView">ABNameFrameView</string>
-						<string key="mNextKeyView">NSView</string>
-						<string key="mUserImage">NSImage</string>
-						<string key="mUserImageView">ABImageView</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="mBindingsController">
-							<string key="name">mBindingsController</string>
-							<string key="candidateClassName">NSObjectController</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="mBuddyStatusImage">
-							<string key="name">mBuddyStatusImage</string>
-							<string key="candidateClassName">NSImageView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="mHeaderView">
-							<string key="name">mHeaderView</string>
-							<string key="candidateClassName">NSView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="mNameView">
-							<string key="name">mNameView</string>
-							<string key="candidateClassName">ABNameFrameView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="mNextKeyView">
-							<string key="name">mNextKeyView</string>
-							<string key="candidateClassName">NSView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="mUserImage">
-							<string key="name">mUserImage</string>
-							<string key="candidateClassName">NSImage</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="mUserImageView">
-							<string key="name">mUserImageView</string>
-							<string key="candidateClassName">ABImageView</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/ABCardView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">ABImageView</string>
-					<string key="superclassName">NSImageView</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="copy:">id</string>
-						<string key="cut:">id</string>
-						<string key="delete:">id</string>
-						<string key="paste:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="copy:">
-							<string key="name">copy:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="cut:">
-							<string key="name">cut:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="delete:">
-							<string key="name">delete:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="paste:">
-							<string key="name">paste:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/ABImageView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">DVTBorderedView</string>
-					<string key="superclassName">DVTLayoutView_ML</string>
-					<object class="NSMutableDictionary" key="outlets">
-						<string key="NS.key.0">contentView</string>
-						<string key="NS.object.0">NSView</string>
-					</object>
-					<object class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<string key="NS.key.0">contentView</string>
-						<object class="IBToOneOutletInfo" key="NS.object.0">
-							<string key="name">contentView</string>
-							<string key="candidateClassName">NSView</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/DVTBorderedView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">DVTDelayedMenuButton</string>
-					<string key="superclassName">NSButton</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/DVTDelayedMenuButton.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">DVTGradientImageButton</string>
-					<string key="superclassName">NSButton</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/DVTGradientImageButton.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">DVTImageAndTextCell</string>
-					<string key="superclassName">NSTextFieldCell</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/DVTImageAndTextCell.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">DVTImageAndTextColumn</string>
-					<string key="superclassName">NSTableColumn</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/DVTImageAndTextColumn.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">DVTLayoutView_ML</string>
-					<string key="superclassName">NSView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/DVTLayoutView_ML.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">DVTOutlineView</string>
-					<string key="superclassName">NSOutlineView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/DVTOutlineView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">DVTSplitView</string>
-					<string key="superclassName">NSSplitView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/DVTSplitView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">DVTStackView_ML</string>
-					<string key="superclassName">DVTLayoutView_ML</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/DVTStackView_ML.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">DVTTableView</string>
-					<string key="superclassName">NSTableView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/DVTTableView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">DVTViewController</string>
-					<string key="superclassName">NSViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/DVTViewController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">HFController</string>
-					<string key="superclassName">NSObject</string>
-					<object class="NSMutableDictionary" key="actions">
-						<string key="NS.key.0">selectAll:</string>
-						<string key="NS.object.0">id</string>
-					</object>
-					<object class="NSMutableDictionary" key="actionInfosByName">
-						<string key="NS.key.0">selectAll:</string>
-						<object class="IBActionInfo" key="NS.object.0">
-							<string key="name">selectAll:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/HFController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">HFRepresenterTextView</string>
-					<string key="superclassName">NSView</string>
-					<object class="NSMutableDictionary" key="actions">
-						<string key="NS.key.0">selectAll:</string>
-						<string key="NS.object.0">id</string>
-					</object>
-					<object class="NSMutableDictionary" key="actionInfosByName">
-						<string key="NS.key.0">selectAll:</string>
-						<object class="IBActionInfo" key="NS.object.0">
-							<string key="name">selectAll:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/HFRepresenterTextView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IBEditor</string>
-					<string key="superclassName">NSObject</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="changeFont:">id</string>
-						<string key="performCopy:">id</string>
-						<string key="performCut:">id</string>
-						<string key="selectAll:">id</string>
-						<string key="sizeSelectionToFit:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="changeFont:">
-							<string key="name">changeFont:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="performCopy:">
-							<string key="name">performCopy:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="performCut:">
-							<string key="name">performCut:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="selectAll:">
-							<string key="name">selectAll:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="sizeSelectionToFit:">
-							<string key="name">sizeSelectionToFit:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IBEditor.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDECapsuleListView</string>
-					<string key="superclassName">DVTStackView_ML</string>
-					<object class="NSMutableDictionary" key="outlets">
-						<string key="NS.key.0">dataSource</string>
-						<string key="NS.object.0">id</string>
-					</object>
-					<object class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<string key="NS.key.0">dataSource</string>
-						<object class="IBToOneOutletInfo" key="NS.object.0">
-							<string key="name">dataSource</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDECapsuleListView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDMArrayController</string>
-					<string key="superclassName">NSArrayController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDMArrayController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDMEditor</string>
-					<string key="superclassName">IDEEditor</string>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="bottomToolbarBorderView">DVTBorderedView</string>
-						<string key="sourceListSplitViewPane">NSView</string>
-						<string key="sourceListViewController">IDEDMEditorSourceListController</string>
-						<string key="splitView">DVTSplitView</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="bottomToolbarBorderView">
-							<string key="name">bottomToolbarBorderView</string>
-							<string key="candidateClassName">DVTBorderedView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="sourceListSplitViewPane">
-							<string key="name">sourceListSplitViewPane</string>
-							<string key="candidateClassName">NSView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="sourceListViewController">
-							<string key="name">sourceListViewController</string>
-							<string key="candidateClassName">IDEDMEditorSourceListController</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="splitView">
-							<string key="name">splitView</string>
-							<string key="candidateClassName">DVTSplitView</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDMEditor.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDMEditorController</string>
-					<string key="superclassName">IDEViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDMEditorController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDMEditorSourceListController</string>
-					<string key="superclassName">IDEDMEditorController</string>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="borderedView">DVTBorderedView</string>
-						<string key="parentEditor">IDEDMEditor</string>
-						<string key="primaryColumn">DVTImageAndTextColumn</string>
-						<string key="sourceListOutlineView">DVTOutlineView</string>
-						<string key="sourceListTreeController">NSTreeController</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="borderedView">
-							<string key="name">borderedView</string>
-							<string key="candidateClassName">DVTBorderedView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="parentEditor">
-							<string key="name">parentEditor</string>
-							<string key="candidateClassName">IDEDMEditor</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="primaryColumn">
-							<string key="name">primaryColumn</string>
-							<string key="candidateClassName">DVTImageAndTextColumn</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="sourceListOutlineView">
-							<string key="name">sourceListOutlineView</string>
-							<string key="candidateClassName">DVTOutlineView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="sourceListTreeController">
-							<string key="name">sourceListTreeController</string>
-							<string key="candidateClassName">NSTreeController</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDMEditorSourceListController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDMHighlightImageAndTextCell</string>
-					<string key="superclassName">DVTImageAndTextCell</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDMHighlightImageAndTextCell.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDataModelBrowserEditor</string>
-					<string key="superclassName">IDEDMEditorController</string>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="attributesTableViewController">IDEDataModelPropertiesTableController</string>
-						<string key="capsuleView">IDECapsuleListView</string>
-						<string key="entityArrayController">NSArrayController</string>
-						<string key="fetchedPropertiesTableViewController">IDEDataModelPropertiesTableController</string>
-						<string key="parentEditor">IDEDataModelEntityContentsEditor</string>
-						<string key="relationshipsTableViewController">IDEDataModelPropertiesTableController</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="attributesTableViewController">
-							<string key="name">attributesTableViewController</string>
-							<string key="candidateClassName">IDEDataModelPropertiesTableController</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="capsuleView">
-							<string key="name">capsuleView</string>
-							<string key="candidateClassName">IDECapsuleListView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="entityArrayController">
-							<string key="name">entityArrayController</string>
-							<string key="candidateClassName">NSArrayController</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="fetchedPropertiesTableViewController">
-							<string key="name">fetchedPropertiesTableViewController</string>
-							<string key="candidateClassName">IDEDataModelPropertiesTableController</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="parentEditor">
-							<string key="name">parentEditor</string>
-							<string key="candidateClassName">IDEDataModelEntityContentsEditor</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="relationshipsTableViewController">
-							<string key="name">relationshipsTableViewController</string>
-							<string key="candidateClassName">IDEDataModelPropertiesTableController</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDataModelBrowserEditor.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDataModelConfigurationEditor</string>
-					<string key="superclassName">IDEDMEditorController</string>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="capsuleListView">IDECapsuleListView</string>
-						<string key="parentEditor">IDEDataModelEditor</string>
-						<string key="tableController">IDEDataModelConfigurationTableController</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="capsuleListView">
-							<string key="name">capsuleListView</string>
-							<string key="candidateClassName">IDECapsuleListView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="parentEditor">
-							<string key="name">parentEditor</string>
-							<string key="candidateClassName">IDEDataModelEditor</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="tableController">
-							<string key="name">tableController</string>
-							<string key="candidateClassName">IDEDataModelConfigurationTableController</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDataModelConfigurationEditor.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDataModelConfigurationTableController</string>
-					<string key="superclassName">IDEDMEditorController</string>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="configurationsArrayController">NSArrayController</string>
-						<string key="entitiesArrayController">NSArrayController</string>
-						<string key="parentEditor">IDEDataModelConfigurationEditor</string>
-						<string key="tableView">XDTableView</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="configurationsArrayController">
-							<string key="name">configurationsArrayController</string>
-							<string key="candidateClassName">NSArrayController</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="entitiesArrayController">
-							<string key="name">entitiesArrayController</string>
-							<string key="candidateClassName">NSArrayController</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="parentEditor">
-							<string key="name">parentEditor</string>
-							<string key="candidateClassName">IDEDataModelConfigurationEditor</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="tableView">
-							<string key="name">tableView</string>
-							<string key="candidateClassName">XDTableView</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDataModelConfigurationTableController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDataModelDiagramEditor</string>
-					<string key="superclassName">IDEDMEditorController</string>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="diagramView">XDDiagramView</string>
-						<string key="parentEditor">IDEDataModelEntityContentsEditor</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="diagramView">
-							<string key="name">diagramView</string>
-							<string key="candidateClassName">XDDiagramView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="parentEditor">
-							<string key="name">parentEditor</string>
-							<string key="candidateClassName">IDEDataModelEntityContentsEditor</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDataModelDiagramEditor.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDataModelEditor</string>
-					<string key="superclassName">IDEDMEditor</string>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="addEntityButton">DVTDelayedMenuButton</string>
-						<string key="addPropertyButton">DVTDelayedMenuButton</string>
-						<string key="browserDiagramSegmentControl">NSSegmentedControl</string>
-						<string key="configurationViewController">IDEDataModelConfigurationEditor</string>
-						<string key="entityContentsViewController">IDEDataModelEntityContentsEditor</string>
-						<string key="fetchRequestViewController">IDEDataModelFetchRequestEditor</string>
-						<string key="hierarchySegmentControl">NSSegmentedControl</string>
-						<string key="tabView">NSTabView</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="addEntityButton">
-							<string key="name">addEntityButton</string>
-							<string key="candidateClassName">DVTDelayedMenuButton</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="addPropertyButton">
-							<string key="name">addPropertyButton</string>
-							<string key="candidateClassName">DVTDelayedMenuButton</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="browserDiagramSegmentControl">
-							<string key="name">browserDiagramSegmentControl</string>
-							<string key="candidateClassName">NSSegmentedControl</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="configurationViewController">
-							<string key="name">configurationViewController</string>
-							<string key="candidateClassName">IDEDataModelConfigurationEditor</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="entityContentsViewController">
-							<string key="name">entityContentsViewController</string>
-							<string key="candidateClassName">IDEDataModelEntityContentsEditor</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="fetchRequestViewController">
-							<string key="name">fetchRequestViewController</string>
-							<string key="candidateClassName">IDEDataModelFetchRequestEditor</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="hierarchySegmentControl">
-							<string key="name">hierarchySegmentControl</string>
-							<string key="candidateClassName">NSSegmentedControl</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="tabView">
-							<string key="name">tabView</string>
-							<string key="candidateClassName">NSTabView</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDataModelEditor.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDataModelEntityContentsEditor</string>
-					<string key="superclassName">IDEDMEditorController</string>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="browserViewController">IDEDataModelBrowserEditor</string>
-						<string key="diagramViewController">IDEDataModelDiagramEditor</string>
-						<string key="parentEditor">IDEDataModelEditor</string>
-						<string key="tabView">NSTabView</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="browserViewController">
-							<string key="name">browserViewController</string>
-							<string key="candidateClassName">IDEDataModelBrowserEditor</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="diagramViewController">
-							<string key="name">diagramViewController</string>
-							<string key="candidateClassName">IDEDataModelDiagramEditor</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="parentEditor">
-							<string key="name">parentEditor</string>
-							<string key="candidateClassName">IDEDataModelEditor</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="tabView">
-							<string key="name">tabView</string>
-							<string key="candidateClassName">NSTabView</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDataModelEntityContentsEditor.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDataModelFetchRequestEditor</string>
-					<string key="superclassName">IDEDMEditorController</string>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="entityController">NSArrayController</string>
-						<string key="parentEditor">IDEDataModelEditor</string>
-						<string key="tableView">IDECapsuleListView</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="entityController">
-							<string key="name">entityController</string>
-							<string key="candidateClassName">NSArrayController</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="parentEditor">
-							<string key="name">parentEditor</string>
-							<string key="candidateClassName">IDEDataModelEditor</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="tableView">
-							<string key="name">tableView</string>
-							<string key="candidateClassName">IDECapsuleListView</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDataModelFetchRequestEditor.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDataModelPropertiesTableController</string>
-					<string key="superclassName">IDEDMEditorController</string>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="arrayController">IDEDMArrayController</string>
-						<string key="entitiesColumn">NSTableColumn</string>
-						<string key="entityArrayController">NSArrayController</string>
-						<string key="parentEditor">IDEDataModelBrowserEditor</string>
-						<string key="propertyNameAndImageCell">IDEDMHighlightImageAndTextCell</string>
-						<string key="tableView">XDTableView</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="arrayController">
-							<string key="name">arrayController</string>
-							<string key="candidateClassName">IDEDMArrayController</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="entitiesColumn">
-							<string key="name">entitiesColumn</string>
-							<string key="candidateClassName">NSTableColumn</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="entityArrayController">
-							<string key="name">entityArrayController</string>
-							<string key="candidateClassName">NSArrayController</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="parentEditor">
-							<string key="name">parentEditor</string>
-							<string key="candidateClassName">IDEDataModelBrowserEditor</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="propertyNameAndImageCell">
-							<string key="name">propertyNameAndImageCell</string>
-							<string key="candidateClassName">IDEDMHighlightImageAndTextCell</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="tableView">
-							<string key="name">tableView</string>
-							<string key="candidateClassName">XDTableView</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDataModelPropertiesTableController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDocDownloadsTableViewController</string>
-					<string key="superclassName">NSObject</string>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="_downloadButtonCell">NSButtonCell</string>
-						<string key="_tableView">DVTTableView</string>
-						<string key="prefPaneController">IDEDocViewingPrefPaneController</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="_downloadButtonCell">
-							<string key="name">_downloadButtonCell</string>
-							<string key="candidateClassName">NSButtonCell</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="_tableView">
-							<string key="name">_tableView</string>
-							<string key="candidateClassName">DVTTableView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="prefPaneController">
-							<string key="name">prefPaneController</string>
-							<string key="candidateClassName">IDEDocViewingPrefPaneController</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDocDownloadsTableViewController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDocSetOutlineView</string>
-					<string key="superclassName">NSOutlineView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDocSetOutlineView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDocSetOutlineViewController</string>
-					<string key="superclassName">NSObject</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="getDocSetAction:">id</string>
-						<string key="showProblemInfoForUpdate:">id</string>
-						<string key="subscribeToPublisherAction:">id</string>
-						<string key="unsubscribeFromPublisher:">id</string>
-						<string key="updateDocSetAction:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="getDocSetAction:">
-							<string key="name">getDocSetAction:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="showProblemInfoForUpdate:">
-							<string key="name">showProblemInfoForUpdate:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="subscribeToPublisherAction:">
-							<string key="name">subscribeToPublisherAction:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="unsubscribeFromPublisher:">
-							<string key="name">unsubscribeFromPublisher:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="updateDocSetAction:">
-							<string key="name">updateDocSetAction:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<object class="NSMutableDictionary" key="outlets">
-						<string key="NS.key.0">docSetOutlineView</string>
-						<string key="NS.object.0">IDEDocSetOutlineView</string>
-					</object>
-					<object class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<string key="NS.key.0">docSetOutlineView</string>
-						<object class="IBToOneOutletInfo" key="NS.object.0">
-							<string key="name">docSetOutlineView</string>
-							<string key="candidateClassName">IDEDocSetOutlineView</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDocSetOutlineViewController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEDocViewingPrefPaneController</string>
-					<string key="superclassName">IDEViewController</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="addSubscription:">id</string>
-						<string key="checkForAndInstallUpdatesNow:">id</string>
-						<string key="deleteDocSet:">id</string>
-						<string key="downloadAction:">id</string>
-						<string key="minimumFontSizeComboBoxAction:">id</string>
-						<string key="minimumFontSizeEnabledAction:">id</string>
-						<string key="showHelp:">id</string>
-						<string key="showSubscriptionSheet:">id</string>
-						<string key="subscriptionCancelAction:">id</string>
-						<string key="toggleAutoCheckForAndInstallUpdates:">id</string>
-						<string key="toggleDocSetInfo:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="addSubscription:">
-							<string key="name">addSubscription:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="checkForAndInstallUpdatesNow:">
-							<string key="name">checkForAndInstallUpdatesNow:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="deleteDocSet:">
-							<string key="name">deleteDocSet:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="downloadAction:">
-							<string key="name">downloadAction:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="minimumFontSizeComboBoxAction:">
-							<string key="name">minimumFontSizeComboBoxAction:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="minimumFontSizeEnabledAction:">
-							<string key="name">minimumFontSizeEnabledAction:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="showHelp:">
-							<string key="name">showHelp:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="showSubscriptionSheet:">
-							<string key="name">showSubscriptionSheet:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="subscriptionCancelAction:">
-							<string key="name">subscriptionCancelAction:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="toggleAutoCheckForAndInstallUpdates:">
-							<string key="name">toggleAutoCheckForAndInstallUpdates:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="toggleDocSetInfo:">
-							<string key="name">toggleDocSetInfo:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="outlets">
-						<string key="_addButton">DVTGradientImageButton</string>
-						<string key="_deleteButton">DVTGradientImageButton</string>
-						<string key="_showInfoAreaButton">DVTGradientImageButton</string>
-						<string key="_splitView">NSSplitView</string>
-						<string key="_splitViewDocSetInfoSubview">NSView</string>
-						<string key="_splitViewDocSetsListSubview">NSView</string>
-						<string key="borderedViewAroundSplitView">DVTBorderedView</string>
-						<string key="borderedViewBelowTable">DVTBorderedView</string>
-						<string key="checkAndInstallNowButton">NSButton</string>
-						<string key="docSetInfoTextView">NSTextView</string>
-						<string key="docSetOutlineViewController">IDEDocSetOutlineViewController</string>
-						<string key="downloadsTableViewController">IDEDocDownloadsTableViewController</string>
-						<string key="minimumFontSizeControl">NSComboBox</string>
-						<string key="noUpdatesAvailableMessage">NSTextField</string>
-						<string key="showInfoButton">NSButton</string>
-						<string key="subscriptionTextField">NSTextField</string>
-						<string key="subscriptionWindow">NSWindow</string>
-						<string key="validateAddSubscriptionButton">NSButton</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<object class="IBToOneOutletInfo" key="_addButton">
-							<string key="name">_addButton</string>
-							<string key="candidateClassName">DVTGradientImageButton</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="_deleteButton">
-							<string key="name">_deleteButton</string>
-							<string key="candidateClassName">DVTGradientImageButton</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="_showInfoAreaButton">
-							<string key="name">_showInfoAreaButton</string>
-							<string key="candidateClassName">DVTGradientImageButton</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="_splitView">
-							<string key="name">_splitView</string>
-							<string key="candidateClassName">NSSplitView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="_splitViewDocSetInfoSubview">
-							<string key="name">_splitViewDocSetInfoSubview</string>
-							<string key="candidateClassName">NSView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="_splitViewDocSetsListSubview">
-							<string key="name">_splitViewDocSetsListSubview</string>
-							<string key="candidateClassName">NSView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="borderedViewAroundSplitView">
-							<string key="name">borderedViewAroundSplitView</string>
-							<string key="candidateClassName">DVTBorderedView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="borderedViewBelowTable">
-							<string key="name">borderedViewBelowTable</string>
-							<string key="candidateClassName">DVTBorderedView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="checkAndInstallNowButton">
-							<string key="name">checkAndInstallNowButton</string>
-							<string key="candidateClassName">NSButton</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="docSetInfoTextView">
-							<string key="name">docSetInfoTextView</string>
-							<string key="candidateClassName">NSTextView</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="docSetOutlineViewController">
-							<string key="name">docSetOutlineViewController</string>
-							<string key="candidateClassName">IDEDocSetOutlineViewController</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="downloadsTableViewController">
-							<string key="name">downloadsTableViewController</string>
-							<string key="candidateClassName">IDEDocDownloadsTableViewController</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="minimumFontSizeControl">
-							<string key="name">minimumFontSizeControl</string>
-							<string key="candidateClassName">NSComboBox</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="noUpdatesAvailableMessage">
-							<string key="name">noUpdatesAvailableMessage</string>
-							<string key="candidateClassName">NSTextField</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="showInfoButton">
-							<string key="name">showInfoButton</string>
-							<string key="candidateClassName">NSButton</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="subscriptionTextField">
-							<string key="name">subscriptionTextField</string>
-							<string key="candidateClassName">NSTextField</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="subscriptionWindow">
-							<string key="name">subscriptionWindow</string>
-							<string key="candidateClassName">NSWindow</string>
-						</object>
-						<object class="IBToOneOutletInfo" key="validateAddSubscriptionButton">
-							<string key="name">validateAddSubscriptionButton</string>
-							<string key="candidateClassName">NSButton</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEDocViewingPrefPaneController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEEditor</string>
-					<string key="superclassName">IDEViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEEditor.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IDEViewController</string>
-					<string key="superclassName">DVTViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IDEViewController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">IKImageView</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="copy:">id</string>
-						<string key="crop:">id</string>
-						<string key="cut:">id</string>
-						<string key="paste:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="copy:">
-							<string key="name">copy:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="crop:">
-							<string key="name">crop:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="cut:">
-							<string key="name">cut:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="paste:">
-							<string key="name">paste:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/IKImageView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSDocument</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="printDocument:">id</string>
-						<string key="revertDocumentToSaved:">id</string>
-						<string key="runPageLayout:">id</string>
-						<string key="saveDocument:">id</string>
-						<string key="saveDocumentAs:">id</string>
-						<string key="saveDocumentTo:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="printDocument:">
-							<string key="name">printDocument:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="revertDocumentToSaved:">
-							<string key="name">revertDocumentToSaved:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="runPageLayout:">
-							<string key="name">runPageLayout:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="saveDocument:">
-							<string key="name">saveDocument:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="saveDocumentAs:">
-							<string key="name">saveDocumentAs:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="saveDocumentTo:">
-							<string key="name">saveDocumentTo:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/NSDocument.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSResponder</string>
-					<object class="NSMutableDictionary" key="actions">
-						<string key="NS.key.0">_insertFindPattern:</string>
-						<string key="NS.object.0">id</string>
-					</object>
-					<object class="NSMutableDictionary" key="actionInfosByName">
-						<string key="NS.key.0">_insertFindPattern:</string>
-						<object class="IBActionInfo" key="NS.object.0">
-							<string key="name">_insertFindPattern:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/NSResponder.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">QLPreviewBubble</string>
-					<string key="superclassName">NSObject</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="hide:">id</string>
-						<string key="show:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="hide:">
-							<string key="name">hide:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="show:">
-							<string key="name">show:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<object class="NSMutableDictionary" key="outlets">
-						<string key="NS.key.0">parentWindow</string>
-						<string key="NS.object.0">NSWindow</string>
-					</object>
-					<object class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<string key="NS.key.0">parentWindow</string>
-						<object class="IBToOneOutletInfo" key="NS.object.0">
-							<string key="name">parentWindow</string>
-							<string key="candidateClassName">NSWindow</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/QLPreviewBubble.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">QTMovieView</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="showAll:">id</string>
-						<string key="showCustomButton:">id</string>
-						<string key="toggleLoops:">id</string>
-						<string key="zoomIn:">id</string>
-						<string key="zoomOut:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="showAll:">
-							<string key="name">showAll:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="showCustomButton:">
-							<string key="name">showCustomButton:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="toggleLoops:">
-							<string key="name">toggleLoops:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="zoomIn:">
-							<string key="name">zoomIn:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="zoomOut:">
-							<string key="name">zoomOut:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/QTMovieView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">WebView</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="reloadFromOrigin:">id</string>
-						<string key="resetPageZoom:">id</string>
-						<string key="zoomPageIn:">id</string>
-						<string key="zoomPageOut:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="reloadFromOrigin:">
-							<string key="name">reloadFromOrigin:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="resetPageZoom:">
-							<string key="name">resetPageZoom:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="zoomPageIn:">
-							<string key="name">zoomPageIn:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="zoomPageOut:">
-							<string key="name">zoomPageOut:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/WebView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">XDDiagramView</string>
-					<string key="superclassName">NSView</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="_graphLayouterMenuItemAction:">id</string>
-						<string key="_zoomPopUpButtonAction:">id</string>
-						<string key="alignBottomEdges:">id</string>
-						<string key="alignCentersHorizontallyInContainer:">id</string>
-						<string key="alignCentersVerticallyInContainer:">id</string>
-						<string key="alignHorizontalCenters:">id</string>
-						<string key="alignLeftEdges:">id</string>
-						<string key="alignRightEdges:">id</string>
-						<string key="alignTopEdges:">id</string>
-						<string key="alignVerticalCenters:">id</string>
-						<string key="bringToFront:">id</string>
-						<string key="collapseAllCompartments:">id</string>
-						<string key="copy:">id</string>
-						<string key="cut:">id</string>
-						<string key="delete:">id</string>
-						<string key="deleteBackward:">id</string>
-						<string key="deleteForward:">id</string>
-						<string key="deselectAll:">id</string>
-						<string key="diagramZoomIn:">id</string>
-						<string key="diagramZoomOut:">id</string>
-						<string key="expandAllCompartments:">id</string>
-						<string key="flipHorizontally:">id</string>
-						<string key="flipVertically:">id</string>
-						<string key="layoutGraphicsConcentrically:">id</string>
-						<string key="layoutGraphicsHierarchically:">id</string>
-						<string key="lock:">id</string>
-						<string key="makeSameHeight:">id</string>
-						<string key="makeSameWidth:">id</string>
-						<string key="moveDown:">id</string>
-						<string key="moveDownAndModifySelection:">id</string>
-						<string key="moveLeft:">id</string>
-						<string key="moveLeftAndModifySelection:">id</string>
-						<string key="moveRight:">id</string>
-						<string key="moveRightAndModifySelection:">id</string>
-						<string key="moveUp:">id</string>
-						<string key="moveUpAndModifySelection:">id</string>
-						<string key="paste:">id</string>
-						<string key="rollDownAllCompartments:">id</string>
-						<string key="rollUpAllCompartments:">id</string>
-						<string key="selectAll:">id</string>
-						<string key="sendToBack:">id</string>
-						<string key="sizeToFit:">id</string>
-						<string key="toggleGridShown:">id</string>
-						<string key="toggleHiddenGraphicsShown:">id</string>
-						<string key="togglePageBreaksShown:">id</string>
-						<string key="toggleRuler:">id</string>
-						<string key="toggleSnapsToGrid:">id</string>
-						<string key="unlock:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="_graphLayouterMenuItemAction:">
-							<string key="name">_graphLayouterMenuItemAction:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="_zoomPopUpButtonAction:">
-							<string key="name">_zoomPopUpButtonAction:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="alignBottomEdges:">
-							<string key="name">alignBottomEdges:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="alignCentersHorizontallyInContainer:">
-							<string key="name">alignCentersHorizontallyInContainer:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="alignCentersVerticallyInContainer:">
-							<string key="name">alignCentersVerticallyInContainer:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="alignHorizontalCenters:">
-							<string key="name">alignHorizontalCenters:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="alignLeftEdges:">
-							<string key="name">alignLeftEdges:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="alignRightEdges:">
-							<string key="name">alignRightEdges:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="alignTopEdges:">
-							<string key="name">alignTopEdges:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="alignVerticalCenters:">
-							<string key="name">alignVerticalCenters:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="bringToFront:">
-							<string key="name">bringToFront:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="collapseAllCompartments:">
-							<string key="name">collapseAllCompartments:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="copy:">
-							<string key="name">copy:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="cut:">
-							<string key="name">cut:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="delete:">
-							<string key="name">delete:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="deleteBackward:">
-							<string key="name">deleteBackward:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="deleteForward:">
-							<string key="name">deleteForward:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="deselectAll:">
-							<string key="name">deselectAll:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="diagramZoomIn:">
-							<string key="name">diagramZoomIn:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="diagramZoomOut:">
-							<string key="name">diagramZoomOut:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="expandAllCompartments:">
-							<string key="name">expandAllCompartments:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="flipHorizontally:">
-							<string key="name">flipHorizontally:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="flipVertically:">
-							<string key="name">flipVertically:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="layoutGraphicsConcentrically:">
-							<string key="name">layoutGraphicsConcentrically:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="layoutGraphicsHierarchically:">
-							<string key="name">layoutGraphicsHierarchically:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="lock:">
-							<string key="name">lock:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="makeSameHeight:">
-							<string key="name">makeSameHeight:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="makeSameWidth:">
-							<string key="name">makeSameWidth:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="moveDown:">
-							<string key="name">moveDown:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="moveDownAndModifySelection:">
-							<string key="name">moveDownAndModifySelection:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="moveLeft:">
-							<string key="name">moveLeft:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="moveLeftAndModifySelection:">
-							<string key="name">moveLeftAndModifySelection:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="moveRight:">
-							<string key="name">moveRight:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="moveRightAndModifySelection:">
-							<string key="name">moveRightAndModifySelection:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="moveUp:">
-							<string key="name">moveUp:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="moveUpAndModifySelection:">
-							<string key="name">moveUpAndModifySelection:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="paste:">
-							<string key="name">paste:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="rollDownAllCompartments:">
-							<string key="name">rollDownAllCompartments:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="rollUpAllCompartments:">
-							<string key="name">rollUpAllCompartments:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="selectAll:">
-							<string key="name">selectAll:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="sendToBack:">
-							<string key="name">sendToBack:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="sizeToFit:">
-							<string key="name">sizeToFit:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="toggleGridShown:">
-							<string key="name">toggleGridShown:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="toggleHiddenGraphicsShown:">
-							<string key="name">toggleHiddenGraphicsShown:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="togglePageBreaksShown:">
-							<string key="name">togglePageBreaksShown:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="toggleRuler:">
-							<string key="name">toggleRuler:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="toggleSnapsToGrid:">
-							<string key="name">toggleSnapsToGrid:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="unlock:">
-							<string key="name">unlock:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<object class="NSMutableDictionary" key="outlets">
-						<string key="NS.key.0">_diagramController</string>
-						<string key="NS.object.0">IDEDataModelDiagramEditor</string>
-					</object>
-					<object class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<string key="NS.key.0">_diagramController</string>
-						<object class="IBToOneOutletInfo" key="NS.object.0">
-							<string key="name">_diagramController</string>
-							<string key="candidateClassName">IDEDataModelDiagramEditor</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/XDDiagramView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">XDTableView</string>
-					<string key="superclassName">NSTableView</string>
-					<object class="NSMutableDictionary" key="actions">
-						<string key="NS.key.0">showAllTableColumns:</string>
-						<string key="NS.object.0">id</string>
-					</object>
-					<object class="NSMutableDictionary" key="actionInfosByName">
-						<string key="NS.key.0">showAllTableColumns:</string>
-						<object class="IBActionInfo" key="NS.object.0">
-							<string key="name">showAllTableColumns:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/XDTableView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">AppDelegate</string>
-					<string key="superclassName">NSObject</string>
-					<dictionary class="NSMutableDictionary" key="actions">
-						<string key="applicationShouldTerminate:">id</string>
-						<string key="applicationWillFinishLaunching:">id</string>
-					</dictionary>
-					<dictionary class="NSMutableDictionary" key="actionInfosByName">
-						<object class="IBActionInfo" key="applicationShouldTerminate:">
-							<string key="name">applicationShouldTerminate:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-						<object class="IBActionInfo" key="applicationWillFinishLaunching:">
-							<string key="name">applicationWillFinishLaunching:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</dictionary>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/AppDelegate.h</string>
-					</object>
-				</object>
-			</array>
-		</object>
-		<int key="IBDocument.localizationMode">0</int>
-		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
-		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
-		<int key="IBDocument.defaultPropertyAccessControl">3</int>
-		<dictionary class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
-			<string key="NSMenuCheckmark">{11, 11}</string>
-			<string key="NSMenuMixedState">{10, 3}</string>
-		</dictionary>
-		<bool key="IBDocument.UseAutolayout">YES</bool>
-	</data>
-</archive>
diff --git a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/main.m b/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/main.m
deleted file mode 100644
index 0696a0d..0000000
--- a/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/main.m	
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-//  main.m
-//  PETSc cocoa example
-//
-//  Created by Barry Smith on 8/2/12.
-//  Copyright (c) 2012 Barry Smith. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-
-int main(int argc, char *argv[])
-{
-    return NSApplicationMain(argc, (const char **)argv);
-}
diff --git a/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/project.pbxproj b/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/project.pbxproj
deleted file mode 100644
index 9a869b8..0000000
--- a/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/project.pbxproj	
+++ /dev/null
@@ -1,216 +0,0 @@
-// !$*UTF8*$!
-{
-	archiveVersion = 1;
-	classes = {
-	};
-	objectVersion = 46;
-	objects = {
-
-/* Begin PBXBuildFile section */
-		D8027C9C15CB04C300F715AC /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = D8027C9B15CB04C300F715AC /* main.c */; };
-		D8027C9E15CB04C300F715AC /* PETSc_command_line_example.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = D8027C9D15CB04C300F715AC /* PETSc_command_line_example.1 */; };
-		D8455FFC195FB15D00B44E63 /* PETSc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8455FFB195FB15D00B44E63 /* PETSc.framework */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXCopyFilesBuildPhase section */
-		D8027C9515CB04C300F715AC /* CopyFiles */ = {
-			isa = PBXCopyFilesBuildPhase;
-			buildActionMask = 2147483647;
-			dstPath = usr/share/man/man1;
-			dstSubfolderSpec = 0;
-			files = (
-				D8027C9E15CB04C300F715AC /* PETSc_command_line_example.1 in CopyFiles */,
-			);
-			runOnlyForDeploymentPostprocessing = 1;
-		};
-/* End PBXCopyFilesBuildPhase section */
-
-/* Begin PBXFileReference section */
-		D8027C9715CB04C300F715AC /* PETSc command line example */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "PETSc command line example"; sourceTree = BUILT_PRODUCTS_DIR; };
-		D8027C9B15CB04C300F715AC /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
-		D8027C9D15CB04C300F715AC /* PETSc_command_line_example.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = PETSc_command_line_example.1; sourceTree = "<group>"; };
-		D8455FFB195FB15D00B44E63 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PETSc.framework; path = ../../../../../../../../../Library/Frameworks/PETSc.framework; sourceTree = "<group>"; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
-		D8027C9415CB04C300F715AC /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				D8455FFC195FB15D00B44E63 /* PETSc.framework in Frameworks */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
-		D8027C8C15CB04C300F715AC = {
-			isa = PBXGroup;
-			children = (
-				D8455FFB195FB15D00B44E63 /* PETSc.framework */,
-				D8027C9A15CB04C300F715AC /* PETSc command line example */,
-				D8027C9815CB04C300F715AC /* Products */,
-			);
-			sourceTree = "<group>";
-		};
-		D8027C9815CB04C300F715AC /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				D8027C9715CB04C300F715AC /* PETSc command line example */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-		D8027C9A15CB04C300F715AC /* PETSc command line example */ = {
-			isa = PBXGroup;
-			children = (
-				D8027C9B15CB04C300F715AC /* main.c */,
-				D8027C9D15CB04C300F715AC /* PETSc_command_line_example.1 */,
-			);
-			path = "PETSc command line example";
-			sourceTree = "<group>";
-		};
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
-		D8027C9615CB04C300F715AC /* PETSc command line example */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = D8027CA115CB04C300F715AC /* Build configuration list for PBXNativeTarget "PETSc command line example" */;
-			buildPhases = (
-				D8027C9315CB04C300F715AC /* Sources */,
-				D8027C9415CB04C300F715AC /* Frameworks */,
-				D8027C9515CB04C300F715AC /* CopyFiles */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-			);
-			name = "PETSc command line example";
-			productName = "PETSc command line example";
-			productReference = D8027C9715CB04C300F715AC /* PETSc command line example */;
-			productType = "com.apple.product-type.tool";
-		};
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
-		D8027C8E15CB04C300F715AC /* Project object */ = {
-			isa = PBXProject;
-			attributes = {
-				LastUpgradeCheck = 0510;
-				ORGANIZATIONNAME = "Barry Smith";
-			};
-			buildConfigurationList = D8027C9115CB04C300F715AC /* Build configuration list for PBXProject "PETSc command line example" */;
-			compatibilityVersion = "Xcode 3.2";
-			developmentRegion = English;
-			hasScannedForEncodings = 0;
-			knownRegions = (
-				en,
-			);
-			mainGroup = D8027C8C15CB04C300F715AC;
-			productRefGroup = D8027C9815CB04C300F715AC /* Products */;
-			projectDirPath = "";
-			projectRoot = "";
-			targets = (
-				D8027C9615CB04C300F715AC /* PETSc command line example */,
-			);
-		};
-/* End PBXProject section */
-
-/* Begin PBXSourcesBuildPhase section */
-		D8027C9315CB04C300F715AC /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				D8027C9C15CB04C300F715AC /* main.c in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXSourcesBuildPhase section */
-
-/* Begin XCBuildConfiguration section */
-		D8027C9F15CB04C300F715AC /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				COPY_PHASE_STRIP = NO;
-				GCC_C_LANGUAGE_STANDARD = gnu99;
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				GCC_PREPROCESSOR_DEFINITIONS = (
-					"DEBUG=1",
-					"$(inherited)",
-				);
-				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES;
-				GCC_WARN_UNINITIALIZED_AUTOS = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				MACOSX_DEPLOYMENT_TARGET = 10.8;
-				ONLY_ACTIVE_ARCH = YES;
-				SDKROOT = macosx;
-			};
-			name = Debug;
-		};
-		D8027CA015CB04C300F715AC /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				COPY_PHASE_STRIP = YES;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				GCC_C_LANGUAGE_STANDARD = gnu99;
-				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES;
-				GCC_WARN_UNINITIALIZED_AUTOS = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				MACOSX_DEPLOYMENT_TARGET = 10.8;
-				SDKROOT = macosx;
-			};
-			name = Release;
-		};
-		D8027CA215CB04C300F715AC /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-OSX/debug";
-				PRODUCT_NAME = "$(TARGET_NAME)";
-			};
-			name = Debug;
-		};
-		D8027CA315CB04C300F715AC /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-OSX/release";
-				PRODUCT_NAME = "$(TARGET_NAME)";
-			};
-			name = Release;
-		};
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
-		D8027C9115CB04C300F715AC /* Build configuration list for PBXProject "PETSc command line example" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				D8027C9F15CB04C300F715AC /* Debug */,
-				D8027CA015CB04C300F715AC /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		D8027CA115CB04C300F715AC /* Build configuration list for PBXNativeTarget "PETSc command line example" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				D8027CA215CB04C300F715AC /* Debug */,
-				D8027CA315CB04C300F715AC /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-/* End XCConfigurationList section */
-	};
-	rootObject = D8027C8E15CB04C300F715AC /* Project object */;
-}
diff --git a/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example/PETSc_command_line_example.1 b/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example/PETSc_command_line_example.1
deleted file mode 100644
index 6ea62ed..0000000
--- a/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example/PETSc_command_line_example.1	
+++ /dev/null
@@ -1,79 +0,0 @@
-.\"Modified from man(1) of FreeBSD, the NetBSD mdoc.template, and mdoc.samples.
-.\"See Also:
-.\"man mdoc.samples for a complete listing of options
-.\"man mdoc for the short list of editing options
-.\"/usr/share/misc/mdoc.template
-.Dd 8/2/12               \" DATE 
-.Dt PETSc command line example 1      \" Program name and manual section number 
-.Os Darwin
-.Sh NAME                 \" Section Header - required - don't modify 
-.Nm PETSc command line example,
-.\" The following lines are read in generating the apropos(man -k) database. Use only key
-.\" words here as the database is built based on the words here and in the .ND line. 
-.Nm Other_name_for_same_program(),
-.Nm Yet another name for the same program.
-.\" Use .Nm macro to designate other names for the documented program.
-.Nd This line parsed for whatis database.
-.Sh SYNOPSIS             \" Section Header - required - don't modify
-.Nm
-.Op Fl abcd              \" [-abcd]
-.Op Fl a Ar path         \" [-a path] 
-.Op Ar file              \" [file]
-.Op Ar                   \" [file ...]
-.Ar arg0                 \" Underlined argument - use .Ar anywhere to underline
-arg2 ...                 \" Arguments
-.Sh DESCRIPTION          \" Section Header - required - don't modify
-Use the .Nm macro to refer to your program throughout the man page like such:
-.Nm
-Underlining is accomplished with the .Ar macro like this:
-.Ar underlined text .
-.Pp                      \" Inserts a space
-A list of items with descriptions:
-.Bl -tag -width -indent  \" Begins a tagged list 
-.It item a               \" Each item preceded by .It macro
-Description of item a
-.It item b
-Description of item b
-.El                      \" Ends the list
-.Pp
-A list of flags and their descriptions:
-.Bl -tag -width -indent  \" Differs from above in tag removed 
-.It Fl a                 \"-a flag as a list item
-Description of -a flag
-.It Fl b
-Description of -b flag
-.El                      \" Ends the list
-.Pp
-.\" .Sh ENVIRONMENT      \" May not be needed
-.\" .Bl -tag -width "ENV_VAR_1" -indent \" ENV_VAR_1 is width of the string ENV_VAR_1
-.\" .It Ev ENV_VAR_1
-.\" Description of ENV_VAR_1
-.\" .It Ev ENV_VAR_2
-.\" Description of ENV_VAR_2
-.\" .El                      
-.Sh FILES                \" File used or created by the topic of the man page
-.Bl -tag -width "/Users/joeuser/Library/really_long_file_name" -compact
-.It Pa /usr/share/file_name
-FILE_1 description
-.It Pa /Users/joeuser/Library/really_long_file_name
-FILE_2 description
-.El                      \" Ends the list
-.\" .Sh DIAGNOSTICS       \" May not be needed
-.\" .Bl -diag
-.\" .It Diagnostic Tag
-.\" Diagnostic informtion here.
-.\" .It Diagnostic Tag
-.\" Diagnostic informtion here.
-.\" .El
-.Sh SEE ALSO 
-.\" List links in ascending order by section, alphabetically within a section.
-.\" Please do not reference files that do not exist without filing a bug report
-.Xr a 1 , 
-.Xr b 1 ,
-.Xr c 1 ,
-.Xr a 2 ,
-.Xr b 2 ,
-.Xr a 3 ,
-.Xr b 3 
-.\" .Sh BUGS              \" Document known, unremedied bugs 
-.\" .Sh HISTORY           \" Document history if command behaves in a unique manner
\ No newline at end of file
diff --git a/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example/main.c b/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example/main.c
deleted file mode 100644
index 217b71e..0000000
--- a/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example/main.c	
+++ /dev/null
@@ -1,11 +0,0 @@
-//
-//  main.c
-//  PETSc command line example
-//
-//  Created by Barry Smith on 8/2/12.
-//  Copyright (c) 2012 Barry Smith. All rights reserved.
-//
-
-#define PETSC_APPLE_FRAMEWORK
-
-#include "../../../../../../src/snes/examples/tutorials/ex19.c"
diff --git a/systems/Apple/iOS/PETSc/PETSc.xcodeproj/project.pbxproj b/systems/Apple/iOS/PETSc/PETSc.xcodeproj/project.pbxproj
deleted file mode 100644
index a264a2b..0000000
--- a/systems/Apple/iOS/PETSc/PETSc.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,2992 +0,0 @@
-// !$*UTF8*$!
-{
-	archiveVersion = 1;
-	classes = {
-	};
-	objectVersion = 46;
-	objects = {
-
-/* Begin PBXBuildFile section */
-		D881069B1A16743200943B67 /* adamat.c in Sources */ = {isa = PBXBuildFile; fileRef = D88103FC1A16742F00943B67 /* adamat.c */; };
-		D881069C1A16743200943B67 /* adaptbasic.c in Sources */ = {isa = PBXBuildFile; fileRef = D88103FD1A16742F00943B67 /* adaptbasic.c */; };
-		D881069D1A16743200943B67 /* adaptcfl.c in Sources */ = {isa = PBXBuildFile; fileRef = D88103FE1A16742F00943B67 /* adaptcfl.c */; };
-		D881069E1A16743200943B67 /* adaptnone.c in Sources */ = {isa = PBXBuildFile; fileRef = D88103FF1A16742F00943B67 /* adaptnone.c */; };
-		D881069F1A16743200943B67 /* adebug.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104001A16742F00943B67 /* adebug.c */; };
-		D88106A01A16743200943B67 /* agg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104011A16742F00943B67 /* agg.c */; };
-		D88106A11A16743200943B67 /* aij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104021A16742F00943B67 /* aij.c */; };
-		D88106A21A16743200943B67 /* aijbaij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104031A16742F00943B67 /* aijbaij.c */; };
-		D88106A31A16743200943B67 /* aijfact.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104041A16742F00943B67 /* aijfact.c */; };
-		D88106A41A16743200943B67 /* aijsbaij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104051A16742F00943B67 /* aijsbaij.c */; };
-		D88106A51A16743200943B67 /* alpha.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104061A16742F00943B67 /* alpha.c */; };
-		D88106A61A16743200943B67 /* anderson.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104071A16742F00943B67 /* anderson.c */; };
-		D88106A71A16743200943B67 /* ao.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104081A16742F00943B67 /* ao.c */; };
-		D88106A81A16743200943B67 /* aobasic.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104091A16742F00943B67 /* aobasic.c */; };
-		D88106A91A16743200943B67 /* aomapping.c in Sources */ = {isa = PBXBuildFile; fileRef = D881040A1A16742F00943B67 /* aomapping.c */; };
-		D88106AA1A16743200943B67 /* aomemscalable.c in Sources */ = {isa = PBXBuildFile; fileRef = D881040B1A16742F00943B67 /* aomemscalable.c */; };
-		D88106AB1A16743200943B67 /* aoptions.c in Sources */ = {isa = PBXBuildFile; fileRef = D881040C1A16742F00943B67 /* aoptions.c */; };
-		D88106AC1A16743200943B67 /* aoreg.c in Sources */ = {isa = PBXBuildFile; fileRef = D881040D1A16742F00943B67 /* aoreg.c */; };
-		D88106AD1A16743200943B67 /* aoregall.c in Sources */ = {isa = PBXBuildFile; fileRef = D881040E1A16742F00943B67 /* aoregall.c */; };
-		D88106AE1A16743200943B67 /* arch.c in Sources */ = {isa = PBXBuildFile; fileRef = D881040F1A16742F00943B67 /* arch.c */; };
-		D88106AF1A16743200943B67 /* arkimex.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104101A16742F00943B67 /* arkimex.c */; };
-		D88106B01A16743200943B67 /* armijo.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104111A16742F00943B67 /* armijo.c */; };
-		D88106B11A16743200943B67 /* asfls.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104121A16742F00943B67 /* asfls.c */; };
-		D88106B21A16743200943B67 /* asils.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104131A16742F00943B67 /* asils.c */; };
-		D88106B31A16743200943B67 /* asm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104141A16742F00943B67 /* asm.c */; };
-		D88106B41A16743200943B67 /* aspin.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104151A16742F00943B67 /* aspin.c */; };
-		D88106B51A16743200943B67 /* axis.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104161A16742F00943B67 /* axis.c */; };
-		D88106B61A16743200943B67 /* axisc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104171A16742F00943B67 /* axisc.c */; };
-		D88106B71A16743200943B67 /* axpy.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104181A16742F00943B67 /* axpy.c */; };
-		D88106B81A16743200943B67 /* bag.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104191A16742F00943B67 /* bag.c */; };
-		D88106B91A16743200943B67 /* baij.c in Sources */ = {isa = PBXBuildFile; fileRef = D881041A1A16742F00943B67 /* baij.c */; };
-		D88106BA1A16743200943B67 /* baij2.c in Sources */ = {isa = PBXBuildFile; fileRef = D881041B1A16742F00943B67 /* baij2.c */; };
-		D88106BB1A16743200943B67 /* baijfact.c in Sources */ = {isa = PBXBuildFile; fileRef = D881041C1A16742F00943B67 /* baijfact.c */; };
-		D88106BC1A16743200943B67 /* baijfact11.c in Sources */ = {isa = PBXBuildFile; fileRef = D881041D1A16742F00943B67 /* baijfact11.c */; };
-		D88106BD1A16743200943B67 /* baijfact13.c in Sources */ = {isa = PBXBuildFile; fileRef = D881041E1A16742F00943B67 /* baijfact13.c */; };
-		D88106BE1A16743200943B67 /* baijfact2.c in Sources */ = {isa = PBXBuildFile; fileRef = D881041F1A16742F00943B67 /* baijfact2.c */; };
-		D88106BF1A16743200943B67 /* baijfact3.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104201A16742F00943B67 /* baijfact3.c */; };
-		D88106C01A16743200943B67 /* baijfact4.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104211A16742F00943B67 /* baijfact4.c */; };
-		D88106C11A16743200943B67 /* baijfact5.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104221A16742F00943B67 /* baijfact5.c */; };
-		D88106C21A16743200943B67 /* baijfact7.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104231A16742F00943B67 /* baijfact7.c */; };
-		D88106C31A16743200943B67 /* baijfact9.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104241A16742F00943B67 /* baijfact9.c */; };
-		D88106C41A16743200943B67 /* baijov.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104251A16742F00943B67 /* baijov.c */; };
-		D88106C51A16743200943B67 /* baijsolv.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104261A16742F00943B67 /* baijsolv.c */; };
-		D88106C61A16743200943B67 /* baijsolvnat.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104271A16742F00943B67 /* baijsolvnat.c */; };
-		D88106C71A16743200943B67 /* baijsolvtran.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104281A16742F00943B67 /* baijsolvtran.c */; };
-		D88106C81A16743200943B67 /* baijsolvtrannat.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104291A16742F00943B67 /* baijsolvtrannat.c */; };
-		D88106C91A16743200943B67 /* bandwidth.c in Sources */ = {isa = PBXBuildFile; fileRef = D881042A1A16742F00943B67 /* bandwidth.c */; };
-		D88106CA1A16743200943B67 /* basfactor.c in Sources */ = {isa = PBXBuildFile; fileRef = D881042B1A16742F00943B67 /* basfactor.c */; };
-		D88106CB1A16743200943B67 /* bcgs.c in Sources */ = {isa = PBXBuildFile; fileRef = D881042C1A16742F00943B67 /* bcgs.c */; };
-		D88106CC1A16743200943B67 /* bcgsl.c in Sources */ = {isa = PBXBuildFile; fileRef = D881042D1A16742F00943B67 /* bcgsl.c */; };
-		D88106CD1A16743200943B67 /* bicg.c in Sources */ = {isa = PBXBuildFile; fileRef = D881042E1A16742F00943B67 /* bicg.c */; };
-		D88106CE1A16743200943B67 /* binv.c in Sources */ = {isa = PBXBuildFile; fileRef = D881042F1A16742F00943B67 /* binv.c */; };
-		D88106CF1A16743200943B67 /* bipartite.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104301A16742F00943B67 /* bipartite.c */; };
-		D88106D01A16743200943B67 /* bitmask.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104311A16742F00943B67 /* bitmask.c */; };
-		D88106D11A16743200943B67 /* bjacobi.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104321A16742F00943B67 /* bjacobi.c */; };
-		D88106D21A16743200943B67 /* blmvm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104331A16742F00943B67 /* blmvm.c */; };
-		D88106D31A16743200943B67 /* block.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104341A16742F00943B67 /* block.c */; };
-		D88106D41A16743200943B67 /* blockmat.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104351A16742F00943B67 /* blockmat.c */; };
-		D88106D51A16743200943B67 /* bmrm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104361A16742F00943B67 /* bmrm.c */; };
-		D88106D61A16743200943B67 /* borthog.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104371A16742F00943B67 /* borthog.c */; };
-		D88106D71A16743200943B67 /* borthog2.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104381A16742F00943B67 /* borthog2.c */; };
-		D88106D81A16743200943B67 /* bqpip.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104391A16742F00943B67 /* bqpip.c */; };
-		D88106D91A16743200943B67 /* bstream.c in Sources */ = {isa = PBXBuildFile; fileRef = D881043A1A16742F00943B67 /* bstream.c */; };
-		D88106DA1A16743200943B67 /* bstrmfact.c in Sources */ = {isa = PBXBuildFile; fileRef = D881043B1A16742F00943B67 /* bstrmfact.c */; };
-		D88106DB1A16743200943B67 /* bvec1.c in Sources */ = {isa = PBXBuildFile; fileRef = D881043C1A16742F00943B67 /* bvec1.c */; };
-		D88106DC1A16743200943B67 /* bvec2.c in Sources */ = {isa = PBXBuildFile; fileRef = D881043D1A16742F00943B67 /* bvec2.c */; };
-		D88106DD1A16743200943B67 /* bvec3.c in Sources */ = {isa = PBXBuildFile; fileRef = D881043E1A16742F00943B67 /* bvec3.c */; };
-		D88106DE1A16743200943B67 /* cg.c in Sources */ = {isa = PBXBuildFile; fileRef = D881043F1A16742F00943B67 /* cg.c */; };
-		D88106DF1A16743200943B67 /* cgeig.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104401A16742F00943B67 /* cgeig.c */; };
-		D88106E01A16743200943B67 /* cgne.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104411A16742F00943B67 /* cgne.c */; };
-		D88106E11A16743200943B67 /* cgs.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104421A16742F00943B67 /* cgs.c */; };
-		D88106E21A16743200943B67 /* cgtype.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104431A16742F00943B67 /* cgtype.c */; };
-		D88106E31A16743200943B67 /* characteristic.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104441A16742F00943B67 /* characteristic.c */; };
-		D88106E41A16743200943B67 /* cheby.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104451A16742F00943B67 /* cheby.c */; };
-		D88106E51A16743200943B67 /* checkptr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104461A16742F00943B67 /* checkptr.c */; };
-		D88106E61A16743200943B67 /* cholesky.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104471A16742F00943B67 /* cholesky.c */; };
-		D88106E71A16743200943B67 /* classical.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104481A16742F00943B67 /* classical.c */; };
-		D88106E81A16743200943B67 /* classlog.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104491A16742F00943B67 /* classlog.c */; };
-		D88106E91A16743200943B67 /* cmesh.c in Sources */ = {isa = PBXBuildFile; fileRef = D881044A1A16742F00943B67 /* cmesh.c */; };
-		D88106EA1A16743200943B67 /* coarsen.c in Sources */ = {isa = PBXBuildFile; fileRef = D881044B1A16742F00943B67 /* coarsen.c */; };
-		D88106EB1A16743200943B67 /* color.c in Sources */ = {isa = PBXBuildFile; fileRef = D881044C1A16742F00943B67 /* color.c */; };
-		D88106EC1A16743200943B67 /* comb.c in Sources */ = {isa = PBXBuildFile; fileRef = D881044D1A16742F00943B67 /* comb.c */; };
-		D88106ED1A16743200943B67 /* comm.c in Sources */ = {isa = PBXBuildFile; fileRef = D881044E1A16742F00943B67 /* comm.c */; };
-		D88106EE1A16743200943B67 /* commonmpvec.c in Sources */ = {isa = PBXBuildFile; fileRef = D881044F1A16742F00943B67 /* commonmpvec.c */; };
-		D88106EF1A16743200943B67 /* composite.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104501A16742F00943B67 /* composite.c */; };
-		D88106F01A16743200943B67 /* compressedrow.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104511A16742F00943B67 /* compressedrow.c */; };
-		D88106F11A16743200943B67 /* const.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104521A16742F00943B67 /* const.c */; };
-		D88106F21A16743200943B67 /* convert.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104531A16742F00943B67 /* convert.c */; };
-		D88106F31A16743200943B67 /* cp.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104541A16742F00943B67 /* cp.c */; };
-		D88106F41A16743200943B67 /* cputime.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104551A16742F00943B67 /* cputime.c */; };
-		D88106F51A16743200943B67 /* cr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104561A16742F00943B67 /* cr.c */; };
-		D88106F61A16743200943B67 /* crl.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104571A16742F00943B67 /* crl.c */; };
-		D88106F71A16743200943B67 /* csrperm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104581A16742F00943B67 /* csrperm.c */; };
-		D88106F81A16743200943B67 /* cstring.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104591A16742F00943B67 /* cstring.c */; };
-		D88106F91A16743200943B67 /* ctable.c in Sources */ = {isa = PBXBuildFile; fileRef = D881045A1A16742F00943B67 /* ctable.c */; };
-		D88106FA1A16743200943B67 /* da.c in Sources */ = {isa = PBXBuildFile; fileRef = D881045B1A16742F00943B67 /* da.c */; };
-		D88106FB1A16743200943B67 /* da1.c in Sources */ = {isa = PBXBuildFile; fileRef = D881045C1A16742F00943B67 /* da1.c */; };
-		D88106FC1A16743200943B67 /* da2.c in Sources */ = {isa = PBXBuildFile; fileRef = D881045D1A16742F00943B67 /* da2.c */; };
-		D88106FD1A16743200943B67 /* da3.c in Sources */ = {isa = PBXBuildFile; fileRef = D881045E1A16742F00943B67 /* da3.c */; };
-		D88106FE1A16743200943B67 /* dacorn.c in Sources */ = {isa = PBXBuildFile; fileRef = D881045F1A16742F00943B67 /* dacorn.c */; };
-		D88106FF1A16743200943B67 /* dacreate.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104601A16742F00943B67 /* dacreate.c */; };
-		D88107001A16743200943B67 /* dadd.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104611A16742F00943B67 /* dadd.c */; };
-		D88107011A16743200943B67 /* dadestroy.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104621A16742F00943B67 /* dadestroy.c */; };
-		D88107021A16743200943B67 /* dadist.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104631A16742F00943B67 /* dadist.c */; };
-		D88107031A16743200943B67 /* dageometry.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104641A16742F00943B67 /* dageometry.c */; };
-		D88107041A16743200943B67 /* dagetarray.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104651A16742F00943B67 /* dagetarray.c */; };
-		D88107051A16743200943B67 /* dagetelem.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104661A16742F00943B67 /* dagetelem.c */; };
-		D88107061A16743200943B67 /* daghost.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104671A16742F00943B67 /* daghost.c */; };
-		D88107071A16743200943B67 /* dagtol.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104681A16742F00943B67 /* dagtol.c */; };
-		D88107081A16743200943B67 /* dagtona.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104691A16742F00943B67 /* dagtona.c */; };
-		D88107091A16743200943B67 /* daindex.c in Sources */ = {isa = PBXBuildFile; fileRef = D881046A1A16742F00943B67 /* daindex.c */; };
-		D881070A1A16743200943B67 /* dainterp.c in Sources */ = {isa = PBXBuildFile; fileRef = D881046B1A16742F00943B67 /* dainterp.c */; };
-		D881070B1A16743200943B67 /* dalocal.c in Sources */ = {isa = PBXBuildFile; fileRef = D881046C1A16742F00943B67 /* dalocal.c */; };
-		D881070C1A16743200943B67 /* daltol.c in Sources */ = {isa = PBXBuildFile; fileRef = D881046D1A16742F00943B67 /* daltol.c */; };
-		D881070D1A16743200943B67 /* dapf.c in Sources */ = {isa = PBXBuildFile; fileRef = D881046E1A16742F00943B67 /* dapf.c */; };
-		D881070E1A16743200943B67 /* dapreallocate.c in Sources */ = {isa = PBXBuildFile; fileRef = D881046F1A16742F00943B67 /* dapreallocate.c */; };
-		D881070F1A16743200943B67 /* dareg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104701A16742F00943B67 /* dareg.c */; };
-		D88107101A16743200943B67 /* dascatter.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104711A16742F00943B67 /* dascatter.c */; };
-		D88107111A16743200943B67 /* dasub.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104721A16742F00943B67 /* dasub.c */; };
-		D88107121A16743200943B67 /* daview.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104731A16742F00943B67 /* daview.c */; };
-		D88107131A16743200943B67 /* dbuff.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104741A16742F00943B67 /* dbuff.c */; };
-		D88107141A16743200943B67 /* dclear.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104751A16742F00943B67 /* dclear.c */; };
-		D88107151A16743200943B67 /* dcoor.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104761A16742F00943B67 /* dcoor.c */; };
-		D88107161A16743200943B67 /* degr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104771A16742F00943B67 /* degr.c */; };
-		D88107171A16743200943B67 /* degree.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104781A16742F00943B67 /* degree.c */; };
-		D88107181A16743200943B67 /* dellipse.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104791A16742F00943B67 /* dellipse.c */; };
-		D88107191A16743200943B67 /* dense.c in Sources */ = {isa = PBXBuildFile; fileRef = D881047A1A16742F00943B67 /* dense.c */; };
-		D881071A1A16743200943B67 /* destroy.c in Sources */ = {isa = PBXBuildFile; fileRef = D881047B1A16742F00943B67 /* destroy.c */; };
-		D881071B1A16743200943B67 /* dflush.c in Sources */ = {isa = PBXBuildFile; fileRef = D881047C1A16742F00943B67 /* dflush.c */; };
-		D881071C1A16743200943B67 /* dgcoor.c in Sources */ = {isa = PBXBuildFile; fileRef = D881047D1A16742F00943B67 /* dgcoor.c */; };
-		D881071D1A16743200943B67 /* dgedi.c in Sources */ = {isa = PBXBuildFile; fileRef = D881047E1A16742F00943B67 /* dgedi.c */; };
-		D881071E1A16743200943B67 /* dgefa.c in Sources */ = {isa = PBXBuildFile; fileRef = D881047F1A16742F00943B67 /* dgefa.c */; };
-		D881071F1A16743200943B67 /* dgefa2.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104801A16743000943B67 /* dgefa2.c */; };
-		D88107201A16743200943B67 /* dgefa3.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104811A16743000943B67 /* dgefa3.c */; };
-		D88107211A16743200943B67 /* dgefa4.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104821A16743000943B67 /* dgefa4.c */; };
-		D88107221A16743200943B67 /* dgefa5.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104831A16743000943B67 /* dgefa5.c */; };
-		D88107231A16743200943B67 /* dgefa6.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104841A16743000943B67 /* dgefa6.c */; };
-		D88107241A16743200943B67 /* dgefa7.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104851A16743000943B67 /* dgefa7.c */; };
-		D88107251A16743200943B67 /* dgmres.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104861A16743000943B67 /* dgmres.c */; };
-		D88107261A16743200943B67 /* dgpause.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104871A16743000943B67 /* dgpause.c */; };
-		D88107271A16743200943B67 /* dl.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104881A16743000943B67 /* dl.c */; };
-		D88107281A16743200943B67 /* dlimpl.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104891A16743000943B67 /* dlimpl.c */; };
-		D88107291A16743200943B67 /* dline.c in Sources */ = {isa = PBXBuildFile; fileRef = D881048A1A16743000943B67 /* dline.c */; };
-		D881072A1A16743200943B67 /* dlinegw.c in Sources */ = {isa = PBXBuildFile; fileRef = D881048B1A16743000943B67 /* dlinegw.c */; };
-		D881072B1A16743200943B67 /* dlinew.c in Sources */ = {isa = PBXBuildFile; fileRef = D881048C1A16743000943B67 /* dlinew.c */; };
-		D881072C1A16743200943B67 /* dlregis_taolinesearch.c in Sources */ = {isa = PBXBuildFile; fileRef = D881048D1A16743000943B67 /* dlregis_taolinesearch.c */; };
-		D881072D1A16743200943B67 /* dlregisdm.c in Sources */ = {isa = PBXBuildFile; fileRef = D881048E1A16743000943B67 /* dlregisdm.c */; };
-		D881072E1A16743200943B67 /* dlregisdmdm.c in Sources */ = {isa = PBXBuildFile; fileRef = D881048F1A16743000943B67 /* dlregisdmdm.c */; };
-		D881072F1A16743200943B67 /* dlregisksp.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104901A16743000943B67 /* dlregisksp.c */; };
-		D88107301A16743200943B67 /* dlregismat.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104911A16743000943B67 /* dlregismat.c */; };
-		D88107311A16743200943B67 /* dlregispetsc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104921A16743000943B67 /* dlregispetsc.c */; };
-		D88107321A16743200943B67 /* dlregisrand.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104931A16743000943B67 /* dlregisrand.c */; };
-		D88107331A16743200943B67 /* dlregissf.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104941A16743000943B67 /* dlregissf.c */; };
-		D88107341A16743200943B67 /* dlregissnes.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104951A16743000943B67 /* dlregissnes.c */; };
-		D88107351A16743200943B67 /* dlregistao.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104961A16743000943B67 /* dlregistao.c */; };
-		D88107361A16743200943B67 /* dlregisthreadcomm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104971A16743000943B67 /* dlregisthreadcomm.c */; };
-		D88107371A16743200943B67 /* dlregists.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104981A16743000943B67 /* dlregists.c */; };
-		D88107381A16743200943B67 /* dlregisvec.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104991A16743000943B67 /* dlregisvec.c */; };
-		D88107391A16743200943B67 /* dm.c in Sources */ = {isa = PBXBuildFile; fileRef = D881049A1A16743000943B67 /* dm.c */; };
-		D881073A1A16743200943B67 /* dmdasnes.c in Sources */ = {isa = PBXBuildFile; fileRef = D881049B1A16743000943B67 /* dmdasnes.c */; };
-		D881073B1A16743200943B67 /* dmdats.c in Sources */ = {isa = PBXBuildFile; fileRef = D881049C1A16743000943B67 /* dmdats.c */; };
-		D881073C1A16743200943B67 /* dmget.c in Sources */ = {isa = PBXBuildFile; fileRef = D881049D1A16743000943B67 /* dmget.c */; };
-		D881073D1A16743200943B67 /* dmi.c in Sources */ = {isa = PBXBuildFile; fileRef = D881049E1A16743000943B67 /* dmi.c */; };
-		D881073E1A16743200943B67 /* dmksp.c in Sources */ = {isa = PBXBuildFile; fileRef = D881049F1A16743000943B67 /* dmksp.c */; };
-		D881073F1A16743200943B67 /* dmlocalsnes.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104A01A16743000943B67 /* dmlocalsnes.c */; };
-		D88107401A16743200943B67 /* dmlocalts.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104A11A16743000943B67 /* dmlocalts.c */; };
-		D88107411A16743200943B67 /* dmouse.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104A21A16743000943B67 /* dmouse.c */; };
-		D88107421A16743200943B67 /* dmplexsnes.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104A31A16743000943B67 /* dmplexsnes.c */; };
-		D88107431A16743200943B67 /* dmplexts.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104A41A16743000943B67 /* dmplexts.c */; };
-		D88107441A16743200943B67 /* dmproject.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104A51A16743000943B67 /* dmproject.c */; };
-		D88107451A16743200943B67 /* dmredundant.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104A61A16743000943B67 /* dmredundant.c */; };
-		D88107461A16743200943B67 /* dmregall.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104A71A16743000943B67 /* dmregall.c */; };
-		D88107471A16743200943B67 /* dmshell.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104A81A16743000943B67 /* dmshell.c */; };
-		D88107481A16743200943B67 /* dmsnes.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104A91A16743000943B67 /* dmsnes.c */; };
-		D88107491A16743200943B67 /* dmts.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104AA1A16743000943B67 /* dmts.c */; };
-		D881074A1A16743200943B67 /* dpause.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104AB1A16743000943B67 /* dpause.c */; };
-		D881074B1A16743200943B67 /* dpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104AC1A16743000943B67 /* dpoint.c */; };
-		D881074C1A16743200943B67 /* dpoints.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104AD1A16743000943B67 /* dpoints.c */; };
-		D881074D1A16743200943B67 /* draw.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104AE1A16743000943B67 /* draw.c */; };
-		D881074E1A16743200943B67 /* drawreg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104AF1A16743000943B67 /* drawreg.c */; };
-		D881074F1A16743200943B67 /* drawregall.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104B01A16743000943B67 /* drawregall.c */; };
-		D88107501A16743200943B67 /* drawv.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104B11A16743000943B67 /* drawv.c */; };
-		D88107511A16743200943B67 /* drect.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104B21A16743000943B67 /* drect.c */; };
-		D88107521A16743200943B67 /* dscatter.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104B31A16743000943B67 /* dscatter.c */; };
-		D88107531A16743200943B67 /* dsclear.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104B41A16743000943B67 /* dsclear.c */; };
-		D88107541A16743200943B67 /* dsetpause.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104B51A16743000943B67 /* dsetpause.c */; };
-		D88107551A16743200943B67 /* dsflush.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104B61A16743000943B67 /* dsflush.c */; };
-		D88107561A16743200943B67 /* dsm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104B71A16743000943B67 /* dsm.c */; };
-		D88107571A16743200943B67 /* dt.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104B81A16743000943B67 /* dt.c */; };
-		D88107581A16743200943B67 /* dtds.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104B91A16743000943B67 /* dtds.c */; };
-		D88107591A16743200943B67 /* dtext.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104BA1A16743000943B67 /* dtext.c */; };
-		D881075A1A16743200943B67 /* dtextgs.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104BB1A16743000943B67 /* dtextgs.c */; };
-		D881075B1A16743200943B67 /* dtexts.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104BC1A16743000943B67 /* dtexts.c */; };
-		D881075C1A16743200943B67 /* dtextv.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104BD1A16743000943B67 /* dtextv.c */; };
-		D881075D1A16743200943B67 /* dtfe.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104BE1A16743000943B67 /* dtfe.c */; };
-		D881075E1A16743200943B67 /* dtfv.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104BF1A16743000943B67 /* dtfv.c */; };
-		D881075F1A16743200943B67 /* dtri.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104C01A16743000943B67 /* dtri.c */; };
-		D88107601A16743200943B67 /* dupl.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104C11A16743000943B67 /* dupl.c */; };
-		D88107611A16743200943B67 /* dvec2.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104C21A16743000943B67 /* dvec2.c */; };
-		D88107621A16743200943B67 /* dviewp.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104C31A16743000943B67 /* dviewp.c */; };
-		D88107631A16743200943B67 /* eige.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104C41A16743000943B67 /* eige.c */; };
-		D88107641A16743200943B67 /* eimex.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104C51A16743000943B67 /* eimex.c */; };
-		D88107651A16743200943B67 /* eisen.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104C61A16743000943B67 /* eisen.c */; };
-		D88107661A16743200943B67 /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104C71A16743000943B67 /* err.c */; };
-		D88107671A16743200943B67 /* errabort.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104C81A16743000943B67 /* errabort.c */; };
-		D88107681A16743200943B67 /* errstop.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104C91A16743000943B67 /* errstop.c */; };
-		D88107691A16743200943B67 /* errtrace.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104CA1A16743000943B67 /* errtrace.c */; };
-		D881076A1A16743200943B67 /* euler.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104CB1A16743000943B67 /* euler.c */; };
-		D881076B1A16743200943B67 /* eventlog.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104CC1A16743000943B67 /* eventlog.c */; };
-		D881076C1A16743200943B67 /* factimpl.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104CD1A16743000943B67 /* factimpl.c */; };
-		D881076D1A16743200943B67 /* factor.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104CE1A16743000943B67 /* factor.c */; };
-		D881076E1A16743200943B67 /* fas.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104CF1A16743000943B67 /* fas.c */; };
-		D881076F1A16743200943B67 /* fasfunc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104D01A16743000943B67 /* fasfunc.c */; };
-		D88107701A16743200943B67 /* fasgalerkin.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104D11A16743000943B67 /* fasgalerkin.c */; };
-		D88107711A16743200943B67 /* fbcgs.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104D21A16743000943B67 /* fbcgs.c */; };
-		D88107721A16743200943B67 /* fbcgsr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104D31A16743000943B67 /* fbcgsr.c */; };
-		D88107731A16743200943B67 /* fcallback.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104D41A16743000943B67 /* fcallback.c */; };
-		D88107741A16743200943B67 /* fcg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104D51A16743000943B67 /* fcg.c */; };
-		D88107751A16743200943B67 /* fdaij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104D61A16743000943B67 /* fdaij.c */; };
-		D88107761A16743200943B67 /* fdate.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104D71A16743000943B67 /* fdate.c */; };
-		D88107771A16743200943B67 /* fdda.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104D81A16743000943B67 /* fdda.c */; };
-		D88107781A16743200943B67 /* fdiff.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104D91A16743000943B67 /* fdiff.c */; };
-		D88107791A16743200943B67 /* fdmatrix.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104DA1A16743000943B67 /* fdmatrix.c */; };
-		D881077A1A16743200943B67 /* fdmpiaij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104DB1A16743000943B67 /* fdmpiaij.c */; };
-		D881077B1A16743200943B67 /* fdtest.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104DC1A16743000943B67 /* fdtest.c */; };
-		D881077C1A16743200943B67 /* ffpath.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104DD1A16743000943B67 /* ffpath.c */; };
-		D881077D1A16743200943B67 /* fft.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104DE1A16743000943B67 /* fft.c */; };
-		D881077E1A16743200943B67 /* fgmres.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104DF1A16743000943B67 /* fgmres.c */; };
-		D881077F1A16743200943B67 /* fhost.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104E01A16743000943B67 /* fhost.c */; };
-		D88107801A16743200943B67 /* fieldsplit.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104E11A16743000943B67 /* fieldsplit.c */; };
-		D88107811A16743200943B67 /* filev.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104E21A16743000943B67 /* filev.c */; };
-		D88107821A16743200943B67 /* flush.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104E31A16743000943B67 /* flush.c */; };
-		D88107831A16743200943B67 /* fmg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104E41A16743000943B67 /* fmg.c */; };
-		D88107841A16743200943B67 /* fn1wd.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104E51A16743000943B67 /* fn1wd.c */; };
-		D88107851A16743200943B67 /* fndsep.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104E61A16743000943B67 /* fndsep.c */; };
-		D88107861A16743200943B67 /* fnroot.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104E71A16743000943B67 /* fnroot.c */; };
-		D88107871A16743200943B67 /* fp.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104E81A16743000943B67 /* fp.c */; };
-		D88107881A16743200943B67 /* fpath.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104E91A16743000943B67 /* fpath.c */; };
-		D88107891A16743200943B67 /* freespace.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104EA1A16743000943B67 /* freespace.c */; };
-		D881078A1A16743200943B67 /* fretrieve.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104EB1A16743000943B67 /* fretrieve.c */; };
-		D881078B1A16743200943B67 /* ftest.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104EC1A16743000943B67 /* ftest.c */; };
-		D881078C1A16743200943B67 /* fuser.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104ED1A16743000943B67 /* fuser.c */; };
-		D881078D1A16743200943B67 /* fwd.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104EE1A16743000943B67 /* fwd.c */; };
-		D881078E1A16743200943B67 /* galerkin.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104EF1A16743000943B67 /* galerkin.c */; };
-		D881078F1A16743200943B67 /* gamg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104F01A16743000943B67 /* gamg.c */; };
-		D88107901A16743200943B67 /* gasm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104F11A16743000943B67 /* gasm.c */; };
-		D88107911A16743200943B67 /* gcomm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104F21A16743000943B67 /* gcomm.c */; };
-		D88107921A16743200943B67 /* gcookie.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104F31A16743000943B67 /* gcookie.c */; };
-		D88107931A16743200943B67 /* gcr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104F41A16743000943B67 /* gcr.c */; };
-		D88107941A16743200943B67 /* gcreate.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104F51A16743000943B67 /* gcreate.c */; };
-		D88107951A16743200943B67 /* gen1wd.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104F61A16743000943B67 /* gen1wd.c */; };
-		D88107961A16743200943B67 /* general.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104F71A16743000943B67 /* general.c */; };
-		D88107971A16743200943B67 /* gennd.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104F81A16743000943B67 /* gennd.c */; };
-		D88107981A16743200943B67 /* genqmd.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104F91A16743000943B67 /* genqmd.c */; };
-		D88107991A16743200943B67 /* genrcm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104FA1A16743000943B67 /* genrcm.c */; };
-		D881079A1A16743200943B67 /* geo.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104FB1A16743000943B67 /* geo.c */; };
-		D881079B1A16743200943B67 /* getcolv.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104FC1A16743000943B67 /* getcolv.c */; };
-		D881079C1A16743200943B67 /* ghome.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104FD1A16743000943B67 /* ghome.c */; };
-		D881079D1A16743200943B67 /* gl.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104FE1A16743000943B67 /* gl.c */; };
-		D881079E1A16743200943B67 /* gladapt.c in Sources */ = {isa = PBXBuildFile; fileRef = D88104FF1A16743000943B67 /* gladapt.c */; };
-		D881079F1A16743200943B67 /* gltr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105001A16743000943B67 /* gltr.c */; };
-		D88107A01A16743200943B67 /* gmpre.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105011A16743000943B67 /* gmpre.c */; };
-		D88107A11A16743200943B67 /* gmreig.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105021A16743000943B67 /* gmreig.c */; };
-		D88107A21A16743200943B67 /* gmres.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105031A16743000943B67 /* gmres.c */; };
-		D88107A31A16743200943B67 /* gmres2.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105041A16743000943B67 /* gmres2.c */; };
-		D88107A41A16743200943B67 /* gpcg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105051A16743000943B67 /* gpcg.c */; };
-		D88107A51A16743200943B67 /* gpcglinesearch.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105061A16743000943B67 /* gpcglinesearch.c */; };
-		D88107A61A16743200943B67 /* gqt.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105071A16743000943B67 /* gqt.c */; };
-		D88107A71A16743200943B67 /* gr1.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105081A16743000943B67 /* gr1.c */; };
-		D88107A81A16743200943B67 /* gr2.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105091A16743000943B67 /* gr2.c */; };
-		D88107A91A16743200943B67 /* greedy.c in Sources */ = {isa = PBXBuildFile; fileRef = D881050A1A16743000943B67 /* greedy.c */; };
-		D88107AA1A16743200943B67 /* groppcg.c in Sources */ = {isa = PBXBuildFile; fileRef = D881050B1A16743000943B67 /* groppcg.c */; };
-		D88107AB1A16743200943B67 /* grpath.c in Sources */ = {isa = PBXBuildFile; fileRef = D881050C1A16743000943B67 /* grpath.c */; };
-		D88107AC1A16743200943B67 /* grvtk.c in Sources */ = {isa = PBXBuildFile; fileRef = D881050D1A16743000943B67 /* grvtk.c */; };
-		D88107AD1A16743200943B67 /* gs.c in Sources */ = {isa = PBXBuildFile; fileRef = D881050E1A16743000943B67 /* gs.c */; };
-		D88107AE1A16743200943B67 /* gssecant.c in Sources */ = {isa = PBXBuildFile; fileRef = D881050F1A16743000943B67 /* gssecant.c */; };
-		D88107AF1A16743200943B67 /* gtype.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105101A16743000943B67 /* gtype.c */; };
-		D88107B01A16743200943B67 /* hem.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105111A16743000943B67 /* hem.c */; };
-		D88107B11A16743200943B67 /* hists.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105121A16743000943B67 /* hists.c */; };
-		D88107B21A16743200943B67 /* hue.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105131A16743000943B67 /* hue.c */; };
-		D88107B31A16743200943B67 /* ibcgs.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105141A16743000943B67 /* ibcgs.c */; };
-		D88107B41A16743200943B67 /* icc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105151A16743000943B67 /* icc.c */; };
-		D88107B51A16743200943B67 /* ido.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105161A16743000943B67 /* ido.c */; };
-		D88107B61A16743200943B67 /* iguess.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105171A16743000943B67 /* iguess.c */; };
-		D88107B71A16743200943B67 /* ij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105181A16743000943B67 /* ij.c */; };
-		D88107B81A16743200943B67 /* ilu.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105191A16743000943B67 /* ilu.c */; };
-		D88107B91A16743200943B67 /* index.c in Sources */ = {isa = PBXBuildFile; fileRef = D881051A1A16743000943B67 /* index.c */; };
-		D88107BA1A16743200943B67 /* inherit.c in Sources */ = {isa = PBXBuildFile; fileRef = D881051B1A16743000943B67 /* inherit.c */; };
-		D88107BB1A16743200943B67 /* init.c in Sources */ = {isa = PBXBuildFile; fileRef = D881051C1A16743000943B67 /* init.c */; };
-		D88107BC1A16743200943B67 /* inode.c in Sources */ = {isa = PBXBuildFile; fileRef = D881051D1A16743000943B67 /* inode.c */; };
-		D88107BD1A16743200943B67 /* inode2.c in Sources */ = {isa = PBXBuildFile; fileRef = D881051E1A16743000943B67 /* inode2.c */; };
-		D88107BE1A16743200943B67 /* ipm.c in Sources */ = {isa = PBXBuildFile; fileRef = D881051F1A16743000943B67 /* ipm.c */; };
-		D88107BF1A16743200943B67 /* isblock.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105201A16743000943B67 /* isblock.c */; };
-		D88107C01A16743200943B67 /* iscoloring.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105211A16743000943B67 /* iscoloring.c */; };
-		D88107C11A16743200943B67 /* iscomp.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105221A16743000943B67 /* iscomp.c */; };
-		D88107C21A16743200943B67 /* isdiff.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105231A16743000943B67 /* isdiff.c */; };
-		D88107C31A16743200943B67 /* isio.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105241A16743000943B67 /* isio.c */; };
-		D88107C41A16743200943B67 /* isltog.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105251A16743000943B67 /* isltog.c */; };
-		D88107C51A16743200943B67 /* isreg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105261A16743000943B67 /* isreg.c */; };
-		D88107C61A16743200943B67 /* isregall.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105271A16743000943B67 /* isregall.c */; };
-		D88107C71A16743200943B67 /* isutil.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105281A16743000943B67 /* isutil.c */; };
-		D88107C81A16743200943B67 /* itcl.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105291A16743000943B67 /* itcl.c */; };
-		D88107C91A16743200943B67 /* itcreate.c in Sources */ = {isa = PBXBuildFile; fileRef = D881052A1A16743000943B67 /* itcreate.c */; };
-		D88107CA1A16743200943B67 /* iterativ.c in Sources */ = {isa = PBXBuildFile; fileRef = D881052B1A16743000943B67 /* iterativ.c */; };
-		D88107CB1A16743200943B67 /* itfunc.c in Sources */ = {isa = PBXBuildFile; fileRef = D881052C1A16743000943B67 /* itfunc.c */; };
-		D88107CC1A16743200943B67 /* itregis.c in Sources */ = {isa = PBXBuildFile; fileRef = D881052D1A16743000943B67 /* itregis.c */; };
-		D88107CD1A16743200943B67 /* itres.c in Sources */ = {isa = PBXBuildFile; fileRef = D881052E1A16743000943B67 /* itres.c */; };
-		D88107CE1A16743200943B67 /* ivec.c in Sources */ = {isa = PBXBuildFile; fileRef = D881052F1A16743000943B67 /* ivec.c */; };
-		D88107CF1A16743200943B67 /* jacobi.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105301A16743000943B67 /* jacobi.c */; };
-		D88107D01A16743200943B67 /* jp.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105311A16743000943B67 /* jp.c */; };
-		D88107D11A16743200943B67 /* kaczmarz.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105321A16743000943B67 /* kaczmarz.c */; };
-		D88107D21A16743200943B67 /* ksponly.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105331A16743000943B67 /* ksponly.c */; };
-		D88107D31A16743200943B67 /* lcd.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105341A16743000943B67 /* lcd.c */; };
-		D88107D41A16743200943B67 /* lcl.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105351A16743000943B67 /* lcl.c */; };
-		D88107D51A16743200943B67 /* lg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105361A16743000943B67 /* lg.c */; };
-		D88107D61A16743200943B67 /* lgc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105371A16743000943B67 /* lgc.c */; };
-		D88107D71A16743200943B67 /* lgmres.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105381A16743000943B67 /* lgmres.c */; };
-		D88107D81A16743200943B67 /* linesearch.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105391A16743000943B67 /* linesearch.c */; };
-		D88107D91A16743200943B67 /* linesearchbasic.c in Sources */ = {isa = PBXBuildFile; fileRef = D881053A1A16743000943B67 /* linesearchbasic.c */; };
-		D88107DA1A16743200943B67 /* linesearchbt.c in Sources */ = {isa = PBXBuildFile; fileRef = D881053B1A16743000943B67 /* linesearchbt.c */; };
-		D88107DB1A16743200943B67 /* linesearchcp.c in Sources */ = {isa = PBXBuildFile; fileRef = D881053C1A16743000943B67 /* linesearchcp.c */; };
-		D88107DC1A16743200943B67 /* linesearchl2.c in Sources */ = {isa = PBXBuildFile; fileRef = D881053D1A16743000943B67 /* linesearchl2.c */; };
-		D88107DD1A16743200943B67 /* linesearchregi.c in Sources */ = {isa = PBXBuildFile; fileRef = D881053E1A16743000943B67 /* linesearchregi.c */; };
-		D88107DE1A16743200943B67 /* linesearchshell.c in Sources */ = {isa = PBXBuildFile; fileRef = D881053F1A16743000943B67 /* linesearchshell.c */; };
-		D88107DF1A16743200943B67 /* lmvm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105401A16743000943B67 /* lmvm.c */; };
-		D88107E01A16743200943B67 /* lmvmmat.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105411A16743000943B67 /* lmvmmat.c */; };
-		D88107E11A16743200943B67 /* lrc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105421A16743000943B67 /* lrc.c */; };
-		D88107E21A16743200943B67 /* ls.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105431A16743000943B67 /* ls.c */; };
-		D88107E31A16743200943B67 /* lsc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105441A16743000943B67 /* lsc.c */; };
-		D88107E41A16743200943B67 /* lsqr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105451A16743000943B67 /* lsqr.c */; };
-		D88107E51A16743200943B67 /* lsqr_converged.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105461A16743000943B67 /* lsqr_converged.c */; };
-		D88107E61A16743200943B67 /* lsqr_monitor.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105471A16743000943B67 /* lsqr_monitor.c */; };
-		D88107E71A16743200943B67 /* lu.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105481A16743000943B67 /* lu.c */; };
-		D88107E81A16743200943B67 /* maij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105491A16743000943B67 /* maij.c */; };
-		D88107E91A16743200943B67 /* mal.c in Sources */ = {isa = PBXBuildFile; fileRef = D881054A1A16743000943B67 /* mal.c */; };
-		D88107EA1A16743200943B67 /* matcoloring.c in Sources */ = {isa = PBXBuildFile; fileRef = D881054B1A16743000943B67 /* matcoloring.c */; };
-		D88107EB1A16743200943B67 /* matcoloringregi.c in Sources */ = {isa = PBXBuildFile; fileRef = D881054C1A16743000943B67 /* matcoloringregi.c */; };
-		D88107EC1A16743200943B67 /* mathinf.c in Sources */ = {isa = PBXBuildFile; fileRef = D881054D1A16743000943B67 /* mathinf.c */; };
-		D88107ED1A16743200943B67 /* matis.c in Sources */ = {isa = PBXBuildFile; fileRef = D881054E1A16743000943B67 /* matis.c */; };
-		D88107EE1A16743200943B67 /* matmatmatmult.c in Sources */ = {isa = PBXBuildFile; fileRef = D881054F1A16743000943B67 /* matmatmatmult.c */; };
-		D88107EF1A16743200943B67 /* matmatmult.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105501A16743000943B67 /* matmatmult.c */; };
-		D88107F01A16743200943B67 /* matnest.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105511A16743000943B67 /* matnest.c */; };
-		D88107F11A16743200943B67 /* matnull.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105521A16743000943B67 /* matnull.c */; };
-		D88107F21A16743200943B67 /* matptap.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105531A16743000943B67 /* matptap.c */; };
-		D88107F31A16743200943B67 /* matrart.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105541A16743000943B67 /* matrart.c */; };
-		D88107F41A16743200943B67 /* matreg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105551A16743000943B67 /* matreg.c */; };
-		D88107F51A16743200943B67 /* matregis.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105561A16743000943B67 /* matregis.c */; };
-		D88107F61A16743200943B67 /* matrix.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105571A16743000943B67 /* matrix.c */; };
-		D88107F71A16743200943B67 /* matstash.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105581A16743000943B67 /* matstash.c */; };
-		D88107F81A16743200943B67 /* matstashspace.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105591A16743000943B67 /* matstashspace.c */; };
-		D88107F91A16743200943B67 /* mattransposematmult.c in Sources */ = {isa = PBXBuildFile; fileRef = D881055A1A16743000943B67 /* mattransposematmult.c */; };
-		D88107FA1A16743200943B67 /* mcomposite.c in Sources */ = {isa = PBXBuildFile; fileRef = D881055B1A16743000943B67 /* mcomposite.c */; };
-		D88107FB1A16743200943B67 /* mcrl.c in Sources */ = {isa = PBXBuildFile; fileRef = D881055C1A16743000943B67 /* mcrl.c */; };
-		D88107FC1A16743200943B67 /* mem.c in Sources */ = {isa = PBXBuildFile; fileRef = D881055D1A16743000943B67 /* mem.c */; };
-		D88107FD1A16743200943B67 /* memc.c in Sources */ = {isa = PBXBuildFile; fileRef = D881055E1A16743000943B67 /* memc.c */; };
-		D88107FE1A16743200943B67 /* mffd.c in Sources */ = {isa = PBXBuildFile; fileRef = D881055F1A16743000943B67 /* mffd.c */; };
-		D88107FF1A16743200943B67 /* mffddef.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105601A16743000943B67 /* mffddef.c */; };
-		D88108001A16743200943B67 /* mfregis.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105611A16743000943B67 /* mfregis.c */; };
-		D88108011A16743200943B67 /* mg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105621A16743000943B67 /* mg.c */; };
-		D88108021A16743200943B67 /* mgfunc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105631A16743000943B67 /* mgfunc.c */; };
-		D88108031A16743200943B67 /* mhas.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105641A16743000943B67 /* mhas.c */; };
-		D88108041A16743200943B67 /* minres.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105651A16743000943B67 /* minres.c */; };
-		D88108051A16743200943B67 /* mis.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105661A16743000943B67 /* mis.c */; };
-		D88108061A16743200943B67 /* mlocalref.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105671A16743000943B67 /* mlocalref.c */; };
-		D88108071A16743200943B67 /* mmaij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105681A16743000943B67 /* mmaij.c */; };
-		D88108081A16743200943B67 /* mmbaij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105691A16743000943B67 /* mmbaij.c */; };
-		D88108091A16743200943B67 /* mmdense.c in Sources */ = {isa = PBXBuildFile; fileRef = D881056A1A16743000943B67 /* mmdense.c */; };
-		D881080A1A16743200943B67 /* mmsbaij.c in Sources */ = {isa = PBXBuildFile; fileRef = D881056B1A16743000943B67 /* mmsbaij.c */; };
-		D881080B1A16743200943B67 /* mocregis.c in Sources */ = {isa = PBXBuildFile; fileRef = D881056C1A16743000943B67 /* mocregis.c */; };
-		D881080C1A16743200943B67 /* modpcf.c in Sources */ = {isa = PBXBuildFile; fileRef = D881056D1A16743000943B67 /* modpcf.c */; };
-		D881080D1A16743200943B67 /* morethuente.c in Sources */ = {isa = PBXBuildFile; fileRef = D881056E1A16743000943B67 /* morethuente.c */; };
-		D881080E1A16743200943B67 /* mpb_aij.c in Sources */ = {isa = PBXBuildFile; fileRef = D881056F1A16743000943B67 /* mpb_aij.c */; };
-		D881080F1A16743200943B67 /* mpb_baij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105701A16743000943B67 /* mpb_baij.c */; };
-		D88108101A16743200943B67 /* mpi.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105711A16743000943B67 /* mpi.c */; };
-		D88108111A16743200943B67 /* mpiadj.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105721A16743000943B67 /* mpiadj.c */; };
-		D88108121A16743200943B67 /* mpiaij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105731A16743000943B67 /* mpiaij.c */; };
-		D88108131A16743200943B67 /* mpiaijpc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105741A16743000943B67 /* mpiaijpc.c */; };
-		D88108141A16743200943B67 /* mpiaijsbaij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105751A16743000943B67 /* mpiaijsbaij.c */; };
-		D88108151A16743200943B67 /* mpibaij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105761A16743000943B67 /* mpibaij.c */; };
-		D88108161A16743200943B67 /* mpibstream.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105771A16743000943B67 /* mpibstream.c */; };
-		D88108171A16743200943B67 /* mpicsrperm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105781A16743000943B67 /* mpicsrperm.c */; };
-		D88108181A16743200943B67 /* mpidense.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105791A16743000943B67 /* mpidense.c */; };
-		D88108191A16743200943B67 /* mpilong.c in Sources */ = {isa = PBXBuildFile; fileRef = D881057A1A16743000943B67 /* mpilong.c */; };
-		D881081A1A16743200943B67 /* mpimatmatmatmult.c in Sources */ = {isa = PBXBuildFile; fileRef = D881057B1A16743000943B67 /* mpimatmatmatmult.c */; };
-		D881081B1A16743200943B67 /* mpimatmatmult.c in Sources */ = {isa = PBXBuildFile; fileRef = D881057C1A16743000943B67 /* mpimatmatmult.c */; };
-		D881081C1A16743200943B67 /* mpimattransposematmult.c in Sources */ = {isa = PBXBuildFile; fileRef = D881057D1A16743000943B67 /* mpimattransposematmult.c */; };
-		D881081D1A16743200943B67 /* mpimesg.c in Sources */ = {isa = PBXBuildFile; fileRef = D881057E1A16743000943B67 /* mpimesg.c */; };
-		D881081E1A16743200943B67 /* mpiov.c in Sources */ = {isa = PBXBuildFile; fileRef = D881057F1A16743000943B67 /* mpiov.c */; };
-		D881081F1A16743200943B67 /* mpiptap.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105801A16743000943B67 /* mpiptap.c */; };
-		D88108201A16743200943B67 /* mpisbaij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105811A16743000943B67 /* mpisbaij.c */; };
-		D88108211A16743200943B67 /* mpisbstream.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105821A16743000943B67 /* mpisbstream.c */; };
-		D88108221A16743200943B67 /* mpitime.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105831A16743000943B67 /* mpitime.c */; };
-		D88108231A16743200943B67 /* mpitr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105841A16743000943B67 /* mpitr.c */; };
-		D88108241A16743200943B67 /* mpits.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105851A16743000943B67 /* mpits.c */; };
-		D88108251A16743200943B67 /* mpiu.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105861A16743000943B67 /* mpiu.c */; };
-		D88108261A16743200943B67 /* mpiuopen.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105871A16743000943B67 /* mpiuopen.c */; };
-		D88108271A16743200943B67 /* mprint.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105881A16743000943B67 /* mprint.c */; };
-		D88108281A16743200943B67 /* ms.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105891A16743000943B67 /* ms.c */; };
-		D88108291A16743200943B67 /* mscatter.c in Sources */ = {isa = PBXBuildFile; fileRef = D881058A1A16743000943B67 /* mscatter.c */; };
-		D881082A1A16743200943B67 /* mtr.c in Sources */ = {isa = PBXBuildFile; fileRef = D881058B1A16743000943B67 /* mtr.c */; };
-		D881082B1A16743200943B67 /* multequal.c in Sources */ = {isa = PBXBuildFile; fileRef = D881058C1A16743000943B67 /* multequal.c */; };
-		D881082C1A16743200943B67 /* multiblock.c in Sources */ = {isa = PBXBuildFile; fileRef = D881058D1A16743000943B67 /* multiblock.c */; };
-		D881082D1A16743200943B67 /* nash.c in Sources */ = {isa = PBXBuildFile; fileRef = D881058E1A16743000943B67 /* nash.c */; };
-		D881082E1A16743200943B67 /* nasm.c in Sources */ = {isa = PBXBuildFile; fileRef = D881058F1A16743000943B67 /* nasm.c */; };
-		D881082F1A16743200943B67 /* natural.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105901A16743000943B67 /* natural.c */; };
-		D88108301A16743200943B67 /* neldermead.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105911A16743000943B67 /* neldermead.c */; };
-		D88108311A16743200943B67 /* network.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105921A16743000943B67 /* network.c */; };
-		D88108321A16743200943B67 /* networkcreate.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105931A16743000943B67 /* networkcreate.c */; };
-		D88108331A16743200943B67 /* ngmresfunc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105941A16743000943B67 /* ngmresfunc.c */; };
-		D88108341A16743200943B67 /* nls.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105951A16743000943B67 /* nls.c */; };
-		D88108351A16743200943B67 /* nn.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105961A16743000943B67 /* nn.c */; };
-		D88108361A16743200943B67 /* none.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105971A16743000943B67 /* none.c */; };
-		D88108371A16743200943B67 /* normm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105981A16743000943B67 /* normm.c */; };
-		D88108381A16743200943B67 /* nothread.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105991A16743000943B67 /* nothread.c */; };
-		D88108391A16743200943B67 /* ntl.c in Sources */ = {isa = PBXBuildFile; fileRef = D881059A1A16743000943B67 /* ntl.c */; };
-		D881083A1A16743200943B67 /* ntr.c in Sources */ = {isa = PBXBuildFile; fileRef = D881059B1A16743000943B67 /* ntr.c */; };
-		D881083B1A16743200943B67 /* numsrt.c in Sources */ = {isa = PBXBuildFile; fileRef = D881059C1A16743000943B67 /* numsrt.c */; };
-		D881083C1A16743200943B67 /* olist.c in Sources */ = {isa = PBXBuildFile; fileRef = D881059D1A16743000943B67 /* olist.c */; };
-		D881083D1A16743200943B67 /* openglops.m in Sources */ = {isa = PBXBuildFile; fileRef = D881059E1A16743000943B67 /* openglops.m */; };
-		D881083E1A16743200943B67 /* options.c in Sources */ = {isa = PBXBuildFile; fileRef = D881059F1A16743000943B67 /* options.c */; };
-		D881083F1A16743200943B67 /* owarmijo.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105A01A16743000943B67 /* owarmijo.c */; };
-		D88108401A16743200943B67 /* owlqn.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105A11A16743000943B67 /* owlqn.c */; };
-		D88108411A16743200943B67 /* pack.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105A21A16743000943B67 /* pack.c */; };
-		D88108421A16743200943B67 /* packm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105A31A16743000943B67 /* packm.c */; };
-		D88108431A16743200943B67 /* partition.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105A41A16743000943B67 /* partition.c */; };
-		D88108441A16743200943B67 /* patch.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105A51A16743000943B67 /* patch.c */; };
-		D88108451A16743200943B67 /* patchcreate.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105A61A16743000943B67 /* patchcreate.c */; };
-		D88108461A16743200943B67 /* pbarrier.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105A71A16743000943B67 /* pbarrier.c */; };
-		D88108471A16743200943B67 /* pbjacobi.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105A81A16743000943B67 /* pbjacobi.c */; };
-		D88108481A16743200943B67 /* pbvec.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105A91A16743000943B67 /* pbvec.c */; };
-		D88108491A16743200943B67 /* pcis.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105AA1A16743000943B67 /* pcis.c */; };
-		D881084A1A16743200943B67 /* pcksp.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105AB1A16743000943B67 /* pcksp.c */; };
-		D881084B1A16743200943B67 /* pcmat.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105AC1A16743000943B67 /* pcmat.c */; };
-		D881084C1A16743200943B67 /* pcregis.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105AD1A16743000943B67 /* pcregis.c */; };
-		D881084D1A16743200943B67 /* pcset.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105AE1A16743000943B67 /* pcset.c */; };
-		D881084E1A16743200943B67 /* pdisplay.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105AF1A16743000943B67 /* pdisplay.c */; };
-		D881084F1A16743200943B67 /* pdvec.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105B01A16743000943B67 /* pdvec.c */; };
-		D88108501A16743200943B67 /* petscvu.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105B11A16743000943B67 /* petscvu.c */; };
-		D88108511A16743200943B67 /* pf.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105B21A16743000943B67 /* pf.c */; };
-		D88108521A16743200943B67 /* pfall.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105B31A16743100943B67 /* pfall.c */; };
-		D88108531A16743200943B67 /* pgmres.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105B41A16743100943B67 /* pgmres.c */; };
-		D88108541A16743200943B67 /* pgname.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105B51A16743100943B67 /* pgname.c */; };
-		D88108551A16743200943B67 /* pheap.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105B61A16743100943B67 /* pheap.c */; };
-		D88108561A16743200943B67 /* pinit.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105B71A16743100943B67 /* pinit.c */; };
-		D88108571A16743200943B67 /* pipecg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105B81A16743100943B67 /* pipecg.c */; };
-		D88108581A16743200943B67 /* pipecr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105B91A16743100943B67 /* pipecr.c */; };
-		D88108591A16743200943B67 /* plex.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105BA1A16743100943B67 /* plex.c */; };
-		D881085A1A16743200943B67 /* plexbc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105BB1A16743100943B67 /* plexbc.c */; };
-		D881085B1A16743200943B67 /* plexcgns.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105BC1A16743100943B67 /* plexcgns.c */; };
-		D881085C1A16743200943B67 /* plexcreate.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105BD1A16743100943B67 /* plexcreate.c */; };
-		D881085D1A16743200943B67 /* plexdistribute.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105BE1A16743100943B67 /* plexdistribute.c */; };
-		D881085E1A16743200943B67 /* plexexodusii.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105BF1A16743100943B67 /* plexexodusii.c */; };
-		D881085F1A16743200943B67 /* plexfem.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105C01A16743100943B67 /* plexfem.c */; };
-		D88108601A16743200943B67 /* plexgenerate.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105C11A16743100943B67 /* plexgenerate.c */; };
-		D88108611A16743200943B67 /* plexgeometry.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105C21A16743100943B67 /* plexgeometry.c */; };
-		D88108621A16743200943B67 /* plexgmsh.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105C31A16743100943B67 /* plexgmsh.c */; };
-		D88108631A16743200943B67 /* plexhdf5.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105C41A16743100943B67 /* plexhdf5.c */; };
-		D88108641A16743200943B67 /* plexindices.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105C51A16743100943B67 /* plexindices.c */; };
-		D88108651A16743200943B67 /* plexinterpolate.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105C61A16743100943B67 /* plexinterpolate.c */; };
-		D88108661A16743200943B67 /* plexlabel.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105C71A16743100943B67 /* plexlabel.c */; };
-		D88108671A16743200943B67 /* plexpartition.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105C81A16743100943B67 /* plexpartition.c */; };
-		D88108681A16743200943B67 /* plexpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105C91A16743100943B67 /* plexpoint.c */; };
-		D88108691A16743200943B67 /* plexpreallocate.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105CA1A16743100943B67 /* plexpreallocate.c */; };
-		D881086A1A16743200943B67 /* plexrefine.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105CB1A16743100943B67 /* plexrefine.c */; };
-		D881086B1A16743200943B67 /* plexreorder.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105CC1A16743100943B67 /* plexreorder.c */; };
-		D881086C1A16743200943B67 /* plexsubmesh.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105CD1A16743100943B67 /* plexsubmesh.c */; };
-		D881086D1A16743200943B67 /* plextree.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105CE1A16743100943B67 /* plextree.c */; };
-		D881086E1A16743200943B67 /* plexvtk.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105CF1A16743100943B67 /* plexvtk.c */; };
-		D881086F1A16743200943B67 /* plexvtu.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105D01A16743100943B67 /* plexvtu.c */; };
-		D88108701A16743200943B67 /* plog.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105D11A16743100943B67 /* plog.c */; };
-		D88108711A16743200943B67 /* pmap.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105D21A16743100943B67 /* pmap.c */; };
-		D88108721A16743200943B67 /* pname.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105D31A16743100943B67 /* pname.c */; };
-		D88108731A16743200943B67 /* posindep.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105D41A16743100943B67 /* posindep.c */; };
-		D88108741A16743200943B67 /* pounders.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105D51A16743100943B67 /* pounders.c */; };
-		D88108751A16743200943B67 /* power.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105D61A16743100943B67 /* power.c */; };
-		D88108761A16743200943B67 /* precon.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105D71A16743100943B67 /* precon.c */; };
-		D88108771A16743200943B67 /* prefix.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105D81A16743100943B67 /* prefix.c */; };
-		D88108781A16743200943B67 /* preonly.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105D91A16743100943B67 /* preonly.c */; };
-		D88108791A16743200943B67 /* projection.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105DA1A16743100943B67 /* projection.c */; };
-		D881087A1A16743200943B67 /* psleep.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105DB1A16743100943B67 /* psleep.c */; };
-		D881087B1A16743200943B67 /* psplit.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105DC1A16743100943B67 /* psplit.c */; };
-		D881087C1A16743200943B67 /* pstack.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105DD1A16743100943B67 /* pstack.c */; };
-		D881087D1A16743200943B67 /* ptype.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105DE1A16743100943B67 /* ptype.c */; };
-		D881087E1A16743200943B67 /* pvec2.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105DF1A16743100943B67 /* pvec2.c */; };
-		D881087F1A16743200943B67 /* pythonksp.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105E01A16743100943B67 /* pythonksp.c */; };
-		D88108801A16743200943B67 /* pythonmat.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105E11A16743100943B67 /* pythonmat.c */; };
-		D88108811A16743200943B67 /* pythonpc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105E21A16743100943B67 /* pythonpc.c */; };
-		D88108821A16743200943B67 /* pythonsnes.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105E31A16743100943B67 /* pythonsnes.c */; };
-		D88108831A16743200943B67 /* pythonsys.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105E41A16743100943B67 /* pythonsys.c */; };
-		D88108841A16743200943B67 /* pythonts.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105E51A16743100943B67 /* pythonts.c */; };
-		D88108851A16743200943B67 /* qcg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105E61A16743100943B67 /* qcg.c */; };
-		D88108861A16743200943B67 /* qmdmrg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105E71A16743100943B67 /* qmdmrg.c */; };
-		D88108871A16743200943B67 /* qmdqt.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105E81A16743100943B67 /* qmdqt.c */; };
-		D88108881A16743200943B67 /* qmdrch.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105E91A16743100943B67 /* qmdrch.c */; };
-		D88108891A16743200943B67 /* qmdupd.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105EA1A16743100943B67 /* qmdupd.c */; };
-		D881088A1A16743200943B67 /* qn.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105EB1A16743100943B67 /* qn.c */; };
-		D881088B1A16743200943B67 /* rand.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105EC1A16743100943B67 /* rand.c */; };
-		D881088C1A16743200943B67 /* rand48.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105ED1A16743100943B67 /* rand48.c */; };
-		D881088D1A16743200943B67 /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105EE1A16743100943B67 /* random.c */; };
-		D881088E1A16743200943B67 /* randomc.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105EF1A16743100943B67 /* randomc.c */; };
-		D881088F1A16743200943B67 /* randreg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105F01A16743100943B67 /* randreg.c */; };
-		D88108901A16743200943B67 /* rcm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105F11A16743100943B67 /* rcm.c */; };
-		D88108911A16743200943B67 /* redistribute.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105F21A16743100943B67 /* redistribute.c */; };
-		D88108921A16743200943B67 /* redundant.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105F31A16743100943B67 /* redundant.c */; };
-		D88108931A16743200943B67 /* reg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105F41A16743100943B67 /* reg.c */; };
-		D88108941A16743200943B67 /* rich.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105F51A16743100943B67 /* rich.c */; };
-		D88108951A16743200943B67 /* richscale.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105F61A16743100943B67 /* richscale.c */; };
-		D88108961A16743200943B67 /* rk.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105F71A16743100943B67 /* rk.c */; };
-		D88108971A16743200943B67 /* rootls.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105F81A16743100943B67 /* rootls.c */; };
-		D88108981A16743200943B67 /* rosw.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105F91A16743100943B67 /* rosw.c */; };
-		D88108991A16743200943B67 /* rpath.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105FA1A16743100943B67 /* rpath.c */; };
-		D881089A1A16743200943B67 /* rvector.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105FB1A16743100943B67 /* rvector.c */; };
-		D881089B1A16743200943B67 /* sbaij.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105FC1A16743100943B67 /* sbaij.c */; };
-		D881089C1A16743200943B67 /* sbaij2.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105FD1A16743100943B67 /* sbaij2.c */; };
-		D881089D1A16743200943B67 /* sbaijfact.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105FE1A16743100943B67 /* sbaijfact.c */; };
-		D881089E1A16743200943B67 /* sbaijfact10.c in Sources */ = {isa = PBXBuildFile; fileRef = D88105FF1A16743100943B67 /* sbaijfact10.c */; };
-		D881089F1A16743200943B67 /* sbaijfact11.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106001A16743100943B67 /* sbaijfact11.c */; };
-		D88108A01A16743200943B67 /* sbaijfact12.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106011A16743100943B67 /* sbaijfact12.c */; };
-		D88108A11A16743200943B67 /* sbaijfact2.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106021A16743100943B67 /* sbaijfact2.c */; };
-		D88108A21A16743200943B67 /* sbaijfact3.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106031A16743100943B67 /* sbaijfact3.c */; };
-		D88108A31A16743200943B67 /* sbaijfact4.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106041A16743100943B67 /* sbaijfact4.c */; };
-		D88108A41A16743200943B67 /* sbaijfact5.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106051A16743100943B67 /* sbaijfact5.c */; };
-		D88108A51A16743200943B67 /* sbaijfact6.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106061A16743100943B67 /* sbaijfact6.c */; };
-		D88108A61A16743200943B67 /* sbaijfact7.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106071A16743100943B67 /* sbaijfact7.c */; };
-		D88108A71A16743200943B67 /* sbaijfact8.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106081A16743100943B67 /* sbaijfact8.c */; };
-		D88108A81A16743200943B67 /* sbaijfact9.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106091A16743100943B67 /* sbaijfact9.c */; };
-		D88108A91A16743200943B67 /* sbaijov.c in Sources */ = {isa = PBXBuildFile; fileRef = D881060A1A16743100943B67 /* sbaijov.c */; };
-		D88108AA1A16743200943B67 /* sbstream.c in Sources */ = {isa = PBXBuildFile; fileRef = D881060B1A16743100943B67 /* sbstream.c */; };
-		D88108AB1A16743200943B67 /* sbstrmfact.c in Sources */ = {isa = PBXBuildFile; fileRef = D881060C1A16743100943B67 /* sbstrmfact.c */; };
-		D88108AC1A16743200943B67 /* schurm.c in Sources */ = {isa = PBXBuildFile; fileRef = D881060D1A16743100943B67 /* schurm.c */; };
-		D88108AD1A16743200943B67 /* scoarsen.c in Sources */ = {isa = PBXBuildFile; fileRef = D881060E1A16743100943B67 /* scoarsen.c */; };
-		D88108AE1A16743200943B67 /* segbuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = D881060F1A16743100943B67 /* segbuffer.c */; };
-		D88108AF1A16743200943B67 /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106101A16743100943B67 /* select.c */; };
-		D88108B01A16743200943B67 /* send.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106111A16743100943B67 /* send.c */; };
-		D88108B11A16743200943B67 /* seq.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106121A16743100943B67 /* seq.c */; };
-		D88108B21A16743200943B67 /* setr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106131A16743100943B67 /* setr.c */; };
-		D88108B31A16743200943B67 /* sf.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106141A16743100943B67 /* sf.c */; };
-		D88108B41A16743200943B67 /* sfbasic.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106151A16743100943B67 /* sfbasic.c */; };
-		D88108B51A16743200943B67 /* sfregi.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106161A16743100943B67 /* sfregi.c */; };
-		D88108B61A16743200943B67 /* sftype.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106171A16743100943B67 /* sftype.c */; };
-		D88108B71A16743200943B67 /* shell.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106181A16743100943B67 /* shell.c */; };
-		D88108B81A16743200943B67 /* shellcnv.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106191A16743100943B67 /* shellcnv.c */; };
-		D88108B91A16743200943B67 /* shellpc.c in Sources */ = {isa = PBXBuildFile; fileRef = D881061A1A16743100943B67 /* shellpc.c */; };
-		D88108BA1A16743200943B67 /* shvec.c in Sources */ = {isa = PBXBuildFile; fileRef = D881061B1A16743100943B67 /* shvec.c */; };
-		D88108BB1A16743200943B67 /* signal.c in Sources */ = {isa = PBXBuildFile; fileRef = D881061C1A16743100943B67 /* signal.c */; };
-		D88108BC1A16743200943B67 /* slda.c in Sources */ = {isa = PBXBuildFile; fileRef = D881061D1A16743100943B67 /* slda.c */; };
-		D88108BD1A16743200943B67 /* sliced.c in Sources */ = {isa = PBXBuildFile; fileRef = D881061E1A16743100943B67 /* sliced.c */; };
-		D88108BE1A16743200943B67 /* slo.c in Sources */ = {isa = PBXBuildFile; fileRef = D881061F1A16743100943B67 /* slo.c */; };
-		D88108BF1A16743200943B67 /* slregis.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106201A16743100943B67 /* slregis.c */; };
-		D88108C01A16743200943B67 /* smatlab.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106211A16743100943B67 /* smatlab.c */; };
-		D88108C11A16743200943B67 /* smg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106221A16743100943B67 /* smg.c */; };
-		D88108C21A16743200943B67 /* snes.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106231A16743100943B67 /* snes.c */; };
-		D88108C31A16743200943B67 /* snescomposite.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106241A16743100943B67 /* snescomposite.c */; };
-		D88108C41A16743200943B67 /* snesdnest.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106251A16743100943B67 /* snesdnest.c */; };
-		D88108C51A16743200943B67 /* snesgs.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106261A16743100943B67 /* snesgs.c */; };
-		D88108C61A16743200943B67 /* snesj.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106271A16743100943B67 /* snesj.c */; };
-		D88108C71A16743200943B67 /* snesj2.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106281A16743100943B67 /* snesj2.c */; };
-		D88108C81A16743200943B67 /* snesmfj.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106291A16743100943B67 /* snesmfj.c */; };
-		D88108C91A16743200943B67 /* snesmfj2.c in Sources */ = {isa = PBXBuildFile; fileRef = D881062A1A16743100943B67 /* snesmfj2.c */; };
-		D88108CA1A16743200943B67 /* snesncg.c in Sources */ = {isa = PBXBuildFile; fileRef = D881062B1A16743100943B67 /* snesncg.c */; };
-		D88108CB1A16743200943B67 /* snesngmres.c in Sources */ = {isa = PBXBuildFile; fileRef = D881062C1A16743100943B67 /* snesngmres.c */; };
-		D88108CC1A16743200943B67 /* snesnoise.c in Sources */ = {isa = PBXBuildFile; fileRef = D881062D1A16743100943B67 /* snesnoise.c */; };
-		D88108CD1A16743200943B67 /* snesob.c in Sources */ = {isa = PBXBuildFile; fileRef = D881062E1A16743100943B67 /* snesob.c */; };
-		D88108CE1A16743200943B67 /* snespc.c in Sources */ = {isa = PBXBuildFile; fileRef = D881062F1A16743100943B67 /* snespc.c */; };
-		D88108CF1A16743200943B67 /* snesregi.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106301A16743100943B67 /* snesregi.c */; };
-		D88108D01A16743200943B67 /* snesrichardson.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106311A16743100943B67 /* snesrichardson.c */; };
-		D88108D11A16743200943B67 /* snesshell.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106321A16743100943B67 /* snesshell.c */; };
-		D88108D21A16743200943B67 /* snestest.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106331A16743100943B67 /* snestest.c */; };
-		D88108D31A16743200943B67 /* snesut.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106341A16743100943B67 /* snesut.c */; };
-		D88108D41A16743200943B67 /* sor.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106351A16743100943B67 /* sor.c */; };
-		D88108D51A16743200943B67 /* sorder.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106361A16743100943B67 /* sorder.c */; };
-		D88108D61A16743200943B67 /* sortd.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106371A16743100943B67 /* sortd.c */; };
-		D88108D71A16743200943B67 /* sorti.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106381A16743100943B67 /* sorti.c */; };
-		D88108D81A16743200943B67 /* sortip.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106391A16743100943B67 /* sortip.c */; };
-		D88108D91A16743200943B67 /* sp1wd.c in Sources */ = {isa = PBXBuildFile; fileRef = D881063A1A16743100943B67 /* sp1wd.c */; };
-		D88108DA1A16743200943B67 /* spartition.c in Sources */ = {isa = PBXBuildFile; fileRef = D881063B1A16743100943B67 /* spartition.c */; };
-		D88108DB1A16743200943B67 /* spbas.c in Sources */ = {isa = PBXBuildFile; fileRef = D881063C1A16743100943B67 /* spbas.c */; };
-		D88108DC1A16743200943B67 /* specest.c in Sources */ = {isa = PBXBuildFile; fileRef = D881063D1A16743100943B67 /* specest.c */; };
-		D88108DD1A16743200943B67 /* spectral.c in Sources */ = {isa = PBXBuildFile; fileRef = D881063E1A16743100943B67 /* spectral.c */; };
-		D88108DE1A16743200943B67 /* spnd.c in Sources */ = {isa = PBXBuildFile; fileRef = D881063F1A16743100943B67 /* spnd.c */; };
-		D88108DF1A16743200943B67 /* spqmd.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106401A16743100943B67 /* spqmd.c */; };
-		D88108E01A16743200943B67 /* sprcm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106411A16743100943B67 /* sprcm.c */; };
-		D88108E11A16743200943B67 /* sregis.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106421A16743100943B67 /* sregis.c */; };
-		D88108E21A16743200943B67 /* sro.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106431A16743100943B67 /* sro.c */; };
-		D88108E31A16743200943B67 /* sseenabled.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106441A16743100943B67 /* sseenabled.c */; };
-		D88108E41A16743200943B67 /* ssfls.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106451A16743100943B67 /* ssfls.c */; };
-		D88108E51A16743200943B67 /* ssils.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106461A16743100943B67 /* ssils.c */; };
-		D88108E61A16743200943B67 /* ssls.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106471A16743100943B67 /* ssls.c */; };
-		D88108E71A16743200943B67 /* ssp.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106481A16743100943B67 /* ssp.c */; };
-		D88108E81A16743200943B67 /* stack.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106491A16743100943B67 /* stack.c */; };
-		D88108E91A16743200943B67 /* stagelog.c in Sources */ = {isa = PBXBuildFile; fileRef = D881064A1A16743100943B67 /* stagelog.c */; };
-		D88108EA1A16743200943B67 /* state.c in Sources */ = {isa = PBXBuildFile; fileRef = D881064B1A16743100943B67 /* state.c */; };
-		D88108EB1A16743200943B67 /* stcg.c in Sources */ = {isa = PBXBuildFile; fileRef = D881064C1A16743100943B67 /* stcg.c */; };
-		D88108EC1A16743200943B67 /* str.c in Sources */ = {isa = PBXBuildFile; fileRef = D881064D1A16743100943B67 /* str.c */; };
-		D88108ED1A16743200943B67 /* stride.c in Sources */ = {isa = PBXBuildFile; fileRef = D881064E1A16743100943B67 /* stride.c */; };
-		D88108EE1A16743200943B67 /* stringv.c in Sources */ = {isa = PBXBuildFile; fileRef = D881064F1A16743100943B67 /* stringv.c */; };
-		D88108EF1A16743200943B67 /* subcomm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106501A16743100943B67 /* subcomm.c */; };
-		D88108F01A16743200943B67 /* submat.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106511A16743100943B67 /* submat.c */; };
-		D88108F11A16743200943B67 /* submatfree.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106521A16743100943B67 /* submatfree.c */; };
-		D88108F21A16743200943B67 /* svd.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106531A16743100943B67 /* svd.c */; };
-		D88108F31A16743200943B67 /* symmlq.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106541A16743100943B67 /* symmlq.c */; };
-		D88108F41A16743200943B67 /* symtranspose.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106551A16743100943B67 /* symtranspose.c */; };
-		D88108F51A16743200943B67 /* sysio.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106561A16743100943B67 /* sysio.c */; };
-		D88108F61A16743200943B67 /* tagm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106571A16743100943B67 /* tagm.c */; };
-		D88108F71A16743200943B67 /* tao_util.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106581A16743100943B67 /* tao_util.c */; };
-		D88108F81A16743200943B67 /* taocg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106591A16743100943B67 /* taocg.c */; };
-		D88108F91A16743200943B67 /* taolinesearch.c in Sources */ = {isa = PBXBuildFile; fileRef = D881065A1A16743100943B67 /* taolinesearch.c */; };
-		D88108FA1A16743200943B67 /* taosolver.c in Sources */ = {isa = PBXBuildFile; fileRef = D881065B1A16743100943B67 /* taosolver.c */; };
-		D88108FB1A16743200943B67 /* taosolver_bounds.c in Sources */ = {isa = PBXBuildFile; fileRef = D881065C1A16743100943B67 /* taosolver_bounds.c */; };
-		D88108FC1A16743200943B67 /* taosolver_fg.c in Sources */ = {isa = PBXBuildFile; fileRef = D881065D1A16743100943B67 /* taosolver_fg.c */; };
-		D88108FD1A16743200943B67 /* taosolver_hj.c in Sources */ = {isa = PBXBuildFile; fileRef = D881065E1A16743100943B67 /* taosolver_hj.c */; };
-		D88108FE1A16743200943B67 /* taosolverregi.c in Sources */ = {isa = PBXBuildFile; fileRef = D881065F1A16743100943B67 /* taosolverregi.c */; };
-		D88108FF1A16743200943B67 /* tcqmr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106601A16743100943B67 /* tcqmr.c */; };
-		D88109001A16743200943B67 /* tfqmr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106611A16743100943B67 /* tfqmr.c */; };
-		D88109011A16743200943B67 /* tfs.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106621A16743100943B67 /* tfs.c */; };
-		D88109021A16743200943B67 /* theta.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106631A16743200943B67 /* theta.c */; };
-		D88109031A16743200943B67 /* threadcomm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106641A16743200943B67 /* threadcomm.c */; };
-		D88109041A16743200943B67 /* threadcommred.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106651A16743200943B67 /* threadcommred.c */; };
-		D88109051A16743200943B67 /* threadcommregi.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106661A16743200943B67 /* threadcommregi.c */; };
-		D88109061A16743200943B67 /* tikz.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106671A16743200943B67 /* tikz.c */; };
-		D88109071A16743200943B67 /* tools.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106681A16743200943B67 /* tools.c */; };
-		D88109081A16743200943B67 /* tr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106691A16743200943B67 /* tr.c */; };
-		D88109091A16743200943B67 /* transm.c in Sources */ = {isa = PBXBuildFile; fileRef = D881066A1A16743200943B67 /* transm.c */; };
-		D881090A1A16743200943B67 /* tron.c in Sources */ = {isa = PBXBuildFile; fileRef = D881066B1A16743200943B67 /* tron.c */; };
-		D881090B1A16743200943B67 /* ts.c in Sources */ = {isa = PBXBuildFile; fileRef = D881066C1A16743200943B67 /* ts.c */; };
-		D881090C1A16743200943B67 /* tsadapt.c in Sources */ = {isa = PBXBuildFile; fileRef = D881066D1A16743200943B67 /* tsadapt.c */; };
-		D881090D1A16743200943B67 /* tscreate.c in Sources */ = {isa = PBXBuildFile; fileRef = D881066E1A16743200943B67 /* tscreate.c */; };
-		D881090E1A16743200943B67 /* tseig.c in Sources */ = {isa = PBXBuildFile; fileRef = D881066F1A16743200943B67 /* tseig.c */; };
-		D881090F1A16743200943B67 /* tsevent.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106701A16743200943B67 /* tsevent.c */; };
-		D88109101A16743200943B67 /* tsreg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106711A16743200943B67 /* tsreg.c */; };
-		D88109111A16743200943B67 /* tsregall.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106721A16743200943B67 /* tsregall.c */; };
-		D88109121A16743200943B67 /* tv_data_display.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106731A16743200943B67 /* tv_data_display.c */; };
-		D88109131A16743200943B67 /* unit.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106741A16743200943B67 /* unit.c */; };
-		D88109141A16743200943B67 /* valid.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106751A16743200943B67 /* valid.c */; };
-		D88109151A16743200943B67 /* vcreatea.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106761A16743200943B67 /* vcreatea.c */; };
-		D88109161A16743200943B67 /* veccreate.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106771A16743200943B67 /* veccreate.c */; };
-		D88109171A16743200943B67 /* vecio.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106781A16743200943B67 /* vecio.c */; };
-		D88109181A16743200943B67 /* vecmpitoseq.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106791A16743200943B67 /* vecmpitoseq.c */; };
-		D88109191A16743200943B67 /* vecnest.c in Sources */ = {isa = PBXBuildFile; fileRef = D881067A1A16743200943B67 /* vecnest.c */; };
-		D881091A1A16743200943B67 /* vecreg.c in Sources */ = {isa = PBXBuildFile; fileRef = D881067B1A16743200943B67 /* vecreg.c */; };
-		D881091B1A16743200943B67 /* vecregall.c in Sources */ = {isa = PBXBuildFile; fileRef = D881067C1A16743200943B67 /* vecregall.c */; };
-		D881091C1A16743200943B67 /* vecs.c in Sources */ = {isa = PBXBuildFile; fileRef = D881067D1A16743200943B67 /* vecs.c */; };
-		D881091D1A16743200943B67 /* vecstash.c in Sources */ = {isa = PBXBuildFile; fileRef = D881067E1A16743200943B67 /* vecstash.c */; };
-		D881091E1A16743200943B67 /* vector.c in Sources */ = {isa = PBXBuildFile; fileRef = D881067F1A16743200943B67 /* vector.c */; };
-		D881091F1A16743200943B67 /* verboseinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106801A16743200943B67 /* verboseinfo.c */; };
-		D88109201A16743200943B67 /* version.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106811A16743200943B67 /* version.c */; };
-		D88109211A16743200943B67 /* vi.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106821A16743200943B67 /* vi.c */; };
-		D88109221A16743200943B67 /* view.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106831A16743200943B67 /* view.c */; };
-		D88109231A16743200943B67 /* viewa.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106841A16743200943B67 /* viewa.c */; };
-		D88109241A16743200943B67 /* viewers.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106851A16743200943B67 /* viewers.c */; };
-		D88109251A16743200943B67 /* viewreg.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106861A16743200943B67 /* viewreg.c */; };
-		D88109261A16743200943B67 /* viewregall.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106871A16743200943B67 /* viewregall.c */; };
-		D88109271A16743200943B67 /* vinv.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106881A16743200943B67 /* vinv.c */; };
-		D88109281A16743200943B67 /* virs.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106891A16743200943B67 /* virs.c */; };
-		D88109291A16743200943B67 /* viss.c in Sources */ = {isa = PBXBuildFile; fileRef = D881068A1A16743200943B67 /* viss.c */; };
-		D881092A1A16743200943B67 /* vmpicr.c in Sources */ = {isa = PBXBuildFile; fileRef = D881068B1A16743200943B67 /* vmpicr.c */; };
-		D881092B1A16743200943B67 /* vpscat.c in Sources */ = {isa = PBXBuildFile; fileRef = D881068C1A16743200943B67 /* vpscat.c */; };
-		D881092C1A16743200943B67 /* vscat.c in Sources */ = {isa = PBXBuildFile; fileRef = D881068D1A16743200943B67 /* vscat.c */; };
-		D881092D1A16743200943B67 /* vsection.c in Sources */ = {isa = PBXBuildFile; fileRef = D881068E1A16743200943B67 /* vsection.c */; };
-		D881092E1A16743200943B67 /* vsectionis.c in Sources */ = {isa = PBXBuildFile; fileRef = D881068F1A16743200943B67 /* vsectionis.c */; };
-		D881092F1A16743200943B67 /* vseqcr.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106901A16743200943B67 /* vseqcr.c */; };
-		D88109301A16743200943B67 /* vtkv.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106911A16743200943B67 /* vtkv.c */; };
-		D88109311A16743200943B67 /* wb.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106921A16743200943B67 /* wb.c */; };
-		D88109321A16743200943B67 /* wbm.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106931A16743200943B67 /* wbm.c */; };
-		D88109331A16743200943B67 /* weights.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106941A16743200943B67 /* weights.c */; };
-		D88109341A16743200943B67 /* wp.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106951A16743200943B67 /* wp.c */; };
-		D88109351A16743200943B67 /* xmon.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106961A16743200943B67 /* xmon.c */; };
-		D88109361A16743200943B67 /* xxt.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106971A16743200943B67 /* xxt.c */; };
-		D88109371A16743200943B67 /* xyt.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106981A16743200943B67 /* xyt.c */; };
-		D88109381A16743200943B67 /* zerodiag.c in Sources */ = {isa = PBXBuildFile; fileRef = D88106991A16743200943B67 /* zerodiag.c */; };
-		D88109391A16743200943B67 /* zoom.c in Sources */ = {isa = PBXBuildFile; fileRef = D881069A1A16743200943B67 /* zoom.c */; };
-		D8AAC87B19F479F200B1EAB0 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8AAC87A19F479F200B1EAB0 /* Accelerate.framework */; };
-		D8AAC87D19F47A0200B1EAB0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8AAC87C19F47A0200B1EAB0 /* Foundation.framework */; };
-		D8AAC87F19F47A1300B1EAB0 /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8AAC87E19F47A1300B1EAB0 /* GLKit.framework */; };
-		D8AAC88119F47A2A00B1EAB0 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8AAC88019F47A2A00B1EAB0 /* OpenGLES.framework */; };
-		D8AAC88319F47A3300B1EAB0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8AAC88219F47A3300B1EAB0 /* UIKit.framework */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXFileReference section */
-		D88103FC1A16742F00943B67 /* adamat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = adamat.c; sourceTree = "<group>"; };
-		D88103FD1A16742F00943B67 /* adaptbasic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = adaptbasic.c; sourceTree = "<group>"; };
-		D88103FE1A16742F00943B67 /* adaptcfl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = adaptcfl.c; sourceTree = "<group>"; };
-		D88103FF1A16742F00943B67 /* adaptnone.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = adaptnone.c; sourceTree = "<group>"; };
-		D88104001A16742F00943B67 /* adebug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = adebug.c; sourceTree = "<group>"; };
-		D88104011A16742F00943B67 /* agg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = agg.c; sourceTree = "<group>"; };
-		D88104021A16742F00943B67 /* aij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aij.c; sourceTree = "<group>"; };
-		D88104031A16742F00943B67 /* aijbaij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aijbaij.c; sourceTree = "<group>"; };
-		D88104041A16742F00943B67 /* aijfact.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aijfact.c; sourceTree = "<group>"; };
-		D88104051A16742F00943B67 /* aijsbaij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aijsbaij.c; sourceTree = "<group>"; };
-		D88104061A16742F00943B67 /* alpha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = alpha.c; sourceTree = "<group>"; };
-		D88104071A16742F00943B67 /* anderson.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = anderson.c; sourceTree = "<group>"; };
-		D88104081A16742F00943B67 /* ao.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ao.c; sourceTree = "<group>"; };
-		D88104091A16742F00943B67 /* aobasic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aobasic.c; sourceTree = "<group>"; };
-		D881040A1A16742F00943B67 /* aomapping.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aomapping.c; sourceTree = "<group>"; };
-		D881040B1A16742F00943B67 /* aomemscalable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aomemscalable.c; sourceTree = "<group>"; };
-		D881040C1A16742F00943B67 /* aoptions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aoptions.c; sourceTree = "<group>"; };
-		D881040D1A16742F00943B67 /* aoreg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aoreg.c; sourceTree = "<group>"; };
-		D881040E1A16742F00943B67 /* aoregall.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aoregall.c; sourceTree = "<group>"; };
-		D881040F1A16742F00943B67 /* arch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = arch.c; sourceTree = "<group>"; };
-		D88104101A16742F00943B67 /* arkimex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = arkimex.c; sourceTree = "<group>"; };
-		D88104111A16742F00943B67 /* armijo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = armijo.c; sourceTree = "<group>"; };
-		D88104121A16742F00943B67 /* asfls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asfls.c; sourceTree = "<group>"; };
-		D88104131A16742F00943B67 /* asils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asils.c; sourceTree = "<group>"; };
-		D88104141A16742F00943B67 /* asm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asm.c; sourceTree = "<group>"; };
-		D88104151A16742F00943B67 /* aspin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aspin.c; sourceTree = "<group>"; };
-		D88104161A16742F00943B67 /* axis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = axis.c; sourceTree = "<group>"; };
-		D88104171A16742F00943B67 /* axisc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = axisc.c; sourceTree = "<group>"; };
-		D88104181A16742F00943B67 /* axpy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = axpy.c; sourceTree = "<group>"; };
-		D88104191A16742F00943B67 /* bag.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bag.c; sourceTree = "<group>"; };
-		D881041A1A16742F00943B67 /* baij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baij.c; sourceTree = "<group>"; };
-		D881041B1A16742F00943B67 /* baij2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baij2.c; sourceTree = "<group>"; };
-		D881041C1A16742F00943B67 /* baijfact.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijfact.c; sourceTree = "<group>"; };
-		D881041D1A16742F00943B67 /* baijfact11.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijfact11.c; sourceTree = "<group>"; };
-		D881041E1A16742F00943B67 /* baijfact13.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijfact13.c; sourceTree = "<group>"; };
-		D881041F1A16742F00943B67 /* baijfact2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijfact2.c; sourceTree = "<group>"; };
-		D88104201A16742F00943B67 /* baijfact3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijfact3.c; sourceTree = "<group>"; };
-		D88104211A16742F00943B67 /* baijfact4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijfact4.c; sourceTree = "<group>"; };
-		D88104221A16742F00943B67 /* baijfact5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijfact5.c; sourceTree = "<group>"; };
-		D88104231A16742F00943B67 /* baijfact7.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijfact7.c; sourceTree = "<group>"; };
-		D88104241A16742F00943B67 /* baijfact9.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijfact9.c; sourceTree = "<group>"; };
-		D88104251A16742F00943B67 /* baijov.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijov.c; sourceTree = "<group>"; };
-		D88104261A16742F00943B67 /* baijsolv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijsolv.c; sourceTree = "<group>"; };
-		D88104271A16742F00943B67 /* baijsolvnat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijsolvnat.c; sourceTree = "<group>"; };
-		D88104281A16742F00943B67 /* baijsolvtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijsolvtran.c; sourceTree = "<group>"; };
-		D88104291A16742F00943B67 /* baijsolvtrannat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = baijsolvtrannat.c; sourceTree = "<group>"; };
-		D881042A1A16742F00943B67 /* bandwidth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bandwidth.c; sourceTree = "<group>"; };
-		D881042B1A16742F00943B67 /* basfactor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = basfactor.c; sourceTree = "<group>"; };
-		D881042C1A16742F00943B67 /* bcgs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bcgs.c; sourceTree = "<group>"; };
-		D881042D1A16742F00943B67 /* bcgsl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bcgsl.c; sourceTree = "<group>"; };
-		D881042E1A16742F00943B67 /* bicg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bicg.c; sourceTree = "<group>"; };
-		D881042F1A16742F00943B67 /* binv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = binv.c; sourceTree = "<group>"; };
-		D88104301A16742F00943B67 /* bipartite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bipartite.c; sourceTree = "<group>"; };
-		D88104311A16742F00943B67 /* bitmask.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bitmask.c; sourceTree = "<group>"; };
-		D88104321A16742F00943B67 /* bjacobi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bjacobi.c; sourceTree = "<group>"; };
-		D88104331A16742F00943B67 /* blmvm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = blmvm.c; sourceTree = "<group>"; };
-		D88104341A16742F00943B67 /* block.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = block.c; sourceTree = "<group>"; };
-		D88104351A16742F00943B67 /* blockmat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = blockmat.c; sourceTree = "<group>"; };
-		D88104361A16742F00943B67 /* bmrm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bmrm.c; sourceTree = "<group>"; };
-		D88104371A16742F00943B67 /* borthog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = borthog.c; sourceTree = "<group>"; };
-		D88104381A16742F00943B67 /* borthog2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = borthog2.c; sourceTree = "<group>"; };
-		D88104391A16742F00943B67 /* bqpip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bqpip.c; sourceTree = "<group>"; };
-		D881043A1A16742F00943B67 /* bstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bstream.c; sourceTree = "<group>"; };
-		D881043B1A16742F00943B67 /* bstrmfact.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bstrmfact.c; sourceTree = "<group>"; };
-		D881043C1A16742F00943B67 /* bvec1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bvec1.c; sourceTree = "<group>"; };
-		D881043D1A16742F00943B67 /* bvec2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bvec2.c; sourceTree = "<group>"; };
-		D881043E1A16742F00943B67 /* bvec3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bvec3.c; sourceTree = "<group>"; };
-		D881043F1A16742F00943B67 /* cg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cg.c; sourceTree = "<group>"; };
-		D88104401A16742F00943B67 /* cgeig.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cgeig.c; sourceTree = "<group>"; };
-		D88104411A16742F00943B67 /* cgne.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cgne.c; sourceTree = "<group>"; };
-		D88104421A16742F00943B67 /* cgs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cgs.c; sourceTree = "<group>"; };
-		D88104431A16742F00943B67 /* cgtype.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cgtype.c; sourceTree = "<group>"; };
-		D88104441A16742F00943B67 /* characteristic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = characteristic.c; sourceTree = "<group>"; };
-		D88104451A16742F00943B67 /* cheby.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cheby.c; sourceTree = "<group>"; };
-		D88104461A16742F00943B67 /* checkptr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = checkptr.c; sourceTree = "<group>"; };
-		D88104471A16742F00943B67 /* cholesky.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cholesky.c; sourceTree = "<group>"; };
-		D88104481A16742F00943B67 /* classical.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = classical.c; sourceTree = "<group>"; };
-		D88104491A16742F00943B67 /* classlog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = classlog.c; sourceTree = "<group>"; };
-		D881044A1A16742F00943B67 /* cmesh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cmesh.c; sourceTree = "<group>"; };
-		D881044B1A16742F00943B67 /* coarsen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = coarsen.c; sourceTree = "<group>"; };
-		D881044C1A16742F00943B67 /* color.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = color.c; sourceTree = "<group>"; };
-		D881044D1A16742F00943B67 /* comb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = comb.c; sourceTree = "<group>"; };
-		D881044E1A16742F00943B67 /* comm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = comm.c; sourceTree = "<group>"; };
-		D881044F1A16742F00943B67 /* commonmpvec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = commonmpvec.c; sourceTree = "<group>"; };
-		D88104501A16742F00943B67 /* composite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = composite.c; sourceTree = "<group>"; };
-		D88104511A16742F00943B67 /* compressedrow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compressedrow.c; sourceTree = "<group>"; };
-		D88104521A16742F00943B67 /* const.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = const.c; sourceTree = "<group>"; };
-		D88104531A16742F00943B67 /* convert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = convert.c; sourceTree = "<group>"; };
-		D88104541A16742F00943B67 /* cp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cp.c; sourceTree = "<group>"; };
-		D88104551A16742F00943B67 /* cputime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cputime.c; sourceTree = "<group>"; };
-		D88104561A16742F00943B67 /* cr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cr.c; sourceTree = "<group>"; };
-		D88104571A16742F00943B67 /* crl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crl.c; sourceTree = "<group>"; };
-		D88104581A16742F00943B67 /* csrperm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = csrperm.c; sourceTree = "<group>"; };
-		D88104591A16742F00943B67 /* cstring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cstring.c; sourceTree = "<group>"; };
-		D881045A1A16742F00943B67 /* ctable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ctable.c; sourceTree = "<group>"; };
-		D881045B1A16742F00943B67 /* da.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = da.c; sourceTree = "<group>"; };
-		D881045C1A16742F00943B67 /* da1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = da1.c; sourceTree = "<group>"; };
-		D881045D1A16742F00943B67 /* da2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = da2.c; sourceTree = "<group>"; };
-		D881045E1A16742F00943B67 /* da3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = da3.c; sourceTree = "<group>"; };
-		D881045F1A16742F00943B67 /* dacorn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dacorn.c; sourceTree = "<group>"; };
-		D88104601A16742F00943B67 /* dacreate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dacreate.c; sourceTree = "<group>"; };
-		D88104611A16742F00943B67 /* dadd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dadd.c; sourceTree = "<group>"; };
-		D88104621A16742F00943B67 /* dadestroy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dadestroy.c; sourceTree = "<group>"; };
-		D88104631A16742F00943B67 /* dadist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dadist.c; sourceTree = "<group>"; };
-		D88104641A16742F00943B67 /* dageometry.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dageometry.c; sourceTree = "<group>"; };
-		D88104651A16742F00943B67 /* dagetarray.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dagetarray.c; sourceTree = "<group>"; };
-		D88104661A16742F00943B67 /* dagetelem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dagetelem.c; sourceTree = "<group>"; };
-		D88104671A16742F00943B67 /* daghost.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = daghost.c; sourceTree = "<group>"; };
-		D88104681A16742F00943B67 /* dagtol.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dagtol.c; sourceTree = "<group>"; };
-		D88104691A16742F00943B67 /* dagtona.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dagtona.c; sourceTree = "<group>"; };
-		D881046A1A16742F00943B67 /* daindex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = daindex.c; sourceTree = "<group>"; };
-		D881046B1A16742F00943B67 /* dainterp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dainterp.c; sourceTree = "<group>"; };
-		D881046C1A16742F00943B67 /* dalocal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dalocal.c; sourceTree = "<group>"; };
-		D881046D1A16742F00943B67 /* daltol.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = daltol.c; sourceTree = "<group>"; };
-		D881046E1A16742F00943B67 /* dapf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dapf.c; sourceTree = "<group>"; };
-		D881046F1A16742F00943B67 /* dapreallocate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dapreallocate.c; sourceTree = "<group>"; };
-		D88104701A16742F00943B67 /* dareg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dareg.c; sourceTree = "<group>"; };
-		D88104711A16742F00943B67 /* dascatter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dascatter.c; sourceTree = "<group>"; };
-		D88104721A16742F00943B67 /* dasub.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dasub.c; sourceTree = "<group>"; };
-		D88104731A16742F00943B67 /* daview.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = daview.c; sourceTree = "<group>"; };
-		D88104741A16742F00943B67 /* dbuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dbuff.c; sourceTree = "<group>"; };
-		D88104751A16742F00943B67 /* dclear.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dclear.c; sourceTree = "<group>"; };
-		D88104761A16742F00943B67 /* dcoor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dcoor.c; sourceTree = "<group>"; };
-		D88104771A16742F00943B67 /* degr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = degr.c; sourceTree = "<group>"; };
-		D88104781A16742F00943B67 /* degree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = degree.c; sourceTree = "<group>"; };
-		D88104791A16742F00943B67 /* dellipse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dellipse.c; sourceTree = "<group>"; };
-		D881047A1A16742F00943B67 /* dense.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dense.c; sourceTree = "<group>"; };
-		D881047B1A16742F00943B67 /* destroy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = destroy.c; sourceTree = "<group>"; };
-		D881047C1A16742F00943B67 /* dflush.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dflush.c; sourceTree = "<group>"; };
-		D881047D1A16742F00943B67 /* dgcoor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dgcoor.c; sourceTree = "<group>"; };
-		D881047E1A16742F00943B67 /* dgedi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dgedi.c; sourceTree = "<group>"; };
-		D881047F1A16742F00943B67 /* dgefa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dgefa.c; sourceTree = "<group>"; };
-		D88104801A16743000943B67 /* dgefa2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dgefa2.c; sourceTree = "<group>"; };
-		D88104811A16743000943B67 /* dgefa3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dgefa3.c; sourceTree = "<group>"; };
-		D88104821A16743000943B67 /* dgefa4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dgefa4.c; sourceTree = "<group>"; };
-		D88104831A16743000943B67 /* dgefa5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dgefa5.c; sourceTree = "<group>"; };
-		D88104841A16743000943B67 /* dgefa6.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dgefa6.c; sourceTree = "<group>"; };
-		D88104851A16743000943B67 /* dgefa7.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dgefa7.c; sourceTree = "<group>"; };
-		D88104861A16743000943B67 /* dgmres.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dgmres.c; sourceTree = "<group>"; };
-		D88104871A16743000943B67 /* dgpause.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dgpause.c; sourceTree = "<group>"; };
-		D88104881A16743000943B67 /* dl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dl.c; sourceTree = "<group>"; };
-		D88104891A16743000943B67 /* dlimpl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlimpl.c; sourceTree = "<group>"; };
-		D881048A1A16743000943B67 /* dline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dline.c; sourceTree = "<group>"; };
-		D881048B1A16743000943B67 /* dlinegw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlinegw.c; sourceTree = "<group>"; };
-		D881048C1A16743000943B67 /* dlinew.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlinew.c; sourceTree = "<group>"; };
-		D881048D1A16743000943B67 /* dlregis_taolinesearch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregis_taolinesearch.c; sourceTree = "<group>"; };
-		D881048E1A16743000943B67 /* dlregisdm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregisdm.c; sourceTree = "<group>"; };
-		D881048F1A16743000943B67 /* dlregisdmdm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregisdmdm.c; sourceTree = "<group>"; };
-		D88104901A16743000943B67 /* dlregisksp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregisksp.c; sourceTree = "<group>"; };
-		D88104911A16743000943B67 /* dlregismat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregismat.c; sourceTree = "<group>"; };
-		D88104921A16743000943B67 /* dlregispetsc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregispetsc.c; sourceTree = "<group>"; };
-		D88104931A16743000943B67 /* dlregisrand.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregisrand.c; sourceTree = "<group>"; };
-		D88104941A16743000943B67 /* dlregissf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregissf.c; sourceTree = "<group>"; };
-		D88104951A16743000943B67 /* dlregissnes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregissnes.c; sourceTree = "<group>"; };
-		D88104961A16743000943B67 /* dlregistao.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregistao.c; sourceTree = "<group>"; };
-		D88104971A16743000943B67 /* dlregisthreadcomm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregisthreadcomm.c; sourceTree = "<group>"; };
-		D88104981A16743000943B67 /* dlregists.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregists.c; sourceTree = "<group>"; };
-		D88104991A16743000943B67 /* dlregisvec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlregisvec.c; sourceTree = "<group>"; };
-		D881049A1A16743000943B67 /* dm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dm.c; sourceTree = "<group>"; };
-		D881049B1A16743000943B67 /* dmdasnes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmdasnes.c; sourceTree = "<group>"; };
-		D881049C1A16743000943B67 /* dmdats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmdats.c; sourceTree = "<group>"; };
-		D881049D1A16743000943B67 /* dmget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmget.c; sourceTree = "<group>"; };
-		D881049E1A16743000943B67 /* dmi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmi.c; sourceTree = "<group>"; };
-		D881049F1A16743000943B67 /* dmksp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmksp.c; sourceTree = "<group>"; };
-		D88104A01A16743000943B67 /* dmlocalsnes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmlocalsnes.c; sourceTree = "<group>"; };
-		D88104A11A16743000943B67 /* dmlocalts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmlocalts.c; sourceTree = "<group>"; };
-		D88104A21A16743000943B67 /* dmouse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmouse.c; sourceTree = "<group>"; };
-		D88104A31A16743000943B67 /* dmplexsnes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmplexsnes.c; sourceTree = "<group>"; };
-		D88104A41A16743000943B67 /* dmplexts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmplexts.c; sourceTree = "<group>"; };
-		D88104A51A16743000943B67 /* dmproject.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmproject.c; sourceTree = "<group>"; };
-		D88104A61A16743000943B67 /* dmredundant.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmredundant.c; sourceTree = "<group>"; };
-		D88104A71A16743000943B67 /* dmregall.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmregall.c; sourceTree = "<group>"; };
-		D88104A81A16743000943B67 /* dmshell.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmshell.c; sourceTree = "<group>"; };
-		D88104A91A16743000943B67 /* dmsnes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmsnes.c; sourceTree = "<group>"; };
-		D88104AA1A16743000943B67 /* dmts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmts.c; sourceTree = "<group>"; };
-		D88104AB1A16743000943B67 /* dpause.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dpause.c; sourceTree = "<group>"; };
-		D88104AC1A16743000943B67 /* dpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dpoint.c; sourceTree = "<group>"; };
-		D88104AD1A16743000943B67 /* dpoints.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dpoints.c; sourceTree = "<group>"; };
-		D88104AE1A16743000943B67 /* draw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = draw.c; sourceTree = "<group>"; };
-		D88104AF1A16743000943B67 /* drawreg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = drawreg.c; sourceTree = "<group>"; };
-		D88104B01A16743000943B67 /* drawregall.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = drawregall.c; sourceTree = "<group>"; };
-		D88104B11A16743000943B67 /* drawv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = drawv.c; sourceTree = "<group>"; };
-		D88104B21A16743000943B67 /* drect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = drect.c; sourceTree = "<group>"; };
-		D88104B31A16743000943B67 /* dscatter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dscatter.c; sourceTree = "<group>"; };
-		D88104B41A16743000943B67 /* dsclear.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsclear.c; sourceTree = "<group>"; };
-		D88104B51A16743000943B67 /* dsetpause.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsetpause.c; sourceTree = "<group>"; };
-		D88104B61A16743000943B67 /* dsflush.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsflush.c; sourceTree = "<group>"; };
-		D88104B71A16743000943B67 /* dsm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsm.c; sourceTree = "<group>"; };
-		D88104B81A16743000943B67 /* dt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dt.c; sourceTree = "<group>"; };
-		D88104B91A16743000943B67 /* dtds.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dtds.c; sourceTree = "<group>"; };
-		D88104BA1A16743000943B67 /* dtext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dtext.c; sourceTree = "<group>"; };
-		D88104BB1A16743000943B67 /* dtextgs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dtextgs.c; sourceTree = "<group>"; };
-		D88104BC1A16743000943B67 /* dtexts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dtexts.c; sourceTree = "<group>"; };
-		D88104BD1A16743000943B67 /* dtextv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dtextv.c; sourceTree = "<group>"; };
-		D88104BE1A16743000943B67 /* dtfe.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dtfe.c; sourceTree = "<group>"; };
-		D88104BF1A16743000943B67 /* dtfv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dtfv.c; sourceTree = "<group>"; };
-		D88104C01A16743000943B67 /* dtri.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dtri.c; sourceTree = "<group>"; };
-		D88104C11A16743000943B67 /* dupl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dupl.c; sourceTree = "<group>"; };
-		D88104C21A16743000943B67 /* dvec2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dvec2.c; sourceTree = "<group>"; };
-		D88104C31A16743000943B67 /* dviewp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dviewp.c; sourceTree = "<group>"; };
-		D88104C41A16743000943B67 /* eige.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eige.c; sourceTree = "<group>"; };
-		D88104C51A16743000943B67 /* eimex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eimex.c; sourceTree = "<group>"; };
-		D88104C61A16743000943B67 /* eisen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eisen.c; sourceTree = "<group>"; };
-		D88104C71A16743000943B67 /* err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = err.c; sourceTree = "<group>"; };
-		D88104C81A16743000943B67 /* errabort.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = errabort.c; sourceTree = "<group>"; };
-		D88104C91A16743000943B67 /* errstop.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = errstop.c; sourceTree = "<group>"; };
-		D88104CA1A16743000943B67 /* errtrace.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = errtrace.c; sourceTree = "<group>"; };
-		D88104CB1A16743000943B67 /* euler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = euler.c; sourceTree = "<group>"; };
-		D88104CC1A16743000943B67 /* eventlog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eventlog.c; sourceTree = "<group>"; };
-		D88104CD1A16743000943B67 /* factimpl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = factimpl.c; sourceTree = "<group>"; };
-		D88104CE1A16743000943B67 /* factor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = factor.c; sourceTree = "<group>"; };
-		D88104CF1A16743000943B67 /* fas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fas.c; sourceTree = "<group>"; };
-		D88104D01A16743000943B67 /* fasfunc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fasfunc.c; sourceTree = "<group>"; };
-		D88104D11A16743000943B67 /* fasgalerkin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fasgalerkin.c; sourceTree = "<group>"; };
-		D88104D21A16743000943B67 /* fbcgs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fbcgs.c; sourceTree = "<group>"; };
-		D88104D31A16743000943B67 /* fbcgsr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fbcgsr.c; sourceTree = "<group>"; };
-		D88104D41A16743000943B67 /* fcallback.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fcallback.c; sourceTree = "<group>"; };
-		D88104D51A16743000943B67 /* fcg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fcg.c; sourceTree = "<group>"; };
-		D88104D61A16743000943B67 /* fdaij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fdaij.c; sourceTree = "<group>"; };
-		D88104D71A16743000943B67 /* fdate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fdate.c; sourceTree = "<group>"; };
-		D88104D81A16743000943B67 /* fdda.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fdda.c; sourceTree = "<group>"; };
-		D88104D91A16743000943B67 /* fdiff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fdiff.c; sourceTree = "<group>"; };
-		D88104DA1A16743000943B67 /* fdmatrix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fdmatrix.c; sourceTree = "<group>"; };
-		D88104DB1A16743000943B67 /* fdmpiaij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fdmpiaij.c; sourceTree = "<group>"; };
-		D88104DC1A16743000943B67 /* fdtest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fdtest.c; sourceTree = "<group>"; };
-		D88104DD1A16743000943B67 /* ffpath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ffpath.c; sourceTree = "<group>"; };
-		D88104DE1A16743000943B67 /* fft.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fft.c; sourceTree = "<group>"; };
-		D88104DF1A16743000943B67 /* fgmres.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fgmres.c; sourceTree = "<group>"; };
-		D88104E01A16743000943B67 /* fhost.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fhost.c; sourceTree = "<group>"; };
-		D88104E11A16743000943B67 /* fieldsplit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fieldsplit.c; sourceTree = "<group>"; };
-		D88104E21A16743000943B67 /* filev.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = filev.c; sourceTree = "<group>"; };
-		D88104E31A16743000943B67 /* flush.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = flush.c; sourceTree = "<group>"; };
-		D88104E41A16743000943B67 /* fmg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fmg.c; sourceTree = "<group>"; };
-		D88104E51A16743000943B67 /* fn1wd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fn1wd.c; sourceTree = "<group>"; };
-		D88104E61A16743000943B67 /* fndsep.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fndsep.c; sourceTree = "<group>"; };
-		D88104E71A16743000943B67 /* fnroot.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fnroot.c; sourceTree = "<group>"; };
-		D88104E81A16743000943B67 /* fp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fp.c; sourceTree = "<group>"; };
-		D88104E91A16743000943B67 /* fpath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fpath.c; sourceTree = "<group>"; };
-		D88104EA1A16743000943B67 /* freespace.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = freespace.c; sourceTree = "<group>"; };
-		D88104EB1A16743000943B67 /* fretrieve.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fretrieve.c; sourceTree = "<group>"; };
-		D88104EC1A16743000943B67 /* ftest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftest.c; sourceTree = "<group>"; };
-		D88104ED1A16743000943B67 /* fuser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fuser.c; sourceTree = "<group>"; };
-		D88104EE1A16743000943B67 /* fwd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fwd.c; sourceTree = "<group>"; };
-		D88104EF1A16743000943B67 /* galerkin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = galerkin.c; sourceTree = "<group>"; };
-		D88104F01A16743000943B67 /* gamg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gamg.c; sourceTree = "<group>"; };
-		D88104F11A16743000943B67 /* gasm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gasm.c; sourceTree = "<group>"; };
-		D88104F21A16743000943B67 /* gcomm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gcomm.c; sourceTree = "<group>"; };
-		D88104F31A16743000943B67 /* gcookie.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gcookie.c; sourceTree = "<group>"; };
-		D88104F41A16743000943B67 /* gcr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gcr.c; sourceTree = "<group>"; };
-		D88104F51A16743000943B67 /* gcreate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gcreate.c; sourceTree = "<group>"; };
-		D88104F61A16743000943B67 /* gen1wd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gen1wd.c; sourceTree = "<group>"; };
-		D88104F71A16743000943B67 /* general.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = general.c; sourceTree = "<group>"; };
-		D88104F81A16743000943B67 /* gennd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gennd.c; sourceTree = "<group>"; };
-		D88104F91A16743000943B67 /* genqmd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = genqmd.c; sourceTree = "<group>"; };
-		D88104FA1A16743000943B67 /* genrcm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = genrcm.c; sourceTree = "<group>"; };
-		D88104FB1A16743000943B67 /* geo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = geo.c; sourceTree = "<group>"; };
-		D88104FC1A16743000943B67 /* getcolv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = getcolv.c; sourceTree = "<group>"; };
-		D88104FD1A16743000943B67 /* ghome.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ghome.c; sourceTree = "<group>"; };
-		D88104FE1A16743000943B67 /* gl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gl.c; sourceTree = "<group>"; };
-		D88104FF1A16743000943B67 /* gladapt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gladapt.c; sourceTree = "<group>"; };
-		D88105001A16743000943B67 /* gltr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gltr.c; sourceTree = "<group>"; };
-		D88105011A16743000943B67 /* gmpre.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gmpre.c; sourceTree = "<group>"; };
-		D88105021A16743000943B67 /* gmreig.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gmreig.c; sourceTree = "<group>"; };
-		D88105031A16743000943B67 /* gmres.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gmres.c; sourceTree = "<group>"; };
-		D88105041A16743000943B67 /* gmres2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gmres2.c; sourceTree = "<group>"; };
-		D88105051A16743000943B67 /* gpcg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gpcg.c; sourceTree = "<group>"; };
-		D88105061A16743000943B67 /* gpcglinesearch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gpcglinesearch.c; sourceTree = "<group>"; };
-		D88105071A16743000943B67 /* gqt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gqt.c; sourceTree = "<group>"; };
-		D88105081A16743000943B67 /* gr1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gr1.c; sourceTree = "<group>"; };
-		D88105091A16743000943B67 /* gr2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gr2.c; sourceTree = "<group>"; };
-		D881050A1A16743000943B67 /* greedy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = greedy.c; sourceTree = "<group>"; };
-		D881050B1A16743000943B67 /* groppcg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = groppcg.c; sourceTree = "<group>"; };
-		D881050C1A16743000943B67 /* grpath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = grpath.c; sourceTree = "<group>"; };
-		D881050D1A16743000943B67 /* grvtk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = grvtk.c; sourceTree = "<group>"; };
-		D881050E1A16743000943B67 /* gs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gs.c; sourceTree = "<group>"; };
-		D881050F1A16743000943B67 /* gssecant.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gssecant.c; sourceTree = "<group>"; };
-		D88105101A16743000943B67 /* gtype.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gtype.c; sourceTree = "<group>"; };
-		D88105111A16743000943B67 /* hem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hem.c; sourceTree = "<group>"; };
-		D88105121A16743000943B67 /* hists.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hists.c; sourceTree = "<group>"; };
-		D88105131A16743000943B67 /* hue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hue.c; sourceTree = "<group>"; };
-		D88105141A16743000943B67 /* ibcgs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ibcgs.c; sourceTree = "<group>"; };
-		D88105151A16743000943B67 /* icc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = icc.c; sourceTree = "<group>"; };
-		D88105161A16743000943B67 /* ido.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ido.c; sourceTree = "<group>"; };
-		D88105171A16743000943B67 /* iguess.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = iguess.c; sourceTree = "<group>"; };
-		D88105181A16743000943B67 /* ij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ij.c; sourceTree = "<group>"; };
-		D88105191A16743000943B67 /* ilu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ilu.c; sourceTree = "<group>"; };
-		D881051A1A16743000943B67 /* index.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = index.c; sourceTree = "<group>"; };
-		D881051B1A16743000943B67 /* inherit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inherit.c; sourceTree = "<group>"; };
-		D881051C1A16743000943B67 /* init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = init.c; sourceTree = "<group>"; };
-		D881051D1A16743000943B67 /* inode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inode.c; sourceTree = "<group>"; };
-		D881051E1A16743000943B67 /* inode2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inode2.c; sourceTree = "<group>"; };
-		D881051F1A16743000943B67 /* ipm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ipm.c; sourceTree = "<group>"; };
-		D88105201A16743000943B67 /* isblock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isblock.c; sourceTree = "<group>"; };
-		D88105211A16743000943B67 /* iscoloring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = iscoloring.c; sourceTree = "<group>"; };
-		D88105221A16743000943B67 /* iscomp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = iscomp.c; sourceTree = "<group>"; };
-		D88105231A16743000943B67 /* isdiff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isdiff.c; sourceTree = "<group>"; };
-		D88105241A16743000943B67 /* isio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isio.c; sourceTree = "<group>"; };
-		D88105251A16743000943B67 /* isltog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isltog.c; sourceTree = "<group>"; };
-		D88105261A16743000943B67 /* isreg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isreg.c; sourceTree = "<group>"; };
-		D88105271A16743000943B67 /* isregall.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isregall.c; sourceTree = "<group>"; };
-		D88105281A16743000943B67 /* isutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = isutil.c; sourceTree = "<group>"; };
-		D88105291A16743000943B67 /* itcl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = itcl.c; sourceTree = "<group>"; };
-		D881052A1A16743000943B67 /* itcreate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = itcreate.c; sourceTree = "<group>"; };
-		D881052B1A16743000943B67 /* iterativ.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = iterativ.c; sourceTree = "<group>"; };
-		D881052C1A16743000943B67 /* itfunc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = itfunc.c; sourceTree = "<group>"; };
-		D881052D1A16743000943B67 /* itregis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = itregis.c; sourceTree = "<group>"; };
-		D881052E1A16743000943B67 /* itres.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = itres.c; sourceTree = "<group>"; };
-		D881052F1A16743000943B67 /* ivec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ivec.c; sourceTree = "<group>"; };
-		D88105301A16743000943B67 /* jacobi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jacobi.c; sourceTree = "<group>"; };
-		D88105311A16743000943B67 /* jp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jp.c; sourceTree = "<group>"; };
-		D88105321A16743000943B67 /* kaczmarz.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kaczmarz.c; sourceTree = "<group>"; };
-		D88105331A16743000943B67 /* ksponly.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ksponly.c; sourceTree = "<group>"; };
-		D88105341A16743000943B67 /* lcd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lcd.c; sourceTree = "<group>"; };
-		D88105351A16743000943B67 /* lcl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lcl.c; sourceTree = "<group>"; };
-		D88105361A16743000943B67 /* lg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lg.c; sourceTree = "<group>"; };
-		D88105371A16743000943B67 /* lgc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lgc.c; sourceTree = "<group>"; };
-		D88105381A16743000943B67 /* lgmres.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lgmres.c; sourceTree = "<group>"; };
-		D88105391A16743000943B67 /* linesearch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linesearch.c; sourceTree = "<group>"; };
-		D881053A1A16743000943B67 /* linesearchbasic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linesearchbasic.c; sourceTree = "<group>"; };
-		D881053B1A16743000943B67 /* linesearchbt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linesearchbt.c; sourceTree = "<group>"; };
-		D881053C1A16743000943B67 /* linesearchcp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linesearchcp.c; sourceTree = "<group>"; };
-		D881053D1A16743000943B67 /* linesearchl2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linesearchl2.c; sourceTree = "<group>"; };
-		D881053E1A16743000943B67 /* linesearchregi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linesearchregi.c; sourceTree = "<group>"; };
-		D881053F1A16743000943B67 /* linesearchshell.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linesearchshell.c; sourceTree = "<group>"; };
-		D88105401A16743000943B67 /* lmvm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lmvm.c; sourceTree = "<group>"; };
-		D88105411A16743000943B67 /* lmvmmat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lmvmmat.c; sourceTree = "<group>"; };
-		D88105421A16743000943B67 /* lrc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lrc.c; sourceTree = "<group>"; };
-		D88105431A16743000943B67 /* ls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ls.c; sourceTree = "<group>"; };
-		D88105441A16743000943B67 /* lsc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lsc.c; sourceTree = "<group>"; };
-		D88105451A16743000943B67 /* lsqr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lsqr.c; sourceTree = "<group>"; };
-		D88105461A16743000943B67 /* lsqr_converged.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lsqr_converged.c; sourceTree = "<group>"; };
-		D88105471A16743000943B67 /* lsqr_monitor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lsqr_monitor.c; sourceTree = "<group>"; };
-		D88105481A16743000943B67 /* lu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lu.c; sourceTree = "<group>"; };
-		D88105491A16743000943B67 /* maij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = maij.c; sourceTree = "<group>"; };
-		D881054A1A16743000943B67 /* mal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mal.c; sourceTree = "<group>"; };
-		D881054B1A16743000943B67 /* matcoloring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matcoloring.c; sourceTree = "<group>"; };
-		D881054C1A16743000943B67 /* matcoloringregi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matcoloringregi.c; sourceTree = "<group>"; };
-		D881054D1A16743000943B67 /* mathinf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mathinf.c; sourceTree = "<group>"; };
-		D881054E1A16743000943B67 /* matis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matis.c; sourceTree = "<group>"; };
-		D881054F1A16743000943B67 /* matmatmatmult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matmatmatmult.c; sourceTree = "<group>"; };
-		D88105501A16743000943B67 /* matmatmult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matmatmult.c; sourceTree = "<group>"; };
-		D88105511A16743000943B67 /* matnest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matnest.c; sourceTree = "<group>"; };
-		D88105521A16743000943B67 /* matnull.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matnull.c; sourceTree = "<group>"; };
-		D88105531A16743000943B67 /* matptap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matptap.c; sourceTree = "<group>"; };
-		D88105541A16743000943B67 /* matrart.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matrart.c; sourceTree = "<group>"; };
-		D88105551A16743000943B67 /* matreg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matreg.c; sourceTree = "<group>"; };
-		D88105561A16743000943B67 /* matregis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matregis.c; sourceTree = "<group>"; };
-		D88105571A16743000943B67 /* matrix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matrix.c; sourceTree = "<group>"; };
-		D88105581A16743000943B67 /* matstash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matstash.c; sourceTree = "<group>"; };
-		D88105591A16743000943B67 /* matstashspace.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matstashspace.c; sourceTree = "<group>"; };
-		D881055A1A16743000943B67 /* mattransposematmult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mattransposematmult.c; sourceTree = "<group>"; };
-		D881055B1A16743000943B67 /* mcomposite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mcomposite.c; sourceTree = "<group>"; };
-		D881055C1A16743000943B67 /* mcrl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mcrl.c; sourceTree = "<group>"; };
-		D881055D1A16743000943B67 /* mem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem.c; sourceTree = "<group>"; };
-		D881055E1A16743000943B67 /* memc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memc.c; sourceTree = "<group>"; };
-		D881055F1A16743000943B67 /* mffd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mffd.c; sourceTree = "<group>"; };
-		D88105601A16743000943B67 /* mffddef.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mffddef.c; sourceTree = "<group>"; };
-		D88105611A16743000943B67 /* mfregis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mfregis.c; sourceTree = "<group>"; };
-		D88105621A16743000943B67 /* mg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mg.c; sourceTree = "<group>"; };
-		D88105631A16743000943B67 /* mgfunc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mgfunc.c; sourceTree = "<group>"; };
-		D88105641A16743000943B67 /* mhas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mhas.c; sourceTree = "<group>"; };
-		D88105651A16743000943B67 /* minres.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = minres.c; sourceTree = "<group>"; };
-		D88105661A16743000943B67 /* mis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mis.c; sourceTree = "<group>"; };
-		D88105671A16743000943B67 /* mlocalref.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mlocalref.c; sourceTree = "<group>"; };
-		D88105681A16743000943B67 /* mmaij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mmaij.c; sourceTree = "<group>"; };
-		D88105691A16743000943B67 /* mmbaij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mmbaij.c; sourceTree = "<group>"; };
-		D881056A1A16743000943B67 /* mmdense.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mmdense.c; sourceTree = "<group>"; };
-		D881056B1A16743000943B67 /* mmsbaij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mmsbaij.c; sourceTree = "<group>"; };
-		D881056C1A16743000943B67 /* mocregis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mocregis.c; sourceTree = "<group>"; };
-		D881056D1A16743000943B67 /* modpcf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = modpcf.c; sourceTree = "<group>"; };
-		D881056E1A16743000943B67 /* morethuente.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = morethuente.c; sourceTree = "<group>"; };
-		D881056F1A16743000943B67 /* mpb_aij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpb_aij.c; sourceTree = "<group>"; };
-		D88105701A16743000943B67 /* mpb_baij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpb_baij.c; sourceTree = "<group>"; };
-		D88105711A16743000943B67 /* mpi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpi.c; sourceTree = "<group>"; };
-		D88105721A16743000943B67 /* mpiadj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpiadj.c; sourceTree = "<group>"; };
-		D88105731A16743000943B67 /* mpiaij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpiaij.c; sourceTree = "<group>"; };
-		D88105741A16743000943B67 /* mpiaijpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpiaijpc.c; sourceTree = "<group>"; };
-		D88105751A16743000943B67 /* mpiaijsbaij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpiaijsbaij.c; sourceTree = "<group>"; };
-		D88105761A16743000943B67 /* mpibaij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpibaij.c; sourceTree = "<group>"; };
-		D88105771A16743000943B67 /* mpibstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpibstream.c; sourceTree = "<group>"; };
-		D88105781A16743000943B67 /* mpicsrperm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpicsrperm.c; sourceTree = "<group>"; };
-		D88105791A16743000943B67 /* mpidense.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpidense.c; sourceTree = "<group>"; };
-		D881057A1A16743000943B67 /* mpilong.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpilong.c; sourceTree = "<group>"; };
-		D881057B1A16743000943B67 /* mpimatmatmatmult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpimatmatmatmult.c; sourceTree = "<group>"; };
-		D881057C1A16743000943B67 /* mpimatmatmult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpimatmatmult.c; sourceTree = "<group>"; };
-		D881057D1A16743000943B67 /* mpimattransposematmult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpimattransposematmult.c; sourceTree = "<group>"; };
-		D881057E1A16743000943B67 /* mpimesg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpimesg.c; sourceTree = "<group>"; };
-		D881057F1A16743000943B67 /* mpiov.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpiov.c; sourceTree = "<group>"; };
-		D88105801A16743000943B67 /* mpiptap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpiptap.c; sourceTree = "<group>"; };
-		D88105811A16743000943B67 /* mpisbaij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpisbaij.c; sourceTree = "<group>"; };
-		D88105821A16743000943B67 /* mpisbstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpisbstream.c; sourceTree = "<group>"; };
-		D88105831A16743000943B67 /* mpitime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpitime.c; sourceTree = "<group>"; };
-		D88105841A16743000943B67 /* mpitr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpitr.c; sourceTree = "<group>"; };
-		D88105851A16743000943B67 /* mpits.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpits.c; sourceTree = "<group>"; };
-		D88105861A16743000943B67 /* mpiu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpiu.c; sourceTree = "<group>"; };
-		D88105871A16743000943B67 /* mpiuopen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpiuopen.c; sourceTree = "<group>"; };
-		D88105881A16743000943B67 /* mprint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mprint.c; sourceTree = "<group>"; };
-		D88105891A16743000943B67 /* ms.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ms.c; sourceTree = "<group>"; };
-		D881058A1A16743000943B67 /* mscatter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mscatter.c; sourceTree = "<group>"; };
-		D881058B1A16743000943B67 /* mtr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mtr.c; sourceTree = "<group>"; };
-		D881058C1A16743000943B67 /* multequal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = multequal.c; sourceTree = "<group>"; };
-		D881058D1A16743000943B67 /* multiblock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = multiblock.c; sourceTree = "<group>"; };
-		D881058E1A16743000943B67 /* nash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nash.c; sourceTree = "<group>"; };
-		D881058F1A16743000943B67 /* nasm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nasm.c; sourceTree = "<group>"; };
-		D88105901A16743000943B67 /* natural.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = natural.c; sourceTree = "<group>"; };
-		D88105911A16743000943B67 /* neldermead.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = neldermead.c; sourceTree = "<group>"; };
-		D88105921A16743000943B67 /* network.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = network.c; sourceTree = "<group>"; };
-		D88105931A16743000943B67 /* networkcreate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = networkcreate.c; sourceTree = "<group>"; };
-		D88105941A16743000943B67 /* ngmresfunc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ngmresfunc.c; sourceTree = "<group>"; };
-		D88105951A16743000943B67 /* nls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nls.c; sourceTree = "<group>"; };
-		D88105961A16743000943B67 /* nn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nn.c; sourceTree = "<group>"; };
-		D88105971A16743000943B67 /* none.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = none.c; sourceTree = "<group>"; };
-		D88105981A16743000943B67 /* normm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = normm.c; sourceTree = "<group>"; };
-		D88105991A16743000943B67 /* nothread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nothread.c; sourceTree = "<group>"; };
-		D881059A1A16743000943B67 /* ntl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ntl.c; sourceTree = "<group>"; };
-		D881059B1A16743000943B67 /* ntr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ntr.c; sourceTree = "<group>"; };
-		D881059C1A16743000943B67 /* numsrt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = numsrt.c; sourceTree = "<group>"; };
-		D881059D1A16743000943B67 /* olist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = olist.c; sourceTree = "<group>"; };
-		D881059E1A16743000943B67 /* openglops.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = openglops.m; sourceTree = "<group>"; };
-		D881059F1A16743000943B67 /* options.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = options.c; sourceTree = "<group>"; };
-		D88105A01A16743000943B67 /* owarmijo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = owarmijo.c; sourceTree = "<group>"; };
-		D88105A11A16743000943B67 /* owlqn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = owlqn.c; sourceTree = "<group>"; };
-		D88105A21A16743000943B67 /* pack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pack.c; sourceTree = "<group>"; };
-		D88105A31A16743000943B67 /* packm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = packm.c; sourceTree = "<group>"; };
-		D88105A41A16743000943B67 /* partition.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = partition.c; sourceTree = "<group>"; };
-		D88105A51A16743000943B67 /* patch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = patch.c; sourceTree = "<group>"; };
-		D88105A61A16743000943B67 /* patchcreate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = patchcreate.c; sourceTree = "<group>"; };
-		D88105A71A16743000943B67 /* pbarrier.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pbarrier.c; sourceTree = "<group>"; };
-		D88105A81A16743000943B67 /* pbjacobi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pbjacobi.c; sourceTree = "<group>"; };
-		D88105A91A16743000943B67 /* pbvec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pbvec.c; sourceTree = "<group>"; };
-		D88105AA1A16743000943B67 /* pcis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcis.c; sourceTree = "<group>"; };
-		D88105AB1A16743000943B67 /* pcksp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcksp.c; sourceTree = "<group>"; };
-		D88105AC1A16743000943B67 /* pcmat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcmat.c; sourceTree = "<group>"; };
-		D88105AD1A16743000943B67 /* pcregis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcregis.c; sourceTree = "<group>"; };
-		D88105AE1A16743000943B67 /* pcset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcset.c; sourceTree = "<group>"; };
-		D88105AF1A16743000943B67 /* pdisplay.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pdisplay.c; sourceTree = "<group>"; };
-		D88105B01A16743000943B67 /* pdvec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pdvec.c; sourceTree = "<group>"; };
-		D88105B11A16743000943B67 /* petscvu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = petscvu.c; sourceTree = "<group>"; };
-		D88105B21A16743000943B67 /* pf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pf.c; sourceTree = "<group>"; };
-		D88105B31A16743100943B67 /* pfall.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pfall.c; sourceTree = "<group>"; };
-		D88105B41A16743100943B67 /* pgmres.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pgmres.c; sourceTree = "<group>"; };
-		D88105B51A16743100943B67 /* pgname.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pgname.c; sourceTree = "<group>"; };
-		D88105B61A16743100943B67 /* pheap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pheap.c; sourceTree = "<group>"; };
-		D88105B71A16743100943B67 /* pinit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pinit.c; sourceTree = "<group>"; };
-		D88105B81A16743100943B67 /* pipecg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pipecg.c; sourceTree = "<group>"; };
-		D88105B91A16743100943B67 /* pipecr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pipecr.c; sourceTree = "<group>"; };
-		D88105BA1A16743100943B67 /* plex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plex.c; sourceTree = "<group>"; };
-		D88105BB1A16743100943B67 /* plexbc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexbc.c; sourceTree = "<group>"; };
-		D88105BC1A16743100943B67 /* plexcgns.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexcgns.c; sourceTree = "<group>"; };
-		D88105BD1A16743100943B67 /* plexcreate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexcreate.c; sourceTree = "<group>"; };
-		D88105BE1A16743100943B67 /* plexdistribute.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexdistribute.c; sourceTree = "<group>"; };
-		D88105BF1A16743100943B67 /* plexexodusii.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexexodusii.c; sourceTree = "<group>"; };
-		D88105C01A16743100943B67 /* plexfem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexfem.c; sourceTree = "<group>"; };
-		D88105C11A16743100943B67 /* plexgenerate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexgenerate.c; sourceTree = "<group>"; };
-		D88105C21A16743100943B67 /* plexgeometry.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexgeometry.c; sourceTree = "<group>"; };
-		D88105C31A16743100943B67 /* plexgmsh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexgmsh.c; sourceTree = "<group>"; };
-		D88105C41A16743100943B67 /* plexhdf5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexhdf5.c; sourceTree = "<group>"; };
-		D88105C51A16743100943B67 /* plexindices.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexindices.c; sourceTree = "<group>"; };
-		D88105C61A16743100943B67 /* plexinterpolate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexinterpolate.c; sourceTree = "<group>"; };
-		D88105C71A16743100943B67 /* plexlabel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexlabel.c; sourceTree = "<group>"; };
-		D88105C81A16743100943B67 /* plexpartition.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexpartition.c; sourceTree = "<group>"; };
-		D88105C91A16743100943B67 /* plexpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexpoint.c; sourceTree = "<group>"; };
-		D88105CA1A16743100943B67 /* plexpreallocate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexpreallocate.c; sourceTree = "<group>"; };
-		D88105CB1A16743100943B67 /* plexrefine.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexrefine.c; sourceTree = "<group>"; };
-		D88105CC1A16743100943B67 /* plexreorder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexreorder.c; sourceTree = "<group>"; };
-		D88105CD1A16743100943B67 /* plexsubmesh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexsubmesh.c; sourceTree = "<group>"; };
-		D88105CE1A16743100943B67 /* plextree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plextree.c; sourceTree = "<group>"; };
-		D88105CF1A16743100943B67 /* plexvtk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexvtk.c; sourceTree = "<group>"; };
-		D88105D01A16743100943B67 /* plexvtu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plexvtu.c; sourceTree = "<group>"; };
-		D88105D11A16743100943B67 /* plog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plog.c; sourceTree = "<group>"; };
-		D88105D21A16743100943B67 /* pmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pmap.c; sourceTree = "<group>"; };
-		D88105D31A16743100943B67 /* pname.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pname.c; sourceTree = "<group>"; };
-		D88105D41A16743100943B67 /* posindep.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = posindep.c; sourceTree = "<group>"; };
-		D88105D51A16743100943B67 /* pounders.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pounders.c; sourceTree = "<group>"; };
-		D88105D61A16743100943B67 /* power.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = power.c; sourceTree = "<group>"; };
-		D88105D71A16743100943B67 /* precon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = precon.c; sourceTree = "<group>"; };
-		D88105D81A16743100943B67 /* prefix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = prefix.c; sourceTree = "<group>"; };
-		D88105D91A16743100943B67 /* preonly.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = preonly.c; sourceTree = "<group>"; };
-		D88105DA1A16743100943B67 /* projection.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = projection.c; sourceTree = "<group>"; };
-		D88105DB1A16743100943B67 /* psleep.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psleep.c; sourceTree = "<group>"; };
-		D88105DC1A16743100943B67 /* psplit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psplit.c; sourceTree = "<group>"; };
-		D88105DD1A16743100943B67 /* pstack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pstack.c; sourceTree = "<group>"; };
-		D88105DE1A16743100943B67 /* ptype.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ptype.c; sourceTree = "<group>"; };
-		D88105DF1A16743100943B67 /* pvec2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pvec2.c; sourceTree = "<group>"; };
-		D88105E01A16743100943B67 /* pythonksp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pythonksp.c; sourceTree = "<group>"; };
-		D88105E11A16743100943B67 /* pythonmat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pythonmat.c; sourceTree = "<group>"; };
-		D88105E21A16743100943B67 /* pythonpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pythonpc.c; sourceTree = "<group>"; };
-		D88105E31A16743100943B67 /* pythonsnes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pythonsnes.c; sourceTree = "<group>"; };
-		D88105E41A16743100943B67 /* pythonsys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pythonsys.c; sourceTree = "<group>"; };
-		D88105E51A16743100943B67 /* pythonts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pythonts.c; sourceTree = "<group>"; };
-		D88105E61A16743100943B67 /* qcg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qcg.c; sourceTree = "<group>"; };
-		D88105E71A16743100943B67 /* qmdmrg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qmdmrg.c; sourceTree = "<group>"; };
-		D88105E81A16743100943B67 /* qmdqt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qmdqt.c; sourceTree = "<group>"; };
-		D88105E91A16743100943B67 /* qmdrch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qmdrch.c; sourceTree = "<group>"; };
-		D88105EA1A16743100943B67 /* qmdupd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qmdupd.c; sourceTree = "<group>"; };
-		D88105EB1A16743100943B67 /* qn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qn.c; sourceTree = "<group>"; };
-		D88105EC1A16743100943B67 /* rand.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rand.c; sourceTree = "<group>"; };
-		D88105ED1A16743100943B67 /* rand48.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rand48.c; sourceTree = "<group>"; };
-		D88105EE1A16743100943B67 /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = random.c; sourceTree = "<group>"; };
-		D88105EF1A16743100943B67 /* randomc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = randomc.c; sourceTree = "<group>"; };
-		D88105F01A16743100943B67 /* randreg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = randreg.c; sourceTree = "<group>"; };
-		D88105F11A16743100943B67 /* rcm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rcm.c; sourceTree = "<group>"; };
-		D88105F21A16743100943B67 /* redistribute.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = redistribute.c; sourceTree = "<group>"; };
-		D88105F31A16743100943B67 /* redundant.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = redundant.c; sourceTree = "<group>"; };
-		D88105F41A16743100943B67 /* reg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = reg.c; sourceTree = "<group>"; };
-		D88105F51A16743100943B67 /* rich.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rich.c; sourceTree = "<group>"; };
-		D88105F61A16743100943B67 /* richscale.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = richscale.c; sourceTree = "<group>"; };
-		D88105F71A16743100943B67 /* rk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rk.c; sourceTree = "<group>"; };
-		D88105F81A16743100943B67 /* rootls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rootls.c; sourceTree = "<group>"; };
-		D88105F91A16743100943B67 /* rosw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rosw.c; sourceTree = "<group>"; };
-		D88105FA1A16743100943B67 /* rpath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rpath.c; sourceTree = "<group>"; };
-		D88105FB1A16743100943B67 /* rvector.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rvector.c; sourceTree = "<group>"; };
-		D88105FC1A16743100943B67 /* sbaij.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaij.c; sourceTree = "<group>"; };
-		D88105FD1A16743100943B67 /* sbaij2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaij2.c; sourceTree = "<group>"; };
-		D88105FE1A16743100943B67 /* sbaijfact.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijfact.c; sourceTree = "<group>"; };
-		D88105FF1A16743100943B67 /* sbaijfact10.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijfact10.c; sourceTree = "<group>"; };
-		D88106001A16743100943B67 /* sbaijfact11.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijfact11.c; sourceTree = "<group>"; };
-		D88106011A16743100943B67 /* sbaijfact12.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijfact12.c; sourceTree = "<group>"; };
-		D88106021A16743100943B67 /* sbaijfact2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijfact2.c; sourceTree = "<group>"; };
-		D88106031A16743100943B67 /* sbaijfact3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijfact3.c; sourceTree = "<group>"; };
-		D88106041A16743100943B67 /* sbaijfact4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijfact4.c; sourceTree = "<group>"; };
-		D88106051A16743100943B67 /* sbaijfact5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijfact5.c; sourceTree = "<group>"; };
-		D88106061A16743100943B67 /* sbaijfact6.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijfact6.c; sourceTree = "<group>"; };
-		D88106071A16743100943B67 /* sbaijfact7.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijfact7.c; sourceTree = "<group>"; };
-		D88106081A16743100943B67 /* sbaijfact8.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijfact8.c; sourceTree = "<group>"; };
-		D88106091A16743100943B67 /* sbaijfact9.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijfact9.c; sourceTree = "<group>"; };
-		D881060A1A16743100943B67 /* sbaijov.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbaijov.c; sourceTree = "<group>"; };
-		D881060B1A16743100943B67 /* sbstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbstream.c; sourceTree = "<group>"; };
-		D881060C1A16743100943B67 /* sbstrmfact.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbstrmfact.c; sourceTree = "<group>"; };
-		D881060D1A16743100943B67 /* schurm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = schurm.c; sourceTree = "<group>"; };
-		D881060E1A16743100943B67 /* scoarsen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scoarsen.c; sourceTree = "<group>"; };
-		D881060F1A16743100943B67 /* segbuffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = segbuffer.c; sourceTree = "<group>"; };
-		D88106101A16743100943B67 /* select.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = select.c; sourceTree = "<group>"; };
-		D88106111A16743100943B67 /* send.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = send.c; sourceTree = "<group>"; };
-		D88106121A16743100943B67 /* seq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = seq.c; sourceTree = "<group>"; };
-		D88106131A16743100943B67 /* setr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = setr.c; sourceTree = "<group>"; };
-		D88106141A16743100943B67 /* sf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sf.c; sourceTree = "<group>"; };
-		D88106151A16743100943B67 /* sfbasic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sfbasic.c; sourceTree = "<group>"; };
-		D88106161A16743100943B67 /* sfregi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sfregi.c; sourceTree = "<group>"; };
-		D88106171A16743100943B67 /* sftype.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sftype.c; sourceTree = "<group>"; };
-		D88106181A16743100943B67 /* shell.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = shell.c; sourceTree = "<group>"; };
-		D88106191A16743100943B67 /* shellcnv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = shellcnv.c; sourceTree = "<group>"; };
-		D881061A1A16743100943B67 /* shellpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = shellpc.c; sourceTree = "<group>"; };
-		D881061B1A16743100943B67 /* shvec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = shvec.c; sourceTree = "<group>"; };
-		D881061C1A16743100943B67 /* signal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = signal.c; sourceTree = "<group>"; };
-		D881061D1A16743100943B67 /* slda.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = slda.c; sourceTree = "<group>"; };
-		D881061E1A16743100943B67 /* sliced.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sliced.c; sourceTree = "<group>"; };
-		D881061F1A16743100943B67 /* slo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = slo.c; sourceTree = "<group>"; };
-		D88106201A16743100943B67 /* slregis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = slregis.c; sourceTree = "<group>"; };
-		D88106211A16743100943B67 /* smatlab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = smatlab.c; sourceTree = "<group>"; };
-		D88106221A16743100943B67 /* smg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = smg.c; sourceTree = "<group>"; };
-		D88106231A16743100943B67 /* snes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snes.c; sourceTree = "<group>"; };
-		D88106241A16743100943B67 /* snescomposite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snescomposite.c; sourceTree = "<group>"; };
-		D88106251A16743100943B67 /* snesdnest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesdnest.c; sourceTree = "<group>"; };
-		D88106261A16743100943B67 /* snesgs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesgs.c; sourceTree = "<group>"; };
-		D88106271A16743100943B67 /* snesj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesj.c; sourceTree = "<group>"; };
-		D88106281A16743100943B67 /* snesj2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesj2.c; sourceTree = "<group>"; };
-		D88106291A16743100943B67 /* snesmfj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesmfj.c; sourceTree = "<group>"; };
-		D881062A1A16743100943B67 /* snesmfj2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesmfj2.c; sourceTree = "<group>"; };
-		D881062B1A16743100943B67 /* snesncg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesncg.c; sourceTree = "<group>"; };
-		D881062C1A16743100943B67 /* snesngmres.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesngmres.c; sourceTree = "<group>"; };
-		D881062D1A16743100943B67 /* snesnoise.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesnoise.c; sourceTree = "<group>"; };
-		D881062E1A16743100943B67 /* snesob.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesob.c; sourceTree = "<group>"; };
-		D881062F1A16743100943B67 /* snespc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snespc.c; sourceTree = "<group>"; };
-		D88106301A16743100943B67 /* snesregi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesregi.c; sourceTree = "<group>"; };
-		D88106311A16743100943B67 /* snesrichardson.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesrichardson.c; sourceTree = "<group>"; };
-		D88106321A16743100943B67 /* snesshell.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesshell.c; sourceTree = "<group>"; };
-		D88106331A16743100943B67 /* snestest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snestest.c; sourceTree = "<group>"; };
-		D88106341A16743100943B67 /* snesut.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snesut.c; sourceTree = "<group>"; };
-		D88106351A16743100943B67 /* sor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sor.c; sourceTree = "<group>"; };
-		D88106361A16743100943B67 /* sorder.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sorder.c; sourceTree = "<group>"; };
-		D88106371A16743100943B67 /* sortd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sortd.c; sourceTree = "<group>"; };
-		D88106381A16743100943B67 /* sorti.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sorti.c; sourceTree = "<group>"; };
-		D88106391A16743100943B67 /* sortip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sortip.c; sourceTree = "<group>"; };
-		D881063A1A16743100943B67 /* sp1wd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sp1wd.c; sourceTree = "<group>"; };
-		D881063B1A16743100943B67 /* spartition.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = spartition.c; sourceTree = "<group>"; };
-		D881063C1A16743100943B67 /* spbas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = spbas.c; sourceTree = "<group>"; };
-		D881063D1A16743100943B67 /* specest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = specest.c; sourceTree = "<group>"; };
-		D881063E1A16743100943B67 /* spectral.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = spectral.c; sourceTree = "<group>"; };
-		D881063F1A16743100943B67 /* spnd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = spnd.c; sourceTree = "<group>"; };
-		D88106401A16743100943B67 /* spqmd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = spqmd.c; sourceTree = "<group>"; };
-		D88106411A16743100943B67 /* sprcm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sprcm.c; sourceTree = "<group>"; };
-		D88106421A16743100943B67 /* sregis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sregis.c; sourceTree = "<group>"; };
-		D88106431A16743100943B67 /* sro.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sro.c; sourceTree = "<group>"; };
-		D88106441A16743100943B67 /* sseenabled.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sseenabled.c; sourceTree = "<group>"; };
-		D88106451A16743100943B67 /* ssfls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ssfls.c; sourceTree = "<group>"; };
-		D88106461A16743100943B67 /* ssils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ssils.c; sourceTree = "<group>"; };
-		D88106471A16743100943B67 /* ssls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ssls.c; sourceTree = "<group>"; };
-		D88106481A16743100943B67 /* ssp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ssp.c; sourceTree = "<group>"; };
-		D88106491A16743100943B67 /* stack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stack.c; sourceTree = "<group>"; };
-		D881064A1A16743100943B67 /* stagelog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stagelog.c; sourceTree = "<group>"; };
-		D881064B1A16743100943B67 /* state.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = state.c; sourceTree = "<group>"; };
-		D881064C1A16743100943B67 /* stcg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stcg.c; sourceTree = "<group>"; };
-		D881064D1A16743100943B67 /* str.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = str.c; sourceTree = "<group>"; };
-		D881064E1A16743100943B67 /* stride.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stride.c; sourceTree = "<group>"; };
-		D881064F1A16743100943B67 /* stringv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stringv.c; sourceTree = "<group>"; };
-		D88106501A16743100943B67 /* subcomm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = subcomm.c; sourceTree = "<group>"; };
-		D88106511A16743100943B67 /* submat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = submat.c; sourceTree = "<group>"; };
-		D88106521A16743100943B67 /* submatfree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = submatfree.c; sourceTree = "<group>"; };
-		D88106531A16743100943B67 /* svd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svd.c; sourceTree = "<group>"; };
-		D88106541A16743100943B67 /* symmlq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = symmlq.c; sourceTree = "<group>"; };
-		D88106551A16743100943B67 /* symtranspose.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = symtranspose.c; sourceTree = "<group>"; };
-		D88106561A16743100943B67 /* sysio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sysio.c; sourceTree = "<group>"; };
-		D88106571A16743100943B67 /* tagm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tagm.c; sourceTree = "<group>"; };
-		D88106581A16743100943B67 /* tao_util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tao_util.c; sourceTree = "<group>"; };
-		D88106591A16743100943B67 /* taocg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = taocg.c; sourceTree = "<group>"; };
-		D881065A1A16743100943B67 /* taolinesearch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = taolinesearch.c; sourceTree = "<group>"; };
-		D881065B1A16743100943B67 /* taosolver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = taosolver.c; sourceTree = "<group>"; };
-		D881065C1A16743100943B67 /* taosolver_bounds.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = taosolver_bounds.c; sourceTree = "<group>"; };
-		D881065D1A16743100943B67 /* taosolver_fg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = taosolver_fg.c; sourceTree = "<group>"; };
-		D881065E1A16743100943B67 /* taosolver_hj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = taosolver_hj.c; sourceTree = "<group>"; };
-		D881065F1A16743100943B67 /* taosolverregi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = taosolverregi.c; sourceTree = "<group>"; };
-		D88106601A16743100943B67 /* tcqmr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tcqmr.c; sourceTree = "<group>"; };
-		D88106611A16743100943B67 /* tfqmr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tfqmr.c; sourceTree = "<group>"; };
-		D88106621A16743100943B67 /* tfs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tfs.c; sourceTree = "<group>"; };
-		D88106631A16743200943B67 /* theta.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = theta.c; sourceTree = "<group>"; };
-		D88106641A16743200943B67 /* threadcomm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = threadcomm.c; sourceTree = "<group>"; };
-		D88106651A16743200943B67 /* threadcommred.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = threadcommred.c; sourceTree = "<group>"; };
-		D88106661A16743200943B67 /* threadcommregi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = threadcommregi.c; sourceTree = "<group>"; };
-		D88106671A16743200943B67 /* tikz.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tikz.c; sourceTree = "<group>"; };
-		D88106681A16743200943B67 /* tools.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tools.c; sourceTree = "<group>"; };
-		D88106691A16743200943B67 /* tr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tr.c; sourceTree = "<group>"; };
-		D881066A1A16743200943B67 /* transm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = transm.c; sourceTree = "<group>"; };
-		D881066B1A16743200943B67 /* tron.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tron.c; sourceTree = "<group>"; };
-		D881066C1A16743200943B67 /* ts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ts.c; sourceTree = "<group>"; };
-		D881066D1A16743200943B67 /* tsadapt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsadapt.c; sourceTree = "<group>"; };
-		D881066E1A16743200943B67 /* tscreate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tscreate.c; sourceTree = "<group>"; };
-		D881066F1A16743200943B67 /* tseig.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tseig.c; sourceTree = "<group>"; };
-		D88106701A16743200943B67 /* tsevent.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsevent.c; sourceTree = "<group>"; };
-		D88106711A16743200943B67 /* tsreg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsreg.c; sourceTree = "<group>"; };
-		D88106721A16743200943B67 /* tsregall.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsregall.c; sourceTree = "<group>"; };
-		D88106731A16743200943B67 /* tv_data_display.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tv_data_display.c; sourceTree = "<group>"; };
-		D88106741A16743200943B67 /* unit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unit.c; sourceTree = "<group>"; };
-		D88106751A16743200943B67 /* valid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = valid.c; sourceTree = "<group>"; };
-		D88106761A16743200943B67 /* vcreatea.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vcreatea.c; sourceTree = "<group>"; };
-		D88106771A16743200943B67 /* veccreate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = veccreate.c; sourceTree = "<group>"; };
-		D88106781A16743200943B67 /* vecio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vecio.c; sourceTree = "<group>"; };
-		D88106791A16743200943B67 /* vecmpitoseq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vecmpitoseq.c; sourceTree = "<group>"; };
-		D881067A1A16743200943B67 /* vecnest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vecnest.c; sourceTree = "<group>"; };
-		D881067B1A16743200943B67 /* vecreg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vecreg.c; sourceTree = "<group>"; };
-		D881067C1A16743200943B67 /* vecregall.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vecregall.c; sourceTree = "<group>"; };
-		D881067D1A16743200943B67 /* vecs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vecs.c; sourceTree = "<group>"; };
-		D881067E1A16743200943B67 /* vecstash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vecstash.c; sourceTree = "<group>"; };
-		D881067F1A16743200943B67 /* vector.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vector.c; sourceTree = "<group>"; };
-		D88106801A16743200943B67 /* verboseinfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = verboseinfo.c; sourceTree = "<group>"; };
-		D88106811A16743200943B67 /* version.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = version.c; sourceTree = "<group>"; };
-		D88106821A16743200943B67 /* vi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vi.c; sourceTree = "<group>"; };
-		D88106831A16743200943B67 /* view.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = view.c; sourceTree = "<group>"; };
-		D88106841A16743200943B67 /* viewa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = viewa.c; sourceTree = "<group>"; };
-		D88106851A16743200943B67 /* viewers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = viewers.c; sourceTree = "<group>"; };
-		D88106861A16743200943B67 /* viewreg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = viewreg.c; sourceTree = "<group>"; };
-		D88106871A16743200943B67 /* viewregall.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = viewregall.c; sourceTree = "<group>"; };
-		D88106881A16743200943B67 /* vinv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vinv.c; sourceTree = "<group>"; };
-		D88106891A16743200943B67 /* virs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = virs.c; sourceTree = "<group>"; };
-		D881068A1A16743200943B67 /* viss.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = viss.c; sourceTree = "<group>"; };
-		D881068B1A16743200943B67 /* vmpicr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vmpicr.c; sourceTree = "<group>"; };
-		D881068C1A16743200943B67 /* vpscat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vpscat.c; sourceTree = "<group>"; };
-		D881068D1A16743200943B67 /* vscat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vscat.c; sourceTree = "<group>"; };
-		D881068E1A16743200943B67 /* vsection.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vsection.c; sourceTree = "<group>"; };
-		D881068F1A16743200943B67 /* vsectionis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vsectionis.c; sourceTree = "<group>"; };
-		D88106901A16743200943B67 /* vseqcr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vseqcr.c; sourceTree = "<group>"; };
-		D88106911A16743200943B67 /* vtkv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vtkv.c; sourceTree = "<group>"; };
-		D88106921A16743200943B67 /* wb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wb.c; sourceTree = "<group>"; };
-		D88106931A16743200943B67 /* wbm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wbm.c; sourceTree = "<group>"; };
-		D88106941A16743200943B67 /* weights.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = weights.c; sourceTree = "<group>"; };
-		D88106951A16743200943B67 /* wp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wp.c; sourceTree = "<group>"; };
-		D88106961A16743200943B67 /* xmon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmon.c; sourceTree = "<group>"; };
-		D88106971A16743200943B67 /* xxt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xxt.c; sourceTree = "<group>"; };
-		D88106981A16743200943B67 /* xyt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xyt.c; sourceTree = "<group>"; };
-		D88106991A16743200943B67 /* zerodiag.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zerodiag.c; sourceTree = "<group>"; };
-		D881069A1A16743200943B67 /* zoom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zoom.c; sourceTree = "<group>"; };
-		D8AAC32219F4777E00B1EAB0 /* PETSc.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PETSc.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		D8AAC87A19F479F200B1EAB0 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
-		D8AAC87C19F47A0200B1EAB0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
-		D8AAC87E19F47A1300B1EAB0 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; };
-		D8AAC88019F47A2A00B1EAB0 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
-		D8AAC88219F47A3300B1EAB0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
-		D8AAC31E19F4777E00B1EAB0 /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				D8AAC88319F47A3300B1EAB0 /* UIKit.framework in Frameworks */,
-				D8AAC88119F47A2A00B1EAB0 /* OpenGLES.framework in Frameworks */,
-				D8AAC87F19F47A1300B1EAB0 /* GLKit.framework in Frameworks */,
-				D8AAC87D19F47A0200B1EAB0 /* Foundation.framework in Frameworks */,
-				D8AAC87B19F479F200B1EAB0 /* Accelerate.framework in Frameworks */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
-		D88103FB1A16742F00943B67 /* xcode-links */ = {
-			isa = PBXGroup;
-			children = (
-				D88103FC1A16742F00943B67 /* adamat.c */,
-				D88103FD1A16742F00943B67 /* adaptbasic.c */,
-				D88103FE1A16742F00943B67 /* adaptcfl.c */,
-				D88103FF1A16742F00943B67 /* adaptnone.c */,
-				D88104001A16742F00943B67 /* adebug.c */,
-				D88104011A16742F00943B67 /* agg.c */,
-				D88104021A16742F00943B67 /* aij.c */,
-				D88104031A16742F00943B67 /* aijbaij.c */,
-				D88104041A16742F00943B67 /* aijfact.c */,
-				D88104051A16742F00943B67 /* aijsbaij.c */,
-				D88104061A16742F00943B67 /* alpha.c */,
-				D88104071A16742F00943B67 /* anderson.c */,
-				D88104081A16742F00943B67 /* ao.c */,
-				D88104091A16742F00943B67 /* aobasic.c */,
-				D881040A1A16742F00943B67 /* aomapping.c */,
-				D881040B1A16742F00943B67 /* aomemscalable.c */,
-				D881040C1A16742F00943B67 /* aoptions.c */,
-				D881040D1A16742F00943B67 /* aoreg.c */,
-				D881040E1A16742F00943B67 /* aoregall.c */,
-				D881040F1A16742F00943B67 /* arch.c */,
-				D88104101A16742F00943B67 /* arkimex.c */,
-				D88104111A16742F00943B67 /* armijo.c */,
-				D88104121A16742F00943B67 /* asfls.c */,
-				D88104131A16742F00943B67 /* asils.c */,
-				D88104141A16742F00943B67 /* asm.c */,
-				D88104151A16742F00943B67 /* aspin.c */,
-				D88104161A16742F00943B67 /* axis.c */,
-				D88104171A16742F00943B67 /* axisc.c */,
-				D88104181A16742F00943B67 /* axpy.c */,
-				D88104191A16742F00943B67 /* bag.c */,
-				D881041A1A16742F00943B67 /* baij.c */,
-				D881041B1A16742F00943B67 /* baij2.c */,
-				D881041C1A16742F00943B67 /* baijfact.c */,
-				D881041D1A16742F00943B67 /* baijfact11.c */,
-				D881041E1A16742F00943B67 /* baijfact13.c */,
-				D881041F1A16742F00943B67 /* baijfact2.c */,
-				D88104201A16742F00943B67 /* baijfact3.c */,
-				D88104211A16742F00943B67 /* baijfact4.c */,
-				D88104221A16742F00943B67 /* baijfact5.c */,
-				D88104231A16742F00943B67 /* baijfact7.c */,
-				D88104241A16742F00943B67 /* baijfact9.c */,
-				D88104251A16742F00943B67 /* baijov.c */,
-				D88104261A16742F00943B67 /* baijsolv.c */,
-				D88104271A16742F00943B67 /* baijsolvnat.c */,
-				D88104281A16742F00943B67 /* baijsolvtran.c */,
-				D88104291A16742F00943B67 /* baijsolvtrannat.c */,
-				D881042A1A16742F00943B67 /* bandwidth.c */,
-				D881042B1A16742F00943B67 /* basfactor.c */,
-				D881042C1A16742F00943B67 /* bcgs.c */,
-				D881042D1A16742F00943B67 /* bcgsl.c */,
-				D881042E1A16742F00943B67 /* bicg.c */,
-				D881042F1A16742F00943B67 /* binv.c */,
-				D88104301A16742F00943B67 /* bipartite.c */,
-				D88104311A16742F00943B67 /* bitmask.c */,
-				D88104321A16742F00943B67 /* bjacobi.c */,
-				D88104331A16742F00943B67 /* blmvm.c */,
-				D88104341A16742F00943B67 /* block.c */,
-				D88104351A16742F00943B67 /* blockmat.c */,
-				D88104361A16742F00943B67 /* bmrm.c */,
-				D88104371A16742F00943B67 /* borthog.c */,
-				D88104381A16742F00943B67 /* borthog2.c */,
-				D88104391A16742F00943B67 /* bqpip.c */,
-				D881043A1A16742F00943B67 /* bstream.c */,
-				D881043B1A16742F00943B67 /* bstrmfact.c */,
-				D881043C1A16742F00943B67 /* bvec1.c */,
-				D881043D1A16742F00943B67 /* bvec2.c */,
-				D881043E1A16742F00943B67 /* bvec3.c */,
-				D881043F1A16742F00943B67 /* cg.c */,
-				D88104401A16742F00943B67 /* cgeig.c */,
-				D88104411A16742F00943B67 /* cgne.c */,
-				D88104421A16742F00943B67 /* cgs.c */,
-				D88104431A16742F00943B67 /* cgtype.c */,
-				D88104441A16742F00943B67 /* characteristic.c */,
-				D88104451A16742F00943B67 /* cheby.c */,
-				D88104461A16742F00943B67 /* checkptr.c */,
-				D88104471A16742F00943B67 /* cholesky.c */,
-				D88104481A16742F00943B67 /* classical.c */,
-				D88104491A16742F00943B67 /* classlog.c */,
-				D881044A1A16742F00943B67 /* cmesh.c */,
-				D881044B1A16742F00943B67 /* coarsen.c */,
-				D881044C1A16742F00943B67 /* color.c */,
-				D881044D1A16742F00943B67 /* comb.c */,
-				D881044E1A16742F00943B67 /* comm.c */,
-				D881044F1A16742F00943B67 /* commonmpvec.c */,
-				D88104501A16742F00943B67 /* composite.c */,
-				D88104511A16742F00943B67 /* compressedrow.c */,
-				D88104521A16742F00943B67 /* const.c */,
-				D88104531A16742F00943B67 /* convert.c */,
-				D88104541A16742F00943B67 /* cp.c */,
-				D88104551A16742F00943B67 /* cputime.c */,
-				D88104561A16742F00943B67 /* cr.c */,
-				D88104571A16742F00943B67 /* crl.c */,
-				D88104581A16742F00943B67 /* csrperm.c */,
-				D88104591A16742F00943B67 /* cstring.c */,
-				D881045A1A16742F00943B67 /* ctable.c */,
-				D881045B1A16742F00943B67 /* da.c */,
-				D881045C1A16742F00943B67 /* da1.c */,
-				D881045D1A16742F00943B67 /* da2.c */,
-				D881045E1A16742F00943B67 /* da3.c */,
-				D881045F1A16742F00943B67 /* dacorn.c */,
-				D88104601A16742F00943B67 /* dacreate.c */,
-				D88104611A16742F00943B67 /* dadd.c */,
-				D88104621A16742F00943B67 /* dadestroy.c */,
-				D88104631A16742F00943B67 /* dadist.c */,
-				D88104641A16742F00943B67 /* dageometry.c */,
-				D88104651A16742F00943B67 /* dagetarray.c */,
-				D88104661A16742F00943B67 /* dagetelem.c */,
-				D88104671A16742F00943B67 /* daghost.c */,
-				D88104681A16742F00943B67 /* dagtol.c */,
-				D88104691A16742F00943B67 /* dagtona.c */,
-				D881046A1A16742F00943B67 /* daindex.c */,
-				D881046B1A16742F00943B67 /* dainterp.c */,
-				D881046C1A16742F00943B67 /* dalocal.c */,
-				D881046D1A16742F00943B67 /* daltol.c */,
-				D881046E1A16742F00943B67 /* dapf.c */,
-				D881046F1A16742F00943B67 /* dapreallocate.c */,
-				D88104701A16742F00943B67 /* dareg.c */,
-				D88104711A16742F00943B67 /* dascatter.c */,
-				D88104721A16742F00943B67 /* dasub.c */,
-				D88104731A16742F00943B67 /* daview.c */,
-				D88104741A16742F00943B67 /* dbuff.c */,
-				D88104751A16742F00943B67 /* dclear.c */,
-				D88104761A16742F00943B67 /* dcoor.c */,
-				D88104771A16742F00943B67 /* degr.c */,
-				D88104781A16742F00943B67 /* degree.c */,
-				D88104791A16742F00943B67 /* dellipse.c */,
-				D881047A1A16742F00943B67 /* dense.c */,
-				D881047B1A16742F00943B67 /* destroy.c */,
-				D881047C1A16742F00943B67 /* dflush.c */,
-				D881047D1A16742F00943B67 /* dgcoor.c */,
-				D881047E1A16742F00943B67 /* dgedi.c */,
-				D881047F1A16742F00943B67 /* dgefa.c */,
-				D88104801A16743000943B67 /* dgefa2.c */,
-				D88104811A16743000943B67 /* dgefa3.c */,
-				D88104821A16743000943B67 /* dgefa4.c */,
-				D88104831A16743000943B67 /* dgefa5.c */,
-				D88104841A16743000943B67 /* dgefa6.c */,
-				D88104851A16743000943B67 /* dgefa7.c */,
-				D88104861A16743000943B67 /* dgmres.c */,
-				D88104871A16743000943B67 /* dgpause.c */,
-				D88104881A16743000943B67 /* dl.c */,
-				D88104891A16743000943B67 /* dlimpl.c */,
-				D881048A1A16743000943B67 /* dline.c */,
-				D881048B1A16743000943B67 /* dlinegw.c */,
-				D881048C1A16743000943B67 /* dlinew.c */,
-				D881048D1A16743000943B67 /* dlregis_taolinesearch.c */,
-				D881048E1A16743000943B67 /* dlregisdm.c */,
-				D881048F1A16743000943B67 /* dlregisdmdm.c */,
-				D88104901A16743000943B67 /* dlregisksp.c */,
-				D88104911A16743000943B67 /* dlregismat.c */,
-				D88104921A16743000943B67 /* dlregispetsc.c */,
-				D88104931A16743000943B67 /* dlregisrand.c */,
-				D88104941A16743000943B67 /* dlregissf.c */,
-				D88104951A16743000943B67 /* dlregissnes.c */,
-				D88104961A16743000943B67 /* dlregistao.c */,
-				D88104971A16743000943B67 /* dlregisthreadcomm.c */,
-				D88104981A16743000943B67 /* dlregists.c */,
-				D88104991A16743000943B67 /* dlregisvec.c */,
-				D881049A1A16743000943B67 /* dm.c */,
-				D881049B1A16743000943B67 /* dmdasnes.c */,
-				D881049C1A16743000943B67 /* dmdats.c */,
-				D881049D1A16743000943B67 /* dmget.c */,
-				D881049E1A16743000943B67 /* dmi.c */,
-				D881049F1A16743000943B67 /* dmksp.c */,
-				D88104A01A16743000943B67 /* dmlocalsnes.c */,
-				D88104A11A16743000943B67 /* dmlocalts.c */,
-				D88104A21A16743000943B67 /* dmouse.c */,
-				D88104A31A16743000943B67 /* dmplexsnes.c */,
-				D88104A41A16743000943B67 /* dmplexts.c */,
-				D88104A51A16743000943B67 /* dmproject.c */,
-				D88104A61A16743000943B67 /* dmredundant.c */,
-				D88104A71A16743000943B67 /* dmregall.c */,
-				D88104A81A16743000943B67 /* dmshell.c */,
-				D88104A91A16743000943B67 /* dmsnes.c */,
-				D88104AA1A16743000943B67 /* dmts.c */,
-				D88104AB1A16743000943B67 /* dpause.c */,
-				D88104AC1A16743000943B67 /* dpoint.c */,
-				D88104AD1A16743000943B67 /* dpoints.c */,
-				D88104AE1A16743000943B67 /* draw.c */,
-				D88104AF1A16743000943B67 /* drawreg.c */,
-				D88104B01A16743000943B67 /* drawregall.c */,
-				D88104B11A16743000943B67 /* drawv.c */,
-				D88104B21A16743000943B67 /* drect.c */,
-				D88104B31A16743000943B67 /* dscatter.c */,
-				D88104B41A16743000943B67 /* dsclear.c */,
-				D88104B51A16743000943B67 /* dsetpause.c */,
-				D88104B61A16743000943B67 /* dsflush.c */,
-				D88104B71A16743000943B67 /* dsm.c */,
-				D88104B81A16743000943B67 /* dt.c */,
-				D88104B91A16743000943B67 /* dtds.c */,
-				D88104BA1A16743000943B67 /* dtext.c */,
-				D88104BB1A16743000943B67 /* dtextgs.c */,
-				D88104BC1A16743000943B67 /* dtexts.c */,
-				D88104BD1A16743000943B67 /* dtextv.c */,
-				D88104BE1A16743000943B67 /* dtfe.c */,
-				D88104BF1A16743000943B67 /* dtfv.c */,
-				D88104C01A16743000943B67 /* dtri.c */,
-				D88104C11A16743000943B67 /* dupl.c */,
-				D88104C21A16743000943B67 /* dvec2.c */,
-				D88104C31A16743000943B67 /* dviewp.c */,
-				D88104C41A16743000943B67 /* eige.c */,
-				D88104C51A16743000943B67 /* eimex.c */,
-				D88104C61A16743000943B67 /* eisen.c */,
-				D88104C71A16743000943B67 /* err.c */,
-				D88104C81A16743000943B67 /* errabort.c */,
-				D88104C91A16743000943B67 /* errstop.c */,
-				D88104CA1A16743000943B67 /* errtrace.c */,
-				D88104CB1A16743000943B67 /* euler.c */,
-				D88104CC1A16743000943B67 /* eventlog.c */,
-				D88104CD1A16743000943B67 /* factimpl.c */,
-				D88104CE1A16743000943B67 /* factor.c */,
-				D88104CF1A16743000943B67 /* fas.c */,
-				D88104D01A16743000943B67 /* fasfunc.c */,
-				D88104D11A16743000943B67 /* fasgalerkin.c */,
-				D88104D21A16743000943B67 /* fbcgs.c */,
-				D88104D31A16743000943B67 /* fbcgsr.c */,
-				D88104D41A16743000943B67 /* fcallback.c */,
-				D88104D51A16743000943B67 /* fcg.c */,
-				D88104D61A16743000943B67 /* fdaij.c */,
-				D88104D71A16743000943B67 /* fdate.c */,
-				D88104D81A16743000943B67 /* fdda.c */,
-				D88104D91A16743000943B67 /* fdiff.c */,
-				D88104DA1A16743000943B67 /* fdmatrix.c */,
-				D88104DB1A16743000943B67 /* fdmpiaij.c */,
-				D88104DC1A16743000943B67 /* fdtest.c */,
-				D88104DD1A16743000943B67 /* ffpath.c */,
-				D88104DE1A16743000943B67 /* fft.c */,
-				D88104DF1A16743000943B67 /* fgmres.c */,
-				D88104E01A16743000943B67 /* fhost.c */,
-				D88104E11A16743000943B67 /* fieldsplit.c */,
-				D88104E21A16743000943B67 /* filev.c */,
-				D88104E31A16743000943B67 /* flush.c */,
-				D88104E41A16743000943B67 /* fmg.c */,
-				D88104E51A16743000943B67 /* fn1wd.c */,
-				D88104E61A16743000943B67 /* fndsep.c */,
-				D88104E71A16743000943B67 /* fnroot.c */,
-				D88104E81A16743000943B67 /* fp.c */,
-				D88104E91A16743000943B67 /* fpath.c */,
-				D88104EA1A16743000943B67 /* freespace.c */,
-				D88104EB1A16743000943B67 /* fretrieve.c */,
-				D88104EC1A16743000943B67 /* ftest.c */,
-				D88104ED1A16743000943B67 /* fuser.c */,
-				D88104EE1A16743000943B67 /* fwd.c */,
-				D88104EF1A16743000943B67 /* galerkin.c */,
-				D88104F01A16743000943B67 /* gamg.c */,
-				D88104F11A16743000943B67 /* gasm.c */,
-				D88104F21A16743000943B67 /* gcomm.c */,
-				D88104F31A16743000943B67 /* gcookie.c */,
-				D88104F41A16743000943B67 /* gcr.c */,
-				D88104F51A16743000943B67 /* gcreate.c */,
-				D88104F61A16743000943B67 /* gen1wd.c */,
-				D88104F71A16743000943B67 /* general.c */,
-				D88104F81A16743000943B67 /* gennd.c */,
-				D88104F91A16743000943B67 /* genqmd.c */,
-				D88104FA1A16743000943B67 /* genrcm.c */,
-				D88104FB1A16743000943B67 /* geo.c */,
-				D88104FC1A16743000943B67 /* getcolv.c */,
-				D88104FD1A16743000943B67 /* ghome.c */,
-				D88104FE1A16743000943B67 /* gl.c */,
-				D88104FF1A16743000943B67 /* gladapt.c */,
-				D88105001A16743000943B67 /* gltr.c */,
-				D88105011A16743000943B67 /* gmpre.c */,
-				D88105021A16743000943B67 /* gmreig.c */,
-				D88105031A16743000943B67 /* gmres.c */,
-				D88105041A16743000943B67 /* gmres2.c */,
-				D88105051A16743000943B67 /* gpcg.c */,
-				D88105061A16743000943B67 /* gpcglinesearch.c */,
-				D88105071A16743000943B67 /* gqt.c */,
-				D88105081A16743000943B67 /* gr1.c */,
-				D88105091A16743000943B67 /* gr2.c */,
-				D881050A1A16743000943B67 /* greedy.c */,
-				D881050B1A16743000943B67 /* groppcg.c */,
-				D881050C1A16743000943B67 /* grpath.c */,
-				D881050D1A16743000943B67 /* grvtk.c */,
-				D881050E1A16743000943B67 /* gs.c */,
-				D881050F1A16743000943B67 /* gssecant.c */,
-				D88105101A16743000943B67 /* gtype.c */,
-				D88105111A16743000943B67 /* hem.c */,
-				D88105121A16743000943B67 /* hists.c */,
-				D88105131A16743000943B67 /* hue.c */,
-				D88105141A16743000943B67 /* ibcgs.c */,
-				D88105151A16743000943B67 /* icc.c */,
-				D88105161A16743000943B67 /* ido.c */,
-				D88105171A16743000943B67 /* iguess.c */,
-				D88105181A16743000943B67 /* ij.c */,
-				D88105191A16743000943B67 /* ilu.c */,
-				D881051A1A16743000943B67 /* index.c */,
-				D881051B1A16743000943B67 /* inherit.c */,
-				D881051C1A16743000943B67 /* init.c */,
-				D881051D1A16743000943B67 /* inode.c */,
-				D881051E1A16743000943B67 /* inode2.c */,
-				D881051F1A16743000943B67 /* ipm.c */,
-				D88105201A16743000943B67 /* isblock.c */,
-				D88105211A16743000943B67 /* iscoloring.c */,
-				D88105221A16743000943B67 /* iscomp.c */,
-				D88105231A16743000943B67 /* isdiff.c */,
-				D88105241A16743000943B67 /* isio.c */,
-				D88105251A16743000943B67 /* isltog.c */,
-				D88105261A16743000943B67 /* isreg.c */,
-				D88105271A16743000943B67 /* isregall.c */,
-				D88105281A16743000943B67 /* isutil.c */,
-				D88105291A16743000943B67 /* itcl.c */,
-				D881052A1A16743000943B67 /* itcreate.c */,
-				D881052B1A16743000943B67 /* iterativ.c */,
-				D881052C1A16743000943B67 /* itfunc.c */,
-				D881052D1A16743000943B67 /* itregis.c */,
-				D881052E1A16743000943B67 /* itres.c */,
-				D881052F1A16743000943B67 /* ivec.c */,
-				D88105301A16743000943B67 /* jacobi.c */,
-				D88105311A16743000943B67 /* jp.c */,
-				D88105321A16743000943B67 /* kaczmarz.c */,
-				D88105331A16743000943B67 /* ksponly.c */,
-				D88105341A16743000943B67 /* lcd.c */,
-				D88105351A16743000943B67 /* lcl.c */,
-				D88105361A16743000943B67 /* lg.c */,
-				D88105371A16743000943B67 /* lgc.c */,
-				D88105381A16743000943B67 /* lgmres.c */,
-				D88105391A16743000943B67 /* linesearch.c */,
-				D881053A1A16743000943B67 /* linesearchbasic.c */,
-				D881053B1A16743000943B67 /* linesearchbt.c */,
-				D881053C1A16743000943B67 /* linesearchcp.c */,
-				D881053D1A16743000943B67 /* linesearchl2.c */,
-				D881053E1A16743000943B67 /* linesearchregi.c */,
-				D881053F1A16743000943B67 /* linesearchshell.c */,
-				D88105401A16743000943B67 /* lmvm.c */,
-				D88105411A16743000943B67 /* lmvmmat.c */,
-				D88105421A16743000943B67 /* lrc.c */,
-				D88105431A16743000943B67 /* ls.c */,
-				D88105441A16743000943B67 /* lsc.c */,
-				D88105451A16743000943B67 /* lsqr.c */,
-				D88105461A16743000943B67 /* lsqr_converged.c */,
-				D88105471A16743000943B67 /* lsqr_monitor.c */,
-				D88105481A16743000943B67 /* lu.c */,
-				D88105491A16743000943B67 /* maij.c */,
-				D881054A1A16743000943B67 /* mal.c */,
-				D881054B1A16743000943B67 /* matcoloring.c */,
-				D881054C1A16743000943B67 /* matcoloringregi.c */,
-				D881054D1A16743000943B67 /* mathinf.c */,
-				D881054E1A16743000943B67 /* matis.c */,
-				D881054F1A16743000943B67 /* matmatmatmult.c */,
-				D88105501A16743000943B67 /* matmatmult.c */,
-				D88105511A16743000943B67 /* matnest.c */,
-				D88105521A16743000943B67 /* matnull.c */,
-				D88105531A16743000943B67 /* matptap.c */,
-				D88105541A16743000943B67 /* matrart.c */,
-				D88105551A16743000943B67 /* matreg.c */,
-				D88105561A16743000943B67 /* matregis.c */,
-				D88105571A16743000943B67 /* matrix.c */,
-				D88105581A16743000943B67 /* matstash.c */,
-				D88105591A16743000943B67 /* matstashspace.c */,
-				D881055A1A16743000943B67 /* mattransposematmult.c */,
-				D881055B1A16743000943B67 /* mcomposite.c */,
-				D881055C1A16743000943B67 /* mcrl.c */,
-				D881055D1A16743000943B67 /* mem.c */,
-				D881055E1A16743000943B67 /* memc.c */,
-				D881055F1A16743000943B67 /* mffd.c */,
-				D88105601A16743000943B67 /* mffddef.c */,
-				D88105611A16743000943B67 /* mfregis.c */,
-				D88105621A16743000943B67 /* mg.c */,
-				D88105631A16743000943B67 /* mgfunc.c */,
-				D88105641A16743000943B67 /* mhas.c */,
-				D88105651A16743000943B67 /* minres.c */,
-				D88105661A16743000943B67 /* mis.c */,
-				D88105671A16743000943B67 /* mlocalref.c */,
-				D88105681A16743000943B67 /* mmaij.c */,
-				D88105691A16743000943B67 /* mmbaij.c */,
-				D881056A1A16743000943B67 /* mmdense.c */,
-				D881056B1A16743000943B67 /* mmsbaij.c */,
-				D881056C1A16743000943B67 /* mocregis.c */,
-				D881056D1A16743000943B67 /* modpcf.c */,
-				D881056E1A16743000943B67 /* morethuente.c */,
-				D881056F1A16743000943B67 /* mpb_aij.c */,
-				D88105701A16743000943B67 /* mpb_baij.c */,
-				D88105711A16743000943B67 /* mpi.c */,
-				D88105721A16743000943B67 /* mpiadj.c */,
-				D88105731A16743000943B67 /* mpiaij.c */,
-				D88105741A16743000943B67 /* mpiaijpc.c */,
-				D88105751A16743000943B67 /* mpiaijsbaij.c */,
-				D88105761A16743000943B67 /* mpibaij.c */,
-				D88105771A16743000943B67 /* mpibstream.c */,
-				D88105781A16743000943B67 /* mpicsrperm.c */,
-				D88105791A16743000943B67 /* mpidense.c */,
-				D881057A1A16743000943B67 /* mpilong.c */,
-				D881057B1A16743000943B67 /* mpimatmatmatmult.c */,
-				D881057C1A16743000943B67 /* mpimatmatmult.c */,
-				D881057D1A16743000943B67 /* mpimattransposematmult.c */,
-				D881057E1A16743000943B67 /* mpimesg.c */,
-				D881057F1A16743000943B67 /* mpiov.c */,
-				D88105801A16743000943B67 /* mpiptap.c */,
-				D88105811A16743000943B67 /* mpisbaij.c */,
-				D88105821A16743000943B67 /* mpisbstream.c */,
-				D88105831A16743000943B67 /* mpitime.c */,
-				D88105841A16743000943B67 /* mpitr.c */,
-				D88105851A16743000943B67 /* mpits.c */,
-				D88105861A16743000943B67 /* mpiu.c */,
-				D88105871A16743000943B67 /* mpiuopen.c */,
-				D88105881A16743000943B67 /* mprint.c */,
-				D88105891A16743000943B67 /* ms.c */,
-				D881058A1A16743000943B67 /* mscatter.c */,
-				D881058B1A16743000943B67 /* mtr.c */,
-				D881058C1A16743000943B67 /* multequal.c */,
-				D881058D1A16743000943B67 /* multiblock.c */,
-				D881058E1A16743000943B67 /* nash.c */,
-				D881058F1A16743000943B67 /* nasm.c */,
-				D88105901A16743000943B67 /* natural.c */,
-				D88105911A16743000943B67 /* neldermead.c */,
-				D88105921A16743000943B67 /* network.c */,
-				D88105931A16743000943B67 /* networkcreate.c */,
-				D88105941A16743000943B67 /* ngmresfunc.c */,
-				D88105951A16743000943B67 /* nls.c */,
-				D88105961A16743000943B67 /* nn.c */,
-				D88105971A16743000943B67 /* none.c */,
-				D88105981A16743000943B67 /* normm.c */,
-				D88105991A16743000943B67 /* nothread.c */,
-				D881059A1A16743000943B67 /* ntl.c */,
-				D881059B1A16743000943B67 /* ntr.c */,
-				D881059C1A16743000943B67 /* numsrt.c */,
-				D881059D1A16743000943B67 /* olist.c */,
-				D881059E1A16743000943B67 /* openglops.m */,
-				D881059F1A16743000943B67 /* options.c */,
-				D88105A01A16743000943B67 /* owarmijo.c */,
-				D88105A11A16743000943B67 /* owlqn.c */,
-				D88105A21A16743000943B67 /* pack.c */,
-				D88105A31A16743000943B67 /* packm.c */,
-				D88105A41A16743000943B67 /* partition.c */,
-				D88105A51A16743000943B67 /* patch.c */,
-				D88105A61A16743000943B67 /* patchcreate.c */,
-				D88105A71A16743000943B67 /* pbarrier.c */,
-				D88105A81A16743000943B67 /* pbjacobi.c */,
-				D88105A91A16743000943B67 /* pbvec.c */,
-				D88105AA1A16743000943B67 /* pcis.c */,
-				D88105AB1A16743000943B67 /* pcksp.c */,
-				D88105AC1A16743000943B67 /* pcmat.c */,
-				D88105AD1A16743000943B67 /* pcregis.c */,
-				D88105AE1A16743000943B67 /* pcset.c */,
-				D88105AF1A16743000943B67 /* pdisplay.c */,
-				D88105B01A16743000943B67 /* pdvec.c */,
-				D88105B11A16743000943B67 /* petscvu.c */,
-				D88105B21A16743000943B67 /* pf.c */,
-				D88105B31A16743100943B67 /* pfall.c */,
-				D88105B41A16743100943B67 /* pgmres.c */,
-				D88105B51A16743100943B67 /* pgname.c */,
-				D88105B61A16743100943B67 /* pheap.c */,
-				D88105B71A16743100943B67 /* pinit.c */,
-				D88105B81A16743100943B67 /* pipecg.c */,
-				D88105B91A16743100943B67 /* pipecr.c */,
-				D88105BA1A16743100943B67 /* plex.c */,
-				D88105BB1A16743100943B67 /* plexbc.c */,
-				D88105BC1A16743100943B67 /* plexcgns.c */,
-				D88105BD1A16743100943B67 /* plexcreate.c */,
-				D88105BE1A16743100943B67 /* plexdistribute.c */,
-				D88105BF1A16743100943B67 /* plexexodusii.c */,
-				D88105C01A16743100943B67 /* plexfem.c */,
-				D88105C11A16743100943B67 /* plexgenerate.c */,
-				D88105C21A16743100943B67 /* plexgeometry.c */,
-				D88105C31A16743100943B67 /* plexgmsh.c */,
-				D88105C41A16743100943B67 /* plexhdf5.c */,
-				D88105C51A16743100943B67 /* plexindices.c */,
-				D88105C61A16743100943B67 /* plexinterpolate.c */,
-				D88105C71A16743100943B67 /* plexlabel.c */,
-				D88105C81A16743100943B67 /* plexpartition.c */,
-				D88105C91A16743100943B67 /* plexpoint.c */,
-				D88105CA1A16743100943B67 /* plexpreallocate.c */,
-				D88105CB1A16743100943B67 /* plexrefine.c */,
-				D88105CC1A16743100943B67 /* plexreorder.c */,
-				D88105CD1A16743100943B67 /* plexsubmesh.c */,
-				D88105CE1A16743100943B67 /* plextree.c */,
-				D88105CF1A16743100943B67 /* plexvtk.c */,
-				D88105D01A16743100943B67 /* plexvtu.c */,
-				D88105D11A16743100943B67 /* plog.c */,
-				D88105D21A16743100943B67 /* pmap.c */,
-				D88105D31A16743100943B67 /* pname.c */,
-				D88105D41A16743100943B67 /* posindep.c */,
-				D88105D51A16743100943B67 /* pounders.c */,
-				D88105D61A16743100943B67 /* power.c */,
-				D88105D71A16743100943B67 /* precon.c */,
-				D88105D81A16743100943B67 /* prefix.c */,
-				D88105D91A16743100943B67 /* preonly.c */,
-				D88105DA1A16743100943B67 /* projection.c */,
-				D88105DB1A16743100943B67 /* psleep.c */,
-				D88105DC1A16743100943B67 /* psplit.c */,
-				D88105DD1A16743100943B67 /* pstack.c */,
-				D88105DE1A16743100943B67 /* ptype.c */,
-				D88105DF1A16743100943B67 /* pvec2.c */,
-				D88105E01A16743100943B67 /* pythonksp.c */,
-				D88105E11A16743100943B67 /* pythonmat.c */,
-				D88105E21A16743100943B67 /* pythonpc.c */,
-				D88105E31A16743100943B67 /* pythonsnes.c */,
-				D88105E41A16743100943B67 /* pythonsys.c */,
-				D88105E51A16743100943B67 /* pythonts.c */,
-				D88105E61A16743100943B67 /* qcg.c */,
-				D88105E71A16743100943B67 /* qmdmrg.c */,
-				D88105E81A16743100943B67 /* qmdqt.c */,
-				D88105E91A16743100943B67 /* qmdrch.c */,
-				D88105EA1A16743100943B67 /* qmdupd.c */,
-				D88105EB1A16743100943B67 /* qn.c */,
-				D88105EC1A16743100943B67 /* rand.c */,
-				D88105ED1A16743100943B67 /* rand48.c */,
-				D88105EE1A16743100943B67 /* random.c */,
-				D88105EF1A16743100943B67 /* randomc.c */,
-				D88105F01A16743100943B67 /* randreg.c */,
-				D88105F11A16743100943B67 /* rcm.c */,
-				D88105F21A16743100943B67 /* redistribute.c */,
-				D88105F31A16743100943B67 /* redundant.c */,
-				D88105F41A16743100943B67 /* reg.c */,
-				D88105F51A16743100943B67 /* rich.c */,
-				D88105F61A16743100943B67 /* richscale.c */,
-				D88105F71A16743100943B67 /* rk.c */,
-				D88105F81A16743100943B67 /* rootls.c */,
-				D88105F91A16743100943B67 /* rosw.c */,
-				D88105FA1A16743100943B67 /* rpath.c */,
-				D88105FB1A16743100943B67 /* rvector.c */,
-				D88105FC1A16743100943B67 /* sbaij.c */,
-				D88105FD1A16743100943B67 /* sbaij2.c */,
-				D88105FE1A16743100943B67 /* sbaijfact.c */,
-				D88105FF1A16743100943B67 /* sbaijfact10.c */,
-				D88106001A16743100943B67 /* sbaijfact11.c */,
-				D88106011A16743100943B67 /* sbaijfact12.c */,
-				D88106021A16743100943B67 /* sbaijfact2.c */,
-				D88106031A16743100943B67 /* sbaijfact3.c */,
-				D88106041A16743100943B67 /* sbaijfact4.c */,
-				D88106051A16743100943B67 /* sbaijfact5.c */,
-				D88106061A16743100943B67 /* sbaijfact6.c */,
-				D88106071A16743100943B67 /* sbaijfact7.c */,
-				D88106081A16743100943B67 /* sbaijfact8.c */,
-				D88106091A16743100943B67 /* sbaijfact9.c */,
-				D881060A1A16743100943B67 /* sbaijov.c */,
-				D881060B1A16743100943B67 /* sbstream.c */,
-				D881060C1A16743100943B67 /* sbstrmfact.c */,
-				D881060D1A16743100943B67 /* schurm.c */,
-				D881060E1A16743100943B67 /* scoarsen.c */,
-				D881060F1A16743100943B67 /* segbuffer.c */,
-				D88106101A16743100943B67 /* select.c */,
-				D88106111A16743100943B67 /* send.c */,
-				D88106121A16743100943B67 /* seq.c */,
-				D88106131A16743100943B67 /* setr.c */,
-				D88106141A16743100943B67 /* sf.c */,
-				D88106151A16743100943B67 /* sfbasic.c */,
-				D88106161A16743100943B67 /* sfregi.c */,
-				D88106171A16743100943B67 /* sftype.c */,
-				D88106181A16743100943B67 /* shell.c */,
-				D88106191A16743100943B67 /* shellcnv.c */,
-				D881061A1A16743100943B67 /* shellpc.c */,
-				D881061B1A16743100943B67 /* shvec.c */,
-				D881061C1A16743100943B67 /* signal.c */,
-				D881061D1A16743100943B67 /* slda.c */,
-				D881061E1A16743100943B67 /* sliced.c */,
-				D881061F1A16743100943B67 /* slo.c */,
-				D88106201A16743100943B67 /* slregis.c */,
-				D88106211A16743100943B67 /* smatlab.c */,
-				D88106221A16743100943B67 /* smg.c */,
-				D88106231A16743100943B67 /* snes.c */,
-				D88106241A16743100943B67 /* snescomposite.c */,
-				D88106251A16743100943B67 /* snesdnest.c */,
-				D88106261A16743100943B67 /* snesgs.c */,
-				D88106271A16743100943B67 /* snesj.c */,
-				D88106281A16743100943B67 /* snesj2.c */,
-				D88106291A16743100943B67 /* snesmfj.c */,
-				D881062A1A16743100943B67 /* snesmfj2.c */,
-				D881062B1A16743100943B67 /* snesncg.c */,
-				D881062C1A16743100943B67 /* snesngmres.c */,
-				D881062D1A16743100943B67 /* snesnoise.c */,
-				D881062E1A16743100943B67 /* snesob.c */,
-				D881062F1A16743100943B67 /* snespc.c */,
-				D88106301A16743100943B67 /* snesregi.c */,
-				D88106311A16743100943B67 /* snesrichardson.c */,
-				D88106321A16743100943B67 /* snesshell.c */,
-				D88106331A16743100943B67 /* snestest.c */,
-				D88106341A16743100943B67 /* snesut.c */,
-				D88106351A16743100943B67 /* sor.c */,
-				D88106361A16743100943B67 /* sorder.c */,
-				D88106371A16743100943B67 /* sortd.c */,
-				D88106381A16743100943B67 /* sorti.c */,
-				D88106391A16743100943B67 /* sortip.c */,
-				D881063A1A16743100943B67 /* sp1wd.c */,
-				D881063B1A16743100943B67 /* spartition.c */,
-				D881063C1A16743100943B67 /* spbas.c */,
-				D881063D1A16743100943B67 /* specest.c */,
-				D881063E1A16743100943B67 /* spectral.c */,
-				D881063F1A16743100943B67 /* spnd.c */,
-				D88106401A16743100943B67 /* spqmd.c */,
-				D88106411A16743100943B67 /* sprcm.c */,
-				D88106421A16743100943B67 /* sregis.c */,
-				D88106431A16743100943B67 /* sro.c */,
-				D88106441A16743100943B67 /* sseenabled.c */,
-				D88106451A16743100943B67 /* ssfls.c */,
-				D88106461A16743100943B67 /* ssils.c */,
-				D88106471A16743100943B67 /* ssls.c */,
-				D88106481A16743100943B67 /* ssp.c */,
-				D88106491A16743100943B67 /* stack.c */,
-				D881064A1A16743100943B67 /* stagelog.c */,
-				D881064B1A16743100943B67 /* state.c */,
-				D881064C1A16743100943B67 /* stcg.c */,
-				D881064D1A16743100943B67 /* str.c */,
-				D881064E1A16743100943B67 /* stride.c */,
-				D881064F1A16743100943B67 /* stringv.c */,
-				D88106501A16743100943B67 /* subcomm.c */,
-				D88106511A16743100943B67 /* submat.c */,
-				D88106521A16743100943B67 /* submatfree.c */,
-				D88106531A16743100943B67 /* svd.c */,
-				D88106541A16743100943B67 /* symmlq.c */,
-				D88106551A16743100943B67 /* symtranspose.c */,
-				D88106561A16743100943B67 /* sysio.c */,
-				D88106571A16743100943B67 /* tagm.c */,
-				D88106581A16743100943B67 /* tao_util.c */,
-				D88106591A16743100943B67 /* taocg.c */,
-				D881065A1A16743100943B67 /* taolinesearch.c */,
-				D881065B1A16743100943B67 /* taosolver.c */,
-				D881065C1A16743100943B67 /* taosolver_bounds.c */,
-				D881065D1A16743100943B67 /* taosolver_fg.c */,
-				D881065E1A16743100943B67 /* taosolver_hj.c */,
-				D881065F1A16743100943B67 /* taosolverregi.c */,
-				D88106601A16743100943B67 /* tcqmr.c */,
-				D88106611A16743100943B67 /* tfqmr.c */,
-				D88106621A16743100943B67 /* tfs.c */,
-				D88106631A16743200943B67 /* theta.c */,
-				D88106641A16743200943B67 /* threadcomm.c */,
-				D88106651A16743200943B67 /* threadcommred.c */,
-				D88106661A16743200943B67 /* threadcommregi.c */,
-				D88106671A16743200943B67 /* tikz.c */,
-				D88106681A16743200943B67 /* tools.c */,
-				D88106691A16743200943B67 /* tr.c */,
-				D881066A1A16743200943B67 /* transm.c */,
-				D881066B1A16743200943B67 /* tron.c */,
-				D881066C1A16743200943B67 /* ts.c */,
-				D881066D1A16743200943B67 /* tsadapt.c */,
-				D881066E1A16743200943B67 /* tscreate.c */,
-				D881066F1A16743200943B67 /* tseig.c */,
-				D88106701A16743200943B67 /* tsevent.c */,
-				D88106711A16743200943B67 /* tsreg.c */,
-				D88106721A16743200943B67 /* tsregall.c */,
-				D88106731A16743200943B67 /* tv_data_display.c */,
-				D88106741A16743200943B67 /* unit.c */,
-				D88106751A16743200943B67 /* valid.c */,
-				D88106761A16743200943B67 /* vcreatea.c */,
-				D88106771A16743200943B67 /* veccreate.c */,
-				D88106781A16743200943B67 /* vecio.c */,
-				D88106791A16743200943B67 /* vecmpitoseq.c */,
-				D881067A1A16743200943B67 /* vecnest.c */,
-				D881067B1A16743200943B67 /* vecreg.c */,
-				D881067C1A16743200943B67 /* vecregall.c */,
-				D881067D1A16743200943B67 /* vecs.c */,
-				D881067E1A16743200943B67 /* vecstash.c */,
-				D881067F1A16743200943B67 /* vector.c */,
-				D88106801A16743200943B67 /* verboseinfo.c */,
-				D88106811A16743200943B67 /* version.c */,
-				D88106821A16743200943B67 /* vi.c */,
-				D88106831A16743200943B67 /* view.c */,
-				D88106841A16743200943B67 /* viewa.c */,
-				D88106851A16743200943B67 /* viewers.c */,
-				D88106861A16743200943B67 /* viewreg.c */,
-				D88106871A16743200943B67 /* viewregall.c */,
-				D88106881A16743200943B67 /* vinv.c */,
-				D88106891A16743200943B67 /* virs.c */,
-				D881068A1A16743200943B67 /* viss.c */,
-				D881068B1A16743200943B67 /* vmpicr.c */,
-				D881068C1A16743200943B67 /* vpscat.c */,
-				D881068D1A16743200943B67 /* vscat.c */,
-				D881068E1A16743200943B67 /* vsection.c */,
-				D881068F1A16743200943B67 /* vsectionis.c */,
-				D88106901A16743200943B67 /* vseqcr.c */,
-				D88106911A16743200943B67 /* vtkv.c */,
-				D88106921A16743200943B67 /* wb.c */,
-				D88106931A16743200943B67 /* wbm.c */,
-				D88106941A16743200943B67 /* weights.c */,
-				D88106951A16743200943B67 /* wp.c */,
-				D88106961A16743200943B67 /* xmon.c */,
-				D88106971A16743200943B67 /* xxt.c */,
-				D88106981A16743200943B67 /* xyt.c */,
-				D88106991A16743200943B67 /* zerodiag.c */,
-				D881069A1A16743200943B67 /* zoom.c */,
-			);
-			name = "xcode-links";
-			path = "../../../../arch-ios-simulator/xcode-links";
-			sourceTree = "<group>";
-		};
-		D8AAC31819F4777E00B1EAB0 = {
-			isa = PBXGroup;
-			children = (
-				D88103FB1A16742F00943B67 /* xcode-links */,
-				D8AAC88219F47A3300B1EAB0 /* UIKit.framework */,
-				D8AAC88019F47A2A00B1EAB0 /* OpenGLES.framework */,
-				D8AAC87E19F47A1300B1EAB0 /* GLKit.framework */,
-				D8AAC87C19F47A0200B1EAB0 /* Foundation.framework */,
-				D8AAC87A19F479F200B1EAB0 /* Accelerate.framework */,
-				D8AAC32319F4777E00B1EAB0 /* Products */,
-			);
-			sourceTree = "<group>";
-		};
-		D8AAC32319F4777E00B1EAB0 /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				D8AAC32219F4777E00B1EAB0 /* PETSc.framework */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-/* End PBXGroup section */
-
-/* Begin PBXHeadersBuildPhase section */
-		D8AAC31F19F4777E00B1EAB0 /* Headers */ = {
-			isa = PBXHeadersBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXHeadersBuildPhase section */
-
-/* Begin PBXNativeTarget section */
-		D8AAC32119F4777E00B1EAB0 /* PETSc */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = D8AAC33519F4777E00B1EAB0 /* Build configuration list for PBXNativeTarget "PETSc" */;
-			buildPhases = (
-				D8AAC31D19F4777E00B1EAB0 /* Sources */,
-				D8AAC31E19F4777E00B1EAB0 /* Frameworks */,
-				D8AAC31F19F4777E00B1EAB0 /* Headers */,
-				D8AAC32019F4777E00B1EAB0 /* Resources */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-			);
-			name = PETSc;
-			productName = PETSc;
-			productReference = D8AAC32219F4777E00B1EAB0 /* PETSc.framework */;
-			productType = "com.apple.product-type.framework";
-		};
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
-		D8AAC31919F4777E00B1EAB0 /* Project object */ = {
-			isa = PBXProject;
-			attributes = {
-				LastUpgradeCheck = 0600;
-				ORGANIZATIONNAME = "Barry Smith";
-				TargetAttributes = {
-					D8AAC32119F4777E00B1EAB0 = {
-						CreatedOnToolsVersion = 6.0.1;
-					};
-				};
-			};
-			buildConfigurationList = D8AAC31C19F4777E00B1EAB0 /* Build configuration list for PBXProject "PETSc" */;
-			compatibilityVersion = "Xcode 3.2";
-			developmentRegion = English;
-			hasScannedForEncodings = 0;
-			knownRegions = (
-				en,
-			);
-			mainGroup = D8AAC31819F4777E00B1EAB0;
-			productRefGroup = D8AAC32319F4777E00B1EAB0 /* Products */;
-			projectDirPath = "";
-			projectRoot = "";
-			targets = (
-				D8AAC32119F4777E00B1EAB0 /* PETSc */,
-			);
-		};
-/* End PBXProject section */
-
-/* Begin PBXResourcesBuildPhase section */
-		D8AAC32019F4777E00B1EAB0 /* Resources */ = {
-			isa = PBXResourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXResourcesBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
-		D8AAC31D19F4777E00B1EAB0 /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				D881087F1A16743200943B67 /* pythonksp.c in Sources */,
-				D881079C1A16743200943B67 /* ghome.c in Sources */,
-				D88107FB1A16743200943B67 /* mcrl.c in Sources */,
-				D88108641A16743200943B67 /* plexindices.c in Sources */,
-				D88108551A16743200943B67 /* pheap.c in Sources */,
-				D88107A71A16743200943B67 /* gr1.c in Sources */,
-				D88106E01A16743200943B67 /* cgne.c in Sources */,
-				D88108CC1A16743200943B67 /* snesnoise.c in Sources */,
-				D88107ED1A16743200943B67 /* matis.c in Sources */,
-				D88107B11A16743200943B67 /* hists.c in Sources */,
-				D881092A1A16743200943B67 /* vmpicr.c in Sources */,
-				D88107C01A16743200943B67 /* iscoloring.c in Sources */,
-				D88108221A16743200943B67 /* mpitime.c in Sources */,
-				D88107A81A16743200943B67 /* gr2.c in Sources */,
-				D881090C1A16743200943B67 /* tsadapt.c in Sources */,
-				D88107991A16743200943B67 /* genrcm.c in Sources */,
-				D88107451A16743200943B67 /* dmredundant.c in Sources */,
-				D88108DC1A16743200943B67 /* specest.c in Sources */,
-				D88107391A16743200943B67 /* dm.c in Sources */,
-				D88107481A16743200943B67 /* dmsnes.c in Sources */,
-				D88106BA1A16743200943B67 /* baij2.c in Sources */,
-				D88107521A16743200943B67 /* dscatter.c in Sources */,
-				D88108B11A16743200943B67 /* seq.c in Sources */,
-				D881070B1A16743200943B67 /* dalocal.c in Sources */,
-				D88107201A16743200943B67 /* dgefa3.c in Sources */,
-				D881092C1A16743200943B67 /* vscat.c in Sources */,
-				D88106EE1A16743200943B67 /* commonmpvec.c in Sources */,
-				D88109241A16743200943B67 /* viewers.c in Sources */,
-				D88107241A16743200943B67 /* dgefa7.c in Sources */,
-				D88108351A16743200943B67 /* nn.c in Sources */,
-				D88107B41A16743200943B67 /* icc.c in Sources */,
-				D88107B31A16743200943B67 /* ibcgs.c in Sources */,
-				D881071B1A16743200943B67 /* dflush.c in Sources */,
-				D88107DA1A16743200943B67 /* linesearchbt.c in Sources */,
-				D88107921A16743200943B67 /* gcookie.c in Sources */,
-				D88108261A16743200943B67 /* mpiuopen.c in Sources */,
-				D881077D1A16743200943B67 /* fft.c in Sources */,
-				D88106A81A16743200943B67 /* aobasic.c in Sources */,
-				D881072D1A16743200943B67 /* dlregisdm.c in Sources */,
-				D88107771A16743200943B67 /* fdda.c in Sources */,
-				D88106FE1A16743200943B67 /* dacorn.c in Sources */,
-				D881085C1A16743200943B67 /* plexcreate.c in Sources */,
-				D881076B1A16743200943B67 /* eventlog.c in Sources */,
-				D88108FF1A16743200943B67 /* tcqmr.c in Sources */,
-				D881069B1A16743200943B67 /* adamat.c in Sources */,
-				D88109161A16743200943B67 /* veccreate.c in Sources */,
-				D881085F1A16743200943B67 /* plexfem.c in Sources */,
-				D88108E31A16743200943B67 /* sseenabled.c in Sources */,
-				D88108DF1A16743200943B67 /* spqmd.c in Sources */,
-				D88106BF1A16743200943B67 /* baijfact3.c in Sources */,
-				D881092F1A16743200943B67 /* vseqcr.c in Sources */,
-				D88106F91A16743200943B67 /* ctable.c in Sources */,
-				D88108DA1A16743200943B67 /* spartition.c in Sources */,
-				D88106EA1A16743200943B67 /* coarsen.c in Sources */,
-				D88107D91A16743200943B67 /* linesearchbasic.c in Sources */,
-				D88107361A16743200943B67 /* dlregisthreadcomm.c in Sources */,
-				D88107EC1A16743200943B67 /* mathinf.c in Sources */,
-				D88107D11A16743200943B67 /* kaczmarz.c in Sources */,
-				D88107A31A16743200943B67 /* gmres2.c in Sources */,
-				D881076E1A16743200943B67 /* fas.c in Sources */,
-				D88108AF1A16743200943B67 /* select.c in Sources */,
-				D88107A51A16743200943B67 /* gpcglinesearch.c in Sources */,
-				D881082E1A16743200943B67 /* nasm.c in Sources */,
-				D88106DD1A16743200943B67 /* bvec3.c in Sources */,
-				D88107A41A16743200943B67 /* gpcg.c in Sources */,
-				D881083E1A16743200943B67 /* options.c in Sources */,
-				D881078D1A16743200943B67 /* fwd.c in Sources */,
-				D88106C81A16743200943B67 /* baijsolvtrannat.c in Sources */,
-				D88106F41A16743200943B67 /* cputime.c in Sources */,
-				D88107D61A16743200943B67 /* lgc.c in Sources */,
-				D88108E11A16743200943B67 /* sregis.c in Sources */,
-				D88107721A16743200943B67 /* fbcgsr.c in Sources */,
-				D881091D1A16743200943B67 /* vecstash.c in Sources */,
-				D88107641A16743200943B67 /* eimex.c in Sources */,
-				D88107031A16743200943B67 /* dageometry.c in Sources */,
-				D88107041A16743200943B67 /* dagetarray.c in Sources */,
-				D88106CF1A16743200943B67 /* bipartite.c in Sources */,
-				D88107071A16743200943B67 /* dagtol.c in Sources */,
-				D88107F91A16743200943B67 /* mattransposematmult.c in Sources */,
-				D88107051A16743200943B67 /* dagetelem.c in Sources */,
-				D88107061A16743200943B67 /* daghost.c in Sources */,
-				D88108E41A16743200943B67 /* ssfls.c in Sources */,
-				D881087E1A16743200943B67 /* pvec2.c in Sources */,
-				D881082A1A16743200943B67 /* mtr.c in Sources */,
-				D88106F51A16743200943B67 /* cr.c in Sources */,
-				D881072B1A16743200943B67 /* dlinew.c in Sources */,
-				D88108CF1A16743200943B67 /* snesregi.c in Sources */,
-				D881078B1A16743200943B67 /* ftest.c in Sources */,
-				D88106F81A16743200943B67 /* cstring.c in Sources */,
-				D88109331A16743200943B67 /* weights.c in Sources */,
-				D88107161A16743200943B67 /* degr.c in Sources */,
-				D88106ED1A16743200943B67 /* comm.c in Sources */,
-				D88108011A16743200943B67 /* mg.c in Sources */,
-				D88108DE1A16743200943B67 /* spnd.c in Sources */,
-				D881091F1A16743200943B67 /* verboseinfo.c in Sources */,
-				D88106A61A16743200943B67 /* anderson.c in Sources */,
-				D881086D1A16743200943B67 /* plextree.c in Sources */,
-				D88107781A16743200943B67 /* fdiff.c in Sources */,
-				D88107D81A16743200943B67 /* linesearch.c in Sources */,
-				D88107CF1A16743200943B67 /* jacobi.c in Sources */,
-				D88106A71A16743200943B67 /* ao.c in Sources */,
-				D88108E71A16743200943B67 /* ssp.c in Sources */,
-				D881075E1A16743200943B67 /* dtfv.c in Sources */,
-				D88109181A16743200943B67 /* vecmpitoseq.c in Sources */,
-				D88108D01A16743200943B67 /* snesrichardson.c in Sources */,
-				D881082F1A16743200943B67 /* natural.c in Sources */,
-				D881080E1A16743200943B67 /* mpb_aij.c in Sources */,
-				D88107CD1A16743200943B67 /* itres.c in Sources */,
-				D88107DD1A16743200943B67 /* linesearchregi.c in Sources */,
-				D88108C11A16743200943B67 /* smg.c in Sources */,
-				D88108691A16743200943B67 /* plexpreallocate.c in Sources */,
-				D88107DF1A16743200943B67 /* lmvm.c in Sources */,
-				D88108741A16743200943B67 /* pounders.c in Sources */,
-				D881079B1A16743200943B67 /* getcolv.c in Sources */,
-				D88108501A16743200943B67 /* petscvu.c in Sources */,
-				D88109111A16743200943B67 /* tsregall.c in Sources */,
-				D88108DD1A16743200943B67 /* spectral.c in Sources */,
-				D88107E71A16743200943B67 /* lu.c in Sources */,
-				D88108081A16743200943B67 /* mmbaij.c in Sources */,
-				D88108D11A16743200943B67 /* snesshell.c in Sources */,
-				D88106B51A16743200943B67 /* axis.c in Sources */,
-				D88106AD1A16743200943B67 /* aoregall.c in Sources */,
-				D88106BD1A16743200943B67 /* baijfact13.c in Sources */,
-				D88107F41A16743200943B67 /* matreg.c in Sources */,
-				D881090B1A16743200943B67 /* ts.c in Sources */,
-				D88108461A16743200943B67 /* pbarrier.c in Sources */,
-				D88108D51A16743200943B67 /* sorder.c in Sources */,
-				D881078E1A16743200943B67 /* galerkin.c in Sources */,
-				D88106D61A16743200943B67 /* borthog.c in Sources */,
-				D88108911A16743200943B67 /* redistribute.c in Sources */,
-				D88108141A16743200943B67 /* mpiaijsbaij.c in Sources */,
-				D88107E11A16743200943B67 /* lrc.c in Sources */,
-				D88107D21A16743200943B67 /* ksponly.c in Sources */,
-				D88108A61A16743200943B67 /* sbaijfact7.c in Sources */,
-				D88107A21A16743200943B67 /* gmres.c in Sources */,
-				D88107AD1A16743200943B67 /* gs.c in Sources */,
-				D88107571A16743200943B67 /* dt.c in Sources */,
-				D88109061A16743200943B67 /* tikz.c in Sources */,
-				D88109171A16743200943B67 /* vecio.c in Sources */,
-				D88107581A16743200943B67 /* dtds.c in Sources */,
-				D881085D1A16743200943B67 /* plexdistribute.c in Sources */,
-				D88106DC1A16743200943B67 /* bvec2.c in Sources */,
-				D88107511A16743200943B67 /* drect.c in Sources */,
-				D88106D01A16743200943B67 /* bitmask.c in Sources */,
-				D881072F1A16743200943B67 /* dlregisksp.c in Sources */,
-				D881070D1A16743200943B67 /* dapf.c in Sources */,
-				D88106BC1A16743200943B67 /* baijfact11.c in Sources */,
-				D88108C81A16743200943B67 /* snesmfj.c in Sources */,
-				D88108831A16743200943B67 /* pythonsys.c in Sources */,
-				D88107191A16743200943B67 /* dense.c in Sources */,
-				D881073A1A16743200943B67 /* dmdasnes.c in Sources */,
-				D88106C41A16743200943B67 /* baijov.c in Sources */,
-				D88108071A16743200943B67 /* mmaij.c in Sources */,
-				D88107821A16743200943B67 /* flush.c in Sources */,
-				D881075C1A16743200943B67 /* dtextv.c in Sources */,
-				D881083A1A16743200943B67 /* ntr.c in Sources */,
-				D88108A81A16743200943B67 /* sbaijfact9.c in Sources */,
-				D88107951A16743200943B67 /* gen1wd.c in Sources */,
-				D88108C51A16743200943B67 /* snesgs.c in Sources */,
-				D88108AE1A16743200943B67 /* segbuffer.c in Sources */,
-				D881081D1A16743200943B67 /* mpimesg.c in Sources */,
-				D881077B1A16743200943B67 /* fdtest.c in Sources */,
-				D881091E1A16743200943B67 /* vector.c in Sources */,
-				D88107C11A16743200943B67 /* iscomp.c in Sources */,
-				D88108191A16743200943B67 /* mpilong.c in Sources */,
-				D88109351A16743200943B67 /* xmon.c in Sources */,
-				D88107F51A16743200943B67 /* matregis.c in Sources */,
-				D88108201A16743200943B67 /* mpisbaij.c in Sources */,
-				D88108AC1A16743200943B67 /* schurm.c in Sources */,
-				D88107021A16743200943B67 /* dadist.c in Sources */,
-				D88108931A16743200943B67 /* reg.c in Sources */,
-				D881071A1A16743200943B67 /* destroy.c in Sources */,
-				D88106B81A16743200943B67 /* bag.c in Sources */,
-				D881075B1A16743200943B67 /* dtexts.c in Sources */,
-				D881071E1A16743200943B67 /* dgefa.c in Sources */,
-				D881077A1A16743200943B67 /* fdmpiaij.c in Sources */,
-				D88108321A16743200943B67 /* networkcreate.c in Sources */,
-				D881084C1A16743200943B67 /* pcregis.c in Sources */,
-				D88107441A16743200943B67 /* dmproject.c in Sources */,
-				D881092E1A16743200943B67 /* vsectionis.c in Sources */,
-				D88106AE1A16743200943B67 /* arch.c in Sources */,
-				D88107151A16743200943B67 /* dcoor.c in Sources */,
-				D88108361A16743200943B67 /* none.c in Sources */,
-				D88108E21A16743200943B67 /* sro.c in Sources */,
-				D88108D81A16743200943B67 /* sortip.c in Sources */,
-				D88107611A16743200943B67 /* dvec2.c in Sources */,
-				D88107F21A16743200943B67 /* matptap.c in Sources */,
-				D881070A1A16743200943B67 /* dainterp.c in Sources */,
-				D881083D1A16743200943B67 /* openglops.m in Sources */,
-				D88109311A16743200943B67 /* wb.c in Sources */,
-				D88107B71A16743200943B67 /* ij.c in Sources */,
-				D88108131A16743200943B67 /* mpiaijpc.c in Sources */,
-				D88107551A16743200943B67 /* dsflush.c in Sources */,
-				D88106DB1A16743200943B67 /* bvec1.c in Sources */,
-				D88107221A16743200943B67 /* dgefa5.c in Sources */,
-				D881089F1A16743200943B67 /* sbaijfact11.c in Sources */,
-				D88108511A16743200943B67 /* pf.c in Sources */,
-				D881087D1A16743200943B67 /* ptype.c in Sources */,
-				D88106AB1A16743200943B67 /* aoptions.c in Sources */,
-				D88108E81A16743200943B67 /* stack.c in Sources */,
-				D88108271A16743200943B67 /* mprint.c in Sources */,
-				D88108AD1A16743200943B67 /* scoarsen.c in Sources */,
-				D88108491A16743200943B67 /* pcis.c in Sources */,
-				D881086C1A16743200943B67 /* plexsubmesh.c in Sources */,
-				D88106B31A16743200943B67 /* asm.c in Sources */,
-				D88106AF1A16743200943B67 /* arkimex.c in Sources */,
-				D88108EE1A16743200943B67 /* stringv.c in Sources */,
-				D881089A1A16743200943B67 /* rvector.c in Sources */,
-				D88107CA1A16743200943B67 /* iterativ.c in Sources */,
-				D881074A1A16743200943B67 /* dpause.c in Sources */,
-				D88107691A16743200943B67 /* errtrace.c in Sources */,
-				D88107C41A16743200943B67 /* isltog.c in Sources */,
-				D881080B1A16743200943B67 /* mocregis.c in Sources */,
-				D88108C61A16743200943B67 /* snesj.c in Sources */,
-				D881085B1A16743200943B67 /* plexcgns.c in Sources */,
-				D88106D91A16743200943B67 /* bstream.c in Sources */,
-				D88108F01A16743200943B67 /* submat.c in Sources */,
-				D88107591A16743200943B67 /* dtext.c in Sources */,
-				D881073B1A16743200943B67 /* dmdats.c in Sources */,
-				D881087A1A16743200943B67 /* psleep.c in Sources */,
-				D88106E61A16743200943B67 /* cholesky.c in Sources */,
-				D88108421A16743200943B67 /* packm.c in Sources */,
-				D88107D71A16743200943B67 /* lgmres.c in Sources */,
-				D881091C1A16743200943B67 /* vecs.c in Sources */,
-				D88108991A16743200943B67 /* rpath.c in Sources */,
-				D88109081A16743200943B67 /* tr.c in Sources */,
-				D88108581A16743200943B67 /* pipecr.c in Sources */,
-				D88107751A16743200943B67 /* fdaij.c in Sources */,
-				D881088D1A16743200943B67 /* random.c in Sources */,
-				D88108E61A16743200943B67 /* ssls.c in Sources */,
-				D88109361A16743200943B67 /* xxt.c in Sources */,
-				D88107BD1A16743200943B67 /* inode2.c in Sources */,
-				D881072C1A16743200943B67 /* dlregis_taolinesearch.c in Sources */,
-				D88107981A16743200943B67 /* genqmd.c in Sources */,
-				D88107E91A16743200943B67 /* mal.c in Sources */,
-				D88109021A16743200943B67 /* theta.c in Sources */,
-				D88107661A16743200943B67 /* err.c in Sources */,
-				D881072A1A16743200943B67 /* dlinegw.c in Sources */,
-				D88106FB1A16743200943B67 /* da1.c in Sources */,
-				D88107C81A16743200943B67 /* itcl.c in Sources */,
-				D88106F31A16743200943B67 /* cp.c in Sources */,
-				D88108381A16743200943B67 /* nothread.c in Sources */,
-				D881087B1A16743200943B67 /* psplit.c in Sources */,
-				D88108901A16743200943B67 /* rcm.c in Sources */,
-				D88106D71A16743200943B67 /* borthog2.c in Sources */,
-				D88107421A16743200943B67 /* dmplexsnes.c in Sources */,
-				D881074D1A16743200943B67 /* draw.c in Sources */,
-				D881081C1A16743200943B67 /* mpimattransposematmult.c in Sources */,
-				D88108BB1A16743200943B67 /* signal.c in Sources */,
-				D88107621A16743200943B67 /* dviewp.c in Sources */,
-				D881092D1A16743200943B67 /* vsection.c in Sources */,
-				D88108C91A16743200943B67 /* snesmfj2.c in Sources */,
-				D88107FC1A16743200943B67 /* mem.c in Sources */,
-				D88108211A16743200943B67 /* mpisbstream.c in Sources */,
-				D88109201A16743200943B67 /* version.c in Sources */,
-				D881084D1A16743200943B67 /* pcset.c in Sources */,
-				D88108041A16743200943B67 /* minres.c in Sources */,
-				D88107901A16743200943B67 /* gasm.c in Sources */,
-				D88108BF1A16743200943B67 /* slregis.c in Sources */,
-				D88108E51A16743200943B67 /* ssils.c in Sources */,
-				D881077F1A16743200943B67 /* fhost.c in Sources */,
-				D881074E1A16743200943B67 /* drawreg.c in Sources */,
-				D88107091A16743200943B67 /* daindex.c in Sources */,
-				D88106C21A16743200943B67 /* baijfact7.c in Sources */,
-				D88107791A16743200943B67 /* fdmatrix.c in Sources */,
-				D88108CB1A16743200943B67 /* snesngmres.c in Sources */,
-				D88106C11A16743200943B67 /* baijfact5.c in Sources */,
-				D881073E1A16743200943B67 /* dmksp.c in Sources */,
-				D88109341A16743200943B67 /* wp.c in Sources */,
-				D88109261A16743200943B67 /* viewregall.c in Sources */,
-				D88107371A16743200943B67 /* dlregists.c in Sources */,
-				D88108F71A16743200943B67 /* tao_util.c in Sources */,
-				D88108401A16743200943B67 /* owlqn.c in Sources */,
-				D88108FE1A16743200943B67 /* taosolverregi.c in Sources */,
-				D881086F1A16743200943B67 /* plexvtu.c in Sources */,
-				D88106CC1A16743200943B67 /* bcgsl.c in Sources */,
-				D88108811A16743200943B67 /* pythonpc.c in Sources */,
-				D88108F61A16743200943B67 /* tagm.c in Sources */,
-				D88106E41A16743200943B67 /* cheby.c in Sources */,
-				D88108FA1A16743200943B67 /* taosolver.c in Sources */,
-				D881069F1A16743200943B67 /* adebug.c in Sources */,
-				D88107C31A16743200943B67 /* isio.c in Sources */,
-				D88108FC1A16743200943B67 /* taosolver_fg.c in Sources */,
-				D88106CB1A16743200943B67 /* bcgs.c in Sources */,
-				D88108721A16743200943B67 /* pname.c in Sources */,
-				D881071D1A16743200943B67 /* dgedi.c in Sources */,
-				D88107F71A16743200943B67 /* matstash.c in Sources */,
-				D88108631A16743200943B67 /* plexhdf5.c in Sources */,
-				D88107631A16743200943B67 /* eige.c in Sources */,
-				D88107681A16743200943B67 /* errstop.c in Sources */,
-				D88107A91A16743200943B67 /* greedy.c in Sources */,
-				D88108331A16743200943B67 /* ngmresfunc.c in Sources */,
-				D88107911A16743200943B67 /* gcomm.c in Sources */,
-				D88108D21A16743200943B67 /* snestest.c in Sources */,
-				D88108621A16743200943B67 /* plexgmsh.c in Sources */,
-				D88106F11A16743200943B67 /* const.c in Sources */,
-				D88106C91A16743200943B67 /* bandwidth.c in Sources */,
-				D88108431A16743200943B67 /* partition.c in Sources */,
-				D88108791A16743200943B67 /* projection.c in Sources */,
-				D88107A11A16743200943B67 /* gmreig.c in Sources */,
-				D88109071A16743200943B67 /* tools.c in Sources */,
-				D88107971A16743200943B67 /* gennd.c in Sources */,
-				D88108F41A16743200943B67 /* symtranspose.c in Sources */,
-				D88107251A16743200943B67 /* dgmres.c in Sources */,
-				D88106AC1A16743200943B67 /* aoreg.c in Sources */,
-				D88108A51A16743200943B67 /* sbaijfact6.c in Sources */,
-				D881082B1A16743200943B67 /* multequal.c in Sources */,
-				D88108451A16743200943B67 /* patchcreate.c in Sources */,
-				D88106B71A16743200943B67 /* axpy.c in Sources */,
-				D88108921A16743200943B67 /* redundant.c in Sources */,
-				D88108291A16743200943B67 /* mscatter.c in Sources */,
-				D881070F1A16743200943B67 /* dareg.c in Sources */,
-				D88106A31A16743200943B67 /* aijfact.c in Sources */,
-				D88106D41A16743200943B67 /* blockmat.c in Sources */,
-				D88107011A16743200943B67 /* dadestroy.c in Sources */,
-				D881074F1A16743200943B67 /* drawregall.c in Sources */,
-				D88109231A16743200943B67 /* viewa.c in Sources */,
-				D88107F11A16743200943B67 /* matnull.c in Sources */,
-				D88108A41A16743200943B67 /* sbaijfact5.c in Sources */,
-				D88109121A16743200943B67 /* tv_data_display.c in Sources */,
-				D88108C31A16743200943B67 /* snescomposite.c in Sources */,
-				D88106E71A16743200943B67 /* classical.c in Sources */,
-				D88107E61A16743200943B67 /* lsqr_monitor.c in Sources */,
-				D88108391A16743200943B67 /* ntl.c in Sources */,
-				D88108F91A16743200943B67 /* taolinesearch.c in Sources */,
-				D88108FB1A16743200943B67 /* taosolver_bounds.c in Sources */,
-				D88108441A16743200943B67 /* patch.c in Sources */,
-				D88106CE1A16743200943B67 /* binv.c in Sources */,
-				D88107701A16743200943B67 /* fasgalerkin.c in Sources */,
-				D88108061A16743200943B67 /* mlocalref.c in Sources */,
-				D88107891A16743200943B67 /* freespace.c in Sources */,
-				D881088E1A16743200943B67 /* randomc.c in Sources */,
-				D88108251A16743200943B67 /* mpiu.c in Sources */,
-				D88107F31A16743200943B67 /* matrart.c in Sources */,
-				D88107E01A16743200943B67 /* lmvmmat.c in Sources */,
-				D88106BB1A16743200943B67 /* baijfact.c in Sources */,
-				D88108311A16743200943B67 /* network.c in Sources */,
-				D88108EA1A16743200943B67 /* state.c in Sources */,
-				D88108971A16743200943B67 /* rootls.c in Sources */,
-				D88108A71A16743200943B67 /* sbaijfact8.c in Sources */,
-				D88109291A16743200943B67 /* viss.c in Sources */,
-				D881078C1A16743200943B67 /* fuser.c in Sources */,
-				D88107A61A16743200943B67 /* gqt.c in Sources */,
-				D88108281A16743200943B67 /* ms.c in Sources */,
-				D88108AA1A16743200943B67 /* sbstream.c in Sources */,
-				D881077C1A16743200943B67 /* ffpath.c in Sources */,
-				D88108671A16743200943B67 /* plexpartition.c in Sources */,
-				D88109151A16743200943B67 /* vcreatea.c in Sources */,
-				D88107E51A16743200943B67 /* lsqr_converged.c in Sources */,
-				D88106DA1A16743200943B67 /* bstrmfact.c in Sources */,
-				D88106C71A16743200943B67 /* baijsolvtran.c in Sources */,
-				D88107841A16743200943B67 /* fn1wd.c in Sources */,
-				D88109221A16743200943B67 /* view.c in Sources */,
-				D881086E1A16743200943B67 /* plexvtk.c in Sources */,
-				D88106FF1A16743200943B67 /* dacreate.c in Sources */,
-				D881073D1A16743200943B67 /* dmi.c in Sources */,
-				D88106C61A16743200943B67 /* baijsolvnat.c in Sources */,
-				D88107B91A16743200943B67 /* index.c in Sources */,
-				D881084B1A16743200943B67 /* pcmat.c in Sources */,
-				D88108D41A16743200943B67 /* sor.c in Sources */,
-				D88109281A16743200943B67 /* virs.c in Sources */,
-				D88108821A16743200943B67 /* pythonsnes.c in Sources */,
-				D88107491A16743200943B67 /* dmts.c in Sources */,
-				D88109301A16743200943B67 /* vtkv.c in Sources */,
-				D88107D01A16743200943B67 /* jp.c in Sources */,
-				D881090F1A16743200943B67 /* tsevent.c in Sources */,
-				D88107731A16743200943B67 /* fcallback.c in Sources */,
-				D88107EF1A16743200943B67 /* matmatmult.c in Sources */,
-				D88106B91A16743200943B67 /* baij.c in Sources */,
-				D88108B91A16743200943B67 /* shellpc.c in Sources */,
-				D88107D51A16743200943B67 /* lg.c in Sources */,
-				D88106AA1A16743200943B67 /* aomemscalable.c in Sources */,
-				D881074C1A16743200943B67 /* dpoints.c in Sources */,
-				D88108C01A16743200943B67 /* smatlab.c in Sources */,
-				D881083B1A16743200943B67 /* numsrt.c in Sources */,
-				D88107B21A16743200943B67 /* hue.c in Sources */,
-				D88107001A16743200943B67 /* dadd.c in Sources */,
-				D88107E21A16743200943B67 /* ls.c in Sources */,
-				D88106B41A16743200943B67 /* aspin.c in Sources */,
-				D88106F71A16743200943B67 /* csrperm.c in Sources */,
-				D881084A1A16743200943B67 /* pcksp.c in Sources */,
-				D88107101A16743200943B67 /* dascatter.c in Sources */,
-				D881084F1A16743200943B67 /* pdvec.c in Sources */,
-				D881092B1A16743200943B67 /* vpscat.c in Sources */,
-				D88108341A16743200943B67 /* nls.c in Sources */,
-				D88107651A16743200943B67 /* eisen.c in Sources */,
-				D88108F51A16743200943B67 /* sysio.c in Sources */,
-				D88108711A16743200943B67 /* pmap.c in Sources */,
-				D881083C1A16743200943B67 /* olist.c in Sources */,
-				D88106E81A16743200943B67 /* classlog.c in Sources */,
-				D88108651A16743200943B67 /* plexinterpolate.c in Sources */,
-				D881089E1A16743200943B67 /* sbaijfact10.c in Sources */,
-				D88107861A16743200943B67 /* fnroot.c in Sources */,
-				D881081E1A16743200943B67 /* mpiov.c in Sources */,
-				D88108111A16743200943B67 /* mpiadj.c in Sources */,
-				D88109091A16743200943B67 /* transm.c in Sources */,
-				D88108531A16743200943B67 /* pgmres.c in Sources */,
-				D88108371A16743200943B67 /* normm.c in Sources */,
-				D88108FD1A16743200943B67 /* taosolver_hj.c in Sources */,
-				D88106FA1A16743200943B67 /* da.c in Sources */,
-				D88108481A16743200943B67 /* pbvec.c in Sources */,
-				D88107AC1A16743200943B67 /* grvtk.c in Sources */,
-				D88108101A16743200943B67 /* mpi.c in Sources */,
-				D88107331A16743200943B67 /* dlregissf.c in Sources */,
-				D88108CE1A16743200943B67 /* snespc.c in Sources */,
-				D88108D61A16743200943B67 /* sortd.c in Sources */,
-				D88107381A16743200943B67 /* dlregisvec.c in Sources */,
-				D881073C1A16743200943B67 /* dmget.c in Sources */,
-				D88108021A16743200943B67 /* mgfunc.c in Sources */,
-				D88107C61A16743200943B67 /* isregall.c in Sources */,
-				D88108121A16743200943B67 /* mpiaij.c in Sources */,
-				D88107EA1A16743200943B67 /* matcoloring.c in Sources */,
-				D88107231A16743200943B67 /* dgefa6.c in Sources */,
-				D88108B81A16743200943B67 /* shellcnv.c in Sources */,
-				D88109191A16743200943B67 /* vecnest.c in Sources */,
-				D88107401A16743200943B67 /* dmlocalts.c in Sources */,
-				D88108E91A16743200943B67 /* stagelog.c in Sources */,
-				D88107E81A16743200943B67 /* maij.c in Sources */,
-				D881075F1A16743200943B67 /* dtri.c in Sources */,
-				D881091B1A16743200943B67 /* vecregall.c in Sources */,
-				D88108411A16743200943B67 /* pack.c in Sources */,
-				D88109391A16743200943B67 /* zoom.c in Sources */,
-				D88106F61A16743200943B67 /* crl.c in Sources */,
-				D88106E31A16743200943B67 /* characteristic.c in Sources */,
-				D88106B21A16743200943B67 /* asils.c in Sources */,
-				D88108601A16743200943B67 /* plexgenerate.c in Sources */,
-				D88106EB1A16743200943B67 /* color.c in Sources */,
-				D88107DE1A16743200943B67 /* linesearchshell.c in Sources */,
-				D88107941A16743200943B67 /* gcreate.c in Sources */,
-				D88107501A16743200943B67 /* drawv.c in Sources */,
-				D881091A1A16743200943B67 /* vecreg.c in Sources */,
-				D88106EC1A16743200943B67 /* comb.c in Sources */,
-				D88107EE1A16743200943B67 /* matmatmatmult.c in Sources */,
-				D88107471A16743200943B67 /* dmshell.c in Sources */,
-				D88106E91A16743200943B67 /* cmesh.c in Sources */,
-				D881079D1A16743200943B67 /* gl.c in Sources */,
-				D88107E41A16743200943B67 /* lsqr.c in Sources */,
-				D88107881A16743200943B67 /* fpath.c in Sources */,
-				D88108161A16743200943B67 /* mpibstream.c in Sources */,
-				D881075D1A16743200943B67 /* dtfe.c in Sources */,
-				D88107A01A16743200943B67 /* gmpre.c in Sources */,
-				D881079F1A16743200943B67 /* gltr.c in Sources */,
-				D88109211A16743200943B67 /* vi.c in Sources */,
-				D88106FD1A16743200943B67 /* da3.c in Sources */,
-				D881070E1A16743200943B67 /* dapreallocate.c in Sources */,
-				D88108001A16743200943B67 /* mfregis.c in Sources */,
-				D88107C51A16743200943B67 /* isreg.c in Sources */,
-				D88108DB1A16743200943B67 /* spbas.c in Sources */,
-				D881074B1A16743200943B67 /* dpoint.c in Sources */,
-				D88106C51A16743200943B67 /* baijsolv.c in Sources */,
-				D88108731A16743200943B67 /* posindep.c in Sources */,
-				D881086A1A16743200943B67 /* plexrefine.c in Sources */,
-				D88108F31A16743200943B67 /* symmlq.c in Sources */,
-				D88108661A16743200943B67 /* plexlabel.c in Sources */,
-				D881080F1A16743200943B67 /* mpb_baij.c in Sources */,
-				D881080D1A16743200943B67 /* morethuente.c in Sources */,
-				D88108B01A16743200943B67 /* send.c in Sources */,
-				D881083F1A16743200943B67 /* owarmijo.c in Sources */,
-				D88107541A16743200943B67 /* dsetpause.c in Sources */,
-				D88106B61A16743200943B67 /* axisc.c in Sources */,
-				D881072E1A16743200943B67 /* dlregisdmdm.c in Sources */,
-				D88107AE1A16743200943B67 /* gssecant.c in Sources */,
-				D88107C91A16743200943B67 /* itcreate.c in Sources */,
-				D88107B01A16743200943B67 /* hem.c in Sources */,
-				D881081B1A16743200943B67 /* mpimatmatmult.c in Sources */,
-				D88106EF1A16743200943B67 /* composite.c in Sources */,
-				D881085E1A16743200943B67 /* plexexodusii.c in Sources */,
-				D88107AB1A16743200943B67 /* grpath.c in Sources */,
-				D88108BC1A16743200943B67 /* slda.c in Sources */,
-				D881078A1A16743200943B67 /* fretrieve.c in Sources */,
-				D881081F1A16743200943B67 /* mpiptap.c in Sources */,
-				D88107081A16743200943B67 /* dagtona.c in Sources */,
-				D88106E11A16743200943B67 /* cgs.c in Sources */,
-				D88107FA1A16743200943B67 /* mcomposite.c in Sources */,
-				D88106CA1A16743200943B67 /* basfactor.c in Sources */,
-				D88106D81A16743200943B67 /* bqpip.c in Sources */,
-				D881069C1A16743200943B67 /* adaptbasic.c in Sources */,
-				D88108301A16743200943B67 /* neldermead.c in Sources */,
-				D88106B01A16743200943B67 /* armijo.c in Sources */,
-				D881090A1A16743200943B67 /* tron.c in Sources */,
-				D88107831A16743200943B67 /* fmg.c in Sources */,
-				D88108C41A16743200943B67 /* snesdnest.c in Sources */,
-				D88107411A16743200943B67 /* dmouse.c in Sources */,
-				D88108F11A16743200943B67 /* submatfree.c in Sources */,
-				D88107871A16743200943B67 /* fp.c in Sources */,
-				D88108471A16743200943B67 /* pbjacobi.c in Sources */,
-				D88108BE1A16743200943B67 /* slo.c in Sources */,
-				D88108EC1A16743200943B67 /* str.c in Sources */,
-				D88108771A16743200943B67 /* prefix.c in Sources */,
-				D881088B1A16743200943B67 /* rand.c in Sources */,
-				D88108031A16743200943B67 /* mhas.c in Sources */,
-				D881070C1A16743200943B67 /* daltol.c in Sources */,
-				D88106C31A16743200943B67 /* baijfact9.c in Sources */,
-				D88106FC1A16743200943B67 /* da2.c in Sources */,
-				D88106DE1A16743200943B67 /* cg.c in Sources */,
-				D88107851A16743200943B67 /* fndsep.c in Sources */,
-				D88108ED1A16743200943B67 /* stride.c in Sources */,
-				D88108A01A16743200943B67 /* sbaijfact12.c in Sources */,
-				D88108851A16743200943B67 /* qcg.c in Sources */,
-				D88107E31A16743200943B67 /* lsc.c in Sources */,
-				D88109251A16743200943B67 /* viewreg.c in Sources */,
-				D88106D31A16743200943B67 /* block.c in Sources */,
-				D88108761A16743200943B67 /* precon.c in Sources */,
-				D88107B81A16743200943B67 /* ilu.c in Sources */,
-				D88108891A16743200943B67 /* qmdupd.c in Sources */,
-				D88106A91A16743200943B67 /* aomapping.c in Sources */,
-				D88108871A16743200943B67 /* qmdqt.c in Sources */,
-				D88107BB1A16743200943B67 /* init.c in Sources */,
-				D88107DC1A16743200943B67 /* linesearchl2.c in Sources */,
-				D881088F1A16743200943B67 /* randreg.c in Sources */,
-				D88108241A16743200943B67 /* mpits.c in Sources */,
-				D88106B11A16743200943B67 /* asfls.c in Sources */,
-				D88107B61A16743200943B67 /* iguess.c in Sources */,
-				D88106CD1A16743200943B67 /* bicg.c in Sources */,
-				D88109371A16743200943B67 /* xyt.c in Sources */,
-				D88108EB1A16743200943B67 /* stcg.c in Sources */,
-				D88107CE1A16743200943B67 /* ivec.c in Sources */,
-				D88108CA1A16743200943B67 /* snesncg.c in Sources */,
-				D88107BE1A16743200943B67 /* ipm.c in Sources */,
-				D88106A01A16743200943B67 /* agg.c in Sources */,
-				D88107461A16743200943B67 /* dmregall.c in Sources */,
-				D881090E1A16743200943B67 /* tseig.c in Sources */,
-				D88108D71A16743200943B67 /* sorti.c in Sources */,
-				D88107D31A16743200943B67 /* lcd.c in Sources */,
-				D88108D91A16743200943B67 /* sp1wd.c in Sources */,
-				D88107761A16743200943B67 /* fdate.c in Sources */,
-				D88107351A16743200943B67 /* dlregistao.c in Sources */,
-				D88108A11A16743200943B67 /* sbaijfact2.c in Sources */,
-				D88108781A16743200943B67 /* preonly.c in Sources */,
-				D88108541A16743200943B67 /* pgname.c in Sources */,
-				D88106D21A16743200943B67 /* blmvm.c in Sources */,
-				D88106A21A16743200943B67 /* aijbaij.c in Sources */,
-				D88109051A16743200943B67 /* threadcommregi.c in Sources */,
-				D88107711A16743200943B67 /* fbcgs.c in Sources */,
-				D88107141A16743200943B67 /* dclear.c in Sources */,
-				D881075A1A16743200943B67 /* dtextgs.c in Sources */,
-				D881078F1A16743200943B67 /* gamg.c in Sources */,
-				D88109101A16743200943B67 /* tsreg.c in Sources */,
-				D88107211A16743200943B67 /* dgefa4.c in Sources */,
-				D88106E21A16743200943B67 /* cgtype.c in Sources */,
-				D88108051A16743200943B67 /* mis.c in Sources */,
-				D88108F81A16743200943B67 /* taocg.c in Sources */,
-				D881088A1A16743200943B67 /* qn.c in Sources */,
-				D88107291A16743200943B67 /* dline.c in Sources */,
-				D88107DB1A16743200943B67 /* linesearchcp.c in Sources */,
-				D88108941A16743200943B67 /* rich.c in Sources */,
-				D88107EB1A16743200943B67 /* matcoloringregi.c in Sources */,
-				D88109131A16743200943B67 /* unit.c in Sources */,
-				D88109031A16743200943B67 /* threadcomm.c in Sources */,
-				D88108881A16743200943B67 /* qmdrch.c in Sources */,
-				D88107F81A16743200943B67 /* matstashspace.c in Sources */,
-				D881077E1A16743200943B67 /* fgmres.c in Sources */,
-				D88108EF1A16743200943B67 /* subcomm.c in Sources */,
-				D88106BE1A16743200943B67 /* baijfact2.c in Sources */,
-				D88109011A16743200943B67 /* tfs.c in Sources */,
-				D88108C21A16743200943B67 /* snes.c in Sources */,
-				D88108561A16743200943B67 /* pinit.c in Sources */,
-				D88108861A16743200943B67 /* qmdmrg.c in Sources */,
-				D88109141A16743200943B67 /* valid.c in Sources */,
-				D88107181A16743200943B67 /* dellipse.c in Sources */,
-				D88107601A16743200943B67 /* dupl.c in Sources */,
-				D88107FE1A16743200943B67 /* mffd.c in Sources */,
-				D88108701A16743200943B67 /* plog.c in Sources */,
-				D88108841A16743200943B67 /* pythonts.c in Sources */,
-				D88106E51A16743200943B67 /* checkptr.c in Sources */,
-				D881089B1A16743200943B67 /* sbaij.c in Sources */,
-				D88107BF1A16743200943B67 /* isblock.c in Sources */,
-				D88106A51A16743200943B67 /* alpha.c in Sources */,
-				D88108951A16743200943B67 /* richscale.c in Sources */,
-				D881069E1A16743200943B67 /* adaptnone.c in Sources */,
-				D881088C1A16743200943B67 /* rand48.c in Sources */,
-				D881073F1A16743200943B67 /* dmlocalsnes.c in Sources */,
-				D881076A1A16743200943B67 /* euler.c in Sources */,
-				D88108751A16743200943B67 /* power.c in Sources */,
-				D88107301A16743200943B67 /* dlregismat.c in Sources */,
-				D88108961A16743200943B67 /* rk.c in Sources */,
-				D881080A1A16743200943B67 /* mmsbaij.c in Sources */,
-				D88107531A16743200943B67 /* dsclear.c in Sources */,
-				D88108171A16743200943B67 /* mpicsrperm.c in Sources */,
-				D88107741A16743200943B67 /* fcg.c in Sources */,
-				D88108BA1A16743200943B67 /* shvec.c in Sources */,
-				D88107C71A16743200943B67 /* isutil.c in Sources */,
-				D88107FF1A16743200943B67 /* mffddef.c in Sources */,
-				D88106C01A16743200943B67 /* baijfact4.c in Sources */,
-				D881082D1A16743200943B67 /* nash.c in Sources */,
-				D881076D1A16743200943B67 /* factor.c in Sources */,
-				D88108151A16743200943B67 /* mpibaij.c in Sources */,
-				D88108B21A16743200943B67 /* setr.c in Sources */,
-				D88107131A16743200943B67 /* dbuff.c in Sources */,
-				D88106A11A16743200943B67 /* aij.c in Sources */,
-				D88106A41A16743200943B67 /* aijsbaij.c in Sources */,
-				D88108B31A16743200943B67 /* sf.c in Sources */,
-				D88108611A16743200943B67 /* plexgeometry.c in Sources */,
-				D88107D41A16743200943B67 /* lcl.c in Sources */,
-				D88108B71A16743200943B67 /* shell.c in Sources */,
-				D88107C21A16743200943B67 /* isdiff.c in Sources */,
-				D88108A21A16743200943B67 /* sbaijfact3.c in Sources */,
-				D88107801A16743200943B67 /* fieldsplit.c in Sources */,
-				D88108B41A16743200943B67 /* sfbasic.c in Sources */,
-				D88108801A16743200943B67 /* pythonmat.c in Sources */,
-				D88107CB1A16743200943B67 /* itfunc.c in Sources */,
-				D88108CD1A16743200943B67 /* snesob.c in Sources */,
-				D88107671A16743200943B67 /* errabort.c in Sources */,
-				D88107F61A16743200943B67 /* matrix.c in Sources */,
-				D88109041A16743200943B67 /* threadcommred.c in Sources */,
-				D88107111A16743200943B67 /* dasub.c in Sources */,
-				D881087C1A16743200943B67 /* pstack.c in Sources */,
-				D88108521A16743200943B67 /* pfall.c in Sources */,
-				D88107561A16743200943B67 /* dsm.c in Sources */,
-				D88107121A16743200943B67 /* daview.c in Sources */,
-				D881085A1A16743200943B67 /* plexbc.c in Sources */,
-				D88108181A16743200943B67 /* mpidense.c in Sources */,
-				D881076C1A16743200943B67 /* factimpl.c in Sources */,
-				D88108571A16743200943B67 /* pipecg.c in Sources */,
-				D88106D51A16743200943B67 /* bmrm.c in Sources */,
-				D88109001A16743200943B67 /* tfqmr.c in Sources */,
-				D881079E1A16743200943B67 /* gladapt.c in Sources */,
-				D88107931A16743200943B67 /* gcr.c in Sources */,
-				D88108681A16743200943B67 /* plexpoint.c in Sources */,
-				D88107281A16743200943B67 /* dlimpl.c in Sources */,
-				D88108A91A16743200943B67 /* sbaijov.c in Sources */,
-				D88107261A16743200943B67 /* dgpause.c in Sources */,
-				D88108F21A16743200943B67 /* svd.c in Sources */,
-				D88107431A16743200943B67 /* dmplexts.c in Sources */,
-				D88108B51A16743200943B67 /* sfregi.c in Sources */,
-				D881082C1A16743200943B67 /* multiblock.c in Sources */,
-				D88109321A16743200943B67 /* wbm.c in Sources */,
-				D88107AF1A16743200943B67 /* gtype.c in Sources */,
-				D88107BA1A16743200943B67 /* inherit.c in Sources */,
-				D88108981A16743200943B67 /* rosw.c in Sources */,
-				D88107321A16743200943B67 /* dlregisrand.c in Sources */,
-				D881089D1A16743200943B67 /* sbaijfact.c in Sources */,
-				D88107B51A16743200943B67 /* ido.c in Sources */,
-				D88108231A16743200943B67 /* mpitr.c in Sources */,
-				D881079A1A16743200943B67 /* geo.c in Sources */,
-				D88107F01A16743200943B67 /* matnest.c in Sources */,
-				D88108091A16743200943B67 /* mmdense.c in Sources */,
-				D881071C1A16743200943B67 /* dgcoor.c in Sources */,
-				D88107811A16743200943B67 /* filev.c in Sources */,
-				D881084E1A16743200943B67 /* pdisplay.c in Sources */,
-				D881071F1A16743200943B67 /* dgefa2.c in Sources */,
-				D88106F21A16743200943B67 /* convert.c in Sources */,
-				D88107311A16743200943B67 /* dlregispetsc.c in Sources */,
-				D88109381A16743200943B67 /* zerodiag.c in Sources */,
-				D88108C71A16743200943B67 /* snesj2.c in Sources */,
-				D881081A1A16743200943B67 /* mpimatmatmatmult.c in Sources */,
-				D88108B61A16743200943B67 /* sftype.c in Sources */,
-				D88108D31A16743200943B67 /* snesut.c in Sources */,
-				D88107BC1A16743200943B67 /* inode.c in Sources */,
-				D88106DF1A16743200943B67 /* cgeig.c in Sources */,
-				D88107961A16743200943B67 /* general.c in Sources */,
-				D88108A31A16743200943B67 /* sbaijfact4.c in Sources */,
-				D881069D1A16743200943B67 /* adaptcfl.c in Sources */,
-				D88108591A16743200943B67 /* plex.c in Sources */,
-				D88108E01A16743200943B67 /* sprcm.c in Sources */,
-				D881086B1A16743200943B67 /* plexreorder.c in Sources */,
-				D881080C1A16743200943B67 /* modpcf.c in Sources */,
-				D88108AB1A16743200943B67 /* sbstrmfact.c in Sources */,
-				D88108BD1A16743200943B67 /* sliced.c in Sources */,
-				D881076F1A16743200943B67 /* fasfunc.c in Sources */,
-				D88106D11A16743200943B67 /* bjacobi.c in Sources */,
-				D88106F01A16743200943B67 /* compressedrow.c in Sources */,
-				D88107AA1A16743200943B67 /* groppcg.c in Sources */,
-				D88107FD1A16743200943B67 /* memc.c in Sources */,
-				D881090D1A16743200943B67 /* tscreate.c in Sources */,
-				D88107341A16743200943B67 /* dlregissnes.c in Sources */,
-				D88107171A16743200943B67 /* degree.c in Sources */,
-				D88107271A16743200943B67 /* dl.c in Sources */,
-				D88109271A16743200943B67 /* vinv.c in Sources */,
-				D881089C1A16743200943B67 /* sbaij2.c in Sources */,
-				D88107CC1A16743200943B67 /* itregis.c in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXSourcesBuildPhase section */
-
-/* Begin XCBuildConfiguration section */
-		D8AAC33319F4777E00B1EAB0 /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-				CLANG_CXX_LIBRARY = "libc++";
-				CLANG_ENABLE_MODULES = YES;
-				CLANG_ENABLE_OBJC_ARC = YES;
-				CLANG_WARN_BOOL_CONVERSION = YES;
-				CLANG_WARN_CONSTANT_CONVERSION = YES;
-				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
-				CLANG_WARN_EMPTY_BODY = YES;
-				CLANG_WARN_ENUM_CONVERSION = YES;
-				CLANG_WARN_INT_CONVERSION = YES;
-				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-				CLANG_WARN_UNREACHABLE_CODE = YES;
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-				COPY_PHASE_STRIP = NO;
-				CURRENT_PROJECT_VERSION = 1;
-				ENABLE_STRICT_OBJC_MSGSEND = YES;
-				GCC_C_LANGUAGE_STANDARD = gnu99;
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				GCC_PREPROCESSOR_DEFINITIONS = (
-					"DEBUG=1",
-					"$(inherited)",
-				);
-				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
-				GCC_WARN_UNDECLARED_SELECTOR = YES;
-				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
-				GCC_WARN_UNUSED_FUNCTION = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				INFOPLIST_EXPAND_BUILD_SETTINGS = NO;
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
-				MTL_ENABLE_DEBUG_INFO = YES;
-				ONLY_ACTIVE_ARCH = YES;
-				SDKROOT = iphoneos;
-				TARGETED_DEVICE_FAMILY = "1,2";
-				VERSIONING_SYSTEM = "apple-generic";
-				VERSION_INFO_PREFIX = "";
-			};
-			name = Debug;
-		};
-		D8AAC33419F4777E00B1EAB0 /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-				CLANG_CXX_LIBRARY = "libc++";
-				CLANG_ENABLE_MODULES = YES;
-				CLANG_ENABLE_OBJC_ARC = YES;
-				CLANG_WARN_BOOL_CONVERSION = YES;
-				CLANG_WARN_CONSTANT_CONVERSION = YES;
-				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
-				CLANG_WARN_EMPTY_BODY = YES;
-				CLANG_WARN_ENUM_CONVERSION = YES;
-				CLANG_WARN_INT_CONVERSION = YES;
-				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-				CLANG_WARN_UNREACHABLE_CODE = YES;
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-				COPY_PHASE_STRIP = YES;
-				CURRENT_PROJECT_VERSION = 1;
-				ENABLE_NS_ASSERTIONS = NO;
-				ENABLE_STRICT_OBJC_MSGSEND = YES;
-				GCC_C_LANGUAGE_STANDARD = gnu99;
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
-				GCC_WARN_UNDECLARED_SELECTOR = YES;
-				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
-				GCC_WARN_UNUSED_FUNCTION = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				INFOPLIST_EXPAND_BUILD_SETTINGS = NO;
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
-				MTL_ENABLE_DEBUG_INFO = NO;
-				SDKROOT = iphoneos;
-				TARGETED_DEVICE_FAMILY = "1,2";
-				VALIDATE_PRODUCT = YES;
-				VERSIONING_SYSTEM = "apple-generic";
-				VERSION_INFO_PREFIX = "";
-			};
-			name = Release;
-		};
-		D8AAC33619F4777E00B1EAB0 /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				DEFINES_MODULE = YES;
-				DYLIB_COMPATIBILITY_VERSION = 1;
-				DYLIB_CURRENT_VERSION = 1;
-				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				HEADER_SEARCH_PATHS = (
-					"$(inherited)",
-					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
-					"/Users/barrysmith/Src/petsc/arch-ios-simulator/include",
-					/Users/barrysmith/Src/petsc/include,
-					/Users/barrysmith/Src/petsc/include/mpiuni,
-				);
-				INFOPLIST_FILE = "";
-				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				SKIP_INSTALL = YES;
-			};
-			name = Debug;
-		};
-		D8AAC33719F4777E00B1EAB0 /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				DEFINES_MODULE = YES;
-				DYLIB_COMPATIBILITY_VERSION = 1;
-				DYLIB_CURRENT_VERSION = 1;
-				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				HEADER_SEARCH_PATHS = (
-					"$(inherited)",
-					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
-					"/Users/barrysmith/Src/petsc/arch-ios-simulator/include",
-					/Users/barrysmith/Src/petsc/include,
-					/Users/barrysmith/Src/petsc/include/mpiuni,
-				);
-				INFOPLIST_FILE = "";
-				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				SKIP_INSTALL = YES;
-			};
-			name = Release;
-		};
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
-		D8AAC31C19F4777E00B1EAB0 /* Build configuration list for PBXProject "PETSc" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				D8AAC33319F4777E00B1EAB0 /* Debug */,
-				D8AAC33419F4777E00B1EAB0 /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		D8AAC33519F4777E00B1EAB0 /* Build configuration list for PBXNativeTarget "PETSc" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				D8AAC33619F4777E00B1EAB0 /* Debug */,
-				D8AAC33719F4777E00B1EAB0 /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-/* End XCConfigurationList section */
-	};
-	rootObject = D8AAC31919F4777E00B1EAB0 /* Project object */;
-}
diff --git a/systems/Apple/iOS/bin/arch-ios-simulator.py b/systems/Apple/iOS/bin/arch-ios-simulator.py
deleted file mode 100755
index 7b5133e..0000000
--- a/systems/Apple/iOS/bin/arch-ios-simulator.py
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/usr/bin/env python
-# See iosbuilder.py for instructions
-# Note that this "cheats" and runs all the ./configure tests on the Mac NOT on the iPhone
-#     but this is ok because the answers are the same.
-# Use a 32 bit compile so this will only work on recent 64 bit OS devices
-# No need to provide BLAS/LAPACK because Mac and iOS support the same Accelerate framework
-#
-if __name__ == '__main__':
-  import sys
-  import os
-  sys.path.insert(0, os.path.abspath('config'))
-  import configure
-  configure_options = [
-    '--download-sowing=1',
-    '--download-c2html=1',
-    '--with-hwloc=0',
-    '--with-mpi=0',
-    '--with-ios=1',
-    '--with-valgrind=0',
-    '--with-opengles=1',
-    '--with-x=0',
-    '--with-fc=0',
-    '--known-blaslapack-mangling=underscore',   # ios only supports this mangling
-    'PETSC_ARCH=arch-ios-simulator',
-  ]
-  configure.petsc_configure(configure_options)
diff --git a/systems/Apple/iOS/bin/iosbuilder.py b/systems/Apple/iOS/bin/iosbuilder.py
deleted file mode 100755
index 74593a4..0000000
--- a/systems/Apple/iOS/bin/iosbuilder.py
+++ /dev/null
@@ -1,315 +0,0 @@
-#!/usr/bin/env python
-#
-#   Builds a iOS Framework of PETSc
-#
-#   export PETSC_ARCH=arch-ios-simulator
-#
-#   ./systems/Apple/iOS/bin/arch-ios.py [use --with-debugging=0 to get iPhone/iPad version, otherwise creates simulator version]
-#      this sets up the appropriate configuration file
-#
-#   ./systems/Apple/iOS/bin/iosbuilder.py
-#      this creates the PETSc iPhone/iPad library
-#      this will open Xcode and give you directions to follow
-#
-#   open systems/Apple/iOS/examples/examples.xcodeproj
-#       Project -> Edit Project Setting  -> Configuration (make sure it is Release or Debug depending on if you used --with-debugging=0)
-#       Build -> Build and Debug
-#
-import os, sys
-
-sys.path.insert(0, os.path.join(os.environ['PETSC_DIR'], 'config'))
-sys.path.insert(0, os.path.join(os.environ['PETSC_DIR'], 'config', 'BuildSystem'))
-
-import script
-
-class PETScMaker(script.Script):
- def __init__(self):
-   import RDict
-   import os
-
-   argDB = RDict.RDict(None, None, 0, 0, readonly = True)
-   argDB.saveFilename = os.path.join(os.environ['PETSC_DIR'], os.environ['PETSC_ARCH'], 'conf', 'RDict.db')
-   argDB.load()
-   script.Script.__init__(self, argDB = argDB)
-   self.log = sys.stdout
-   return
-
- def setupModules(self):
-   self.mpi           = self.framework.require('config.packages.MPI',         None)
-   self.base          = self.framework.require('config.base',                 None)
-   self.setCompilers  = self.framework.require('config.setCompilers',         None)
-   self.arch          = self.framework.require('PETSc.options.arch',        None)
-   self.petscdir      = self.framework.require('PETSc.options.petscdir',    None)
-   self.languages     = self.framework.require('PETSc.options.languages',   None)
-   self.debugging     = self.framework.require('PETSc.options.debugging',   None)
-   self.opengles      = self.framework.require('config.packages.opengles',     None)
-   self.make          = self.framework.require('config.programs',             None)
-   self.compilers     = self.framework.require('config.compilers',            None)
-   self.types         = self.framework.require('config.types',                None)
-   self.headers       = self.framework.require('config.headers',              None)
-   self.functions     = self.framework.require('config.functions',            None)
-   self.libraries     = self.framework.require('config.libraries',            None)
-   self.scalarType    = self.framework.require('PETSc.options.scalarTypes', None)
-   self.memAlign      = self.framework.require('PETSc.options.memAlign',    None)
-   self.libraryOptions= self.framework.require('PETSc.options.libraryOptions', None)
-   self.compilerFlags = self.framework.require('config.compilerFlags', self)
-   return
-
- def setupHelp(self, help):
-   import nargs
-
-   help = script.Script.setupHelp(self, help)
-   help.addArgument('RepManager', '-rootDir', nargs.ArgDir(None, os.environ['PETSC_DIR'], 'The root directory for this build', isTemporary = 1))
-   help.addArgument('RepManager', '-dryRun',  nargs.ArgBool(None, False, 'Only output what would be run', isTemporary = 1))
-   help.addArgument('RepManager', '-skipXCode',  nargs.ArgBool(None, False, 'Do not run XCode application/files have not been added/removed', isTemporary = 1))
-   help.addArgument('RepManager', '-verbose', nargs.ArgInt(None, 0, 'The verbosity level', min = 0, isTemporary = 1))
-   return help
-
- def setup(self):
-   script.Script.setup(self)
-   self.framework = self.loadConfigure()
-   self.setupModules()
-   return
-
- @property
- def verbose(self):
-   '''The verbosity level'''
-   return self.argDB['verbose']
-
- @property
- def skipXCode(self):
-   '''Skip XCode application'''
-   return self.argDB['skipXCode']
-
- @property
- def dryRun(self):
-   '''Flag for only output of what would be run'''
-   return self.argDB['dryRun']
-
- def getPackageInfo(self):
-   packageIncludes = []
-   packageLibs     = []
-   for p in self.framework.packages:
-     # Could put on compile line, self.addDefine('HAVE_'+i.PACKAGE, 1)
-     if hasattr(p, 'lib'):
-       if not isinstance(p.lib, list):
-         packageLibs.append(p.lib)
-       else:
-         packageLibs.extend(p.lib)
-     if hasattr(p, 'include'):
-       if not isinstance(p.include, list):
-         packageIncludes.append(p.include)
-       else:
-         packageIncludes.extend(p.include)
-   packageLibs     = self.libraries.toStringNoDupes(packageLibs+self.libraries.math)
-   packageIncludes = self.headers.toStringNoDupes(packageIncludes)
-   return packageIncludes, packageLibs
-
- def buildDir(self, dirname):
-   ''' This is run in a PETSc source directory'''
-   if self.verbose: print 'Entering '+dirname
-   os.chdir(dirname)
-   l = len(os.environ['PETSC_DIR'])
-   basedir = os.path.join(os.environ['PETSC_DIR'],os.environ['PETSC_ARCH'],'xcode-links')
-   #newdirname = os.path.join(basedir,dirname[l+1:])
-   #os.mkdir(newdirname)
-
-
-   # Get list of source files in the directory 
-   cnames = []
-   onames = []
-   fnames = []
-   hnames = []
-   for f in os.listdir(dirname):
-     ext = os.path.splitext(f)[1]
-     if ext == '.c':
-       cnames.append(f)
-       onames.append(f.replace('.c', '.o'))
-     if ext == '.h':
-       hnames.append(f)
-   if cnames:
-     if self.verbose: print 'Linking C files',cnames
-     for i in cnames:
-       j = i[l+1:]
-       if not os.path.islink(os.path.join(basedir,i)) and not i.startswith('.') and i.find(".BACKUP") == -1 and i.find(".LOCAL") == -1 and i.find(".BASE") == -1:
-         if i.endswith('openglops.c') and not os.path.islink(os.path.join(basedir,'openglops.m')):
-           os.symlink(os.path.join(dirname,i),os.path.join(basedir,'openglops.m'))
-         else:
-           os.symlink(os.path.join(dirname,i),os.path.join(basedir,i))
-   # do not need to link these because xcode project points to original source code directory
-   #if hnames:
-   #  if self.verbose: print 'Linking h files',hnames
-   #  for i in hnames:
-   #    if not os.path.islink(os.path.join(basedir,i)):
-   #      os.symlink(os.path.join(dirname,i),os.path.join(basedir,i))
-   return
-
- def checkDir(self, dirname):
-   '''Checks whether we should recurse into this directory
-   - Excludes projects directory
-   - Excludes examples directory
-   - Excludes contrib directory
-   - Excludes tutorials directory
-   - Excludes benchmarks directory
-   - Checks makefile to see if compiler is allowed to visit this directory for this configuration'''
-#   print self.functions.functions
-#   print self.base.defines
-   base = os.path.basename(dirname)
-
-   if base == 'examples': return False
-   if base == 'projects': return False
-   if base.startswith('ftn-') or base.startswith('f90-'): return False
-   if base == 'contrib':  return False
-   if base == 'tutorials':  return False
-   if base == 'benchmarks':  return False
-   if base == 'systems':  return False
-# for some reason agrmes is in the repository but not used!
-   if base == 'agmres':  return False
-   if base == 'test-dir':  return False
-   if base.startswith('arch-'):  return False     
-
-   import re
-   reg   = re.compile(' [ ]*')
-   fname = os.path.join(dirname, 'makefile')
-   if not os.path.isfile(fname):
-     if os.path.isfile(os.path.join(dirname, 'Makefile')): print 'ERROR: Change Makefile to makefile in',dirname
-     return False
-   fd = open(fname)
-   text = fd.readline()
-   while text:
-     if text.startswith('#requires'):
-       text = text[9:-1].strip()
-       text = reg.sub(' ',text)
-       rtype = text.split(' ')[0]
-       rvalue = text.split(' ')[1]
-
-       if rvalue == "'"+'PETSC_HAVE_FORTRAN'+"'" or rvalue == "'"+'PETSC_USING_F90'+"'" or rvalue == "'"+'PETSC_USING_F2003'+"'":
-         if not hasattr(self.compilers, 'FC'):
-           if self.verbose: print 'Rejecting',dirname,'because fortran is not being used'
-           return 0
-       elif rvalue == "'"+'PETSC_USE_LOG'+"'":
-         if not self.libraryOptions.useLog:
-           if self.verbose: print 'Rejecting',dirname,'because logging is turned off'
-           return 0
-       elif rvalue == "'"+'PETSC_USE_FORTRAN_KERNELS'+"'":
-         if not self.libraryOptions.useFortranKernels:
-           if self.verbose: print 'Rejecting',dirname,'because fortran kernels are turned off'
-           return 0
-       elif rtype == 'scalar' and not self.scalarType.scalartype == rvalue:
-         if self.verbose: print 'Rejecting',dirname,'because scalar type '+self.scalarType.scalartype+' is not '+rvalue
-         return 0
-       elif rtype == 'language':
-         if rvalue == 'CXXONLY' and self.languages.clanguage == 'C':
-           if self.verbose: print 'Rejecting',dirname,'because language is '+self.languages.clanguage+' is not C++'
-           return 0
-       elif rtype == 'precision' and not rvalue == self.scalarType.precision:
-         if self.verbose: print 'Rejecting',dirname,'because precision '+self.scalarType.precision+' is not '+rvalue
-         return 0
-       elif rtype == 'package':
-         found = 0
-         if self.mpi.usingMPIUni:
-           pname = 'PETSC_HAVE_MPIUNI'
-           pname = "'"+pname+"'"
-           if pname == rvalue: found = 1
-         for i in self.framework.packages:
-           pname = 'PETSC_HAVE_'+i.PACKAGE
-           pname = "'"+pname+"'"
-           if pname == rvalue: found = 1
-         if not found:
-           for i in self.base.defines:
-             pname = 'PETSC_'+i.upper()
-             pname = "'"+pname+"'"
-             if pname == rvalue: found = 1
-           for i in self.opengles.defines:
-             pname = 'PETSC_'+i.upper()
-             pname = "'"+pname+"'"
-             if pname == rvalue: found = 1
-           if not found:
-             if self.verbose: print 'Rejecting',dirname,'because package '+rvalue+' does not exist'
-             return 0
-       elif rtype == 'define':
-         found = 0
-         for i in self.base.defines:
-           pname = 'PETSC_'+i.upper()
-           pname = "'"+pname+"'"
-           if pname == rvalue: found = 1
-         if not found:
-           if self.verbose: print 'Rejecting',dirname,'because define '+rvalue+' does not exist'
-           return 0
-       elif rtype == 'function':
-         found = 0
-         for i in self.functions.functions:
-           pname = 'PETSC_HAVE_'+i.upper()
-           pname = "'"+pname+"'"
-#           print pname
-#           print rvalue
-           if pname == rvalue: found = 1
-         if not found:
-           if self.verbose: print 'Rejecting',dirname,'because function '+rvalue+' does not exist'
-           return 0
-         
-     text = fd.readline()
-   fd.close()
-   return True
-
- def buildAll(self, rootDir = None):
-   import shutil
-   self.setup()
-   if rootDir is None:
-     rootDir = self.argDB['rootDir']
-   if not self.checkDir(rootDir):
-     print 'Nothing to be done'
-   if rootDir == os.environ['PETSC_DIR']:
-     basedir = os.path.join(self.petscdir.dir, self.arch.arch, 'xcode-links')
-     if os.path.isdir(basedir):
-       if self.verbose: print 'Removing '+basedir
-       shutil.rmtree(basedir)
-   os.mkdir(basedir)       
-   for root, dirs, files in os.walk(rootDir):
-     self.buildDir(root)
-     for badDir in [d for d in dirs if not self.checkDir(os.path.join(root, d))]:
-       dirs.remove(badDir)
-
-   if not self.skipXCode:
-
-     print 'In Xcode mouse click on Other Sources then xcode-links and the delete key, then'
-     print 'control mouse click on "Other Sources" and select "Add files to PETSc ...", then'
-     print 'in the finder window locate ${PETSC_DIR}/arch-ios/xcode-links and select it. Now'
-     print 'exit Xcode'
-
-     try:
-       import subprocess
-       subprocess.call('cd '+os.path.join(os.environ['PETSC_DIR'],'systems','Apple','iOS','PETSc')+';open -W PETSc.xcodeproj', shell=True)
-     except RuntimeError, e:
-       raise RuntimeError('Error opening xcode project '+str(e))
-
-
-   sdk         = ' -sdk iphonesimulator '
-   destination = 'iphonesimulator'
-   debug       = 'Debug'
-   debugdir    = 'Debug-'+destination
-   if not self.compilerFlags.debugging:
-     debug = 'Release'
-     debugdir = 'Release-'+destination
-   try:
-     output,err,ret  = self.executeShellCommand('cd '+os.path.join(os.environ['PETSC_DIR'],'systems','Apple','iOS','PETSc')+';xcodebuild -arch x86_64 -configuration '+debug+sdk, timeout=3000, log = self.log)
-   except RuntimeError, e:
-     raise RuntimeError('Error making iPhone/iPad version of PETSc libraries: '+str(e))
-
-   liblocation = os.path.join(os.environ['PETSC_DIR'],'systems','Apple','iOS','PETSc','build','Debug-iphonesimulator','PETSc.framework','PETSc')
-   if not os.path.exists(liblocation):
-     raise RuntimeError('Error library '+liblocation+' not created')
-   try:
-     output,err,ret  = self.executeShellCommand('cp -f '+liblocation+' '+os.path.join(os.environ['PETSC_DIR'],os.environ['PETSC_ARCH'],'lib'), timeout=30, log = self.log)
-   except RuntimeError, e:
-     raise RuntimeError('Error copying iPhone/iPad version of PETSc libraries: '+str(e))
-
-   return
-
-def noCheckCommand(command, status, output, error):
-  ''' Do no check result'''
-  return 
-  noCheckCommand = staticmethod(noCheckCommand)
-  
-if __name__ == '__main__':
-  PETScMaker().buildAll()
diff --git a/systems/Apple/iOS/bin/makeall b/systems/Apple/iOS/bin/makeall
deleted file mode 100755
index 2cb4248..0000000
--- a/systems/Apple/iOS/bin/makeall
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-#
-# This script makes a Apple iOS installer for PETSc, it uses arch-osx-simulator.py, makeframework, makedocs, makedmg
-#
-# Run from the root PETSc directory
-#
-# See ./makeframework on how to use the framework:
-#
-#
-export PETSC_ARCH=arch-ios-simulator
-rm -rf ${PETSC_ARCH}
-./systems/Apple/iOS/bin/arch-ios-simulator.py
-./systems/Apple/iOS/bin/iosbuilder.py
-./systems/Apple/iOS/bin/makeframework simulator
-
-export LOC=$PETSC_DIR
-make alldoc
-make allman
-./systems/Apple/iOS/bin/makedocs
-
-./systems/Apple/iOS/bin/makedmg
-
-echo "To use the PETSc.framework in examples either run the installer ${PETSC_DIR}/PETSc-iOS.dmg"
-echo "  or sudo cp -r ${PETSC_DIR}/PETSc-iOS  /Library/Frameworks"
-
-
-
-
diff --git a/systems/Apple/iOS/bin/makedmg b/systems/Apple/iOS/bin/makedmg
deleted file mode 100755
index b53a640..0000000
--- a/systems/Apple/iOS/bin/makedmg
+++ /dev/null
@@ -1,67 +0,0 @@
-#!/bin/sh
-#
-# This script makes a Apple Mac OSX dmg from the PETSc iOS framework and docset, see ./makeall
-#
-# Make sure that "Enable access for assistive devices" is checked in System Preferences>>Universal Access. It is required for the AppleScript to work.
-#
-hdiutil detach /Volumes/PETSc
-#
-echo "Creating ${PETSC_DIR}/PETSc-iOS.dmg from frameworks in ${PETSC_DIR}/arch-ios-simulator/PETSc-iOS and ${PETSC_DIR}/PETSc.docset"
-echo "  and examples in ${PETSC_DIR}/systems/Apple/iOS/examples"
-
-rm -rf pack.temp.dmg tempsource ${PETSC_DIR}/PETSc-iOS.dmg
-mkdir tempsource
-cp -r ${PETSC_DIR}/arch-ios-simulator/PETSc-iOS tempsource
-cp -r ${PETSC_DIR}/PETSc.docset tempsource
-cp -r  ${PETSC_DIR}/systems/Apple/iOS/examples tempsource/PETSc-iOS.examples
-
-# copy the PETSc source for the examples into the example directories and modify the include to point to them 
-# in the PETSc tree the examples point to the original source elsewhere in the PETSc tree
-cp ${PETSC_DIR}/src/snes/examples/tutorials/ex19.c tempsource/PETSc-iOS.examples/Basic/Classes
-cp ${PETSC_DIR}/src/snes/examples/tutorials/ex48.c tempsource/PETSc-iOS.examples/Basic/Classes
-sed -i "" s?../../../../../../src/snes/examples/tutorials/??g tempsource/PETSc-iOS.examples/Basic/Classes/iphoneViewController.m
-cp ${PETSC_DIR}/src/snes/examples/tutorials/ex19.c tempsource/PETSc-iOS.examples/testopengl/Classes
-cp ${PETSC_DIR}/src/snes/examples/tutorials/ex48.c tempsource/PETSc-iOS.examples/testopengl/Classes
-cp ${PETSC_DIR}/src/sys/classes/draw/examples/tests/ex3.c tempsource/PETSc-iOS.examples/testopengl/Classes
-cp ${PETSC_DIR}/src/sys/classes/draw/examples/tests/ex4.c tempsource/PETSc-iOS.examples/testopengl/Classes
-sed -i "" s?../../../../../../src/snes/examples/tutorials/??g tempsource/PETSc-iOS.examples/testopengl/Classes/iphoneViewController.m
-sed -i "" s?../../../../../../src/sys/classes/draw/examples/tests/??g tempsource/PETSc-iOS.examples/testopengl/Classes/iphoneViewController.m
-
-
-let size=`du  -c tempsource | tail -1 | cut -f1`
-let size=2*$size
-
-hdiutil create -srcfolder tempsource -volname PETSc -fs HFS+ -fsargs "-c c=64,a=16,e=16" -format UDRW -size ${size}k pack.temp.dmg
-sleep 5
-device=`hdiutil attach -readwrite -noverify -noautoopen "pack.temp.dmg" | head -1 | cut -f1`
-echo Created device $device
-sleep 5
-echo '
-   tell application "Finder"
-     tell disk "PETSc"
-           open
-           set current view of container window to icon view
-           set toolbar visible of container window to false
-           set statusbar visible of container window to false
-           make new alias file at container window to POSIX file "/Library/Frameworks" with properties {name:"Copy in PETSc-iOS"}
-           make new alias file at container window to POSIX file "/Applications/Xcode.app/Contents/Developer/Documentation/DocSets" with properties {name:"Copy in PETSc.docset"}
-           make new alias file at container window to (path to home folder) with properties {name:"Copy in PETSc-iOS.examples"}
-           eject
-     end tell
-   end tell
-' | osascript
-sleep 8
-sync
-sync
-echo 'Completed osascript'
-#hdiutil detach ${device}
-hdiutil convert "pack.temp.dmg" -format UDZO -imagekey zlib-level=9 -o ${PETSC_DIR}/PETSc-iOS.dmg
-rm -rf pack.temp.dmg tempsource
-sync
-sleep 2
-hdiutil detach /Volumes/PETSc
-
-#           set the bounds of container window to {400, 100, 885, 630}
-#           set theViewOptions to the icon view options of container window
-#           set icon size of theViewOptions to 72
-#           set arrangement of theViewOptions to not arranged
diff --git a/systems/Apple/iOS/bin/makedocs b/systems/Apple/iOS/bin/makedocs
deleted file mode 100755
index bcb0149..0000000
--- a/systems/Apple/iOS/bin/makedocs
+++ /dev/null
@@ -1,162 +0,0 @@
-#!/bin/sh
-#
-# This script makes a Apple Mac OS X docset for PETSc see ./makeall
-#
-#
-cd ${PETSC_DIR}
-rm -rf PETSc.docset
-mkdir PETSc.docset
-mkdir PETSc.docset/Contents
-mkdir PETSc.docset/Contents/Resources
-mkdir PETSc.docset/Contents/Resources/Documents
-cat <<EOF > PETSc.docset/Contents/Info.plist
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-        <key>CFBundleName</key>
-        <string>PETSc Documentation</string>
-	<key>CFBundleIdentifier</key>
-	<string>gov.anl.mcs.PETSc.docset</string>
-        <key>DocSetPublisherIdentifier</key>
-        <string>gov.anl.mcs.PETSc.documentation</string>
-        <key>DocSetPublisherName</key>
-        <string>PETSc</string>
-</dict>
-</plist>
-EOF
-
-cat <<EOF > PETSc.docset/Contents/Resources/Nodes.xml
-<?xml version="1.0" encoding="UTF-8"?>
-<DocSetNodes version="1.0">
-    <TOC>
-        <Node type="file">
-            <Name>All PETSc manual pages</Name>
-            <Path>manualpages</Path>
-            <File>singleindex.html</File>
-            <Subnodes>
-                <Node  type="folder">
-                   <Name>ODE Integrators -- TS</Name>
-                   <Path>manualpages/TS</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Nonlinear solvers -- SNES</Name>
-                   <Path>manualpages/SNES</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Krylov solvers -- KSP</Name>
-                   <Path>manualpages/KSP</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Preconditioners -- PC</Name>
-                   <Path>manualpages/PC</Path>
-                   <File>index.html</File>
-                </Node>
-               <Node  type="folder">
-                   <Name>Semi-Lagrange solver</Name>
-                   <Path>manualpages/SemiLagrange</Path>
-                   <File>index.html</File>
-                </Node>
-               <Node  type="folder">
-                   <Name>Mesh management -- DM</Name>
-                   <Path>manualpages/DM</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Matrices -- Mat</Name>
-                   <Path>manualpages/Mat</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Matrix-free operators -- MatFD</Name>
-                   <Path>manualpages/MatFD</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Matrix orderings -- MatOrdering</Name>
-                   <Path>manualpages/MatOrderings</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Vectors -- Vec</Name>
-                   <Path>manualpages/Vec</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Indexing -- IS</Name>
-                   <Path>manualpages/IS</Path>
-                   <File>index.html</File>
-                </Node>
-               <Node  type="folder">
-                   <Name>Numbering/Reordering -- AO</Name>
-                   <Path>manualpages/AO</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Viewers -- PetscViewer</Name>
-                   <Path>manualpages/Viewer</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Profiling -- PetscLog</Name>
-                   <Path>manualpages/Profiling</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Utilities -- Sys</Name>
-                   <Path>manualpages/Sys</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Thread parallelism -- PetscThreadComm</Name>
-                   <Path>manualpages/PetscThreadComm</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Low-level communication -- PetscSF</Name>
-                   <Path>manualpages/PetscSF</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>Graphics -- PetscDraw</Name>
-                   <Path>manualpages/Draw</Path>
-                   <File>index.html</File>
-                </Node>
-                <Node  type="folder">
-                   <Name>PF</Name>
-                   <Path>manualpages/PF</Path>
-                   <File>index.html</File>
-                </Node>
-            </Subnodes>
-        </Node>
-    </TOC>
-</DocSetNodes>
-EOF
-
-cat <<EOF > PETSc.docset/Contents/Resources/Tokens.xml
-<?xml version="1.0" encoding="UTF-8"?>
-<Tokens version="1.0">
-EOF
-
-cd ${LOC}/docs
-for i in manualpages/*/*.html; do 
-  symbol=`echo $i | sed s?manualpages/[A-Za-z]*/??g | sed s?.html??g`
-  if [ ${symbol} != "index" ]; then
-    echo \<Token\> \<TokenIdentifier\>//apple_ref/c/func/${symbol}\</TokenIdentifier\>\<Path\>${i}\</Path\>\</Token\> >> ${PETSC_DIR}/PETSc.docset/Contents/Resources/Tokens.xml
-  fi;
-done
-
-cd ${PETSC_DIR}
-
-cat <<EOF >> PETSc.docset/Contents/Resources/Tokens.xml
-</Tokens>
-EOF
-
-cp -r ${LOC}/docs/manualpages PETSc.docset/Contents/Resources/Documents
-
-/Applications/Xcode.app/Contents/Developer/usr/bin/docsetutil index -debug -verbose   PETSc.docset
-
-
diff --git a/systems/Apple/iOS/bin/makeframework b/systems/Apple/iOS/bin/makeframework
deleted file mode 100755
index 1cae94e..0000000
--- a/systems/Apple/iOS/bin/makeframework
+++ /dev/null
@@ -1,89 +0,0 @@
-#!/bin/sh
-#
-# This script makes a Apple Mac iOS framework for PETSc  see ./makeall
-#
-# To use the framework:
-#
-#    1) replace all #include <petscXXX.h> in application with #import <PETSc/petscXXX.h>
-#    2a) either run the installer or sudo -r mv ${PETSC_DIR}/${PETSC_ARCH}/PETSc-iOS /Library/Framework
-#    2) use the framework inside Xcode by simply indicating the targets dependence on the PETSc framework located at /Library/Framework/PETSc-iOS/simulator
-#
-#
-rm -rf ${PETSC_DIR}/${PETSC_ARCH}/PETSc-iOS
-
-mkdir ${PETSC_DIR}/${PETSC_ARCH}/PETSc-iOS
-mkdir ${PETSC_DIR}/${PETSC_ARCH}/PETSc-iOS/$1
-mkdir ${PETSC_DIR}/${PETSC_ARCH}/PETSc-iOS/$1/PETSc.framework
-mkdir ${PETSC_DIR}/${PETSC_ARCH}/PETSc-iOS/$1/PETSc.framework/Versions
-mkdir ${PETSC_DIR}/${PETSC_ARCH}/PETSc-iOS/$1/PETSc.framework/Versions/A
-cd ${PETSC_DIR}/${PETSC_ARCH}/PETSc-iOS/$1/PETSc.framework/Versions/
-ln -s A Current
-
-cd A 
-mkdir Headers
-cp  ${PETSC_DIR}/include/*.h Headers
-cp  ${PETSC_DIR}/${PETSC_ARCH}/include/*.h Headers
-cp -r  ${PETSC_DIR}/include/petsc Headers
-
-cd Headers
-sed -i "" "s?#include [ ]*<petsc?#import <PETSc/petsc?g" *.h petsc/private/*.h petsc/mpiuni/*.h
-sed -i "" "s?#include [ ]*<mpi?#import <PETSc/petsc/mpiuni/mpi?g" *.h  petsc/private/*.h petsc/mpiuni/*.h
-cd ..
-
-echo "framework module PETSc [system] { header \"petsc.h\"  export *}" > module.map
-
-cp  ${PETSC_DIR}/${PETSC_ARCH}/lib/PETSc PETSc
-install_name_tool -id /Library/Frameworks/PETSc-iOS/simulator/PETSc.framework/PETSc PETSc
-mkdir Resources
-cd Resources
-cat <<EOF > Info.plist
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>BuildMachineOSBuild</key>
-	<string>12A269</string>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>English</string>
-	<key>CFBundleExecutable</key>
-	<string>PETSc</string>
-	<key>CFBundleIdentifier</key>
-	<string>gov.anl.mcs.PETSc</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>PETSc</string>
-	<key>CFBundlePackageType</key>
-	<string>FMWK</string>
-	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
-	<key>CFBundleSignature</key>
-	<string>????</string>
-	<key>CFBundleVersion</key>
-	<string>1</string>
-	<key>DTCompiler</key>
-	<string></string>
-	<key>DTPlatformBuild</key>
-	<string>4F250</string>
-	<key>DTPlatformVersion</key>
-	<string>GM</string>
-	<key>DTSDKBuild</key>
-	<string>12A264</string>
-	<key>DTSDKName</key>
-	<string>macosx10.8</string>
-	<key>DTXcode</key>
-	<string>0440</string>
-	<key>DTXcodeBuild</key>
-	<string>4F250</string>
-	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2012 Argonne National Laboratory. All rights reserved.</string>
-</dict>
-</plist>
-EOF
-
-cd  ${PETSC_DIR}/${PETSC_ARCH}/PETSc-iOS/$1/PETSc.framework
-ln -s Versions/Current/Headers Headers
-ln -s Versions/Current/PETSc PETSc
-ln -s Versions/Current/Resources Resources
-ln -s Versions/Current/module.map module.map
-
diff --git a/systems/Apple/iOS/examples/Basic/Classes/iphoneAppDelegate.h b/systems/Apple/iOS/examples/Basic/Classes/iphoneAppDelegate.h
deleted file mode 100644
index 79466c4..0000000
--- a/systems/Apple/iOS/examples/Basic/Classes/iphoneAppDelegate.h
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-//  iphoneAppDelegate.h
-//  iphone
-//
-//  Created by Barry Smith on 5/12/10.
-//  Copyright __MyCompanyName__ 2010. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
- at class iphoneViewController;
-
- at interface iphoneAppDelegate : NSObject <UIApplicationDelegate> {
-    UIWindow *window;
-    iphoneViewController *viewController;
-}
-
- at property (nonatomic, retain) IBOutlet UIWindow *window;
- at property (nonatomic, retain) IBOutlet iphoneViewController *viewController;
-
- at end
-
diff --git a/systems/Apple/iOS/examples/Basic/Classes/iphoneAppDelegate.m b/systems/Apple/iOS/examples/Basic/Classes/iphoneAppDelegate.m
deleted file mode 100644
index 780c73f..0000000
--- a/systems/Apple/iOS/examples/Basic/Classes/iphoneAppDelegate.m
+++ /dev/null
@@ -1,39 +0,0 @@
-//
-//  iphoneAppDelegate.m
-//  iphone
-//
-//  Created by Barry Smith on 5/12/10.
-//  Copyright __MyCompanyName__ 2010. All rights reserved.
-//
-
-#import "iphoneAppDelegate.h"
-#import "iphoneViewController.h"
-#include "PETSc/petscsys.h"
-
-extern PetscErrorCode PetscVFPrintfiPhone(FILE *,const char *,va_list);
-
- at implementation iphoneAppDelegate
-
- at synthesize window;
- at synthesize viewController;
-
-
-- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {    
-     // Override point for customization after app launch    
-    [window addSubview:viewController.view];
-    [window makeKeyAndVisible];
-    MPI_Init(0,0);
-    PetscVFPrintf = PetscVFPrintfiPhone;
-	  return YES;
-}
-
-
-- (void)dealloc {
-     MPI_Finalize();
-    [viewController release];
-    [window release];
-    [super dealloc];
-}
-
-
- at end
diff --git a/systems/Apple/iOS/examples/Basic/Classes/iphoneViewController.h b/systems/Apple/iOS/examples/Basic/Classes/iphoneViewController.h
deleted file mode 100644
index 99c44c5..0000000
--- a/systems/Apple/iOS/examples/Basic/Classes/iphoneViewController.h
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-//  iphoneViewController.h
-//  iphone
-//
-//  Created by Barry Smith on 5/12/10.
-//  Copyright __MyCompanyName__ 2010. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
- at interface iphoneViewController : UIViewController <UITextFieldDelegate>{
-IBOutlet UITextField *textField;
-IBOutlet UITextView *textView;
-         NSString *outPut;
-}
- at property (nonatomic,retain) UITextField *textField;
- at property (nonatomic,retain) UITextView *textView;
- at property (nonatomic,retain) NSString *outPut;
-
- at end
-
diff --git a/systems/Apple/iOS/examples/Basic/Classes/iphoneViewController.m b/systems/Apple/iOS/examples/Basic/Classes/iphoneViewController.m
deleted file mode 100644
index 12894e3..0000000
--- a/systems/Apple/iOS/examples/Basic/Classes/iphoneViewController.m
+++ /dev/null
@@ -1,131 +0,0 @@
-//
-//  iphoneViewController.m
-//  iphone
-//
-//  Created by Barry Smith on 5/12/10.
-//  Copyright __MyCompanyName__ 2010. All rights reserved.
-//
-
-#import "iphoneViewController.h"
-#include "PETSc/petsc.h"
-
- at implementation iphoneViewController
- at synthesize textField;
- at synthesize textView;
- at synthesize outPut;
-
-
-/*
-// The designated initializer. Override to perform setup that is required before the view is loaded.
-- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {
-    if ((self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil])) {
-        // Custom initialization
-    }
-    return self;
-}
-*/
-
-/*
-// Implement loadView to create a view hierarchy programmatically, without using a nib.
-- (void)loadView {
-}
-*/
-
-
-/*
-// Implement viewDidLoad to do additional setup after loading the view, typically from a nib.
-- (void)viewDidLoad {
-    [super viewDidLoad];
-}
-*/
-
-
-/*
-// Override to allow orientations other than the default portrait orientation.
-- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
-    // Return YES for supported orientations
-    return (interfaceOrientation == UIInterfaceOrientationPortrait);
-}
-*/
-
-- (void)didReceiveMemoryWarning {
-	// Releases the view if it doesn't have a superview.
-    [super didReceiveMemoryWarning];
-	
-	// Release any cached data, images, etc that aren't in use.
-}
-
-- (void)viewDidUnload {
-	// Release any retained subviews of the main view.
-	// e.g. self.myOutlet = nil;
-}
-
-
-- (void)dealloc {
-  [textField release];
-    [super dealloc];
-}
-
-UITextView *globalTextView;
-
-/*
-   This is called by PETSc for all print calls.
-
-   Simply addeds to the NSString in globalTextView and it gets displayed in the UITextView in the display
-*/
-PetscErrorCode PetscVFPrintfiPhone(FILE *fd,const char *format,va_list Argp)
-{
-  size_t len;
-  char   str[1024];
-  
-  PetscVSNPrintf(str,1024,format,&len,Argp);
-  globalTextView.text = [NSString stringWithFormat:@"%@%s", globalTextView.text,str];
-  return 0;
-}
-
-#define main ex19
-#define help help19
-#define Field Field19
-#define PETSC_APPLE_FRAMEWORK
-#include "../../../../../../src/snes/examples/tutorials/ex19.c"
-#undef main 
-#undef help
-#undef Field
-#define main ex48
-#define help help48
-#define Field Field48
-#include "../../../../../../src/snes/examples/tutorials/ex48.c"
-
-/*
-    This is called each time one hits return in the TextField.
-
-    Converts the string to a collection of arguments that are then passed on to PETSc
-*/
-- (BOOL) textFieldShouldReturn: (UITextField*) theTextField {
-  [theTextField resignFirstResponder]; /* makes the keyboard disappear */
-  textView.text = @"";   /* clears the UITextView */
-  globalTextView = textView;   /* we make this class member a global so can use in PetscVFPrintfiPhone() */
-  textView.font = [UIFont fontWithName:@"Courier" size:8.0]; /* make the font size in the UITextView a more reasonable size  and use fixed width*/
- 
-  const char *str = [textField.text UTF8String];
-  char **args;
-  int argc;
-  PetscBool flg1,flg2;
-  
-  PetscErrorCode ierr = PetscStrToArray(str,' ',&argc,&args);
-  ierr = PetscStrncmp(str, "./ex19", 6, &flg1);
-  ierr = PetscStrncmp(str, "./ex48", 6, &flg2);
-  if (flg1) {
-    ex19(argc,args);
-  } else if (flg2) {
-    ex48(argc,args);
-  } else {
-    textView.text =@"Must start with ./ex19 or ./ex48";
-    ierr = PetscStrToArrayDestroy(argc,args);
-    return YES;
-  }
-  ierr = PetscStrToArrayDestroy(argc,args);
-  return YES;
-}
-
- at end
diff --git a/systems/Apple/iOS/examples/Basic/Default-568h at 2x.png b/systems/Apple/iOS/examples/Basic/Default-568h at 2x.png
deleted file mode 100644
index 0891b7a..0000000
Binary files a/systems/Apple/iOS/examples/Basic/Default-568h at 2x.png and /dev/null differ
diff --git a/systems/Apple/iOS/examples/Basic/MainWindow.xib b/systems/Apple/iOS/examples/Basic/MainWindow.xib
deleted file mode 100644
index 200a9f7..0000000
--- a/systems/Apple/iOS/examples/Basic/MainWindow.xib
+++ /dev/null
@@ -1,227 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
-	<data>
-		<int key="IBDocument.SystemTarget">800</int>
-		<string key="IBDocument.SystemVersion">10D540</string>
-		<string key="IBDocument.InterfaceBuilderVersion">760</string>
-		<string key="IBDocument.AppKitVersion">1038.29</string>
-		<string key="IBDocument.HIToolboxVersion">460.00</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-			<string key="NS.object.0">81</string>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<integer value="10"/>
-		</object>
-		<object class="NSArray" key="IBDocument.PluginDependencies">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.Metadata">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="NSArray" key="dict.sortedKeys" id="0">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-			<object class="NSMutableArray" key="dict.values">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="IBProxyObject" id="841351856">
-				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-			<object class="IBProxyObject" id="427554174">
-				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-			<object class="IBUICustomObject" id="664661524">
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-			<object class="IBUIViewController" id="943309135">
-				<string key="IBUINibName">iphoneViewController</string>
-				<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-			<object class="IBUIWindow" id="117978783">
-				<nil key="NSNextResponder"/>
-				<int key="NSvFlags">292</int>
-				<string key="NSFrameSize">{320, 480}</string>
-				<object class="NSColor" key="IBUIBackgroundColor">
-					<int key="NSColorSpace">1</int>
-					<bytes key="NSRGB">MSAxIDEAA</bytes>
-				</object>
-				<bool key="IBUIOpaque">NO</bool>
-				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
-				<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-				<bool key="IBUIResizesToFullScreen">YES</bool>
-			</object>
-		</object>
-		<object class="IBObjectContainer" key="IBDocument.Objects">
-			<object class="NSMutableArray" key="connectionRecords">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">delegate</string>
-						<reference key="source" ref="841351856"/>
-						<reference key="destination" ref="664661524"/>
-					</object>
-					<int key="connectionID">4</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">viewController</string>
-						<reference key="source" ref="664661524"/>
-						<reference key="destination" ref="943309135"/>
-					</object>
-					<int key="connectionID">11</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">window</string>
-						<reference key="source" ref="664661524"/>
-						<reference key="destination" ref="117978783"/>
-					</object>
-					<int key="connectionID">14</int>
-				</object>
-			</object>
-			<object class="IBMutableOrderedSet" key="objectRecords">
-				<object class="NSArray" key="orderedObjects">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBObjectRecord">
-						<int key="objectID">0</int>
-						<reference key="object" ref="0"/>
-						<reference key="children" ref="1000"/>
-						<nil key="parent"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-1</int>
-						<reference key="object" ref="841351856"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">File's Owner</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">3</int>
-						<reference key="object" ref="664661524"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">iphone App Delegate</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-2</int>
-						<reference key="object" ref="427554174"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">10</int>
-						<reference key="object" ref="943309135"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">12</int>
-						<reference key="object" ref="117978783"/>
-						<reference key="parent" ref="0"/>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="flattenedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="NSArray" key="dict.sortedKeys">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>-1.CustomClassName</string>
-					<string>-2.CustomClassName</string>
-					<string>10.CustomClassName</string>
-					<string>10.IBEditorWindowLastContentRect</string>
-					<string>10.IBPluginDependency</string>
-					<string>12.IBEditorWindowLastContentRect</string>
-					<string>12.IBPluginDependency</string>
-					<string>3.CustomClassName</string>
-					<string>3.IBPluginDependency</string>
-				</object>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>UIApplication</string>
-					<string>UIResponder</string>
-					<string>iphoneViewController</string>
-					<string>{{234, 376}, {320, 480}}</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>{{525, 346}, {320, 480}}</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>iphoneAppDelegate</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="unlocalizedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="activeLocalization"/>
-			<object class="NSMutableDictionary" key="localizations">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="sourceID"/>
-			<int key="maxID">14</int>
-		</object>
-		<object class="IBClassDescriber" key="IBDocument.Classes">
-			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">iphoneAppDelegate</string>
-					<string key="superclassName">NSObject</string>
-					<object class="NSMutableDictionary" key="outlets">
-						<bool key="EncodedWithXMLCoder">YES</bool>
-						<object class="NSArray" key="dict.sortedKeys">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>viewController</string>
-							<string>window</string>
-						</object>
-						<object class="NSMutableArray" key="dict.values">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>iphoneViewController</string>
-							<string>UIWindow</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">Classes/iphoneAppDelegate.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">iphoneAppDelegate</string>
-					<string key="superclassName">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBUserSource</string>
-						<string key="minorKey"/>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">iphoneViewController</string>
-					<string key="superclassName">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">Classes/iphoneViewController.h</string>
-					</object>
-				</object>
-			</object>
-		</object>
-		<int key="IBDocument.localizationMode">0</int>
-		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
-			<integer value="3100" key="NS.object.0"/>
-		</object>
-		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
-		<string key="IBDocument.LastKnownRelativeProjectPath">iphone.xcodeproj</string>
-		<int key="IBDocument.defaultPropertyAccessControl">3</int>
-		<string key="IBCocoaTouchPluginVersion">81</string>
-	</data>
-</archive>
diff --git a/systems/Apple/iOS/examples/Basic/examples-Info.plist b/systems/Apple/iOS/examples/Basic/examples-Info.plist
deleted file mode 100644
index a63d38f..0000000
--- a/systems/Apple/iOS/examples/Basic/examples-Info.plist
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>English</string>
-	<key>CFBundleDisplayName</key>
-	<string>${PRODUCT_NAME}</string>
-	<key>CFBundleExecutable</key>
-	<string>${EXECUTABLE_NAME}</string>
-	<key>CFBundleIconFile</key>
-	<string></string>
-	<key>CFBundleIdentifier</key>
-	<string>gov.anl.mcs.PETSc</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>${PRODUCT_NAME}</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-	<key>CFBundleSignature</key>
-	<string>????</string>
-	<key>CFBundleVersion</key>
-	<string>1.0</string>
-	<key>LSRequiresIPhoneOS</key>
-	<true/>
-	<key>NSMainNibFile</key>
-	<string>MainWindow</string>
-</dict>
-</plist>
diff --git a/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.mode1v3 b/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.mode1v3
deleted file mode 100644
index ad26bfd..0000000
--- a/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.mode1v3
+++ /dev/null
@@ -1,1418 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>ActivePerspectiveName</key>
-	<string>Project</string>
-	<key>AllowedModules</key>
-	<array>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXSmartGroupTreeModule</string>
-			<key>Name</key>
-			<string>Groups and Files Outline View</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXNavigatorGroup</string>
-			<key>Name</key>
-			<string>Editor</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>XCTaskListModule</string>
-			<key>Name</key>
-			<string>Task List</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>XCDetailModule</string>
-			<key>Name</key>
-			<string>File and Smart Group Detail Viewer</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>1</string>
-			<key>Module</key>
-			<string>PBXBuildResultsModule</string>
-			<key>Name</key>
-			<string>Detailed Build Results Viewer</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>1</string>
-			<key>Module</key>
-			<string>PBXProjectFindModule</string>
-			<key>Name</key>
-			<string>Project Batch Find Tool</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>XCProjectFormatConflictsModule</string>
-			<key>Name</key>
-			<string>Project Format Conflicts List</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXBookmarksModule</string>
-			<key>Name</key>
-			<string>Bookmarks Tool</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXClassBrowserModule</string>
-			<key>Name</key>
-			<string>Class Browser</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXCVSModule</string>
-			<key>Name</key>
-			<string>Source Code Control Tool</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXDebugBreakpointsModule</string>
-			<key>Name</key>
-			<string>Debug Breakpoints Tool</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>XCDockableInspector</string>
-			<key>Name</key>
-			<string>Inspector</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>PBXOpenQuicklyModule</string>
-			<key>Name</key>
-			<string>Open Quickly Tool</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>1</string>
-			<key>Module</key>
-			<string>PBXDebugSessionModule</string>
-			<key>Name</key>
-			<string>Debugger</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>1</string>
-			<key>Module</key>
-			<string>PBXDebugCLIModule</string>
-			<key>Name</key>
-			<string>Debug Console</string>
-		</dict>
-		<dict>
-			<key>BundleLoadPath</key>
-			<string></string>
-			<key>MaxInstances</key>
-			<string>n</string>
-			<key>Module</key>
-			<string>XCSnapshotModule</string>
-			<key>Name</key>
-			<string>Snapshots Tool</string>
-		</dict>
-	</array>
-	<key>BundlePath</key>
-	<string>/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources</string>
-	<key>Description</key>
-	<string>DefaultDescriptionKey</string>
-	<key>DockingSystemVisible</key>
-	<false/>
-	<key>Extension</key>
-	<string>mode1v3</string>
-	<key>FavBarConfig</key>
-	<dict>
-		<key>PBXProjectModuleGUID</key>
-		<string>D89C0512119B26670037781A</string>
-		<key>XCBarModuleItemNames</key>
-		<dict/>
-		<key>XCBarModuleItems</key>
-		<array/>
-	</dict>
-	<key>FirstTimeWindowDisplayed</key>
-	<false/>
-	<key>Identifier</key>
-	<string>com.apple.perspectives.project.mode1v3</string>
-	<key>MajorVersion</key>
-	<integer>33</integer>
-	<key>MinorVersion</key>
-	<integer>0</integer>
-	<key>Name</key>
-	<string>Default</string>
-	<key>Notifications</key>
-	<array/>
-	<key>OpenEditors</key>
-	<array/>
-	<key>PerspectiveWidths</key>
-	<array>
-		<integer>-1</integer>
-		<integer>-1</integer>
-	</array>
-	<key>Perspectives</key>
-	<array>
-		<dict>
-			<key>ChosenToolbarItems</key>
-			<array>
-				<string>active-combo-popup</string>
-				<string>action</string>
-				<string>NSToolbarFlexibleSpaceItem</string>
-				<string>debugger-enable-breakpoints</string>
-				<string>build-and-go</string>
-				<string>com.apple.ide.PBXToolbarStopButton</string>
-				<string>get-info</string>
-				<string>NSToolbarFlexibleSpaceItem</string>
-				<string>com.apple.pbx.toolbar.searchfield</string>
-			</array>
-			<key>ControllerClassBaseName</key>
-			<string></string>
-			<key>IconName</key>
-			<string>WindowOfProjectWithEditor</string>
-			<key>Identifier</key>
-			<string>perspective.project</string>
-			<key>IsVertical</key>
-			<false/>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>ContentConfiguration</key>
-					<dict>
-						<key>PBXBottomSmartGroupGIDs</key>
-						<array>
-							<string>1C37FBAC04509CD000000102</string>
-							<string>1C37FAAC04509CD000000102</string>
-							<string>1C37FABC05509CD000000102</string>
-							<string>1C37FABC05539CD112110102</string>
-							<string>E2644B35053B69B200211256</string>
-							<string>1C37FABC04509CD000100104</string>
-							<string>1CC0EA4004350EF90044410B</string>
-							<string>1CC0EA4004350EF90041110B</string>
-						</array>
-						<key>PBXProjectModuleGUID</key>
-						<string>1CE0B1FE06471DED0097A5F4</string>
-						<key>PBXProjectModuleLabel</key>
-						<string>Files</string>
-						<key>PBXProjectStructureProvided</key>
-						<string>yes</string>
-						<key>PBXSmartGroupTreeModuleColumnData</key>
-						<dict>
-							<key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
-							<array>
-								<real>243</real>
-							</array>
-							<key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
-							<array>
-								<string>MainColumn</string>
-							</array>
-						</dict>
-						<key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
-						<dict>
-							<key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
-							<array>
-								<string>29B97314FDCFA39411CA2CEA</string>
-								<string>080E96DDFE201D6D7F000001</string>
-								<string>29B97315FDCFA39411CA2CEA</string>
-								<string>29B97317FDCFA39411CA2CEA</string>
-								<string>29B97323FDCFA39411CA2CEA</string>
-								<string>1C37FBAC04509CD000000102</string>
-								<string>1C37FAAC04509CD000000102</string>
-								<string>1C37FABC05509CD000000102</string>
-							</array>
-							<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
-							<array>
-								<array>
-									<integer>5</integer>
-									<integer>1</integer>
-									<integer>0</integer>
-								</array>
-							</array>
-							<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
-							<string>{{0, 0}, {243, 663}}</string>
-						</dict>
-						<key>PBXTopSmartGroupGIDs</key>
-						<array/>
-						<key>XCIncludePerspectivesSwitch</key>
-						<true/>
-						<key>XCSharingToken</key>
-						<string>com.apple.Xcode.GFSharingToken</string>
-					</dict>
-					<key>GeometryConfiguration</key>
-					<dict>
-						<key>Frame</key>
-						<string>{{0, 0}, {260, 681}}</string>
-						<key>GroupTreeTableConfiguration</key>
-						<array>
-							<string>MainColumn</string>
-							<real>243</real>
-						</array>
-						<key>RubberWindowFrame</key>
-						<string>24 152 1416 722 0 0 1440 878 </string>
-					</dict>
-					<key>Module</key>
-					<string>PBXSmartGroupTreeModule</string>
-					<key>Proportion</key>
-					<string>260pt</string>
-				</dict>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>BecomeActive</key>
-							<true/>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CE0B20306471E060097A5F4</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>ex48.c</string>
-								<key>PBXSplitModuleInNavigatorKey</key>
-								<dict>
-									<key>Split0</key>
-									<dict>
-										<key>PBXProjectModuleGUID</key>
-										<string>1CE0B20406471E060097A5F4</string>
-										<key>PBXProjectModuleLabel</key>
-										<string>ex48.c</string>
-										<key>_historyCapacity</key>
-										<integer>0</integer>
-										<key>bookmark</key>
-										<string>D8E3AE9C11A37C4800195F6D</string>
-										<key>history</key>
-										<array>
-											<string>D89C056F119B3B6D0037781A</string>
-											<string>D89C06A1119C8B360037781A</string>
-											<string>D8744A0E119C98EA003C661D</string>
-											<string>D8744A36119C9C9E003C661D</string>
-											<string>D8744A49119CA159003C661D</string>
-											<string>D8E9F847119CEC2200A5892E</string>
-											<string>D8E9F8BB119CF1BD00A5892E</string>
-											<string>D8085690119DD0280089F87B</string>
-											<string>D8085692119DD0280089F87B</string>
-											<string>D8696C12119F8AEC001E797D</string>
-											<string>D8696C14119F8AEC001E797D</string>
-											<string>D8696C16119F8AEC001E797D</string>
-											<string>D8696C18119F8AEC001E797D</string>
-											<string>D8696C1A119F8AEC001E797D</string>
-											<string>D8646A4F11A311B70016FDD0</string>
-											<string>D8E3AE9711A37C4800195F6D</string>
-											<string>D8E3AE9811A37C4800195F6D</string>
-											<string>D8E3AE9A11A37C4800195F6D</string>
-										</array>
-									</dict>
-									<key>SplitCount</key>
-									<string>1</string>
-								</dict>
-								<key>StatusBarVisibility</key>
-								<true/>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 0}, {1151, 578}}</string>
-								<key>RubberWindowFrame</key>
-								<string>24 152 1416 722 0 0 1440 878 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXNavigatorGroup</string>
-							<key>Proportion</key>
-							<string>578pt</string>
-						</dict>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CE0B20506471E060097A5F4</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Detail</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 583}, {1151, 98}}</string>
-								<key>RubberWindowFrame</key>
-								<string>24 152 1416 722 0 0 1440 878 </string>
-							</dict>
-							<key>Module</key>
-							<string>XCDetailModule</string>
-							<key>Proportion</key>
-							<string>98pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>1151pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Project</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>XCModuleDock</string>
-				<string>PBXSmartGroupTreeModule</string>
-				<string>XCModuleDock</string>
-				<string>PBXNavigatorGroup</string>
-				<string>XCDetailModule</string>
-			</array>
-			<key>TableOfContents</key>
-			<array>
-				<string>D8E3AE8911A379B100195F6D</string>
-				<string>1CE0B1FE06471DED0097A5F4</string>
-				<string>D8E3AE8A11A379B100195F6D</string>
-				<string>1CE0B20306471E060097A5F4</string>
-				<string>1CE0B20506471E060097A5F4</string>
-			</array>
-			<key>ToolbarConfigUserDefaultsMinorVersion</key>
-			<string>2</string>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.defaultV3</string>
-		</dict>
-		<dict>
-			<key>ControllerClassBaseName</key>
-			<string></string>
-			<key>IconName</key>
-			<string>WindowOfProject</string>
-			<key>Identifier</key>
-			<string>perspective.morph</string>
-			<key>IsVertical</key>
-			<integer>0</integer>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>BecomeActive</key>
-					<integer>1</integer>
-					<key>ContentConfiguration</key>
-					<dict>
-						<key>PBXBottomSmartGroupGIDs</key>
-						<array>
-							<string>1C37FBAC04509CD000000102</string>
-							<string>1C37FAAC04509CD000000102</string>
-							<string>1C08E77C0454961000C914BD</string>
-							<string>1C37FABC05509CD000000102</string>
-							<string>1C37FABC05539CD112110102</string>
-							<string>E2644B35053B69B200211256</string>
-							<string>1C37FABC04509CD000100104</string>
-							<string>1CC0EA4004350EF90044410B</string>
-							<string>1CC0EA4004350EF90041110B</string>
-						</array>
-						<key>PBXProjectModuleGUID</key>
-						<string>11E0B1FE06471DED0097A5F4</string>
-						<key>PBXProjectModuleLabel</key>
-						<string>Files</string>
-						<key>PBXProjectStructureProvided</key>
-						<string>yes</string>
-						<key>PBXSmartGroupTreeModuleColumnData</key>
-						<dict>
-							<key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
-							<array>
-								<real>186</real>
-							</array>
-							<key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
-							<array>
-								<string>MainColumn</string>
-							</array>
-						</dict>
-						<key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
-						<dict>
-							<key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
-							<array>
-								<string>29B97314FDCFA39411CA2CEA</string>
-								<string>1C37FABC05509CD000000102</string>
-							</array>
-							<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
-							<array>
-								<array>
-									<integer>0</integer>
-								</array>
-							</array>
-							<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
-							<string>{{0, 0}, {186, 337}}</string>
-						</dict>
-						<key>PBXTopSmartGroupGIDs</key>
-						<array/>
-						<key>XCIncludePerspectivesSwitch</key>
-						<integer>1</integer>
-						<key>XCSharingToken</key>
-						<string>com.apple.Xcode.GFSharingToken</string>
-					</dict>
-					<key>GeometryConfiguration</key>
-					<dict>
-						<key>Frame</key>
-						<string>{{0, 0}, {203, 355}}</string>
-						<key>GroupTreeTableConfiguration</key>
-						<array>
-							<string>MainColumn</string>
-							<real>186</real>
-						</array>
-						<key>RubberWindowFrame</key>
-						<string>373 269 690 397 0 0 1440 878 </string>
-					</dict>
-					<key>Module</key>
-					<string>PBXSmartGroupTreeModule</string>
-					<key>Proportion</key>
-					<string>100%</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Morph</string>
-			<key>PreferredWidth</key>
-			<integer>300</integer>
-			<key>ServiceClasses</key>
-			<array>
-				<string>XCModuleDock</string>
-				<string>PBXSmartGroupTreeModule</string>
-			</array>
-			<key>TableOfContents</key>
-			<array>
-				<string>11E0B1FE06471DED0097A5F4</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.default.shortV3</string>
-		</dict>
-	</array>
-	<key>PerspectivesBarVisible</key>
-	<false/>
-	<key>ShelfIsVisible</key>
-	<false/>
-	<key>SourceDescription</key>
-	<string>file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec'</string>
-	<key>StatusbarIsVisible</key>
-	<true/>
-	<key>TimeStamp</key>
-	<real>0.0</real>
-	<key>ToolbarConfigUserDefaultsMinorVersion</key>
-	<string>2</string>
-	<key>ToolbarDisplayMode</key>
-	<integer>1</integer>
-	<key>ToolbarIsVisible</key>
-	<true/>
-	<key>ToolbarSizeMode</key>
-	<integer>1</integer>
-	<key>Type</key>
-	<string>Perspectives</string>
-	<key>UpdateMessage</key>
-	<string>The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature).  You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature.  Do you wish to update to the latest Workspace defaults for project '%@'?</string>
-	<key>WindowJustification</key>
-	<integer>5</integer>
-	<key>WindowOrderList</key>
-	<array>
-		<string>D8E3AE9E11A37C4800195F6D</string>
-		<string>D8E3AE9411A379B100195F6D</string>
-		<string>1CD10A99069EF8BA00B06720</string>
-		<string>D89C0513119B26670037781A</string>
-	</array>
-	<key>WindowString</key>
-	<string>24 152 1416 722 0 0 1440 878 </string>
-	<key>WindowToolsV3</key>
-	<array>
-		<dict>
-			<key>FirstTimeWindowDisplayed</key>
-			<false/>
-			<key>Identifier</key>
-			<string>windowTool.build</string>
-			<key>IsVertical</key>
-			<true/>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CD0528F0623707200166675</string>
-								<key>PBXProjectModuleLabel</key>
-								<string></string>
-								<key>StatusBarVisibility</key>
-								<true/>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 0}, {1440, 346}}</string>
-								<key>RubberWindowFrame</key>
-								<string>0 114 1440 764 0 0 1440 878 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXNavigatorGroup</string>
-							<key>Proportion</key>
-							<string>346pt</string>
-						</dict>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>XCMainBuildResultsModuleGUID</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Build Results</string>
-								<key>XCBuildResultsTrigger_Collapse</key>
-								<integer>1021</integer>
-								<key>XCBuildResultsTrigger_Open</key>
-								<integer>1011</integer>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 351}, {1440, 372}}</string>
-								<key>RubberWindowFrame</key>
-								<string>0 114 1440 764 0 0 1440 878 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXBuildResultsModule</string>
-							<key>Proportion</key>
-							<string>372pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>723pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Build Results</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXBuildResultsModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<true/>
-			<key>TableOfContents</key>
-			<array>
-				<string>D89C0513119B26670037781A</string>
-				<string>D8E3AE8B11A379B100195F6D</string>
-				<string>1CD0528F0623707200166675</string>
-				<string>XCMainBuildResultsModuleGUID</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.buildV3</string>
-			<key>WindowContentMinSize</key>
-			<string>486 300</string>
-			<key>WindowString</key>
-			<string>0 114 1440 764 0 0 1440 878 </string>
-			<key>WindowToolGUID</key>
-			<string>D89C0513119B26670037781A</string>
-			<key>WindowToolIsVisible</key>
-			<false/>
-		</dict>
-		<dict>
-			<key>FirstTimeWindowDisplayed</key>
-			<false/>
-			<key>Identifier</key>
-			<string>windowTool.debugger</string>
-			<key>IsVertical</key>
-			<true/>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>Debugger</key>
-								<dict>
-									<key>HorizontalSplitView</key>
-									<dict>
-										<key>_collapsingFrameDimension</key>
-										<real>0.0</real>
-										<key>_indexOfCollapsedView</key>
-										<integer>0</integer>
-										<key>_percentageOfCollapsedView</key>
-										<real>0.0</real>
-										<key>isCollapsed</key>
-										<string>yes</string>
-										<key>sizes</key>
-										<array>
-											<string>{{0, 0}, {316, 203}}</string>
-											<string>{{316, 0}, {378, 203}}</string>
-										</array>
-									</dict>
-									<key>VerticalSplitView</key>
-									<dict>
-										<key>_collapsingFrameDimension</key>
-										<real>0.0</real>
-										<key>_indexOfCollapsedView</key>
-										<integer>0</integer>
-										<key>_percentageOfCollapsedView</key>
-										<real>0.0</real>
-										<key>isCollapsed</key>
-										<string>yes</string>
-										<key>sizes</key>
-										<array>
-											<string>{{0, 0}, {694, 203}}</string>
-											<string>{{0, 203}, {694, 178}}</string>
-										</array>
-									</dict>
-								</dict>
-								<key>LauncherConfigVersion</key>
-								<string>8</string>
-								<key>PBXProjectModuleGUID</key>
-								<string>1C162984064C10D400B95A72</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Debug - GLUTExamples (Underwater)</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>DebugConsoleVisible</key>
-								<string>None</string>
-								<key>DebugConsoleWindowFrame</key>
-								<string>{{200, 200}, {500, 300}}</string>
-								<key>DebugSTDIOWindowFrame</key>
-								<string>{{200, 200}, {500, 300}}</string>
-								<key>Frame</key>
-								<string>{{0, 0}, {694, 381}}</string>
-								<key>PBXDebugSessionStackFrameViewKey</key>
-								<dict>
-									<key>DebugVariablesTableConfiguration</key>
-									<array>
-										<string>Name</string>
-										<real>120</real>
-										<string>Value</string>
-										<real>85</real>
-										<string>Summary</string>
-										<real>148</real>
-									</array>
-									<key>Frame</key>
-									<string>{{316, 0}, {378, 203}}</string>
-									<key>RubberWindowFrame</key>
-									<string>114 263 694 422 0 0 1440 878 </string>
-								</dict>
-								<key>RubberWindowFrame</key>
-								<string>114 263 694 422 0 0 1440 878 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXDebugSessionModule</string>
-							<key>Proportion</key>
-							<string>381pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>381pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Debugger</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXDebugSessionModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<true/>
-			<key>TableOfContents</key>
-			<array>
-				<string>1CD10A99069EF8BA00B06720</string>
-				<string>D8E3AE8C11A379B100195F6D</string>
-				<string>1C162984064C10D400B95A72</string>
-				<string>D8E3AE8D11A379B100195F6D</string>
-				<string>D8E3AE8E11A379B100195F6D</string>
-				<string>D8E3AE8F11A379B100195F6D</string>
-				<string>D8E3AE9011A379B100195F6D</string>
-				<string>D8E3AE9111A379B100195F6D</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.debugV3</string>
-			<key>WindowString</key>
-			<string>114 263 694 422 0 0 1440 878 </string>
-			<key>WindowToolGUID</key>
-			<string>1CD10A99069EF8BA00B06720</string>
-			<key>WindowToolIsVisible</key>
-			<false/>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.find</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>Dock</key>
-							<array>
-								<dict>
-									<key>ContentConfiguration</key>
-									<dict>
-										<key>PBXProjectModuleGUID</key>
-										<string>1CDD528C0622207200134675</string>
-										<key>PBXProjectModuleLabel</key>
-										<string><No Editor></string>
-										<key>PBXSplitModuleInNavigatorKey</key>
-										<dict>
-											<key>Split0</key>
-											<dict>
-												<key>PBXProjectModuleGUID</key>
-												<string>1CD0528D0623707200166675</string>
-											</dict>
-											<key>SplitCount</key>
-											<string>1</string>
-										</dict>
-										<key>StatusBarVisibility</key>
-										<integer>1</integer>
-									</dict>
-									<key>GeometryConfiguration</key>
-									<dict>
-										<key>Frame</key>
-										<string>{{0, 0}, {781, 167}}</string>
-										<key>RubberWindowFrame</key>
-										<string>62 385 781 470 0 0 1440 878 </string>
-									</dict>
-									<key>Module</key>
-									<string>PBXNavigatorGroup</string>
-									<key>Proportion</key>
-									<string>781pt</string>
-								</dict>
-							</array>
-							<key>Proportion</key>
-							<string>50%</string>
-						</dict>
-						<dict>
-							<key>BecomeActive</key>
-							<integer>1</integer>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CD0528E0623707200166675</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Project Find</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{8, 0}, {773, 254}}</string>
-								<key>RubberWindowFrame</key>
-								<string>62 385 781 470 0 0 1440 878 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXProjectFindModule</string>
-							<key>Proportion</key>
-							<string>50%</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>428pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Project Find</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXProjectFindModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<integer>1</integer>
-			<key>TableOfContents</key>
-			<array>
-				<string>1C530D57069F1CE1000CFCEE</string>
-				<string>1C530D58069F1CE1000CFCEE</string>
-				<string>1C530D59069F1CE1000CFCEE</string>
-				<string>1CDD528C0622207200134675</string>
-				<string>1C530D5A069F1CE1000CFCEE</string>
-				<string>1CE0B1FE06471DED0097A5F4</string>
-				<string>1CD0528E0623707200166675</string>
-			</array>
-			<key>WindowString</key>
-			<string>62 385 781 470 0 0 1440 878 </string>
-			<key>WindowToolGUID</key>
-			<string>1C530D57069F1CE1000CFCEE</string>
-			<key>WindowToolIsVisible</key>
-			<integer>0</integer>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>MENUSEPARATOR</string>
-		</dict>
-		<dict>
-			<key>FirstTimeWindowDisplayed</key>
-			<false/>
-			<key>Identifier</key>
-			<string>windowTool.debuggerConsole</string>
-			<key>IsVertical</key>
-			<true/>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>BecomeActive</key>
-							<true/>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1C78EAAC065D492600B07095</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Debugger Console</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 0}, {674, 594}}</string>
-								<key>RubberWindowFrame</key>
-								<string>715 130 674 635 0 0 1440 878 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXDebugCLIModule</string>
-							<key>Proportion</key>
-							<string>594pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>594pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Debugger Console</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXDebugCLIModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<true/>
-			<key>TableOfContents</key>
-			<array>
-				<string>1C78EAAD065D492600B07095</string>
-				<string>D8E3AE9211A379B100195F6D</string>
-				<string>1C78EAAC065D492600B07095</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.consoleV3</string>
-			<key>WindowString</key>
-			<string>715 130 674 635 0 0 1440 878 </string>
-			<key>WindowToolGUID</key>
-			<string>1C78EAAD065D492600B07095</string>
-			<key>WindowToolIsVisible</key>
-			<true/>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.snapshots</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>Module</key>
-							<string>XCSnapshotModule</string>
-							<key>Proportion</key>
-							<string>100%</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>100%</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Snapshots</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>XCSnapshotModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<string>Yes</string>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.snapshots</string>
-			<key>WindowString</key>
-			<string>315 824 300 550 0 0 1440 878 </string>
-			<key>WindowToolIsVisible</key>
-			<string>Yes</string>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.scm</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1C78EAB2065D492600B07095</string>
-								<key>PBXProjectModuleLabel</key>
-								<string><No Editor></string>
-								<key>PBXSplitModuleInNavigatorKey</key>
-								<dict>
-									<key>Split0</key>
-									<dict>
-										<key>PBXProjectModuleGUID</key>
-										<string>1C78EAB3065D492600B07095</string>
-									</dict>
-									<key>SplitCount</key>
-									<string>1</string>
-								</dict>
-								<key>StatusBarVisibility</key>
-								<integer>1</integer>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 0}, {452, 0}}</string>
-								<key>RubberWindowFrame</key>
-								<string>743 379 452 308 0 0 1280 1002 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXNavigatorGroup</string>
-							<key>Proportion</key>
-							<string>0pt</string>
-						</dict>
-						<dict>
-							<key>BecomeActive</key>
-							<integer>1</integer>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CD052920623707200166675</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>SCM</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>ConsoleFrame</key>
-								<string>{{0, 259}, {452, 0}}</string>
-								<key>Frame</key>
-								<string>{{0, 7}, {452, 259}}</string>
-								<key>RubberWindowFrame</key>
-								<string>743 379 452 308 0 0 1280 1002 </string>
-								<key>TableConfiguration</key>
-								<array>
-									<string>Status</string>
-									<real>30</real>
-									<string>FileName</string>
-									<real>199</real>
-									<string>Path</string>
-									<real>197.0950012207031</real>
-								</array>
-								<key>TableFrame</key>
-								<string>{{0, 0}, {452, 250}}</string>
-							</dict>
-							<key>Module</key>
-							<string>PBXCVSModule</string>
-							<key>Proportion</key>
-							<string>262pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>266pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>SCM</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXCVSModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<integer>1</integer>
-			<key>TableOfContents</key>
-			<array>
-				<string>1C78EAB4065D492600B07095</string>
-				<string>1C78EAB5065D492600B07095</string>
-				<string>1C78EAB2065D492600B07095</string>
-				<string>1CD052920623707200166675</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.scm</string>
-			<key>WindowString</key>
-			<string>743 379 452 308 0 0 1280 1002 </string>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.breakpoints</string>
-			<key>IsVertical</key>
-			<integer>0</integer>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>BecomeActive</key>
-							<integer>1</integer>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXBottomSmartGroupGIDs</key>
-								<array>
-									<string>1C77FABC04509CD000000102</string>
-								</array>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CE0B1FE06471DED0097A5F4</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Files</string>
-								<key>PBXProjectStructureProvided</key>
-								<string>no</string>
-								<key>PBXSmartGroupTreeModuleColumnData</key>
-								<dict>
-									<key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
-									<array>
-										<real>168</real>
-									</array>
-									<key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
-									<array>
-										<string>MainColumn</string>
-									</array>
-								</dict>
-								<key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
-								<dict>
-									<key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
-									<array>
-										<string>1C77FABC04509CD000000102</string>
-									</array>
-									<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
-									<array>
-										<array>
-											<integer>0</integer>
-										</array>
-									</array>
-									<key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
-									<string>{{0, 0}, {168, 350}}</string>
-								</dict>
-								<key>PBXTopSmartGroupGIDs</key>
-								<array/>
-								<key>XCIncludePerspectivesSwitch</key>
-								<integer>0</integer>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{0, 0}, {185, 368}}</string>
-								<key>GroupTreeTableConfiguration</key>
-								<array>
-									<string>MainColumn</string>
-									<real>168</real>
-								</array>
-								<key>RubberWindowFrame</key>
-								<string>315 424 744 409 0 0 1440 878 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXSmartGroupTreeModule</string>
-							<key>Proportion</key>
-							<string>185pt</string>
-						</dict>
-						<dict>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CA1AED706398EBD00589147</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Detail</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{{190, 0}, {554, 368}}</string>
-								<key>RubberWindowFrame</key>
-								<string>315 424 744 409 0 0 1440 878 </string>
-							</dict>
-							<key>Module</key>
-							<string>XCDetailModule</string>
-							<key>Proportion</key>
-							<string>554pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>368pt</string>
-				</dict>
-			</array>
-			<key>MajorVersion</key>
-			<integer>3</integer>
-			<key>MinorVersion</key>
-			<integer>0</integer>
-			<key>Name</key>
-			<string>Breakpoints</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXSmartGroupTreeModule</string>
-				<string>XCDetailModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<integer>1</integer>
-			<key>TableOfContents</key>
-			<array>
-				<string>1CDDB66807F98D9800BB5817</string>
-				<string>1CDDB66907F98D9800BB5817</string>
-				<string>1CE0B1FE06471DED0097A5F4</string>
-				<string>1CA1AED706398EBD00589147</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.breakpointsV3</string>
-			<key>WindowString</key>
-			<string>315 424 744 409 0 0 1440 878 </string>
-			<key>WindowToolGUID</key>
-			<string>1CDDB66807F98D9800BB5817</string>
-			<key>WindowToolIsVisible</key>
-			<integer>1</integer>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.debugAnimator</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>Module</key>
-							<string>PBXNavigatorGroup</string>
-							<key>Proportion</key>
-							<string>100%</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>100%</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Debug Visualizer</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXNavigatorGroup</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<integer>1</integer>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.debugAnimatorV3</string>
-			<key>WindowString</key>
-			<string>100 100 700 500 0 0 1280 1002 </string>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.bookmarks</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>Module</key>
-							<string>PBXBookmarksModule</string>
-							<key>Proportion</key>
-							<string>100%</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>100%</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Bookmarks</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXBookmarksModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<integer>0</integer>
-			<key>WindowString</key>
-			<string>538 42 401 187 0 0 1280 1002 </string>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.projectFormatConflicts</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>Module</key>
-							<string>XCProjectFormatConflictsModule</string>
-							<key>Proportion</key>
-							<string>100%</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>100%</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Project Format Conflicts</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>XCProjectFormatConflictsModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<integer>0</integer>
-			<key>WindowContentMinSize</key>
-			<string>450 300</string>
-			<key>WindowString</key>
-			<string>50 850 472 307 0 0 1440 877</string>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.classBrowser</string>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>BecomeActive</key>
-							<integer>1</integer>
-							<key>ContentConfiguration</key>
-							<dict>
-								<key>OptionsSetName</key>
-								<string>Hierarchy, all classes</string>
-								<key>PBXProjectModuleGUID</key>
-								<string>1CA6456E063B45B4001379D8</string>
-								<key>PBXProjectModuleLabel</key>
-								<string>Class Browser - NSObject</string>
-							</dict>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>ClassesFrame</key>
-								<string>{{0, 0}, {374, 96}}</string>
-								<key>ClassesTreeTableConfiguration</key>
-								<array>
-									<string>PBXClassNameColumnIdentifier</string>
-									<real>208</real>
-									<string>PBXClassBookColumnIdentifier</string>
-									<real>22</real>
-								</array>
-								<key>Frame</key>
-								<string>{{0, 0}, {630, 331}}</string>
-								<key>MembersFrame</key>
-								<string>{{0, 105}, {374, 395}}</string>
-								<key>MembersTreeTableConfiguration</key>
-								<array>
-									<string>PBXMemberTypeIconColumnIdentifier</string>
-									<real>22</real>
-									<string>PBXMemberNameColumnIdentifier</string>
-									<real>216</real>
-									<string>PBXMemberTypeColumnIdentifier</string>
-									<real>97</real>
-									<string>PBXMemberBookColumnIdentifier</string>
-									<real>22</real>
-								</array>
-								<key>PBXModuleWindowStatusBarHidden2</key>
-								<integer>1</integer>
-								<key>RubberWindowFrame</key>
-								<string>385 179 630 352 0 0 1440 878 </string>
-							</dict>
-							<key>Module</key>
-							<string>PBXClassBrowserModule</string>
-							<key>Proportion</key>
-							<string>332pt</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>332pt</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Class Browser</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>PBXClassBrowserModule</string>
-			</array>
-			<key>StatusbarIsVisible</key>
-			<integer>0</integer>
-			<key>TableOfContents</key>
-			<array>
-				<string>1C0AD2AF069F1E9B00FABCE6</string>
-				<string>1C0AD2B0069F1E9B00FABCE6</string>
-				<string>1CA6456E063B45B4001379D8</string>
-			</array>
-			<key>ToolbarConfiguration</key>
-			<string>xcode.toolbar.config.classbrowser</string>
-			<key>WindowString</key>
-			<string>385 179 630 352 0 0 1440 878 </string>
-			<key>WindowToolGUID</key>
-			<string>1C0AD2AF069F1E9B00FABCE6</string>
-			<key>WindowToolIsVisible</key>
-			<integer>0</integer>
-		</dict>
-		<dict>
-			<key>Identifier</key>
-			<string>windowTool.refactoring</string>
-			<key>IncludeInToolsMenu</key>
-			<integer>0</integer>
-			<key>Layout</key>
-			<array>
-				<dict>
-					<key>Dock</key>
-					<array>
-						<dict>
-							<key>BecomeActive</key>
-							<integer>1</integer>
-							<key>GeometryConfiguration</key>
-							<dict>
-								<key>Frame</key>
-								<string>{0, 0}, {500, 335}</string>
-								<key>RubberWindowFrame</key>
-								<string>{0, 0}, {500, 335}</string>
-							</dict>
-							<key>Module</key>
-							<string>XCRefactoringModule</string>
-							<key>Proportion</key>
-							<string>100%</string>
-						</dict>
-					</array>
-					<key>Proportion</key>
-					<string>100%</string>
-				</dict>
-			</array>
-			<key>Name</key>
-			<string>Refactoring</string>
-			<key>ServiceClasses</key>
-			<array>
-				<string>XCRefactoringModule</string>
-			</array>
-			<key>WindowString</key>
-			<string>200 200 500 356 0 0 1920 1200 </string>
-		</dict>
-	</array>
-</dict>
-</plist>
diff --git a/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser b/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser
deleted file mode 100644
index 4530140..0000000
--- a/systems/Apple/iOS/examples/Basic/examples.xcodeproj/barrysmith.pbxuser
+++ /dev/null
@@ -1,498 +0,0 @@
-// !$*UTF8*$!
-{
-	1D3623240D0F684500981E51 /* iphoneAppDelegate.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {788, 369}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 472}";
-		};
-	};
-	1D3623250D0F684500981E51 /* iphoneAppDelegate.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {944, 481}}";
-			sepNavSelRange = "{608, 0}";
-			sepNavVisRange = "{27, 674}";
-			sepNavWindowFrame = "{{61, 106}, {1347, 725}}";
-		};
-	};
-	1D6058900D05DD3D006BFB54 /* examples */ = {
-		activeExec = 0;
-		executables = (
-			D89C0069119B25E00037781A /* examples */,
-		);
-	};
-	28D7ACF60DDB3853001CB0EB /* iphoneViewController.h */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {788, 369}}";
-			sepNavSelRange = "{287, 21}";
-			sepNavVisRange = "{0, 496}";
-		};
-	};
-	28D7ACF70DDB3853001CB0EB /* iphoneViewController.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1090, 1638}}";
-			sepNavSelRange = "{3134, 0}";
-			sepNavVisRange = "{2026, 1366}";
-			sepNavWindowFrame = "{{84, 85}, {1347, 725}}";
-		};
-	};
-	29B97313FDCFA39411CA2CEA /* Project object */ = {
-		activeArchitecturePreference = armv7;
-		activeBuildConfigurationName = Debug;
-		activeExecutable = D89C0069119B25E00037781A /* examples */;
-		activeSDKPreference = iphonesimulator3.2;
-		activeTarget = 1D6058900D05DD3D006BFB54 /* examples */;
-		addToTargets = (
-			1D6058900D05DD3D006BFB54 /* examples */,
-		);
-		codeSenseManager = D89C007C119B25FF0037781A /* Code sense */;
-		executables = (
-			D89C0069119B25E00037781A /* examples */,
-		);
-		perUserDictionary = {
-			PBXConfiguration.PBXFileTableDataSource3.PBXExecutablesDataSource = {
-				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
-				PBXFileTableDataSourceColumnSortingKey = PBXExecutablesDataSource_NameID;
-				PBXFileTableDataSourceColumnWidthsKey = (
-					22,
-					300,
-					654,
-				);
-				PBXFileTableDataSourceColumnsKey = (
-					PBXExecutablesDataSource_ActiveFlagID,
-					PBXExecutablesDataSource_NameID,
-					PBXExecutablesDataSource_CommentsID,
-				);
-			};
-			PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
-				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
-				PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_ObjectSize_ColumnID;
-				PBXFileTableDataSourceColumnWidthsKey = (
-					20,
-					912,
-					20,
-					48,
-					43,
-					43,
-					20,
-				);
-				PBXFileTableDataSourceColumnsKey = (
-					PBXFileDataSource_FiletypeID,
-					PBXFileDataSource_Filename_ColumnID,
-					PBXFileDataSource_Built_ColumnID,
-					PBXFileDataSource_ObjectSize_ColumnID,
-					PBXFileDataSource_Errors_ColumnID,
-					PBXFileDataSource_Warnings_ColumnID,
-					PBXFileDataSource_Target_ColumnID,
-				);
-			};
-			PBXConfiguration.PBXFileTableDataSource3.PBXSymbolsDataSource = {
-				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
-				PBXFileTableDataSourceColumnSortingKey = PBXSymbolsDataSource_SymbolNameID;
-				PBXFileTableDataSourceColumnWidthsKey = (
-					16,
-					200,
-					50,
-					281,
-				);
-				PBXFileTableDataSourceColumnsKey = (
-					PBXSymbolsDataSource_SymbolTypeIconID,
-					PBXSymbolsDataSource_SymbolNameID,
-					PBXSymbolsDataSource_SymbolTypeID,
-					PBXSymbolsDataSource_ReferenceNameID,
-				);
-			};
-			PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = {
-				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
-				PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
-				PBXFileTableDataSourceColumnWidthsKey = (
-					20,
-					726,
-					60,
-					20,
-					48,
-					43,
-					43,
-				);
-				PBXFileTableDataSourceColumnsKey = (
-					PBXFileDataSource_FiletypeID,
-					PBXFileDataSource_Filename_ColumnID,
-					PBXTargetDataSource_PrimaryAttribute,
-					PBXFileDataSource_Built_ColumnID,
-					PBXFileDataSource_ObjectSize_ColumnID,
-					PBXFileDataSource_Errors_ColumnID,
-					PBXFileDataSource_Warnings_ColumnID,
-				);
-			};
-			PBXPerProjectTemplateStateSaveDate = 295926186;
-			PBXWorkspaceStateSaveDate = 295926186;
-		};
-		perUserProjectItems = {
-			D8085690119DD0280089F87B /* PBXTextBookmark */ = D8085690119DD0280089F87B /* PBXTextBookmark */;
-			D8085692119DD0280089F87B /* PBXTextBookmark */ = D8085692119DD0280089F87B /* PBXTextBookmark */;
-			D8646A4F11A311B70016FDD0 /* PBXTextBookmark */ = D8646A4F11A311B70016FDD0 /* PBXTextBookmark */;
-			D8696C12119F8AEC001E797D /* PBXTextBookmark */ = D8696C12119F8AEC001E797D /* PBXTextBookmark */;
-			D8696C14119F8AEC001E797D /* PBXTextBookmark */ = D8696C14119F8AEC001E797D /* PBXTextBookmark */;
-			D8696C16119F8AEC001E797D /* PBXTextBookmark */ = D8696C16119F8AEC001E797D /* PBXTextBookmark */;
-			D8696C18119F8AEC001E797D /* PBXTextBookmark */ = D8696C18119F8AEC001E797D /* PBXTextBookmark */;
-			D8696C1A119F8AEC001E797D /* PBXTextBookmark */ = D8696C1A119F8AEC001E797D /* PBXTextBookmark */;
-			D8744A0E119C98EA003C661D /* PBXTextBookmark */ = D8744A0E119C98EA003C661D /* PBXTextBookmark */;
-			D8744A36119C9C9E003C661D /* PBXTextBookmark */ = D8744A36119C9C9E003C661D /* PBXTextBookmark */;
-			D8744A49119CA159003C661D /* PBXTextBookmark */ = D8744A49119CA159003C661D /* PBXTextBookmark */;
-			D89C056F119B3B6D0037781A /* PBXTextBookmark */ = D89C056F119B3B6D0037781A /* PBXTextBookmark */;
-			D89C06A1119C8B360037781A /* PBXTextBookmark */ = D89C06A1119C8B360037781A /* PBXTextBookmark */;
-			D8E3AE9711A37C4800195F6D /* PBXTextBookmark */ = D8E3AE9711A37C4800195F6D /* PBXTextBookmark */;
-			D8E3AE9811A37C4800195F6D /* PBXTextBookmark */ = D8E3AE9811A37C4800195F6D /* PBXTextBookmark */;
-			D8E3AE9A11A37C4800195F6D /* PBXTextBookmark */ = D8E3AE9A11A37C4800195F6D /* PBXTextBookmark */;
-			D8E3AE9C11A37C4800195F6D /* PBXTextBookmark */ = D8E3AE9C11A37C4800195F6D /* PBXTextBookmark */;
-			D8E9F847119CEC2200A5892E /* PBXTextBookmark */ = D8E9F847119CEC2200A5892E /* PBXTextBookmark */;
-			D8E9F8BB119CF1BD00A5892E /* PlistBookmark */ = D8E9F8BB119CF1BD00A5892E /* PlistBookmark */;
-		};
-		sourceControlManager = D89C007B119B25FF0037781A /* Source Control */;
-		userBuildSettings = {
-		};
-	};
-	29B97316FDCFA39411CA2CEA /* main.m */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {788, 369}}";
-			sepNavSelRange = "{0, 0}";
-			sepNavVisRange = "{0, 359}";
-			sepNavWindowFrame = "{{38, 127}, {1347, 725}}";
-		};
-	};
-	32CA4F630368D1EE00C91783 /* examples_Prefix.pch */ = {
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {845, 383}}";
-			sepNavSelRange = "{181, 0}";
-			sepNavVisRange = "{0, 181}";
-		};
-	};
-	8D1107310486CEB800E47090 /* examples-Info.plist */ = {
-		uiCtxt = {
-			sepNavWindowFrame = "{{15, 148}, {1347, 725}}";
-		};
-	};
-	D8084AEB119DC4470089F87B /* maij.c */ = {
-		isa = PBXFileReference;
-		fileEncoding = 4;
-		lastKnownFileType = sourcecode.c.c;
-		name = maij.c;
-		path = "/Users/barrysmith/Src/petsc-dev/arch-uni/xcode-links/maij.c";
-		sourceTree = "<absolute>";
-	};
-	D8085690119DD0280089F87B /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 1D3623250D0F684500981E51 /* iphoneAppDelegate.m */;
-		name = "iphoneAppDelegate.m: 23";
-		rLen = 0;
-		rLoc = 608;
-		rType = 0;
-		vrLen = 674;
-		vrLoc = 27;
-	};
-	D8085692119DD0280089F87B /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = D8084AEB119DC4470089F87B /* maij.c */;
-		name = "maij.c: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 639;
-		vrLoc = 21;
-	};
-	D85D334C119CCACC00C99B9F /* aomapping.c */ = {
-		isa = PBXFileReference;
-		fileEncoding = 4;
-		lastKnownFileType = sourcecode.c.c;
-		name = aomapping.c;
-		path = "/Users/barrysmith/Src/petsc-dev/arch-uni/xcode-links/aomapping.c";
-		sourceTree = "<absolute>";
-	};
-	D86469F511A30F030016FDD0 /* petscsys.h */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.h;
-		name = petscsys.h;
-		path = "/Users/barrysmith/Src/petsc-dev/include/petscsys.h";
-		sourceTree = "<absolute>";
-	};
-	D8646A4F11A311B70016FDD0 /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = D86469F511A30F030016FDD0 /* petscsys.h */;
-		name = "petscsys.h: 1718";
-		rLen = 0;
-		rLoc = 61125;
-		rType = 0;
-		vrLen = 318;
-		vrLoc = 60898;
-	};
-	D8696C12119F8AEC001E797D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = D8696C13119F8AEC001E797D /* str.c */;
-		name = "str.c: 331";
-		rLen = 0;
-		rLoc = 7171;
-		rType = 0;
-		vrLen = 456;
-		vrLoc = 6946;
-	};
-	D8696C13119F8AEC001E797D /* str.c */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.c;
-		name = str.c;
-		path = "/Users/barrysmith/Src/petsc-dev/arch-uni/xcode-links/str.c";
-		sourceTree = "<absolute>";
-	};
-	D8696C14119F8AEC001E797D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = D8696C15119F8AEC001E797D /* reg.c */;
-		name = "reg.c: 375";
-		rLen = 0;
-		rLoc = 12402;
-		rType = 0;
-		vrLen = 808;
-		vrLoc = 12098;
-	};
-	D8696C15119F8AEC001E797D /* reg.c */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.c;
-		name = reg.c;
-		path = "/Users/barrysmith/Src/petsc-dev/arch-uni/xcode-links/reg.c";
-		sourceTree = "<absolute>";
-	};
-	D8696C16119F8AEC001E797D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = D8696C17119F8AEC001E797D /* dareg.c */;
-		name = "dareg.c: 42";
-		rLen = 0;
-		rLoc = 1101;
-		rType = 0;
-		vrLen = 739;
-		vrLoc = 794;
-	};
-	D8696C17119F8AEC001E797D /* dareg.c */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.c;
-		name = dareg.c;
-		path = "/Users/barrysmith/Src/petsc-dev/arch-uni/xcode-links/dareg.c";
-		sourceTree = "<absolute>";
-	};
-	D8696C18119F8AEC001E797D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = D8696C19119F8AEC001E797D /* dacreate.c */;
-		name = "dacreate.c: 65";
-		rLen = 0;
-		rLoc = 1641;
-		rType = 0;
-		vrLen = 587;
-		vrLoc = 1325;
-	};
-	D8696C19119F8AEC001E797D /* dacreate.c */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.c;
-		name = dacreate.c;
-		path = "/Users/barrysmith/Src/petsc-dev/arch-uni/xcode-links/dacreate.c";
-		sourceTree = "<absolute>";
-	};
-	D8696C1A119F8AEC001E797D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = D8696C1B119F8AEC001E797D /* ex19.c */;
-		name = "ex19.c: 2";
-		rLen = 0;
-		rLoc = 1;
-		rType = 0;
-		vrLen = 864;
-		vrLoc = 0;
-	};
-	D8696C1B119F8AEC001E797D /* ex19.c */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.c;
-		name = ex19.c;
-		path = "/Users/barrysmith/Src/petsc-dev/include/../src/snes/examples/tutorials/ex19.c";
-		sourceTree = "<absolute>";
-	};
-	D8744A0E119C98EA003C661D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 1D3623240D0F684500981E51 /* iphoneAppDelegate.h */;
-		name = "iphoneAppDelegate.h: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 472;
-		vrLoc = 0;
-	};
-	D8744A36119C9C9E003C661D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 28D7ACF60DDB3853001CB0EB /* iphoneViewController.h */;
-		name = "iphoneViewController.h: 13";
-		rLen = 21;
-		rLoc = 287;
-		rType = 0;
-		vrLen = 496;
-		vrLoc = 0;
-	};
-	D8744A49119CA159003C661D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 29B97316FDCFA39411CA2CEA /* main.m */;
-		name = "main.m: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 359;
-		vrLoc = 0;
-	};
-	D89C0069119B25E00037781A /* examples */ = {
-		isa = PBXExecutable;
-		activeArgIndices = (
-		);
-		argumentStrings = (
-		);
-		autoAttachOnCrash = 1;
-		breakpointsEnabled = 1;
-		configStateDict = {
-		};
-		customDataFormattersEnabled = 1;
-		dataTipCustomDataFormattersEnabled = 1;
-		dataTipShowTypeColumn = 1;
-		dataTipSortType = 0;
-		debuggerPlugin = GDBDebugging;
-		disassemblyDisplayState = 0;
-		dylibVariantSuffix = "";
-		enableDebugStr = 1;
-		environmentEntries = (
-		);
-		executableSystemSymbolLevel = 0;
-		executableUserSymbolLevel = 0;
-		libgmallocEnabled = 0;
-		name = examples;
-		savedGlobals = {
-		};
-		showTypeColumn = 0;
-		sourceDirectories = (
-		);
-		variableFormatDictionary = {
-		};
-	};
-	D89C007B119B25FF0037781A /* Source Control */ = {
-		isa = PBXSourceControlManager;
-		fallbackIsa = XCSourceControlManager;
-		isSCMEnabled = 0;
-		scmConfiguration = {
-			repositoryNamesForRoots = {
-				"" = "";
-			};
-		};
-	};
-	D89C007C119B25FF0037781A /* Code sense */ = {
-		isa = PBXCodeSenseManager;
-		indexTemplatePath = "";
-	};
-	D89C056F119B3B6D0037781A /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 32CA4F630368D1EE00C91783 /* examples_Prefix.pch */;
-		name = "iphone_Prefix.pch: 9";
-		rLen = 0;
-		rLoc = 181;
-		rType = 0;
-		vrLen = 181;
-		vrLoc = 0;
-	};
-	D89C0685119C87300037781A /* logimpl.h */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.h;
-		name = logimpl.h;
-		path = "/Users/barrysmith/Src/petsc-dev/src/sys/plog/logimpl.h";
-		sourceTree = "<absolute>";
-	};
-	D89C06A1119C8B360037781A /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = D89C0685119C87300037781A /* logimpl.h */;
-		name = "logimpl.h: 53";
-		rLen = 0;
-		rLoc = 1585;
-		rType = 0;
-		vrLen = 791;
-		vrLoc = 961;
-	};
-	D8E3AE9711A37C4800195F6D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = 28D7ACF70DDB3853001CB0EB /* iphoneViewController.m */;
-		name = "iphoneViewController.m: 117";
-		rLen = 0;
-		rLoc = 3134;
-		rType = 0;
-		vrLen = 1366;
-		vrLoc = 2026;
-	};
-	D8E3AE9811A37C4800195F6D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = D8E3AE9911A37C4800195F6D /* mpi.c */;
-		name = "mpi.c: 48";
-		rLen = 0;
-		rLoc = 1170;
-		rType = 0;
-		vrLen = 956;
-		vrLoc = 736;
-	};
-	D8E3AE9911A37C4800195F6D /* mpi.c */ = {
-		isa = PBXFileReference;
-		name = mpi.c;
-		path = "/Users/barrysmith/Src/petsc-dev/arch-iphone/xcode-links/mpi.c";
-		sourceTree = "<absolute>";
-	};
-	D8E3AE9A11A37C4800195F6D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = D8E3AE9B11A37C4800195F6D /* ex48.c */;
-		rLen = 0;
-		rLoc = 892;
-		rType = 1;
-	};
-	D8E3AE9B11A37C4800195F6D /* ex48.c */ = {
-		isa = PBXFileReference;
-		lastKnownFileType = sourcecode.c.c;
-		name = ex48.c;
-		path = "/Users/barrysmith/Src/petsc-dev/src/snes/examples/tutorials/ex48.c";
-		sourceTree = "<absolute>";
-		uiCtxt = {
-			sepNavIntBoundsRect = "{{0, 0}, {1818, 20423}}";
-			sepNavSelRange = "{37931, 0}";
-			sepNavVisRange = "{37005, 2344}";
-		};
-	};
-	D8E3AE9C11A37C4800195F6D /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = D8E3AE9D11A37C4800195F6D /* ex48.c */;
-		name = "ex48.c: 893";
-		rLen = 0;
-		rLoc = 37931;
-		rType = 0;
-		vrLen = 2344;
-		vrLoc = 37005;
-	};
-	D8E3AE9D11A37C4800195F6D /* ex48.c */ = {
-		isa = PBXFileReference;
-		name = ex48.c;
-		path = "/Users/barrysmith/Src/petsc-dev/src/snes/examples/tutorials/ex48.c";
-		sourceTree = "<absolute>";
-	};
-	D8E9F847119CEC2200A5892E /* PBXTextBookmark */ = {
-		isa = PBXTextBookmark;
-		fRef = D85D334C119CCACC00C99B9F /* aomapping.c */;
-		name = "aomapping.c: 1";
-		rLen = 0;
-		rLoc = 0;
-		rType = 0;
-		vrLen = 716;
-		vrLoc = 0;
-	};
-	D8E9F8BB119CF1BD00A5892E /* PlistBookmark */ = {
-		isa = PlistBookmark;
-		fRef = 8D1107310486CEB800E47090 /* examples-Info.plist */;
-		fallbackIsa = PBXBookmark;
-		isK = 0;
-		kPath = (
-		);
-		name = "/Users/barrysmith/Src/petsc-dev/xcode/iphone/iphone-Info.plist";
-		rLen = 0;
-		rLoc = 9223372036854775808;
-	};
-}
diff --git a/systems/Apple/iOS/examples/Basic/examples.xcodeproj/project.pbxproj b/systems/Apple/iOS/examples/Basic/examples.xcodeproj/project.pbxproj
deleted file mode 100644
index a907c67..0000000
--- a/systems/Apple/iOS/examples/Basic/examples.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,305 +0,0 @@
-// !$*UTF8*$!
-{
-	archiveVersion = 1;
-	classes = {
-	};
-	objectVersion = 46;
-	objects = {
-
-/* Begin PBXBuildFile section */
-		1D3623260D0F684500981E51 /* iphoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* iphoneAppDelegate.m */; };
-		1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
-		2899E5220DE3E06400AC0155 /* iphoneViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* iphoneViewController.xib */; };
-		28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
-		28D7ACF80DDB3853001CB0EB /* iphoneViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* iphoneViewController.m */; };
-		D81E3DA519F0C3E60076ADC5 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D89698F315C85DE600C720F1 /* Accelerate.framework */; };
-		D83A8D7E119DD87B009DD17A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D83A8D7D119DD87B009DD17A /* UIKit.framework */; };
-		D83A8DD0119DD88A009DD17A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D83A8DCF119DD88A009DD17A /* Foundation.framework */; };
-		D83A8DF3119DD897009DD17A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D83A8DF2119DD897009DD17A /* CoreGraphics.framework */; };
-		D8688CBE19F3620700CBDDD1 /* PETSc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8688CBD19F3620700CBDDD1 /* PETSc.framework */; };
-		D881964719614152002E6C1C /* Default-568h at 2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D881964619614152002E6C1C /* Default-568h at 2x.png */; };
-		D8B4FA0E195E5D1900608859 /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8B4FA0D195E5D1900608859 /* GLKit.framework */; };
-		D8B4FA10195E5D4800608859 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8B4FA0F195E5D4800608859 /* OpenGLES.framework */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXFileReference section */
-		1D3623240D0F684500981E51 /* iphoneAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iphoneAppDelegate.h; sourceTree = "<group>"; };
-		1D3623250D0F684500981E51 /* iphoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iphoneAppDelegate.m; sourceTree = "<group>"; };
-		1D6058910D05DD3D006BFB54 /* examples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = examples.app; sourceTree = BUILT_PRODUCTS_DIR; };
-		2899E5210DE3E06400AC0155 /* iphoneViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = iphoneViewController.xib; sourceTree = "<group>"; };
-		28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
-		28D7ACF60DDB3853001CB0EB /* iphoneViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iphoneViewController.h; sourceTree = "<group>"; };
-		28D7ACF70DDB3853001CB0EB /* iphoneViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iphoneViewController.m; sourceTree = "<group>"; };
-		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
-		32CA4F630368D1EE00C91783 /* examples_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = examples_Prefix.pch; sourceTree = "<group>"; };
-		8D1107310486CEB800E47090 /* examples-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "examples-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
-		D83A8D7D119DD87B009DD17A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
-		D83A8DCF119DD88A009DD17A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
-		D83A8DF2119DD897009DD17A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
-		D8688CBD19F3620700CBDDD1 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PETSc.framework; path = "../../../../../../../../../Library/Frameworks/PETSc-iOS/simulator/PETSc.framework"; sourceTree = "<group>"; };
-		D881964619614152002E6C1C /* Default-568h at 2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h at 2x.png"; sourceTree = "<group>"; };
-		D89698F115C85D3100C720F1 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
-		D89698F315C85DE600C720F1 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
-		D8B4FA0D195E5D1900608859 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; };
-		D8B4FA0F195E5D4800608859 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
-		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				D8688CBE19F3620700CBDDD1 /* PETSc.framework in Frameworks */,
-				D83A8D7E119DD87B009DD17A /* UIKit.framework in Frameworks */,
-				D8B4FA0E195E5D1900608859 /* GLKit.framework in Frameworks */,
-				D8B4FA10195E5D4800608859 /* OpenGLES.framework in Frameworks */,
-				D83A8DD0119DD88A009DD17A /* Foundation.framework in Frameworks */,
-				D83A8DF3119DD897009DD17A /* CoreGraphics.framework in Frameworks */,
-				D81E3DA519F0C3E60076ADC5 /* Accelerate.framework in Frameworks */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
-		080E96DDFE201D6D7F000001 /* Classes */ = {
-			isa = PBXGroup;
-			children = (
-				1D3623240D0F684500981E51 /* iphoneAppDelegate.h */,
-				1D3623250D0F684500981E51 /* iphoneAppDelegate.m */,
-				28D7ACF60DDB3853001CB0EB /* iphoneViewController.h */,
-				28D7ACF70DDB3853001CB0EB /* iphoneViewController.m */,
-			);
-			path = Classes;
-			sourceTree = "<group>";
-		};
-		19C28FACFE9D520D11CA2CBB /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				1D6058910D05DD3D006BFB54 /* examples.app */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
-			isa = PBXGroup;
-			children = (
-				D881964619614152002E6C1C /* Default-568h at 2x.png */,
-				D89698F115C85D3100C720F1 /* Accelerate.framework */,
-				080E96DDFE201D6D7F000001 /* Classes */,
-				29B97315FDCFA39411CA2CEA /* Other Sources */,
-				29B97317FDCFA39411CA2CEA /* Resources */,
-				29B97323FDCFA39411CA2CEA /* Frameworks */,
-				19C28FACFE9D520D11CA2CBB /* Products */,
-			);
-			name = CustomTemplate;
-			sourceTree = "<group>";
-		};
-		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
-			isa = PBXGroup;
-			children = (
-				32CA4F630368D1EE00C91783 /* examples_Prefix.pch */,
-				29B97316FDCFA39411CA2CEA /* main.m */,
-			);
-			name = "Other Sources";
-			sourceTree = "<group>";
-		};
-		29B97317FDCFA39411CA2CEA /* Resources */ = {
-			isa = PBXGroup;
-			children = (
-				2899E5210DE3E06400AC0155 /* iphoneViewController.xib */,
-				28AD733E0D9D9553002E5188 /* MainWindow.xib */,
-				8D1107310486CEB800E47090 /* examples-Info.plist */,
-			);
-			name = Resources;
-			sourceTree = "<group>";
-		};
-		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
-			isa = PBXGroup;
-			children = (
-				D8688CBD19F3620700CBDDD1 /* PETSc.framework */,
-				D8B4FA0F195E5D4800608859 /* OpenGLES.framework */,
-				D8B4FA0D195E5D1900608859 /* GLKit.framework */,
-				D83A8D7D119DD87B009DD17A /* UIKit.framework */,
-				D83A8DCF119DD88A009DD17A /* Foundation.framework */,
-				D83A8DF2119DD897009DD17A /* CoreGraphics.framework */,
-				D89698F315C85DE600C720F1 /* Accelerate.framework */,
-			);
-			name = Frameworks;
-			sourceTree = "<group>";
-		};
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
-		1D6058900D05DD3D006BFB54 /* examples */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "examples" */;
-			buildPhases = (
-				1D60588D0D05DD3D006BFB54 /* Resources */,
-				1D60588E0D05DD3D006BFB54 /* Sources */,
-				1D60588F0D05DD3D006BFB54 /* Frameworks */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-			);
-			name = examples;
-			productName = iphone;
-			productReference = 1D6058910D05DD3D006BFB54 /* examples.app */;
-			productType = "com.apple.product-type.application";
-		};
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
-		29B97313FDCFA39411CA2CEA /* Project object */ = {
-			isa = PBXProject;
-			attributes = {
-				LastUpgradeCheck = 0600;
-			};
-			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "examples" */;
-			compatibilityVersion = "Xcode 3.2";
-			developmentRegion = English;
-			hasScannedForEncodings = 1;
-			knownRegions = (
-				en,
-			);
-			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
-			projectDirPath = "";
-			projectRoot = "";
-			targets = (
-				1D6058900D05DD3D006BFB54 /* examples */,
-			);
-		};
-/* End PBXProject section */
-
-/* Begin PBXResourcesBuildPhase section */
-		1D60588D0D05DD3D006BFB54 /* Resources */ = {
-			isa = PBXResourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
-				2899E5220DE3E06400AC0155 /* iphoneViewController.xib in Resources */,
-				D881964719614152002E6C1C /* Default-568h at 2x.png in Resources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXResourcesBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
-		1D60588E0D05DD3D006BFB54 /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				1D60589B0D05DD56006BFB54 /* main.m in Sources */,
-				1D3623260D0F684500981E51 /* iphoneAppDelegate.m in Sources */,
-				28D7ACF80DDB3853001CB0EB /* iphoneViewController.m in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXSourcesBuildPhase section */
-
-/* Begin XCBuildConfiguration section */
-		1D6058940D05DD3E006BFB54 /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				COMBINE_HIDPI_IMAGES = YES;
-				COPY_PHASE_STRIP = NO;
-				FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-iOS/simulator";
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				GCC_PRECOMPILE_PREFIX_HEADER = YES;
-				GCC_PREFIX_HEADER = examples_Prefix.pch;
-				HEADER_SEARCH_PATHS = "";
-				INFOPLIST_FILE = "examples-Info.plist";
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
-				LIBRARY_SEARCH_PATHS = "";
-				PRODUCT_NAME = examples;
-				SDKROOT = iphoneos;
-				TARGETED_DEVICE_FAMILY = "1,2";
-				VALIDATE_PRODUCT = NO;
-			};
-			name = Debug;
-		};
-		1D6058950D05DD3E006BFB54 /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				COMBINE_HIDPI_IMAGES = YES;
-				COPY_PHASE_STRIP = YES;
-				FRAMEWORK_SEARCH_PATHS = (
-					"$(inherited)",
-					"$(LOCAL_LIBRARY_DIR)/Frameworks",
-					"$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-iOS/simulator",
-				);
-				GCC_PRECOMPILE_PREFIX_HEADER = YES;
-				GCC_PREFIX_HEADER = examples_Prefix.pch;
-				HEADER_SEARCH_PATHS = "";
-				INFOPLIST_FILE = "examples-Info.plist";
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
-				LIBRARY_SEARCH_PATHS = "";
-				PRODUCT_NAME = examples;
-				SDKROOT = iphoneos;
-				TARGETED_DEVICE_FAMILY = "1,2";
-				VALIDATE_PRODUCT = YES;
-			};
-			name = Release;
-		};
-		C01FCF4F08A954540054247B /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				"CODE_SIGN_IDENTITY[sdk=iphonesimulator5.1]" = "iPhone Developer: Barry Smith (5HETQ7Q6GP)";
-				GCC_C_LANGUAGE_STANDARD = c99;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				HEADER_SEARCH_PATHS = "";
-				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
-				ONLY_ACTIVE_ARCH = YES;
-				"PROVISIONING_PROFILE[sdk=iphonesimulator5.1]" = "AFDA94A8-BF9D-4B65-999C-118FE0474B66";
-				SDKROOT = iphoneos;
-				SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
-			};
-			name = Debug;
-		};
-		C01FCF5008A954540054247B /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				"CODE_SIGN_IDENTITY[sdk=iphonesimulator5.1]" = "iPhone Developer: Barry Smith (5HETQ7Q6GP)";
-				GCC_C_LANGUAGE_STANDARD = c99;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				HEADER_SEARCH_PATHS = "";
-				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
-				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
-				"PROVISIONING_PROFILE[sdk=iphonesimulator5.1]" = "AFDA94A8-BF9D-4B65-999C-118FE0474B66";
-				SDKROOT = iphoneos;
-				SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Release;
-		};
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
-		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "examples" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				1D6058940D05DD3E006BFB54 /* Debug */,
-				1D6058950D05DD3E006BFB54 /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "examples" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				C01FCF4F08A954540054247B /* Debug */,
-				C01FCF5008A954540054247B /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-/* End XCConfigurationList section */
-	};
-	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
-}
diff --git a/systems/Apple/iOS/examples/Basic/examples_Prefix.pch b/systems/Apple/iOS/examples/Basic/examples_Prefix.pch
deleted file mode 100644
index 5b4e2fd..0000000
--- a/systems/Apple/iOS/examples/Basic/examples_Prefix.pch
+++ /dev/null
@@ -1,8 +0,0 @@
-//
-// Prefix header for all source files of the 'iphone' target in the 'iphone' project
-//
-
-#ifdef __OBJC__
-    #import <Foundation/Foundation.h>
-    #import <UIKit/UIKit.h>
-#endif
diff --git a/systems/Apple/iOS/examples/Basic/iphoneViewController.xib b/systems/Apple/iOS/examples/Basic/iphoneViewController.xib
deleted file mode 100644
index 50e7478..0000000
--- a/systems/Apple/iOS/examples/Basic/iphoneViewController.xib
+++ /dev/null
@@ -1,495 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
-	<data>
-		<int key="IBDocument.SystemTarget">800</int>
-		<string key="IBDocument.SystemVersion">10D578</string>
-		<string key="IBDocument.InterfaceBuilderVersion">762</string>
-		<string key="IBDocument.AppKitVersion">1038.29</string>
-		<string key="IBDocument.HIToolboxVersion">460.00</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-			<string key="NS.object.0">87</string>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<integer value="18"/>
-		</object>
-		<object class="NSArray" key="IBDocument.PluginDependencies">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.Metadata">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="NSArray" key="dict.sortedKeys" id="0">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-			<object class="NSMutableArray" key="dict.values">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="IBProxyObject" id="372490531">
-				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-			<object class="IBProxyObject" id="843779117">
-				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-			<object class="IBUIView" id="774585933">
-				<reference key="NSNextResponder"/>
-				<int key="NSvFlags">274</int>
-				<object class="NSMutableArray" key="NSSubviews">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBUITextField" id="504610579">
-						<reference key="NSNextResponder" ref="774585933"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{35, 30}, {249, 31}}</string>
-						<reference key="NSSuperview" ref="774585933"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<object class="IBUIAccessibilityConfiguration" key="IBUIAccessibilityConfiguration">
-							<boolean value="NO" key="IBUIIsAccessibilityElement"/>
-						</object>
-						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-						<int key="IBUIContentHorizontalAlignment">3</int>
-						<int key="IBUIContentVerticalAlignment">0</int>
-						<string key="IBUIText">./ex1 </string>
-						<int key="IBUIBorderStyle">3</int>
-						<object class="NSColor" key="IBUITextColor">
-							<int key="NSColorSpace">3</int>
-							<bytes key="NSWhite">MAA</bytes>
-							<object class="NSColorSpace" key="NSCustomColorSpace" id="854632611">
-								<int key="NSID">2</int>
-							</object>
-						</object>
-						<bool key="IBUIAdjustsFontSizeToFit">YES</bool>
-						<float key="IBUIMinimumFontSize">17</float>
-						<object class="IBUITextInputTraits" key="IBUITextInputTraits">
-							<int key="IBUIAutocorrectionType">1</int>
-							<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-						</object>
-					</object>
-					<object class="IBUITextView" id="977467309">
-						<reference key="NSNextResponder" ref="774585933"/>
-						<int key="NSvFlags">274</int>
-						<string key="NSFrame">{{12, 85}, {2050, 355}}</string>
-						<reference key="NSSuperview" ref="774585933"/>
-						<object class="NSColor" key="IBUIBackgroundColor">
-							<int key="NSColorSpace">1</int>
-							<bytes key="NSRGB">MSAxIDEAA</bytes>
-						</object>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<bool key="IBUIMultipleTouchEnabled">YES</bool>
-						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-						<double key="IBUIContentInset.top">0.0</double>
-						<double key="IBUIContentInset.bottom">0.0</double>
-						<double key="IBUIContentInset.left">0.0</double>
-						<double key="IBUIContentInset.right">300</double>
-						<bool key="IBUIBounces">NO</bool>
-						<bool key="IBUIDelaysContentTouches">NO</bool>
-						<bool key="IBUICanCancelContentTouches">NO</bool>
-						<bool key="IBUIBouncesZoom">NO</bool>
-						<bool key="IBUIEditable">NO</bool>
-						<string key="IBUIText"/>
-						<object class="IBUITextInputTraits" key="IBUITextInputTraits">
-							<int key="IBUIAutocorrectionType">1</int>
-							<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-						</object>
-					</object>
-				</object>
-				<string key="NSFrameSize">{320, 460}</string>
-				<reference key="NSSuperview"/>
-				<object class="NSColor" key="IBUIBackgroundColor">
-					<int key="NSColorSpace">3</int>
-					<bytes key="NSWhite">MC43NQA</bytes>
-					<reference key="NSCustomColorSpace" ref="854632611"/>
-				</object>
-				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
-				<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-		</object>
-		<object class="IBObjectContainer" key="IBDocument.Objects">
-			<object class="NSMutableArray" key="connectionRecords">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">textField</string>
-						<reference key="source" ref="372490531"/>
-						<reference key="destination" ref="504610579"/>
-					</object>
-					<int key="connectionID">10</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">delegate</string>
-						<reference key="source" ref="504610579"/>
-						<reference key="destination" ref="372490531"/>
-					</object>
-					<int key="connectionID">11</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">textView</string>
-						<reference key="source" ref="372490531"/>
-						<reference key="destination" ref="977467309"/>
-					</object>
-					<int key="connectionID">19</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">view</string>
-						<reference key="source" ref="372490531"/>
-						<reference key="destination" ref="774585933"/>
-					</object>
-					<int key="connectionID">20</int>
-				</object>
-			</object>
-			<object class="IBMutableOrderedSet" key="objectRecords">
-				<object class="NSArray" key="orderedObjects">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBObjectRecord">
-						<int key="objectID">0</int>
-						<reference key="object" ref="0"/>
-						<reference key="children" ref="1000"/>
-						<nil key="parent"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-1</int>
-						<reference key="object" ref="372490531"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">File's Owner</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-2</int>
-						<reference key="object" ref="843779117"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">6</int>
-						<reference key="object" ref="774585933"/>
-						<object class="NSMutableArray" key="children">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<reference ref="504610579"/>
-							<reference ref="977467309"/>
-						</object>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">9</int>
-						<reference key="object" ref="504610579"/>
-						<reference key="parent" ref="774585933"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">18</int>
-						<reference key="object" ref="977467309"/>
-						<reference key="parent" ref="774585933"/>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="flattenedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="NSArray" key="dict.sortedKeys">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>-1.CustomClassName</string>
-					<string>-2.CustomClassName</string>
-					<string>18.IBPluginDependency</string>
-					<string>6.IBEditorWindowLastContentRect</string>
-					<string>6.IBPluginDependency</string>
-					<string>9.IBPluginDependency</string>
-				</object>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>iphoneViewController</string>
-					<string>UIResponder</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>{{146, 228}, {320, 480}}</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="unlocalizedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="activeLocalization"/>
-			<object class="NSMutableDictionary" key="localizations">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="sourceID"/>
-			<int key="maxID">21</int>
-		</object>
-		<object class="IBClassDescriber" key="IBDocument.Classes">
-			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">iphoneViewController</string>
-					<string key="superclassName">UIViewController</string>
-					<object class="NSMutableDictionary" key="outlets">
-						<bool key="EncodedWithXMLCoder">YES</bool>
-						<object class="NSArray" key="dict.sortedKeys">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>textField</string>
-							<string>textView</string>
-						</object>
-						<object class="NSMutableArray" key="dict.values">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>UITextField</string>
-							<string>UITextView</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">Classes/iphoneViewController.h</string>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSNetServices.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSPort.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSStream.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSXMLParser.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="784935682">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIControl</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIResponder</string>
-					<string key="superclassName">NSObject</string>
-					<reference key="sourceIdentifier" ref="784935682"/>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIScrollView</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIScrollView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISearchBar</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISearchDisplayController</string>
-					<string key="superclassName">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UITextField</string>
-					<string key="superclassName">UIControl</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="210081684">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UITextView</string>
-					<string key="superclassName">UIScrollView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITextView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIView</string>
-					<reference key="sourceIdentifier" ref="210081684"/>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIView</string>
-					<string key="superclassName">UIResponder</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<string key="superclassName">UIResponder</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
-					</object>
-				</object>
-			</object>
-		</object>
-		<int key="IBDocument.localizationMode">0</int>
-		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
-			<integer value="800" key="NS.object.0"/>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
-			<integer value="3100" key="NS.object.0"/>
-		</object>
-		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
-		<string key="IBDocument.LastKnownRelativeProjectPath">iphone.xcodeproj</string>
-		<int key="IBDocument.defaultPropertyAccessControl">3</int>
-		<string key="IBCocoaTouchPluginVersion">87</string>
-	</data>
-</archive>
diff --git a/systems/Apple/iOS/examples/Basic/main.m b/systems/Apple/iOS/examples/Basic/main.m
deleted file mode 100644
index 776b87b..0000000
--- a/systems/Apple/iOS/examples/Basic/main.m
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-//  main.m
-//  iphone
-//
-//  Created by Barry Smith on 5/12/10.
-//  Copyright __MyCompanyName__ 2010. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
-int main(int argc, char *argv[]) {
-    
-    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
-    int retVal = UIApplicationMain(argc, argv, nil, nil);
-    [pool release];
-    return retVal;
-}
diff --git a/systems/Apple/iOS/examples/SwiftExample/SwiftExample/AppDelegate.swift b/systems/Apple/iOS/examples/SwiftExample/SwiftExample/AppDelegate.swift
deleted file mode 100644
index 5ce6217..0000000
--- a/systems/Apple/iOS/examples/SwiftExample/SwiftExample/AppDelegate.swift
+++ /dev/null
@@ -1,64 +0,0 @@
-//
-//  AppDelegate.swift
-//  SwiftExample
-//
-//  Created by Barry Smith on 10/19/14.
-//  Copyright (c) 2014 Barry Smith. All rights reserved.
-//
-
-import UIKit
-
-import PETSc
-
-/*
-This is called by PETSc for all print calls.
-
-Simply addeds to the NSString in globalTextView and it gets displayed in the UITextView in the display
-*/
-func PetscVFPrintfiPhone(str: UnsafePointer<Int8>) -> CInt
-{
-    let result = String.fromCString(str)
-    print(result)
-    return 0;
-}
-
-var closure: (UnsafePointer<Int8>) -> CInt = PetscVFPrintfiPhone
-
- at UIApplicationMain
-class AppDelegate: UIResponder, UIApplicationDelegate {
-
-    var window: UIWindow?
-
-
-    func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
-        // Override point for customization after application launch.
-        PetscVFPrintfSetClosure(closure)
-        PetscInitializeNoArguments()
-        return true
-    }
-
-    func applicationWillResignActive(application: UIApplication) {
-        // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
-        // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
-    }
-
-    func applicationDidEnterBackground(application: UIApplication) {
-        // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
-        // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
-    }
-
-    func applicationWillEnterForeground(application: UIApplication) {
-        // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
-    }
-
-    func applicationDidBecomeActive(application: UIApplication) {
-        // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
-    }
-
-    func applicationWillTerminate(application: UIApplication) {
-        // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
-    }
-
-
-}
-
diff --git a/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Base.lproj/LaunchScreen.xib b/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Base.lproj/LaunchScreen.xib
deleted file mode 100644
index e091ebf..0000000
--- a/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Base.lproj/LaunchScreen.xib
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
-    <dependencies>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
-        <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
-    </dependencies>
-    <objects>
-        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
-        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
-        <view contentMode="scaleToFill" id="iN0-l3-epB">
-            <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
-            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-            <subviews>
-                <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="  Copyright (c) 2014 Barry Smith. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
-                    <rect key="frame" x="20" y="439" width="441" height="21"/>
-                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
-                    <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
-                    <nil key="highlightedColor"/>
-                </label>
-                <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="SwiftExample" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
-                    <rect key="frame" x="20" y="140" width="441" height="43"/>
-                    <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
-                    <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
-                    <nil key="highlightedColor"/>
-                </label>
-            </subviews>
-            <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
-            <constraints>
-                <constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
-                <constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
-                <constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
-                <constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
-                <constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
-                <constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
-            </constraints>
-            <nil key="simulatedStatusBarMetrics"/>
-            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
-            <point key="canvasLocation" x="548" y="455"/>
-        </view>
-    </objects>
-</document>
diff --git a/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Base.lproj/Main.storyboard b/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Base.lproj/Main.storyboard
deleted file mode 100644
index 6513797..0000000
--- a/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Base.lproj/Main.storyboard
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6245" systemVersion="14A389" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
-    <dependencies>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6238"/>
-    </dependencies>
-    <scenes>
-        <!--View Controller-->
-        <scene sceneID="tne-QT-ifu">
-            <objects>
-                <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="SwiftExample" customModuleProvider="target" sceneMemberID="viewController">
-                    <layoutGuides>
-                        <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
-                        <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
-                    </layoutGuides>
-                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
-                        <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
-                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-                        <subviews>
-                            <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FRI-gv-Wpf">
-                                <rect key="frame" x="63" y="95" width="504" height="441"/>
-                                <subviews>
-                                    <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="oM7-sY-7CG">
-                                        <rect key="frame" x="8" y="0.0" width="504" height="441"/>
-                                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
-                                        <string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deser [...]
-                                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
-                                        <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
-                                    </textView>
-                                </subviews>
-                            </scrollView>
-                            <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="ex1" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="CAL-ob-wN9">
-                                <rect key="frame" x="106" y="28" width="389" height="30"/>
-                                <fontDescription key="fontDescription" type="system" pointSize="14"/>
-                                <textInputTraits key="textInputTraits"/>
-                                <connections>
-                                    <action selector="Argsset:" destination="BYZ-38-t0r" eventType="valueChanged" id="gCK-fQ-8Yj"/>
-                                </connections>
-                            </textField>
-                        </subviews>
-                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
-                    </view>
-                </viewController>
-                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
-            </objects>
-            <point key="canvasLocation" x="387" y="61"/>
-        </scene>
-    </scenes>
-</document>
diff --git a/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Info.plist b/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Info.plist
deleted file mode 100644
index 08b36cd..0000000
--- a/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Info.plist
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>en</string>
-	<key>CFBundleExecutable</key>
-	<string>$(EXECUTABLE_NAME)</string>
-	<key>CFBundleIdentifier</key>
-	<string>gov.anl.mcs.$(PRODUCT_NAME:rfc1034identifier)</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>$(PRODUCT_NAME)</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
-	<key>CFBundleSignature</key>
-	<string>????</string>
-	<key>CFBundleVersion</key>
-	<string>1</string>
-	<key>LSRequiresIPhoneOS</key>
-	<true/>
-	<key>UILaunchStoryboardName</key>
-	<string>LaunchScreen</string>
-	<key>UIMainStoryboardFile</key>
-	<string>Main</string>
-	<key>UIRequiredDeviceCapabilities</key>
-	<array>
-		<string>armv7</string>
-	</array>
-	<key>UISupportedInterfaceOrientations</key>
-	<array>
-		<string>UIInterfaceOrientationPortrait</string>
-		<string>UIInterfaceOrientationLandscapeLeft</string>
-		<string>UIInterfaceOrientationLandscapeRight</string>
-	</array>
-	<key>UISupportedInterfaceOrientations~ipad</key>
-	<array>
-		<string>UIInterfaceOrientationPortrait</string>
-		<string>UIInterfaceOrientationPortraitUpsideDown</string>
-		<string>UIInterfaceOrientationLandscapeLeft</string>
-		<string>UIInterfaceOrientationLandscapeRight</string>
-	</array>
-</dict>
-</plist>
diff --git a/systems/Apple/iOS/examples/SwiftExample/SwiftExample/ViewController.swift b/systems/Apple/iOS/examples/SwiftExample/SwiftExample/ViewController.swift
deleted file mode 100644
index c0ab940..0000000
--- a/systems/Apple/iOS/examples/SwiftExample/SwiftExample/ViewController.swift
+++ /dev/null
@@ -1,29 +0,0 @@
-//
-//  ViewController.swift
-//  SwiftExample
-//
-//  Created by Barry Smith on 10/19/14.
-//  Copyright (c) 2014 Barry Smith. All rights reserved.
-//
-
-import UIKit
-import PETSc
-
-class ViewController: UIViewController {
-
-    override func viewDidLoad() {
-        super.viewDidLoad()
-        // Do any additional setup after loading the view, typically from a nib.
-    }
-
-    override func didReceiveMemoryWarning() {
-        super.didReceiveMemoryWarning()
-        // Dispose of any resources that can be recreated.
-    }
-
-    @IBAction func Argsset(sender: AnyObject) {
-    
-    }
-    
-}
-
diff --git a/systems/Apple/iOS/examples/testopengl/Classes/iphoneAppDelegate.h b/systems/Apple/iOS/examples/testopengl/Classes/iphoneAppDelegate.h
deleted file mode 100644
index 79466c4..0000000
--- a/systems/Apple/iOS/examples/testopengl/Classes/iphoneAppDelegate.h
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-//  iphoneAppDelegate.h
-//  iphone
-//
-//  Created by Barry Smith on 5/12/10.
-//  Copyright __MyCompanyName__ 2010. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
- at class iphoneViewController;
-
- at interface iphoneAppDelegate : NSObject <UIApplicationDelegate> {
-    UIWindow *window;
-    iphoneViewController *viewController;
-}
-
- at property (nonatomic, retain) IBOutlet UIWindow *window;
- at property (nonatomic, retain) IBOutlet iphoneViewController *viewController;
-
- at end
-
diff --git a/systems/Apple/iOS/examples/testopengl/Classes/iphoneAppDelegate.m b/systems/Apple/iOS/examples/testopengl/Classes/iphoneAppDelegate.m
deleted file mode 100644
index 861cda7..0000000
--- a/systems/Apple/iOS/examples/testopengl/Classes/iphoneAppDelegate.m
+++ /dev/null
@@ -1,39 +0,0 @@
-//
-//  iphoneAppDelegate.m
-//  iphone
-//
-//  Created by Barry Smith on 5/12/10.
-//  Copyright __MyCompanyName__ 2010. All rights reserved.
-//
-
-#import "iphoneAppDelegate.h"
-#import "iphoneViewController.h"
-#import <PETSc/petscsys.h>
-
-extern PetscErrorCode PetscVFPrintfiPhone(FILE *,const char *,va_list);
-
- at implementation iphoneAppDelegate
-
- at synthesize window;
- at synthesize viewController;
-
-
-- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {    
-     // Override point for customization after app launch    
-    [window addSubview:viewController.view];
-    [window makeKeyAndVisible];
-    MPI_Init(0,0);
-    PetscVFPrintf = PetscVFPrintfiPhone;
-	  return YES;
-}
-
-
-- (void)dealloc {
-     MPI_Finalize();
-    [viewController release];
-    [window release];
-    [super dealloc];
-}
-
-
- at end
diff --git a/systems/Apple/iOS/examples/testopengl/Classes/iphoneViewController.h b/systems/Apple/iOS/examples/testopengl/Classes/iphoneViewController.h
deleted file mode 100644
index b02a46a..0000000
--- a/systems/Apple/iOS/examples/testopengl/Classes/iphoneViewController.h
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-//  iphoneViewController.h
-//  iphone
-//
-//  Created by Barry Smith on 5/12/10.
-//  Copyright __MyCompanyName__ 2010. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-#import <GLKit/GLKit.h>
-#import <OpenGLES/EAGLDrawable.h>
-
- at interface iphoneViewController : UIViewController <UITextFieldDelegate>{
-IBOutlet UITextField *textField;
-IBOutlet UITextView *textView;
-IBOutlet GLKView *glkView;
- 
-}
- at property (retain, nonatomic) GLKView *glkView;
- at property (nonatomic,retain) UITextField *textField;
- at property (nonatomic,retain) UITextView *textView;
-
-
- at end
-
diff --git a/systems/Apple/iOS/examples/testopengl/Classes/iphoneViewController.m b/systems/Apple/iOS/examples/testopengl/Classes/iphoneViewController.m
deleted file mode 100644
index 3cf2ea4..0000000
--- a/systems/Apple/iOS/examples/testopengl/Classes/iphoneViewController.m
+++ /dev/null
@@ -1,189 +0,0 @@
-//
-//  iphoneViewController.m
-//  iphone
-//
-//  Created by Barry Smith on 5/12/10.
-//  Copyright __MyCompanyName__ 2010. All rights reserved.
-//
-
-#import "iphoneViewController.h"
-#import <PETSc/petsc.h>
-
- at implementation iphoneViewController
- at synthesize glkView;
- at synthesize textField;
- at synthesize textView;
-
-
-/*
-// The designated initializer. Override to perform setup that is required before the view is loaded.
-- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {
-    if ((self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil])) {
-        // Custom initialization
-    }
-    return self;
-}
-*/
-
-
-/*
- // Implement loadView to create a view hierarchy programmatically, without using a nib.
-- (void)loadView {
-}
-*/
-
-
-// Implement viewDidLoad to do additional setup after loading the view, typically from a nib.
-- (void)viewDidLoad {
-    [super viewDidLoad];
-    EAGLContext *context = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2];
-    
-    if (!context) {
-        NSLog(@"Failed to create ES context");
-    }
-    NSLog(@"Created ES context");
-    
-    glkView.context = context;
-    [EAGLContext setCurrentContext:context];
-}
-
-
-
-/*
-// Override to allow orientations other than the default portrait orientation.
-- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
-    // Return YES for supported orientations
-    return (interfaceOrientation == UIInterfaceOrientationPortrait);
-}
-*/
-
-- (void)didReceiveMemoryWarning {
-	// Releases the view if it doesn't have a superview.
-    [super didReceiveMemoryWarning];
-	
-	// Release any cached data, images, etc that aren't in use.
-}
-
-- (void)viewDidUnload {
-    [glkView release];
-    glkView = nil;
-    [glkView release];
-    glkView = nil;
-    [self setGlkView:nil];
-	// Release any retained subviews of the main view.
-	// e.g. self.myOutlet = nil;
-}
-
-
-- (void)dealloc {
-  [textField release];
-    [glkView release];
-    [glkView release];
-    [glkView release];
-    [super dealloc];
-}
-
-/*
-    Not sure if this does anything
-*/ 
-void SwapBuffers()
-{
-    EAGLContext* context = [EAGLContext currentContext];
-    
-    [context presentRenderbuffer:GL_RENDERBUFFER];
-}
-
-UITextView *globalTextView;
-
-
-/*
-   This is called by PETSc for all print calls.
-
-   Simply addeds to the NSString in globalTextView and it gets displayed in the UITextView in the display
-*/
-PetscErrorCode PetscVFPrintfiPhone(FILE *fd,const char *format,va_list Argp)
-{
-  size_t len;
-  char   str[1024];
-  
-  PetscVSNPrintf(str,1024,format,&len,Argp);
-  globalTextView.text = [NSString stringWithFormat:@"%@%s", globalTextView.text,str];
-  return 0;
-}
-
-#define main ex19
-#define help help19
-#define Field Field19
-#define PETSC_APPLE_FRAMEWORK
-#include "../../../../../../src/snes/examples/tutorials/ex19.c"
-#undef main 
-#undef help
-#undef Field
-#define main ex48
-#define help help48
-#define Field Field48
-#include "../../../../../../src/snes/examples/tutorials/ex48.c"
-#undef main
-#undef help
-#undef Field
-#define main ex4
-#define help help4
-#include "../../../../../../src/sys/classes/draw/examples/tests/ex4.c"
-#undef main
-#undef help
-#undef Field
-#define main ex3
-#define help help3
-#include "../../../../../../src/sys/classes/draw/examples/tests/ex3.c"
-
-extern PetscErrorCode  PetscDrawOpenGLESRegisterGLKView(GLKView *);
-
-/*
-    This is called each time one hits return in the TextField.
-
-    Converts the string to a collection of arguments that are then passed on to PETSc
-*/
-- (BOOL) textFieldShouldReturn: (UITextField*) theTextField {
-  [theTextField resignFirstResponder]; /* makes the keyboard disappear */
-  textView.text = @"";   /* clears the UITextView */
-
-  globalTextView = textView;   /* we make this class member a global so can use in PetscVFPrintfiPhone() */
-
-  PetscDrawOpenGLESRegisterGLKView(glkView);  /* Let PETSc know about this window it may use */
-  textView.font = [UIFont fontWithName:@"Courier" size:8.0]; /* make the font size in the UITextView a more reasonable size  and use fixed width*/
- 
-    
-   
-    
-  const char *str = [textField.text UTF8String];
-  char **args;
-  int argc;
-  PetscBool flg1,flg2,flg3,flg4;
-  
-  PetscErrorCode ierr = PetscStrToArray(str,' ',&argc,&args);
-  ierr = PetscStrncmp(str, "./ex19", 6, &flg1);
-  ierr = PetscStrncmp(str, "./ex48", 6, &flg2);
-  ierr = PetscStrncmp(str, "./ex4", 5, &flg3);
-  ierr = PetscStrncmp(str, "./ex3", 5, &flg4);
-  if (flg1) {
-    ex19(argc,args);
-  } else if (flg2) {
-    ex48(argc,args);
-  } else if (flg3) {
-    ex4(argc,args);
-  } else if (flg4) {
-    ex3(argc,args);
-  } else {
-    textView.text =@"Must start with ./ex3, ./ex4,  ./ex19 or ./ex48 ";
-    ierr = PetscStrToArrayDestroy(argc,args);
-    return YES;
-  }
-  ierr = PetscStrToArrayDestroy(argc,args);
-    
-    
-  return YES;
-}
-
-
-
- at end
diff --git a/systems/Apple/iOS/examples/testopengl/MainWindow.xib b/systems/Apple/iOS/examples/testopengl/MainWindow.xib
deleted file mode 100644
index 200a9f7..0000000
--- a/systems/Apple/iOS/examples/testopengl/MainWindow.xib
+++ /dev/null
@@ -1,227 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
-	<data>
-		<int key="IBDocument.SystemTarget">800</int>
-		<string key="IBDocument.SystemVersion">10D540</string>
-		<string key="IBDocument.InterfaceBuilderVersion">760</string>
-		<string key="IBDocument.AppKitVersion">1038.29</string>
-		<string key="IBDocument.HIToolboxVersion">460.00</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-			<string key="NS.object.0">81</string>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<integer value="10"/>
-		</object>
-		<object class="NSArray" key="IBDocument.PluginDependencies">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.Metadata">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="NSArray" key="dict.sortedKeys" id="0">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-			<object class="NSMutableArray" key="dict.values">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="IBProxyObject" id="841351856">
-				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-			<object class="IBProxyObject" id="427554174">
-				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-			<object class="IBUICustomObject" id="664661524">
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-			<object class="IBUIViewController" id="943309135">
-				<string key="IBUINibName">iphoneViewController</string>
-				<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-			<object class="IBUIWindow" id="117978783">
-				<nil key="NSNextResponder"/>
-				<int key="NSvFlags">292</int>
-				<string key="NSFrameSize">{320, 480}</string>
-				<object class="NSColor" key="IBUIBackgroundColor">
-					<int key="NSColorSpace">1</int>
-					<bytes key="NSRGB">MSAxIDEAA</bytes>
-				</object>
-				<bool key="IBUIOpaque">NO</bool>
-				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
-				<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-				<bool key="IBUIResizesToFullScreen">YES</bool>
-			</object>
-		</object>
-		<object class="IBObjectContainer" key="IBDocument.Objects">
-			<object class="NSMutableArray" key="connectionRecords">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">delegate</string>
-						<reference key="source" ref="841351856"/>
-						<reference key="destination" ref="664661524"/>
-					</object>
-					<int key="connectionID">4</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">viewController</string>
-						<reference key="source" ref="664661524"/>
-						<reference key="destination" ref="943309135"/>
-					</object>
-					<int key="connectionID">11</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">window</string>
-						<reference key="source" ref="664661524"/>
-						<reference key="destination" ref="117978783"/>
-					</object>
-					<int key="connectionID">14</int>
-				</object>
-			</object>
-			<object class="IBMutableOrderedSet" key="objectRecords">
-				<object class="NSArray" key="orderedObjects">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBObjectRecord">
-						<int key="objectID">0</int>
-						<reference key="object" ref="0"/>
-						<reference key="children" ref="1000"/>
-						<nil key="parent"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-1</int>
-						<reference key="object" ref="841351856"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">File's Owner</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">3</int>
-						<reference key="object" ref="664661524"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">iphone App Delegate</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-2</int>
-						<reference key="object" ref="427554174"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">10</int>
-						<reference key="object" ref="943309135"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">12</int>
-						<reference key="object" ref="117978783"/>
-						<reference key="parent" ref="0"/>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="flattenedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="NSArray" key="dict.sortedKeys">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>-1.CustomClassName</string>
-					<string>-2.CustomClassName</string>
-					<string>10.CustomClassName</string>
-					<string>10.IBEditorWindowLastContentRect</string>
-					<string>10.IBPluginDependency</string>
-					<string>12.IBEditorWindowLastContentRect</string>
-					<string>12.IBPluginDependency</string>
-					<string>3.CustomClassName</string>
-					<string>3.IBPluginDependency</string>
-				</object>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>UIApplication</string>
-					<string>UIResponder</string>
-					<string>iphoneViewController</string>
-					<string>{{234, 376}, {320, 480}}</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>{{525, 346}, {320, 480}}</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>iphoneAppDelegate</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="unlocalizedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="activeLocalization"/>
-			<object class="NSMutableDictionary" key="localizations">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="sourceID"/>
-			<int key="maxID">14</int>
-		</object>
-		<object class="IBClassDescriber" key="IBDocument.Classes">
-			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">iphoneAppDelegate</string>
-					<string key="superclassName">NSObject</string>
-					<object class="NSMutableDictionary" key="outlets">
-						<bool key="EncodedWithXMLCoder">YES</bool>
-						<object class="NSArray" key="dict.sortedKeys">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>viewController</string>
-							<string>window</string>
-						</object>
-						<object class="NSMutableArray" key="dict.values">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>iphoneViewController</string>
-							<string>UIWindow</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">Classes/iphoneAppDelegate.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">iphoneAppDelegate</string>
-					<string key="superclassName">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBUserSource</string>
-						<string key="minorKey"/>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">iphoneViewController</string>
-					<string key="superclassName">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">Classes/iphoneViewController.h</string>
-					</object>
-				</object>
-			</object>
-		</object>
-		<int key="IBDocument.localizationMode">0</int>
-		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
-			<integer value="3100" key="NS.object.0"/>
-		</object>
-		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
-		<string key="IBDocument.LastKnownRelativeProjectPath">iphone.xcodeproj</string>
-		<int key="IBDocument.defaultPropertyAccessControl">3</int>
-		<string key="IBCocoaTouchPluginVersion">81</string>
-	</data>
-</archive>
diff --git a/systems/Apple/iOS/examples/testopengl/examples-Info.plist b/systems/Apple/iOS/examples/testopengl/examples-Info.plist
deleted file mode 100644
index a63d38f..0000000
--- a/systems/Apple/iOS/examples/testopengl/examples-Info.plist
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>English</string>
-	<key>CFBundleDisplayName</key>
-	<string>${PRODUCT_NAME}</string>
-	<key>CFBundleExecutable</key>
-	<string>${EXECUTABLE_NAME}</string>
-	<key>CFBundleIconFile</key>
-	<string></string>
-	<key>CFBundleIdentifier</key>
-	<string>gov.anl.mcs.PETSc</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>${PRODUCT_NAME}</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-	<key>CFBundleSignature</key>
-	<string>????</string>
-	<key>CFBundleVersion</key>
-	<string>1.0</string>
-	<key>LSRequiresIPhoneOS</key>
-	<true/>
-	<key>NSMainNibFile</key>
-	<string>MainWindow</string>
-</dict>
-</plist>
diff --git a/systems/Apple/iOS/examples/testopengl/examples.xcodeproj/project.pbxproj b/systems/Apple/iOS/examples/testopengl/examples.xcodeproj/project.pbxproj
deleted file mode 100644
index 5150080..0000000
--- a/systems/Apple/iOS/examples/testopengl/examples.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,309 +0,0 @@
-// !$*UTF8*$!
-{
-	archiveVersion = 1;
-	classes = {
-	};
-	objectVersion = 46;
-	objects = {
-
-/* Begin PBXBuildFile section */
-		1D3623260D0F684500981E51 /* iphoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* iphoneAppDelegate.m */; };
-		1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
-		2899E5220DE3E06400AC0155 /* iphoneViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* iphoneViewController.xib */; };
-		28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
-		28D7ACF80DDB3853001CB0EB /* iphoneViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* iphoneViewController.m */; };
-		D809DB1715E6B7CC0096704A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D809DB1615E6B7CC0096704A /* QuartzCore.framework */; };
-		D8253F6E19610C9700D30A09 /* PETSc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8253F6D19610C9700D30A09 /* PETSc.framework */; };
-		D8384A6515E68BCA00A0A305 /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8384A6415E68BCA00A0A305 /* GLKit.framework */; };
-		D83A8D7E119DD87B009DD17A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D83A8D7D119DD87B009DD17A /* UIKit.framework */; };
-		D83A8DD0119DD88A009DD17A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D83A8DCF119DD88A009DD17A /* Foundation.framework */; };
-		D83A8DF3119DD897009DD17A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D83A8DF2119DD897009DD17A /* CoreGraphics.framework */; };
-		D888BBE915E40A9800E5181A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D888BBE815E40A9800E5181A /* OpenGLES.framework */; };
-		D89698F415C85DE600C720F1 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D89698F315C85DE600C720F1 /* Accelerate.framework */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXFileReference section */
-		1D3623240D0F684500981E51 /* iphoneAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iphoneAppDelegate.h; sourceTree = "<group>"; };
-		1D3623250D0F684500981E51 /* iphoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iphoneAppDelegate.m; sourceTree = "<group>"; };
-		1D6058910D05DD3D006BFB54 /* examples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = examples.app; sourceTree = BUILT_PRODUCTS_DIR; };
-		2899E5210DE3E06400AC0155 /* iphoneViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = iphoneViewController.xib; sourceTree = "<group>"; };
-		28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
-		28D7ACF60DDB3853001CB0EB /* iphoneViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iphoneViewController.h; sourceTree = "<group>"; };
-		28D7ACF70DDB3853001CB0EB /* iphoneViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iphoneViewController.m; sourceTree = "<group>"; };
-		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
-		32CA4F630368D1EE00C91783 /* examples_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = examples_Prefix.pch; sourceTree = "<group>"; };
-		8D1107310486CEB800E47090 /* examples-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "examples-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
-		D809DB1615E6B7CC0096704A /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
-		D8253F6D19610C9700D30A09 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PETSc.framework; path = ../../../../../../../../Library/Frameworks/PETSc.framework; sourceTree = "<group>"; };
-		D8384A6415E68BCA00A0A305 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; };
-		D83A8D7D119DD87B009DD17A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
-		D83A8DCF119DD88A009DD17A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
-		D83A8DF2119DD897009DD17A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
-		D84DFADD196106DD00A83824 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PETSc.framework; path = "../../../../arch-ios/PETSc.framework"; sourceTree = "<group>"; };
-		D888BBE815E40A9800E5181A /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
-		D89698F115C85D3100C720F1 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
-		D89698F315C85DE600C720F1 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
-		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				D8253F6E19610C9700D30A09 /* PETSc.framework in Frameworks */,
-				D809DB1715E6B7CC0096704A /* QuartzCore.framework in Frameworks */,
-				D8384A6515E68BCA00A0A305 /* GLKit.framework in Frameworks */,
-				D888BBE915E40A9800E5181A /* OpenGLES.framework in Frameworks */,
-				D83A8D7E119DD87B009DD17A /* UIKit.framework in Frameworks */,
-				D83A8DD0119DD88A009DD17A /* Foundation.framework in Frameworks */,
-				D83A8DF3119DD897009DD17A /* CoreGraphics.framework in Frameworks */,
-				D89698F415C85DE600C720F1 /* Accelerate.framework in Frameworks */,
-				D89698F415C85DE600C720F1 /* Accelerate.framework in Frameworks */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
-		080E96DDFE201D6D7F000001 /* Classes */ = {
-			isa = PBXGroup;
-			children = (
-				1D3623240D0F684500981E51 /* iphoneAppDelegate.h */,
-				1D3623250D0F684500981E51 /* iphoneAppDelegate.m */,
-				28D7ACF60DDB3853001CB0EB /* iphoneViewController.h */,
-				28D7ACF70DDB3853001CB0EB /* iphoneViewController.m */,
-			);
-			path = Classes;
-			sourceTree = "<group>";
-		};
-		19C28FACFE9D520D11CA2CBB /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				1D6058910D05DD3D006BFB54 /* examples.app */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
-			isa = PBXGroup;
-			children = (
-				D809DB1615E6B7CC0096704A /* QuartzCore.framework */,
-				D8384A6415E68BCA00A0A305 /* GLKit.framework */,
-				D888BBE815E40A9800E5181A /* OpenGLES.framework */,
-				D89698F115C85D3100C720F1 /* Accelerate.framework */,
-				080E96DDFE201D6D7F000001 /* Classes */,
-				29B97315FDCFA39411CA2CEA /* Other Sources */,
-				29B97317FDCFA39411CA2CEA /* Resources */,
-				29B97323FDCFA39411CA2CEA /* Frameworks */,
-				19C28FACFE9D520D11CA2CBB /* Products */,
-			);
-			name = CustomTemplate;
-			sourceTree = "<group>";
-		};
-		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
-			isa = PBXGroup;
-			children = (
-				32CA4F630368D1EE00C91783 /* examples_Prefix.pch */,
-				29B97316FDCFA39411CA2CEA /* main.m */,
-			);
-			name = "Other Sources";
-			sourceTree = "<group>";
-		};
-		29B97317FDCFA39411CA2CEA /* Resources */ = {
-			isa = PBXGroup;
-			children = (
-				2899E5210DE3E06400AC0155 /* iphoneViewController.xib */,
-				28AD733E0D9D9553002E5188 /* MainWindow.xib */,
-				8D1107310486CEB800E47090 /* examples-Info.plist */,
-			);
-			name = Resources;
-			sourceTree = "<group>";
-		};
-		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
-			isa = PBXGroup;
-			children = (
-				D8253F6D19610C9700D30A09 /* PETSc.framework */,
-				D84DFADD196106DD00A83824 /* PETSc.framework */,
-				D83A8D7D119DD87B009DD17A /* UIKit.framework */,
-				D83A8DCF119DD88A009DD17A /* Foundation.framework */,
-				D83A8DF2119DD897009DD17A /* CoreGraphics.framework */,
-				D89698F315C85DE600C720F1 /* Accelerate.framework */,
-			);
-			name = Frameworks;
-			sourceTree = "<group>";
-		};
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
-		1D6058900D05DD3D006BFB54 /* examples */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "examples" */;
-			buildPhases = (
-				1D60588D0D05DD3D006BFB54 /* Resources */,
-				1D60588E0D05DD3D006BFB54 /* Sources */,
-				1D60588F0D05DD3D006BFB54 /* Frameworks */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-			);
-			name = examples;
-			productName = iphone;
-			productReference = 1D6058910D05DD3D006BFB54 /* examples.app */;
-			productType = "com.apple.product-type.application";
-		};
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
-		29B97313FDCFA39411CA2CEA /* Project object */ = {
-			isa = PBXProject;
-			attributes = {
-				LastUpgradeCheck = 0440;
-			};
-			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "examples" */;
-			compatibilityVersion = "Xcode 3.2";
-			developmentRegion = English;
-			hasScannedForEncodings = 1;
-			knownRegions = (
-				en,
-			);
-			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
-			projectDirPath = "";
-			projectRoot = "";
-			targets = (
-				1D6058900D05DD3D006BFB54 /* examples */,
-			);
-		};
-/* End PBXProject section */
-
-/* Begin PBXResourcesBuildPhase section */
-		1D60588D0D05DD3D006BFB54 /* Resources */ = {
-			isa = PBXResourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
-				2899E5220DE3E06400AC0155 /* iphoneViewController.xib in Resources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXResourcesBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
-		1D60588E0D05DD3D006BFB54 /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				1D60589B0D05DD56006BFB54 /* main.m in Sources */,
-				1D3623260D0F684500981E51 /* iphoneAppDelegate.m in Sources */,
-				28D7ACF80DDB3853001CB0EB /* iphoneViewController.m in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-/* End PBXSourcesBuildPhase section */
-
-/* Begin XCBuildConfiguration section */
-		1D6058940D05DD3E006BFB54 /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				ARCHS = "$(ARCHS_STANDARD)";
-				COMBINE_HIDPI_IMAGES = YES;
-				COPY_PHASE_STRIP = NO;
-				FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-iOS/simulator";
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				GCC_PRECOMPILE_PREFIX_HEADER = YES;
-				GCC_PREFIX_HEADER = examples_Prefix.pch;
-				HEADER_SEARCH_PATHS = "";
-				INFOPLIST_FILE = "examples-Info.plist";
-				IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
-				LIBRARY_SEARCH_PATHS = "";
-				ONLY_ACTIVE_ARCH = YES;
-				PRODUCT_NAME = examples;
-				SDKROOT = iphoneos;
-				TARGETED_DEVICE_FAMILY = "1,2";
-				VALIDATE_PRODUCT = YES;
-			};
-			name = Debug;
-		};
-		1D6058950D05DD3E006BFB54 /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				ARCHS = "$(ARCHS_STANDARD)";
-				COMBINE_HIDPI_IMAGES = YES;
-				COPY_PHASE_STRIP = YES;
-				FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-				GCC_PRECOMPILE_PREFIX_HEADER = YES;
-				GCC_PREFIX_HEADER = examples_Prefix.pch;
-				HEADER_SEARCH_PATHS = "";
-				INFOPLIST_FILE = "examples-Info.plist";
-				IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
-				LIBRARY_SEARCH_PATHS = "";
-				ONLY_ACTIVE_ARCH = YES;
-				PRODUCT_NAME = examples;
-				SDKROOT = iphoneos;
-				TARGETED_DEVICE_FAMILY = "1,2";
-				VALIDATE_PRODUCT = YES;
-			};
-			name = Release;
-		};
-		C01FCF4F08A954540054247B /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
-				"CODE_SIGN_IDENTITY[sdk=iphonesimulator5.1]" = "iPhone Developer: Barry Smith (5HETQ7Q6GP)";
-				GCC_C_LANGUAGE_STANDARD = c99;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				HEADER_SEARCH_PATHS = "";
-				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
-				"PROVISIONING_PROFILE[sdk=iphonesimulator5.1]" = "AFDA94A8-BF9D-4B65-999C-118FE0474B66";
-				SDKROOT = iphoneos;
-				SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
-			};
-			name = Debug;
-		};
-		C01FCF5008A954540054247B /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
-				"CODE_SIGN_IDENTITY[sdk=iphonesimulator5.1]" = "iPhone Developer: Barry Smith (5HETQ7Q6GP)";
-				GCC_C_LANGUAGE_STANDARD = c99;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				HEADER_SEARCH_PATHS = "";
-				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
-				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
-				"PROVISIONING_PROFILE[sdk=iphonesimulator5.1]" = "AFDA94A8-BF9D-4B65-999C-118FE0474B66";
-				SDKROOT = iphoneos;
-				SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Release;
-		};
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
-		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "examples" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				1D6058940D05DD3E006BFB54 /* Debug */,
-				1D6058950D05DD3E006BFB54 /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Debug;
-		};
-		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "examples" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				C01FCF4F08A954540054247B /* Debug */,
-				C01FCF5008A954540054247B /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Debug;
-		};
-/* End XCConfigurationList section */
-	};
-	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
-}
diff --git a/systems/Apple/iOS/examples/testopengl/examples_Prefix.pch b/systems/Apple/iOS/examples/testopengl/examples_Prefix.pch
deleted file mode 100644
index 5b4e2fd..0000000
--- a/systems/Apple/iOS/examples/testopengl/examples_Prefix.pch
+++ /dev/null
@@ -1,8 +0,0 @@
-//
-// Prefix header for all source files of the 'iphone' target in the 'iphone' project
-//
-
-#ifdef __OBJC__
-    #import <Foundation/Foundation.h>
-    #import <UIKit/UIKit.h>
-#endif
diff --git a/systems/Apple/iOS/examples/testopengl/iphoneViewController.xib b/systems/Apple/iOS/examples/testopengl/iphoneViewController.xib
deleted file mode 100644
index e0ae7bb..0000000
--- a/systems/Apple/iOS/examples/testopengl/iphoneViewController.xib
+++ /dev/null
@@ -1,358 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
-	<data>
-		<int key="IBDocument.SystemTarget">1296</int>
-		<string key="IBDocument.SystemVersion">12A269</string>
-		<string key="IBDocument.InterfaceBuilderVersion">2549</string>
-		<string key="IBDocument.AppKitVersion">1187</string>
-		<string key="IBDocument.HIToolboxVersion">624.00</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-			<string key="NS.object.0">1498</string>
-		</object>
-		<object class="NSArray" key="IBDocument.IntegratedClassDependencies">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<string>IBGLKView</string>
-			<string>IBProxyObject</string>
-			<string>IBUITextField</string>
-			<string>IBUITextView</string>
-			<string>IBUIView</string>
-		</object>
-		<object class="NSArray" key="IBDocument.PluginDependencies">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.Metadata">
-			<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
-			<integer value="1" key="NS.object.0"/>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="IBProxyObject" id="372490531">
-				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-			<object class="IBProxyObject" id="843779117">
-				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-			<object class="IBUIView" id="774585933">
-				<reference key="NSNextResponder"/>
-				<int key="NSvFlags">274</int>
-				<object class="NSMutableArray" key="NSSubviews">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBUITextField" id="504610579">
-						<reference key="NSNextResponder" ref="774585933"/>
-						<int key="NSvFlags">295</int>
-						<string key="NSFrame">{{36, 13}, {249, 31}}</string>
-						<reference key="NSSuperview" ref="774585933"/>
-						<reference key="NSWindow"/>
-						<reference key="NSNextKeyView" ref="977467309"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<object class="IBUIAccessibilityConfiguration" key="IBUIAccessibilityConfiguration">
-							<boolean value="NO" key="IBUIIsAccessibilityElement"/>
-						</object>
-						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-						<int key="IBUIContentHorizontalAlignment">3</int>
-						<int key="IBUIContentVerticalAlignment">0</int>
-						<string key="IBUIText">./ex1 </string>
-						<int key="IBUIBorderStyle">3</int>
-						<object class="NSColor" key="IBUITextColor">
-							<int key="NSColorSpace">3</int>
-							<bytes key="NSWhite">MAA</bytes>
-							<object class="NSColorSpace" key="NSCustomColorSpace" id="854632611">
-								<int key="NSID">2</int>
-							</object>
-						</object>
-						<bool key="IBUIAdjustsFontSizeToFit">YES</bool>
-						<float key="IBUIMinimumFontSize">17</float>
-						<object class="IBUITextInputTraits" key="IBUITextInputTraits">
-							<int key="IBUIAutocorrectionType">1</int>
-							<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-						</object>
-						<object class="IBUIFontDescription" key="IBUIFontDescription">
-							<int key="type">1</int>
-							<double key="pointSize">12</double>
-						</object>
-						<object class="NSFont" key="IBUIFont">
-							<string key="NSName">Helvetica</string>
-							<double key="NSSize">12</double>
-							<int key="NSfFlags">16</int>
-						</object>
-					</object>
-					<object class="IBUITextView" id="977467309">
-						<reference key="NSNextResponder" ref="774585933"/>
-						<int key="NSvFlags">311</int>
-						<string key="NSFrame">{{6, 52}, {300, 222}}</string>
-						<reference key="NSSuperview" ref="774585933"/>
-						<reference key="NSWindow"/>
-						<reference key="NSNextKeyView" ref="360156705"/>
-						<object class="NSColor" key="IBUIBackgroundColor">
-							<int key="NSColorSpace">1</int>
-							<bytes key="NSRGB">MSAxIDEAA</bytes>
-						</object>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<bool key="IBUIMultipleTouchEnabled">YES</bool>
-						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-						<double key="IBUIContentInset.top">0.0</double>
-						<double key="IBUIContentInset.bottom">0.0</double>
-						<double key="IBUIContentInset.left">0.0</double>
-						<double key="IBUIContentInset.right">300</double>
-						<bool key="IBUIBounces">NO</bool>
-						<bool key="IBUIDelaysContentTouches">NO</bool>
-						<bool key="IBUICanCancelContentTouches">NO</bool>
-						<bool key="IBUIBouncesZoom">NO</bool>
-						<bool key="IBUIEditable">NO</bool>
-						<string key="IBUIText"/>
-						<object class="IBUITextInputTraits" key="IBUITextInputTraits">
-							<int key="IBUIAutocorrectionType">1</int>
-							<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-						</object>
-						<object class="IBUIFontDescription" key="IBUIFontDescription">
-							<int key="type">1</int>
-							<double key="pointSize">17</double>
-						</object>
-						<object class="NSFont" key="IBUIFont">
-							<string key="NSName">Helvetica</string>
-							<double key="NSSize">17</double>
-							<int key="NSfFlags">16</int>
-						</object>
-					</object>
-					<object class="IBGLKView" id="360156705">
-						<reference key="NSNextResponder" ref="774585933"/>
-						<int key="NSvFlags">282</int>
-						<string key="NSFrame">{{40, 299}, {240, 128}}</string>
-						<reference key="NSSuperview" ref="774585933"/>
-						<reference key="NSWindow"/>
-						<string key="NSReuseIdentifierKey">_NS:9</string>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">4</int>
-						<bool key="IBUIMultipleTouchEnabled">YES</bool>
-						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-						<bool key="IBGLKEnableSetNeedsDisplay">NO</bool>
-					</object>
-				</object>
-				<string key="NSFrame">{{0, 20}, {320, 460}}</string>
-				<reference key="NSSuperview"/>
-				<reference key="NSWindow"/>
-				<reference key="NSNextKeyView" ref="504610579"/>
-				<object class="NSColor" key="IBUIBackgroundColor">
-					<int key="NSColorSpace">3</int>
-					<bytes key="NSWhite">MC43NQA</bytes>
-					<reference key="NSCustomColorSpace" ref="854632611"/>
-				</object>
-				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
-				<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
-				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-			</object>
-		</object>
-		<object class="IBObjectContainer" key="IBDocument.Objects">
-			<object class="NSMutableArray" key="connectionRecords">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">textView</string>
-						<reference key="source" ref="372490531"/>
-						<reference key="destination" ref="977467309"/>
-					</object>
-					<int key="connectionID">24</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">view</string>
-						<reference key="source" ref="372490531"/>
-						<reference key="destination" ref="774585933"/>
-					</object>
-					<int key="connectionID">40</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">textField</string>
-						<reference key="source" ref="372490531"/>
-						<reference key="destination" ref="504610579"/>
-					</object>
-					<int key="connectionID">42</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">glkView</string>
-						<reference key="source" ref="372490531"/>
-						<reference key="destination" ref="360156705"/>
-					</object>
-					<int key="connectionID">45</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">delegate</string>
-						<reference key="source" ref="504610579"/>
-						<reference key="destination" ref="372490531"/>
-					</object>
-					<int key="connectionID">41</int>
-				</object>
-			</object>
-			<object class="IBMutableOrderedSet" key="objectRecords">
-				<object class="NSArray" key="orderedObjects">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBObjectRecord">
-						<int key="objectID">0</int>
-						<object class="NSArray" key="object" id="0">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-						</object>
-						<reference key="children" ref="1000"/>
-						<nil key="parent"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-1</int>
-						<reference key="object" ref="372490531"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">File's Owner</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-2</int>
-						<reference key="object" ref="843779117"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">6</int>
-						<reference key="object" ref="774585933"/>
-						<object class="NSMutableArray" key="children">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<reference ref="504610579"/>
-							<reference ref="977467309"/>
-							<reference ref="360156705"/>
-						</object>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">18</int>
-						<reference key="object" ref="977467309"/>
-						<reference key="parent" ref="774585933"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">9</int>
-						<reference key="object" ref="504610579"/>
-						<reference key="parent" ref="774585933"/>
-						<string key="objectName">Text Field - ./ex1</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">43</int>
-						<reference key="object" ref="360156705"/>
-						<reference key="parent" ref="774585933"/>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="flattenedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="NSArray" key="dict.sortedKeys">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>-1.CustomClassName</string>
-					<string>-1.IBPluginDependency</string>
-					<string>-2.CustomClassName</string>
-					<string>-2.IBPluginDependency</string>
-					<string>18.IBPluginDependency</string>
-					<string>43.IBPluginDependency</string>
-					<string>6.IBPluginDependency</string>
-					<string>9.IBPluginDependency</string>
-				</object>
-				<object class="NSArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>iphoneViewController</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>UIResponder</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="unlocalizedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<reference key="dict.values" ref="0"/>
-			</object>
-			<nil key="activeLocalization"/>
-			<object class="NSMutableDictionary" key="localizations">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<reference key="dict.values" ref="0"/>
-			</object>
-			<nil key="sourceID"/>
-			<int key="maxID">45</int>
-		</object>
-		<object class="IBClassDescriber" key="IBDocument.Classes">
-			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">iphoneViewController</string>
-					<string key="superclassName">UIViewController</string>
-					<object class="NSMutableDictionary" key="outlets">
-						<bool key="EncodedWithXMLCoder">YES</bool>
-						<object class="NSArray" key="dict.sortedKeys">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>glkView</string>
-							<string>textField</string>
-							<string>textView</string>
-							<string>textView2</string>
-						</object>
-						<object class="NSArray" key="dict.values">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>GLKView</string>
-							<string>UITextField</string>
-							<string>UITextView</string>
-							<string>UITextView</string>
-						</object>
-					</object>
-					<object class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<bool key="EncodedWithXMLCoder">YES</bool>
-						<object class="NSArray" key="dict.sortedKeys">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>glkView</string>
-							<string>textField</string>
-							<string>textView</string>
-							<string>textView2</string>
-						</object>
-						<object class="NSArray" key="dict.values">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<object class="IBToOneOutletInfo">
-								<string key="name">glkView</string>
-								<string key="candidateClassName">GLKView</string>
-							</object>
-							<object class="IBToOneOutletInfo">
-								<string key="name">textField</string>
-								<string key="candidateClassName">UITextField</string>
-							</object>
-							<object class="IBToOneOutletInfo">
-								<string key="name">textView</string>
-								<string key="candidateClassName">UITextView</string>
-							</object>
-							<object class="IBToOneOutletInfo">
-								<string key="name">textView2</string>
-								<string key="candidateClassName">UITextView</string>
-							</object>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">./Classes/iphoneViewController.h</string>
-					</object>
-				</object>
-			</object>
-		</object>
-		<int key="IBDocument.localizationMode">0</int>
-		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
-			<real value="1296" key="NS.object.0"/>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
-			<integer value="3100" key="NS.object.0"/>
-		</object>
-		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
-		<int key="IBDocument.defaultPropertyAccessControl">3</int>
-		<string key="IBCocoaTouchPluginVersion">1498</string>
-	</data>
-</archive>
diff --git a/systems/Apple/iOS/examples/testopengl/main.m b/systems/Apple/iOS/examples/testopengl/main.m
deleted file mode 100644
index 55db4b9..0000000
--- a/systems/Apple/iOS/examples/testopengl/main.m
+++ /dev/null
@@ -1,44 +0,0 @@
-//
-//  main.m
-//  iphone
-//
-//  Created by Barry Smith on 5/12/10.
-//  Copyright __MyCompanyName__ 2010. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
-
-int main(int argc, char *argv[]) {
-    
-    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
- @try {
- int retVal = UIApplicationMain(argc, argv, nil, nil);
- }
- @catch (NSException *exception) {
- NSLog(@"Exception - %@",[exception description]);
- exit(EXIT_FAILURE);
- }
- 
-    int retVal = UIApplicationMain(argc, argv, nil, nil);
-    [pool release];
-    return retVal;
-}
-
-/*
-int main(int argc, char *argv[])
-{
-    int retVal = 0;
-    @autoreleasepool {
-        NSString *classString = NSStringFromClass([sortaAppDelegate class]);
-        @try {
-            retVal = UIApplicationMain(argc, argv, nil, classString);
-        }
-        @catch (NSException *exception) {
-            NSLog(@"Exception - %@",[exception description]);
-            exit(EXIT_FAILURE);
-        }
-    }
-    return retVal;
-}
-*/
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/petsc.git



More information about the debian-science-commits mailing list