// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 42; objects = { /* Begin PBXAggregateTarget section */ EE023B87101CB1C500A52273 /* myFrameworks + Send */ = { isa = PBXAggregateTarget; buildConfigurationList = EE023B89101CB1C500A52273 /* Build configuration list for PBXAggregateTarget "myFrameworks + Send" */; buildPhases = ( EE023B88101CB1C500A52273 /* ShellScript */, ); dependencies = ( ); name = "myFrameworks + Send"; productName = All; }; EE87B8F90CBDFFA7000A2B66 /* SDK */ = { isa = PBXAggregateTarget; buildConfigurationList = EE87B8FB0CBDFFA7000A2B66 /* Build configuration list for PBXAggregateTarget "SDK" */; buildPhases = ( EE87B8FA0CBDFFA7000A2B66 /* ShellScript */, ); dependencies = ( ); name = SDK; productName = src; }; EEA30E900CC7D77D0046EFB1 /* copy MacPorts dylibs */ = { isa = PBXAggregateTarget; buildConfigurationList = EEA30E970CC7D7990046EFB1 /* Build configuration list for PBXAggregateTarget "copy MacPorts dylibs" */; buildPhases = ( EEA30E8F0CC7D77D0046EFB1 /* ShellScript */, ); dependencies = ( ); name = "copy MacPorts dylibs"; productName = "copy MacPorts dylibs"; }; EEA3B528095422CF001244CF /* src */ = { isa = PBXAggregateTarget; buildConfigurationList = EE2F830D0983F176003EA8A2 /* Build configuration list for PBXAggregateTarget "src" */; buildPhases = ( EEA3B527095422CF001244CF /* ShellScript */, ); dependencies = ( ); name = src; productName = src; }; EEF4049E05B163340068F931 /* myFrameworks */ = { isa = PBXAggregateTarget; buildConfigurationList = EE2F83090983F176003EA8A2 /* Build configuration list for PBXAggregateTarget "myFrameworks" */; buildPhases = ( EEF4049D05B163340068F931 /* ShellScript */, ); dependencies = ( ); name = myFrameworks; productName = All; }; /* End PBXAggregateTarget section */ /* Begin PBXFileReference section */ EE03AFBA0673B814001FB59D /* Frameworks */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Frameworks; sourceTree = ""; }; EE0E3D440954703200CCA75A /* HISTORY.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = HISTORY.rtf; sourceTree = ""; }; EE0E3D450954703200CCA75A /* LGPL LICENCE.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "LGPL LICENCE.txt"; sourceTree = ""; }; EE0E3D460954703200CCA75A /* README */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README; sourceTree = ""; }; EE0E3D470954703200CCA75A /* Version.def */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Version.def; sourceTree = ""; }; EE408DF00F127C9E0085AA9F /* mySTEP.make */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mySTEP.make; sourceTree = ""; }; EE40FB18066904FC00A63BAF /* Versions.def */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = Versions.def; path = ../Versions.def; sourceTree = SOURCE_ROOT; }; EE8BA1FB12A2652D00224CBA /* build.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = build.sh; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ EED3C1200488F87500000103 = { isa = PBXGroup; children = ( EE408DF00F127C9E0085AA9F /* mySTEP.make */, EE0E3D440954703200CCA75A /* HISTORY.rtf */, EE0E3D450954703200CCA75A /* LGPL LICENCE.txt */, EE0E3D460954703200CCA75A /* README */, EE0E3D470954703200CCA75A /* Version.def */, EE8BA1FB12A2652D00224CBA /* build.sh */, EE03AFBA0673B814001FB59D /* Frameworks */, EE40FB18066904FC00A63BAF /* Versions.def */, ); sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXProject section */ EED3C1240488F87500000103 /* Project object */ = { isa = PBXProject; buildConfigurationList = EE2F83150983F176003EA8A2 /* Build configuration list for PBXProject "Frameworks" */; compatibilityVersion = "Xcode 2.4"; developmentRegion = English; hasScannedForEncodings = 1; knownRegions = ( English, Japanese, French, German, ); mainGroup = EED3C1200488F87500000103; productRefGroup = EED3C1200488F87500000103; projectDirPath = ""; projectRoot = ""; targets = ( EEF4049E05B163340068F931 /* myFrameworks */, EEA3B528095422CF001244CF /* src */, EE87B8F90CBDFFA7000A2B66 /* SDK */, EEA30E900CC7D77D0046EFB1 /* copy MacPorts dylibs */, EE023B87101CB1C500A52273 /* myFrameworks + Send */, ); }; /* End PBXProject section */ /* Begin PBXShellScriptBuildPhase section */ EE023B88101CB1C500A52273 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "# shell script goes here\n\nexport BUILD_FOR_PACKAGE=false\nexport SEND2ZAURUS=true\nexport RUN=false\n \necho ## Frameworks ##\nfor i in Foundation AppKit CoreData CoreFoundation Cocoa AddressBook Message PreferencePanes SystemUIPlugin Security SimpleWebKit SystemStatus IOBluetooth Tools CoreLocation MapKit ImageKit PDFKit QTKit\n\tdo\n\t(cd $i && xcodebuild -configuration 'Development' -target \"$i\" )\n\tdone\necho ## done. ##\n\nfalse && (i=UIKit; cd $i && xcodebuild -configuration 'Development' -target \"$i\" )\necho ## done. ##\n\necho ## Tools ##\n(cd CoreData/DataBuilder && xcodebuild -configuration 'Development' -target \"DataBuilder\" )\n\necho ## TestApps ##\nfor i in NSImageRep NSTextTable NSURLConnection ZeroConfDistributedObjects\n\tdo\n\t(cd TestApplications/$i && xcodebuild -configuration 'Development' -target \"Test\" )\n\tdone\necho ## done. ##"; }; EE87B8FA0CBDFFA7000A2B66 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "# shell script goes here\n\nwhile read CMD EQ VALUE\ndo\n\tcase $CMD in\n\t\tMAJOR_VERSION ) MAJOR_VERSION=\"$VALUE\";;\n\t\tMINOR_VERSION ) MINOR_VERSION=\"$VALUE\";;\n\t\tBUILD_NUMBER ) BUILD_NUMBER=\"$VALUE\";;\n\tesac\ndone