diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000..546bb98bdb Binary files /dev/null and b/.DS_Store differ diff --git a/NewCoin.1 b/NewCoin.1 new file mode 100644 index 0000000000..f1c75d8156 --- /dev/null +++ b/NewCoin.1 @@ -0,0 +1,79 @@ +.\"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 12/18/12 \" DATE +.Dt NewCoin 1 \" Program name and manual section number +.Os Darwin +.Sh NAME \" Section Header - required - don't modify +.Nm NewCoin, +.\" 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/NewCoin/NewCoin.xcodeproj/project.pbxproj b/NewCoin/NewCoin.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..e7cc21b862 --- /dev/null +++ b/NewCoin/NewCoin.xcodeproj/project.pbxproj @@ -0,0 +1,26259 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + C1EA4FCD1680FDCA00A21259 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA4FCC1680FDCA00A21259 /* main.cpp */; }; + C1EA4FCF1680FDCA00A21259 /* NewCoin.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C1EA4FCE1680FDCA00A21259 /* NewCoin.1 */; }; + C1EA72121680FE1800A21259 /* database.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FE01680FE1000A21259 /* database.o */; }; + C1EA72131680FE1800A21259 /* sqlite3.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FE11680FE1000A21259 /* sqlite3.o */; }; + C1EA72141680FE1800A21259 /* SqliteDatabase.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FE21680FE1000A21259 /* SqliteDatabase.o */; }; + C1EA72151680FE1800A21259 /* json_reader.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FE41680FE1000A21259 /* json_reader.o */; }; + C1EA72161680FE1800A21259 /* json_value.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FE51680FE1000A21259 /* json_value.o */; }; + C1EA72171680FE1800A21259 /* json_writer.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FE61680FE1000A21259 /* json_writer.o */; }; + C1EA72181680FE1800A21259 /* AccountItems.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FE81680FE1000A21259 /* AccountItems.o */; }; + C1EA72191680FE1800A21259 /* AccountSetTransactor.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FE91680FE1000A21259 /* AccountSetTransactor.o */; }; + C1EA721A1680FE1800A21259 /* AccountState.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FEA1680FE1000A21259 /* AccountState.o */; }; + C1EA721B1680FE1800A21259 /* Amount.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FEB1680FE1000A21259 /* Amount.o */; }; + C1EA721C1680FE1800A21259 /* Application.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FEC1680FE1000A21259 /* Application.o */; }; + C1EA721D1680FE1800A21259 /* BitcoinUtil.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FED1680FE1000A21259 /* BitcoinUtil.o */; }; + C1EA721E1680FE1800A21259 /* CallRPC.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FEE1680FE1000A21259 /* CallRPC.o */; }; + C1EA721F1680FE1800A21259 /* CanonicalTXSet.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FEF1680FE1000A21259 /* CanonicalTXSet.o */; }; + C1EA72201680FE1800A21259 /* Config.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FF01680FE1000A21259 /* Config.o */; }; + C1EA72211680FE1800A21259 /* ConnectionPool.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FF11680FE1000A21259 /* ConnectionPool.o */; }; + C1EA72221680FE1800A21259 /* Contract.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FF21680FE1000A21259 /* Contract.o */; }; + C1EA72231680FE1800A21259 /* DBInit.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FF31680FE1000A21259 /* DBInit.o */; }; + C1EA72241680FE1800A21259 /* DeterministicKeys.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FF41680FE1000A21259 /* DeterministicKeys.o */; }; + C1EA72251680FE1800A21259 /* ECIES.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FF51680FE1000A21259 /* ECIES.o */; }; + C1EA72261680FE1800A21259 /* FeatureTable.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FF61680FE1000A21259 /* FeatureTable.o */; }; + C1EA72271680FE1800A21259 /* FieldNames.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FF71680FE1000A21259 /* FieldNames.o */; }; + C1EA72281680FE1800A21259 /* HashedObject.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FF81680FE1000A21259 /* HashedObject.o */; }; + C1EA72291680FE1800A21259 /* HTTPRequest.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FF91680FE1000A21259 /* HTTPRequest.o */; }; + C1EA722A1680FE1800A21259 /* HttpsClient.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FFA1680FE1000A21259 /* HttpsClient.o */; }; + C1EA722B1680FE1800A21259 /* InstanceCounter.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FFB1680FE1000A21259 /* InstanceCounter.o */; }; + C1EA722C1680FE1800A21259 /* Interpreter.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FFC1680FE1000A21259 /* Interpreter.o */; }; + C1EA722D1680FE1800A21259 /* JobQueue.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FFD1680FE1000A21259 /* JobQueue.o */; }; + C1EA722E1680FE1800A21259 /* Ledger.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FFE1680FE1000A21259 /* Ledger.o */; }; + C1EA722F1680FE1800A21259 /* LedgerAcquire.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA4FFF1680FE1000A21259 /* LedgerAcquire.o */; }; + C1EA72301680FE1800A21259 /* LedgerConsensus.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50001680FE1000A21259 /* LedgerConsensus.o */; }; + C1EA72311680FE1800A21259 /* LedgerEntrySet.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50011680FE1000A21259 /* LedgerEntrySet.o */; }; + C1EA72321680FE1800A21259 /* LedgerFormats.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50021680FE1000A21259 /* LedgerFormats.o */; }; + C1EA72331680FE1800A21259 /* LedgerHistory.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50031680FE1000A21259 /* LedgerHistory.o */; }; + C1EA72341680FE1800A21259 /* LedgerMaster.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50041680FE1000A21259 /* LedgerMaster.o */; }; + C1EA72351680FE1800A21259 /* LedgerProposal.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50051680FE1000A21259 /* LedgerProposal.o */; }; + C1EA72361680FE1800A21259 /* LedgerTiming.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50061680FE1000A21259 /* LedgerTiming.o */; }; + C1EA72371680FE1800A21259 /* LoadManager.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50071680FE1000A21259 /* LoadManager.o */; }; + C1EA72381680FE1800A21259 /* LoadMonitor.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50081680FE1000A21259 /* LoadMonitor.o */; }; + C1EA72391680FE1800A21259 /* Log.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50091680FE1000A21259 /* Log.o */; }; + C1EA723A1680FE1800A21259 /* main.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA500A1680FE1000A21259 /* main.o */; }; + C1EA723B1680FE1800A21259 /* NetworkOPs.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA500B1680FE1000A21259 /* NetworkOPs.o */; }; + C1EA723C1680FE1800A21259 /* NicknameState.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA500C1680FE1000A21259 /* NicknameState.o */; }; + C1EA723D1680FE1800A21259 /* Offer.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA500D1680FE1000A21259 /* Offer.o */; }; + C1EA723E1680FE1800A21259 /* OfferCancelTransactor.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA500E1680FE1000A21259 /* OfferCancelTransactor.o */; }; + C1EA723F1680FE1800A21259 /* OfferCreateTransactor.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA500F1680FE1000A21259 /* OfferCreateTransactor.o */; }; + C1EA72401680FE1800A21259 /* Operation.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50101680FE1000A21259 /* Operation.o */; }; + C1EA72411680FE1800A21259 /* OrderBook.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50111680FE1000A21259 /* OrderBook.o */; }; + C1EA72421680FE1800A21259 /* OrderBookDB.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50121680FE1000A21259 /* OrderBookDB.o */; }; + C1EA72431680FE1800A21259 /* PackedMessage.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50131680FE1000A21259 /* PackedMessage.o */; }; + C1EA72441680FE1800A21259 /* ParameterTable.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50141680FE1000A21259 /* ParameterTable.o */; }; + C1EA72451680FE1800A21259 /* ParseSection.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50151680FE1000A21259 /* ParseSection.o */; }; + C1EA72461680FE1800A21259 /* Pathfinder.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50161680FE1000A21259 /* Pathfinder.o */; }; + C1EA72471680FE1800A21259 /* PaymentTransactor.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50171680FE1000A21259 /* PaymentTransactor.o */; }; + C1EA72481680FE1800A21259 /* Peer.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50181680FE1000A21259 /* Peer.o */; }; + C1EA72491680FE1800A21259 /* PeerDoor.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50191680FE1000A21259 /* PeerDoor.o */; }; + C1EA724A1680FE1800A21259 /* PlatRand.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA501A1680FE1000A21259 /* PlatRand.o */; }; + C1EA724B1680FE1800A21259 /* ProofOfWork.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA501B1680FE1000A21259 /* ProofOfWork.o */; }; + C1EA724C1680FE1800A21259 /* PubKeyCache.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA501C1680FE1000A21259 /* PubKeyCache.o */; }; + C1EA724D1680FE1800A21259 /* RangeSet.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA501D1680FE1000A21259 /* RangeSet.o */; }; + C1EA724E1680FE1800A21259 /* RegularKeySetTransactor.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA501E1680FE1000A21259 /* RegularKeySetTransactor.o */; }; + C1EA724F1680FE1800A21259 /* rfc1751.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA501F1680FE1000A21259 /* rfc1751.o */; }; + C1EA72501680FE1800A21259 /* RippleAddress.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50201680FE1000A21259 /* RippleAddress.o */; }; + C1EA72511680FE1800A21259 /* RippleCalc.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50211680FE1000A21259 /* RippleCalc.o */; }; + C1EA72521680FE1800A21259 /* RippleState.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50221680FE1000A21259 /* RippleState.o */; }; + C1EA72531680FE1800A21259 /* rpc.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50231680FE1000A21259 /* rpc.o */; }; + C1EA72541680FE1800A21259 /* RPCDoor.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50241680FE1000A21259 /* RPCDoor.o */; }; + C1EA72551680FE1800A21259 /* RPCErr.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50251680FE1000A21259 /* RPCErr.o */; }; + C1EA72561680FE1800A21259 /* RPCHandler.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50261680FE1000A21259 /* RPCHandler.o */; }; + C1EA72571680FE1800A21259 /* RPCServer.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50271680FE1000A21259 /* RPCServer.o */; }; + C1EA72581680FE1800A21259 /* ScriptData.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50281680FE1000A21259 /* ScriptData.o */; }; + C1EA72591680FE1800A21259 /* SerializedLedger.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50291680FE1000A21259 /* SerializedLedger.o */; }; + C1EA725A1680FE1800A21259 /* SerializedObject.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA502A1680FE1000A21259 /* SerializedObject.o */; }; + C1EA725B1680FE1800A21259 /* SerializedTransaction.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA502B1680FE1000A21259 /* SerializedTransaction.o */; }; + C1EA725C1680FE1800A21259 /* SerializedTypes.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA502C1680FE1000A21259 /* SerializedTypes.o */; }; + C1EA725D1680FE1800A21259 /* SerializedValidation.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA502D1680FE1000A21259 /* SerializedValidation.o */; }; + C1EA725E1680FE1800A21259 /* Serializer.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA502E1680FE1000A21259 /* Serializer.o */; }; + C1EA725F1680FE1800A21259 /* SHAMap.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA502F1680FE1000A21259 /* SHAMap.o */; }; + C1EA72601680FE1800A21259 /* SHAMapDiff.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50301680FE1000A21259 /* SHAMapDiff.o */; }; + C1EA72611680FE1800A21259 /* SHAMapNodes.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50311680FE1000A21259 /* SHAMapNodes.o */; }; + C1EA72621680FE1800A21259 /* SHAMapSync.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50321680FE1000A21259 /* SHAMapSync.o */; }; + C1EA72631680FE1800A21259 /* SNTPClient.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50331680FE1000A21259 /* SNTPClient.o */; }; + C1EA72641680FE1800A21259 /* Suppression.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50341680FE1000A21259 /* Suppression.o */; }; + C1EA72651680FE1800A21259 /* Transaction.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50351680FE1000A21259 /* Transaction.o */; }; + C1EA72661680FE1800A21259 /* TransactionEngine.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50361680FE1000A21259 /* TransactionEngine.o */; }; + C1EA72671680FE1800A21259 /* TransactionErr.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50371680FE1000A21259 /* TransactionErr.o */; }; + C1EA72681680FE1800A21259 /* TransactionFormats.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50381680FE1000A21259 /* TransactionFormats.o */; }; + C1EA72691680FE1800A21259 /* TransactionMaster.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50391680FE1000A21259 /* TransactionMaster.o */; }; + C1EA726A1680FE1800A21259 /* TransactionMeta.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA503A1680FE1000A21259 /* TransactionMeta.o */; }; + C1EA726B1680FE1800A21259 /* Transactor.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA503B1680FE1000A21259 /* Transactor.o */; }; + C1EA726C1680FE1800A21259 /* TrustSetTransactor.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA503C1680FE1000A21259 /* TrustSetTransactor.o */; }; + C1EA726D1680FE1800A21259 /* UniqueNodeList.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA503D1680FE1000A21259 /* UniqueNodeList.o */; }; + C1EA726E1680FE1800A21259 /* utils.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA503E1680FE1000A21259 /* utils.o */; }; + C1EA726F1680FE1800A21259 /* ValidationCollection.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA503F1680FE1000A21259 /* ValidationCollection.o */; }; + C1EA72701680FE1800A21259 /* Wallet.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50401680FE1000A21259 /* Wallet.o */; }; + C1EA72711680FE1800A21259 /* WalletAddTransactor.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50411680FE1000A21259 /* WalletAddTransactor.o */; }; + C1EA72721680FE1800A21259 /* WSDoor.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50421680FE1000A21259 /* WSDoor.o */; }; + C1EA72731680FE1800A21259 /* base64.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50461680FE1000A21259 /* base64.o */; }; + C1EA72741680FE1800A21259 /* md5.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50481680FE1000A21259 /* md5.o */; }; + C1EA72751680FE1800A21259 /* data.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA504A1680FE1000A21259 /* data.o */; }; + C1EA72761680FE1800A21259 /* network_utilities.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA504B1680FE1000A21259 /* network_utilities.o */; }; + C1EA72771680FE1800A21259 /* hybi_header.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA504D1680FE1000A21259 /* hybi_header.o */; }; + C1EA72781680FE1800A21259 /* hybi_util.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA504E1680FE1000A21259 /* hybi_util.o */; }; + C1EA72791680FE1800A21259 /* sha1.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50501680FE1000A21259 /* sha1.o */; }; + C1EA727A1680FE1800A21259 /* uri.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50511680FE1000A21259 /* uri.o */; }; + C1EA727B1680FE1800A21259 /* ripple.pb.cc in Sources */ = {isa = PBXBuildFile; fileRef = C1EA50531680FE1000A21259 /* ripple.pb.cc */; }; + C1EA727C1680FE1800A21259 /* ripple.pb.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA50551680FE1000A21259 /* ripple.pb.o */; }; + C1EA727D1680FE1800A21259 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA505F1680FE1100A21259 /* main.cpp */; }; + C1EA76DE1680FE1900A21259 /* contextify.node in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA5A661680FE1200A21259 /* contextify.node */; }; + C1EA76DF1680FE1900A21259 /* contextify.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA5A6B1680FE1200A21259 /* contextify.o */; }; + C1EA79AD1680FE1900A21259 /* contextify.node in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA5E0F1680FE1300A21259 /* contextify.node */; }; + C1EA79AE1680FE1900A21259 /* contextify.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA5E141680FE1300A21259 /* contextify.o */; }; + C1EA82E81680FE1A00A21259 /* bufferutil.node in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA6E891680FE1500A21259 /* bufferutil.node */; }; + C1EA82E91680FE1A00A21259 /* bufferutil.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA6E8E1680FE1500A21259 /* bufferutil.o */; }; + C1EA82EA1680FE1A00A21259 /* validation.o in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA6E911680FE1500A21259 /* validation.o */; }; + C1EA82EB1680FE1A00A21259 /* validation.node in Frameworks */ = {isa = PBXBuildFile; fileRef = C1EA6E921680FE1500A21259 /* validation.node */; }; + C1EA83171680FE1A00A21259 /* database.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6EFE1680FE1500A21259 /* database.cpp */; }; + C1EA83181680FE1A00A21259 /* mysqldatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F011680FE1500A21259 /* mysqldatabase.cpp */; }; + C1EA83191680FE1A00A21259 /* sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F031680FE1500A21259 /* sqlite3.c */; }; + C1EA831A1680FE1A00A21259 /* SqliteDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F061680FE1500A21259 /* SqliteDatabase.cpp */; }; + C1EA831B1680FE1A00A21259 /* windatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F0A1680FE1500A21259 /* windatabase.cpp */; }; + C1EA831C1680FE1A00A21259 /* json_reader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F151680FE1500A21259 /* json_reader.cpp */; }; + C1EA831D1680FE1A00A21259 /* json_value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F161680FE1500A21259 /* json_value.cpp */; }; + C1EA831E1680FE1A00A21259 /* json_writer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F181680FE1500A21259 /* json_writer.cpp */; }; + C1EA831F1680FE1A00A21259 /* AccountItems.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F1F1680FE1500A21259 /* AccountItems.cpp */; }; + C1EA83201680FE1A00A21259 /* AccountSetTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F211680FE1500A21259 /* AccountSetTransactor.cpp */; }; + C1EA83211680FE1A00A21259 /* AccountState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F231680FE1500A21259 /* AccountState.cpp */; }; + C1EA83221680FE1A00A21259 /* Amount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F251680FE1500A21259 /* Amount.cpp */; }; + C1EA83231680FE1A00A21259 /* Application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F261680FE1500A21259 /* Application.cpp */; }; + C1EA83241680FE1A00A21259 /* BitcoinUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F2A1680FE1500A21259 /* BitcoinUtil.cpp */; }; + C1EA83251680FE1A00A21259 /* CallRPC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F2C1680FE1500A21259 /* CallRPC.cpp */; }; + C1EA83261680FE1A00A21259 /* CanonicalTXSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F2E1680FE1500A21259 /* CanonicalTXSet.cpp */; }; + C1EA83271680FE1A00A21259 /* Config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F301680FE1500A21259 /* Config.cpp */; }; + C1EA83281680FE1A00A21259 /* ConnectionPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F321680FE1500A21259 /* ConnectionPool.cpp */; }; + C1EA83291680FE1A00A21259 /* Contract.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F341680FE1500A21259 /* Contract.cpp */; }; + C1EA832A1680FE1A00A21259 /* DBInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F361680FE1500A21259 /* DBInit.cpp */; }; + C1EA832B1680FE1A00A21259 /* DeterministicKeys.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F371680FE1500A21259 /* DeterministicKeys.cpp */; }; + C1EA832C1680FE1A00A21259 /* ECIES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F381680FE1500A21259 /* ECIES.cpp */; }; + C1EA832D1680FE1A00A21259 /* FeatureTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F391680FE1500A21259 /* FeatureTable.cpp */; }; + C1EA832E1680FE1A00A21259 /* FieldNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F3B1680FE1500A21259 /* FieldNames.cpp */; }; + C1EA832F1680FE1A00A21259 /* HashedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F3D1680FE1500A21259 /* HashedObject.cpp */; }; + C1EA83301680FE1A00A21259 /* HTTPRequest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F401680FE1500A21259 /* HTTPRequest.cpp */; }; + C1EA83311680FE1A00A21259 /* HttpsClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F421680FE1500A21259 /* HttpsClient.cpp */; }; + C1EA83321680FE1A00A21259 /* InstanceCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F441680FE1500A21259 /* InstanceCounter.cpp */; }; + C1EA83331680FE1A00A21259 /* Interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F461680FE1500A21259 /* Interpreter.cpp */; }; + C1EA83341680FE1A00A21259 /* JobQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F481680FE1500A21259 /* JobQueue.cpp */; }; + C1EA83351680FE1A00A21259 /* Ledger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F4B1680FE1500A21259 /* Ledger.cpp */; }; + C1EA83361680FE1A00A21259 /* LedgerAcquire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F4D1680FE1500A21259 /* LedgerAcquire.cpp */; }; + C1EA83371680FE1A00A21259 /* LedgerConsensus.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F4F1680FE1500A21259 /* LedgerConsensus.cpp */; }; + C1EA83381680FE1A00A21259 /* LedgerEntrySet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F511680FE1500A21259 /* LedgerEntrySet.cpp */; }; + C1EA83391680FE1A00A21259 /* LedgerFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F531680FE1500A21259 /* LedgerFormats.cpp */; }; + C1EA833A1680FE1A00A21259 /* LedgerHistory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F551680FE1500A21259 /* LedgerHistory.cpp */; }; + C1EA833B1680FE1A00A21259 /* LedgerMaster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F571680FE1500A21259 /* LedgerMaster.cpp */; }; + C1EA833C1680FE1A00A21259 /* LedgerProposal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F591680FE1500A21259 /* LedgerProposal.cpp */; }; + C1EA833D1680FE1A00A21259 /* LedgerTiming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F5B1680FE1500A21259 /* LedgerTiming.cpp */; }; + C1EA833E1680FE1A00A21259 /* LoadManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F5D1680FE1500A21259 /* LoadManager.cpp */; }; + C1EA833F1680FE1A00A21259 /* LoadMonitor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F5F1680FE1500A21259 /* LoadMonitor.cpp */; }; + C1EA83401680FE1A00A21259 /* Log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F611680FE1500A21259 /* Log.cpp */; }; + C1EA83411680FE1A00A21259 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F631680FE1500A21259 /* main.cpp */; }; + C1EA83421680FE1A00A21259 /* NetworkOPs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F641680FE1500A21259 /* NetworkOPs.cpp */; }; + C1EA83431680FE1A00A21259 /* NicknameState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F671680FE1500A21259 /* NicknameState.cpp */; }; + C1EA83441680FE1A00A21259 /* Offer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F691680FE1500A21259 /* Offer.cpp */; }; + C1EA83451680FE1A00A21259 /* OfferCancelTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F6B1680FE1500A21259 /* OfferCancelTransactor.cpp */; }; + C1EA83461680FE1A00A21259 /* OfferCreateTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F6D1680FE1500A21259 /* OfferCreateTransactor.cpp */; }; + C1EA83471680FE1A00A21259 /* Operation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F6F1680FE1500A21259 /* Operation.cpp */; }; + C1EA83481680FE1A00A21259 /* OrderBook.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F711680FE1500A21259 /* OrderBook.cpp */; }; + C1EA83491680FE1A00A21259 /* OrderBookDB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F731680FE1500A21259 /* OrderBookDB.cpp */; }; + C1EA834A1680FE1A00A21259 /* PackedMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F751680FE1500A21259 /* PackedMessage.cpp */; }; + C1EA834B1680FE1A00A21259 /* ParameterTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F771680FE1500A21259 /* ParameterTable.cpp */; }; + C1EA834C1680FE1A00A21259 /* ParseSection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F791680FE1500A21259 /* ParseSection.cpp */; }; + C1EA834D1680FE1A00A21259 /* Pathfinder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F7B1680FE1500A21259 /* Pathfinder.cpp */; }; + C1EA834E1680FE1A00A21259 /* PaymentTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F7D1680FE1500A21259 /* PaymentTransactor.cpp */; }; + C1EA834F1680FE1A00A21259 /* Peer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F7F1680FE1500A21259 /* Peer.cpp */; }; + C1EA83501680FE1A00A21259 /* PeerDoor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F811680FE1500A21259 /* PeerDoor.cpp */; }; + C1EA83511680FE1A00A21259 /* PlatRand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F831680FE1500A21259 /* PlatRand.cpp */; }; + C1EA83521680FE1A00A21259 /* ProofOfWork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F841680FE1500A21259 /* ProofOfWork.cpp */; }; + C1EA83531680FE1A00A21259 /* PubKeyCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F861680FE1500A21259 /* PubKeyCache.cpp */; }; + C1EA83541680FE1A00A21259 /* RangeSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F881680FE1500A21259 /* RangeSet.cpp */; }; + C1EA83551680FE1A00A21259 /* RegularKeySetTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F8A1680FE1500A21259 /* RegularKeySetTransactor.cpp */; }; + C1EA83561680FE1A00A21259 /* rfc1751.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F8C1680FE1500A21259 /* rfc1751.cpp */; }; + C1EA83571680FE1A00A21259 /* RippleAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F8F1680FE1500A21259 /* RippleAddress.cpp */; }; + C1EA83581680FE1A00A21259 /* RippleCalc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F911680FE1500A21259 /* RippleCalc.cpp */; }; + C1EA83591680FE1A00A21259 /* RippleState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F931680FE1500A21259 /* RippleState.cpp */; }; + C1EA835A1680FE1A00A21259 /* rpc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F951680FE1500A21259 /* rpc.cpp */; }; + C1EA835B1680FE1A00A21259 /* RPCDoor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F971680FE1500A21259 /* RPCDoor.cpp */; }; + C1EA835C1680FE1A00A21259 /* RPCErr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F991680FE1500A21259 /* RPCErr.cpp */; }; + C1EA835D1680FE1A00A21259 /* RPCHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F9B1680FE1500A21259 /* RPCHandler.cpp */; }; + C1EA835E1680FE1A00A21259 /* RPCServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6F9D1680FE1500A21259 /* RPCServer.cpp */; }; + C1EA835F1680FE1A00A21259 /* ScriptData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FA01680FE1500A21259 /* ScriptData.cpp */; }; + C1EA83601680FE1A00A21259 /* SerializedLedger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FA31680FE1500A21259 /* SerializedLedger.cpp */; }; + C1EA83611680FE1A00A21259 /* SerializedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FA51680FE1500A21259 /* SerializedObject.cpp */; }; + C1EA83621680FE1A00A21259 /* SerializedTransaction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FA71680FE1500A21259 /* SerializedTransaction.cpp */; }; + C1EA83631680FE1A00A21259 /* SerializedTypes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FA91680FE1500A21259 /* SerializedTypes.cpp */; }; + C1EA83641680FE1A00A21259 /* SerializedValidation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FAB1680FE1500A21259 /* SerializedValidation.cpp */; }; + C1EA83651680FE1A00A21259 /* Serializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FAE1680FE1500A21259 /* Serializer.cpp */; }; + C1EA83661680FE1A00A21259 /* SHAMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FB01680FE1500A21259 /* SHAMap.cpp */; }; + C1EA83671680FE1A00A21259 /* SHAMapDiff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FB21680FE1500A21259 /* SHAMapDiff.cpp */; }; + C1EA83681680FE1A00A21259 /* SHAMapNodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FB31680FE1500A21259 /* SHAMapNodes.cpp */; }; + C1EA83691680FE1A00A21259 /* SHAMapSync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FB41680FE1500A21259 /* SHAMapSync.cpp */; }; + C1EA836A1680FE1A00A21259 /* SNTPClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FB61680FE1500A21259 /* SNTPClient.cpp */; }; + C1EA836B1680FE1A00A21259 /* Suppression.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FB81680FE1500A21259 /* Suppression.cpp */; }; + C1EA836C1680FE1A00A21259 /* Transaction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FBB1680FE1500A21259 /* Transaction.cpp */; }; + C1EA836D1680FE1A00A21259 /* TransactionEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FBD1680FE1500A21259 /* TransactionEngine.cpp */; }; + C1EA836E1680FE1A00A21259 /* TransactionErr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FBF1680FE1500A21259 /* TransactionErr.cpp */; }; + C1EA836F1680FE1A00A21259 /* TransactionFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FC11680FE1500A21259 /* TransactionFormats.cpp */; }; + C1EA83701680FE1A00A21259 /* TransactionMaster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FC31680FE1500A21259 /* TransactionMaster.cpp */; }; + C1EA83711680FE1A00A21259 /* TransactionMeta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FC51680FE1500A21259 /* TransactionMeta.cpp */; }; + C1EA83721680FE1A00A21259 /* Transactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FC71680FE1500A21259 /* Transactor.cpp */; }; + C1EA83731680FE1A00A21259 /* TrustSetTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FC91680FE1500A21259 /* TrustSetTransactor.cpp */; }; + C1EA83741680FE1A00A21259 /* UniqueNodeList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FCD1680FE1500A21259 /* UniqueNodeList.cpp */; }; + C1EA83751680FE1A00A21259 /* utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FCF1680FE1500A21259 /* utils.cpp */; }; + C1EA83761680FE1A00A21259 /* ValidationCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FD11680FE1500A21259 /* ValidationCollection.cpp */; }; + C1EA83771680FE1A00A21259 /* Wallet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FD41680FE1500A21259 /* Wallet.cpp */; }; + C1EA83781680FE1A00A21259 /* WalletAddTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FD61680FE1500A21259 /* WalletAddTransactor.cpp */; }; + C1EA83791680FE1A00A21259 /* WSDoor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FD91680FE1500A21259 /* WSDoor.cpp */; }; + C1EA837A1680FE1A00A21259 /* broadcast_server_tls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA6FE61680FE1500A21259 /* broadcast_server_tls.cpp */; }; + C1EA839A1680FE1A00A21259 /* chat_client.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70371680FE1500A21259 /* chat_client.cpp */; }; + C1EA839B1680FE1A00A21259 /* chat_client_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70391680FE1500A21259 /* chat_client_handler.cpp */; }; + C1EA839E1680FE1A00A21259 /* chat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70401680FE1500A21259 /* chat.cpp */; }; + C1EA839F1680FE1A00A21259 /* chat_server.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70421680FE1500A21259 /* chat_server.cpp */; }; + C1EA83A11680FE1A00A21259 /* concurrent_server.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70481680FE1500A21259 /* concurrent_server.cpp */; }; + C1EA83A31680FE1A00A21259 /* echo_client.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA704C1680FE1500A21259 /* echo_client.cpp */; }; + C1EA83A51680FE1A00A21259 /* echo_server.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70511680FE1500A21259 /* echo_server.cpp */; }; + C1EA83A71680FE1A00A21259 /* echo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70551680FE1500A21259 /* echo.cpp */; }; + C1EA83A81680FE1A00A21259 /* echo_server_tls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70581680FE1500A21259 /* echo_server_tls.cpp */; }; + C1EA83AA1680FE1A00A21259 /* fuzzing_client.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA705C1680FE1500A21259 /* fuzzing_client.cpp */; }; + C1EA83AC1680FE1A00A21259 /* fuzzing_server_tls.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70601680FE1500A21259 /* fuzzing_server_tls.cpp */; }; + C1EA83B01680FE1A00A21259 /* stress_client.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70651680FE1500A21259 /* stress_client.cpp */; }; + C1EA83B21680FE1A00A21259 /* telemetry_server.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70691680FE1500A21259 /* telemetry_server.cpp */; }; + C1EA83B31680FE1A00A21259 /* case.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA706B1680FE1500A21259 /* case.cpp */; }; + C1EA83B41680FE1A00A21259 /* generic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA706D1680FE1500A21259 /* generic.cpp */; }; + C1EA83B61680FE1A00A21259 /* request.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70711680FE1500A21259 /* request.cpp */; }; + C1EA83B71680FE1A00A21259 /* stress_aggregate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70741680FE1500A21259 /* stress_aggregate.cpp */; }; + C1EA83B81680FE1A00A21259 /* stress_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70761680FE1500A21259 /* stress_handler.cpp */; }; + C1EA83BD1680FE1A00A21259 /* wscmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA707E1680FE1500A21259 /* wscmd.cpp */; }; + C1EA83BE1680FE1A00A21259 /* wsperf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70811680FE1500A21259 /* wsperf.cpp */; }; + C1EA83C01680FE1A00A21259 /* base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70891680FE1500A21259 /* base64.cpp */; }; + C1EA83C11680FE1A00A21259 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70941680FE1500A21259 /* md5.c */; }; + C1EA83C21680FE1A00A21259 /* data.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70991680FE1500A21259 /* data.cpp */; }; + C1EA83C31680FE1A00A21259 /* network_utilities.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA709B1680FE1500A21259 /* network_utilities.cpp */; }; + C1EA83C41680FE1A00A21259 /* hybi_header.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA709F1680FE1500A21259 /* hybi_header.cpp */; }; + C1EA83C51680FE1A00A21259 /* hybi_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70A21680FE1500A21259 /* hybi_util.cpp */; }; + C1EA83C61680FE1A00A21259 /* blank_rng.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70A61680FE1500A21259 /* blank_rng.cpp */; }; + C1EA83C71680FE1A00A21259 /* boost_rng.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70A81680FE1500A21259 /* boost_rng.cpp */; }; + C1EA83C91680FE1A00A21259 /* sha.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70B21680FE1500A21259 /* sha.cpp */; }; + C1EA83CA1680FE1A00A21259 /* sha1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70B31680FE1500A21259 /* sha1.cpp */; }; + C1EA83CB1680FE1A00A21259 /* shacmp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70B51680FE1500A21259 /* shacmp.cpp */; }; + C1EA83CC1680FE1A00A21259 /* shatest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70B61680FE1500A21259 /* shatest.cpp */; }; + C1EA83CD1680FE1A00A21259 /* uri.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70C11680FE1500A21259 /* uri.cpp */; }; + C1EA83CE1680FE1A00A21259 /* hybi_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70C91680FE1500A21259 /* hybi_util.cpp */; }; + C1EA83CF1680FE1A00A21259 /* logging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70CA1680FE1500A21259 /* logging.cpp */; }; + C1EA83D11680FE1A00A21259 /* parsing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70CC1680FE1500A21259 /* parsing.cpp */; }; + C1EA83D21680FE1A00A21259 /* uri_perf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1EA70CD1680FE1500A21259 /* uri_perf.cpp */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + C1EA84A11680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6DF1C691434A7A30029A1B1; + remoteInfo = "WebSocket++ Static Library"; + }; + C1EA84A31680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6DF1C721434A8280029A1B1; + remoteInfo = "WebSocket++ Dynamic Library"; + }; + C1EA84A51680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6DF1CD11435ED910029A1B1; + remoteInfo = echo_server; + }; + C1EA84A71680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B682887D143745F2002BA48B; + remoteInfo = chat_client; + }; + C1EA84A91680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6CF181C1437C397009295BE; + remoteInfo = echo_client; + }; + C1EA84AB1680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6FE8D4F14730AE900B32547; + remoteInfo = policy_test; + }; + C1EA84AD1680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B663884B1487D73200DDAE13; + remoteInfo = echo_server_tls; + }; + C1EA84AF1680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6732458148FAEEB00FC2B04; + remoteInfo = fuzzing_server; + }; + C1EA84B11680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6732471148FB0FC00FC2B04; + remoteInfo = fuzzing_client; + }; + C1EA84B31680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B67324891491A16500FC2B04; + remoteInfo = broadcast_server; + }; + C1EA84B51680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B67324A21491A7F100FC2B04; + remoteInfo = stress_client; + }; + C1EA84B71680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B61A51BF14DC271900456432; + remoteInfo = concurrent_server; + }; + C1EA84B91680FE1B00A21259 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6E7E7731505532E00394909; + remoteInfo = wsperf; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + C1EA4FC61680FDCA00A21259 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + C1EA4FCF1680FDCA00A21259 /* NewCoin.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + C1EA4FC81680FDCA00A21259 /* NewCoin */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = NewCoin; sourceTree = BUILT_PRODUCTS_DIR; }; + C1EA4FCC1680FDCA00A21259 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; + C1EA4FCE1680FDCA00A21259 /* NewCoin.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = NewCoin.1; sourceTree = ""; }; + C1EA4FD61680FE1000A21259 /* network-build */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "network-build"; sourceTree = ""; }; + C1EA4FD71680FE1000A21259 /* network-init */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "network-init"; sourceTree = ""; }; + C1EA4FD81680FE1000A21259 /* network-restart */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "network-restart"; sourceTree = ""; }; + C1EA4FD91680FE1000A21259 /* network-start */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "network-start"; sourceTree = ""; }; + C1EA4FDA1680FE1000A21259 /* network-stop */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "network-stop"; sourceTree = ""; }; + C1EA4FDB1680FE1000A21259 /* network-update */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "network-update"; sourceTree = ""; }; + C1EA4FDC1680FE1000A21259 /* nx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = nx; sourceTree = ""; }; + C1EA4FE01680FE1000A21259 /* database.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = database.o; sourceTree = ""; }; + C1EA4FE11680FE1000A21259 /* sqlite3.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = sqlite3.o; sourceTree = ""; }; + C1EA4FE21680FE1000A21259 /* SqliteDatabase.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SqliteDatabase.o; sourceTree = ""; }; + C1EA4FE41680FE1000A21259 /* json_reader.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = json_reader.o; sourceTree = ""; }; + C1EA4FE51680FE1000A21259 /* json_value.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = json_value.o; sourceTree = ""; }; + C1EA4FE61680FE1000A21259 /* json_writer.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = json_writer.o; sourceTree = ""; }; + C1EA4FE81680FE1000A21259 /* AccountItems.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = AccountItems.o; sourceTree = ""; }; + C1EA4FE91680FE1000A21259 /* AccountSetTransactor.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = AccountSetTransactor.o; sourceTree = ""; }; + C1EA4FEA1680FE1000A21259 /* AccountState.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = AccountState.o; sourceTree = ""; }; + C1EA4FEB1680FE1000A21259 /* Amount.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Amount.o; sourceTree = ""; }; + C1EA4FEC1680FE1000A21259 /* Application.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Application.o; sourceTree = ""; }; + C1EA4FED1680FE1000A21259 /* BitcoinUtil.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = BitcoinUtil.o; sourceTree = ""; }; + C1EA4FEE1680FE1000A21259 /* CallRPC.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = CallRPC.o; sourceTree = ""; }; + C1EA4FEF1680FE1000A21259 /* CanonicalTXSet.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = CanonicalTXSet.o; sourceTree = ""; }; + C1EA4FF01680FE1000A21259 /* Config.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Config.o; sourceTree = ""; }; + C1EA4FF11680FE1000A21259 /* ConnectionPool.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ConnectionPool.o; sourceTree = ""; }; + C1EA4FF21680FE1000A21259 /* Contract.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Contract.o; sourceTree = ""; }; + C1EA4FF31680FE1000A21259 /* DBInit.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = DBInit.o; sourceTree = ""; }; + C1EA4FF41680FE1000A21259 /* DeterministicKeys.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = DeterministicKeys.o; sourceTree = ""; }; + C1EA4FF51680FE1000A21259 /* ECIES.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ECIES.o; sourceTree = ""; }; + C1EA4FF61680FE1000A21259 /* FeatureTable.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = FeatureTable.o; sourceTree = ""; }; + C1EA4FF71680FE1000A21259 /* FieldNames.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = FieldNames.o; sourceTree = ""; }; + C1EA4FF81680FE1000A21259 /* HashedObject.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = HashedObject.o; sourceTree = ""; }; + C1EA4FF91680FE1000A21259 /* HTTPRequest.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = HTTPRequest.o; sourceTree = ""; }; + C1EA4FFA1680FE1000A21259 /* HttpsClient.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = HttpsClient.o; sourceTree = ""; }; + C1EA4FFB1680FE1000A21259 /* InstanceCounter.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = InstanceCounter.o; sourceTree = ""; }; + C1EA4FFC1680FE1000A21259 /* Interpreter.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Interpreter.o; sourceTree = ""; }; + C1EA4FFD1680FE1000A21259 /* JobQueue.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = JobQueue.o; sourceTree = ""; }; + C1EA4FFE1680FE1000A21259 /* Ledger.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Ledger.o; sourceTree = ""; }; + C1EA4FFF1680FE1000A21259 /* LedgerAcquire.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LedgerAcquire.o; sourceTree = ""; }; + C1EA50001680FE1000A21259 /* LedgerConsensus.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LedgerConsensus.o; sourceTree = ""; }; + C1EA50011680FE1000A21259 /* LedgerEntrySet.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LedgerEntrySet.o; sourceTree = ""; }; + C1EA50021680FE1000A21259 /* LedgerFormats.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LedgerFormats.o; sourceTree = ""; }; + C1EA50031680FE1000A21259 /* LedgerHistory.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LedgerHistory.o; sourceTree = ""; }; + C1EA50041680FE1000A21259 /* LedgerMaster.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LedgerMaster.o; sourceTree = ""; }; + C1EA50051680FE1000A21259 /* LedgerProposal.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LedgerProposal.o; sourceTree = ""; }; + C1EA50061680FE1000A21259 /* LedgerTiming.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LedgerTiming.o; sourceTree = ""; }; + C1EA50071680FE1000A21259 /* LoadManager.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LoadManager.o; sourceTree = ""; }; + C1EA50081680FE1000A21259 /* LoadMonitor.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LoadMonitor.o; sourceTree = ""; }; + C1EA50091680FE1000A21259 /* Log.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Log.o; sourceTree = ""; }; + C1EA500A1680FE1000A21259 /* main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = main.o; sourceTree = ""; }; + C1EA500B1680FE1000A21259 /* NetworkOPs.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = NetworkOPs.o; sourceTree = ""; }; + C1EA500C1680FE1000A21259 /* NicknameState.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = NicknameState.o; sourceTree = ""; }; + C1EA500D1680FE1000A21259 /* Offer.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Offer.o; sourceTree = ""; }; + C1EA500E1680FE1000A21259 /* OfferCancelTransactor.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = OfferCancelTransactor.o; sourceTree = ""; }; + C1EA500F1680FE1000A21259 /* OfferCreateTransactor.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = OfferCreateTransactor.o; sourceTree = ""; }; + C1EA50101680FE1000A21259 /* Operation.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Operation.o; sourceTree = ""; }; + C1EA50111680FE1000A21259 /* OrderBook.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = OrderBook.o; sourceTree = ""; }; + C1EA50121680FE1000A21259 /* OrderBookDB.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = OrderBookDB.o; sourceTree = ""; }; + C1EA50131680FE1000A21259 /* PackedMessage.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = PackedMessage.o; sourceTree = ""; }; + C1EA50141680FE1000A21259 /* ParameterTable.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ParameterTable.o; sourceTree = ""; }; + C1EA50151680FE1000A21259 /* ParseSection.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ParseSection.o; sourceTree = ""; }; + C1EA50161680FE1000A21259 /* Pathfinder.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Pathfinder.o; sourceTree = ""; }; + C1EA50171680FE1000A21259 /* PaymentTransactor.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = PaymentTransactor.o; sourceTree = ""; }; + C1EA50181680FE1000A21259 /* Peer.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Peer.o; sourceTree = ""; }; + C1EA50191680FE1000A21259 /* PeerDoor.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = PeerDoor.o; sourceTree = ""; }; + C1EA501A1680FE1000A21259 /* PlatRand.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = PlatRand.o; sourceTree = ""; }; + C1EA501B1680FE1000A21259 /* ProofOfWork.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ProofOfWork.o; sourceTree = ""; }; + C1EA501C1680FE1000A21259 /* PubKeyCache.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = PubKeyCache.o; sourceTree = ""; }; + C1EA501D1680FE1000A21259 /* RangeSet.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = RangeSet.o; sourceTree = ""; }; + C1EA501E1680FE1000A21259 /* RegularKeySetTransactor.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = RegularKeySetTransactor.o; sourceTree = ""; }; + C1EA501F1680FE1000A21259 /* rfc1751.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = rfc1751.o; sourceTree = ""; }; + C1EA50201680FE1000A21259 /* RippleAddress.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = RippleAddress.o; sourceTree = ""; }; + C1EA50211680FE1000A21259 /* RippleCalc.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = RippleCalc.o; sourceTree = ""; }; + C1EA50221680FE1000A21259 /* RippleState.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = RippleState.o; sourceTree = ""; }; + C1EA50231680FE1000A21259 /* rpc.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = rpc.o; sourceTree = ""; }; + C1EA50241680FE1000A21259 /* RPCDoor.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = RPCDoor.o; sourceTree = ""; }; + C1EA50251680FE1000A21259 /* RPCErr.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = RPCErr.o; sourceTree = ""; }; + C1EA50261680FE1000A21259 /* RPCHandler.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = RPCHandler.o; sourceTree = ""; }; + C1EA50271680FE1000A21259 /* RPCServer.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = RPCServer.o; sourceTree = ""; }; + C1EA50281680FE1000A21259 /* ScriptData.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ScriptData.o; sourceTree = ""; }; + C1EA50291680FE1000A21259 /* SerializedLedger.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SerializedLedger.o; sourceTree = ""; }; + C1EA502A1680FE1000A21259 /* SerializedObject.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SerializedObject.o; sourceTree = ""; }; + C1EA502B1680FE1000A21259 /* SerializedTransaction.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SerializedTransaction.o; sourceTree = ""; }; + C1EA502C1680FE1000A21259 /* SerializedTypes.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SerializedTypes.o; sourceTree = ""; }; + C1EA502D1680FE1000A21259 /* SerializedValidation.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SerializedValidation.o; sourceTree = ""; }; + C1EA502E1680FE1000A21259 /* Serializer.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Serializer.o; sourceTree = ""; }; + C1EA502F1680FE1000A21259 /* SHAMap.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SHAMap.o; sourceTree = ""; }; + C1EA50301680FE1000A21259 /* SHAMapDiff.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SHAMapDiff.o; sourceTree = ""; }; + C1EA50311680FE1000A21259 /* SHAMapNodes.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SHAMapNodes.o; sourceTree = ""; }; + C1EA50321680FE1000A21259 /* SHAMapSync.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SHAMapSync.o; sourceTree = ""; }; + C1EA50331680FE1000A21259 /* SNTPClient.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SNTPClient.o; sourceTree = ""; }; + C1EA50341680FE1000A21259 /* Suppression.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Suppression.o; sourceTree = ""; }; + C1EA50351680FE1000A21259 /* Transaction.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Transaction.o; sourceTree = ""; }; + C1EA50361680FE1000A21259 /* TransactionEngine.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = TransactionEngine.o; sourceTree = ""; }; + C1EA50371680FE1000A21259 /* TransactionErr.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = TransactionErr.o; sourceTree = ""; }; + C1EA50381680FE1000A21259 /* TransactionFormats.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = TransactionFormats.o; sourceTree = ""; }; + C1EA50391680FE1000A21259 /* TransactionMaster.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = TransactionMaster.o; sourceTree = ""; }; + C1EA503A1680FE1000A21259 /* TransactionMeta.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = TransactionMeta.o; sourceTree = ""; }; + C1EA503B1680FE1000A21259 /* Transactor.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Transactor.o; sourceTree = ""; }; + C1EA503C1680FE1000A21259 /* TrustSetTransactor.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = TrustSetTransactor.o; sourceTree = ""; }; + C1EA503D1680FE1000A21259 /* UniqueNodeList.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = UniqueNodeList.o; sourceTree = ""; }; + C1EA503E1680FE1000A21259 /* utils.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = utils.o; sourceTree = ""; }; + C1EA503F1680FE1000A21259 /* ValidationCollection.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ValidationCollection.o; sourceTree = ""; }; + C1EA50401680FE1000A21259 /* Wallet.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Wallet.o; sourceTree = ""; }; + C1EA50411680FE1000A21259 /* WalletAddTransactor.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = WalletAddTransactor.o; sourceTree = ""; }; + C1EA50421680FE1000A21259 /* WSDoor.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = WSDoor.o; sourceTree = ""; }; + C1EA50461680FE1000A21259 /* base64.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = base64.o; sourceTree = ""; }; + C1EA50481680FE1000A21259 /* md5.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = md5.o; sourceTree = ""; }; + C1EA504A1680FE1000A21259 /* data.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = data.o; sourceTree = ""; }; + C1EA504B1680FE1000A21259 /* network_utilities.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = network_utilities.o; sourceTree = ""; }; + C1EA504D1680FE1000A21259 /* hybi_header.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = hybi_header.o; sourceTree = ""; }; + C1EA504E1680FE1000A21259 /* hybi_util.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = hybi_util.o; sourceTree = ""; }; + C1EA50501680FE1000A21259 /* sha1.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = sha1.o; sourceTree = ""; }; + C1EA50511680FE1000A21259 /* uri.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = uri.o; sourceTree = ""; }; + C1EA50531680FE1000A21259 /* ripple.pb.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ripple.pb.cc; sourceTree = ""; }; + C1EA50541680FE1000A21259 /* ripple.pb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ripple.pb.h; sourceTree = ""; }; + C1EA50551680FE1000A21259 /* ripple.pb.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ripple.pb.o; sourceTree = ""; }; + C1EA50561680FE1000A21259 /* rippled */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = rippled; sourceTree = ""; }; + C1EA50581680FE1000A21259 /* cointoss.nsi */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = cointoss.nsi; sourceTree = ""; }; + C1EA50591680FE1000A21259 /* newcoind.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = newcoind.cfg; sourceTree = ""; }; + C1EA505A1680FE1100A21259 /* start CoinToss.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "start CoinToss.bat"; sourceTree = ""; }; + C1EA505B1680FE1100A21259 /* validators.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = validators.txt; sourceTree = ""; }; + C1EA505C1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../../LICENSE; sourceTree = ""; }; + C1EA505F1680FE1100A21259 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; + C1EA50601680FE1100A21259 /* NewCoin.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; path = NewCoin.1; sourceTree = ""; }; + C1EA50611680FE1100A21259 /* NewCoin.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = NewCoin.xcodeproj; sourceTree = ""; }; + C1EA50641680FE1100A21259 /* NewCoin.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; name = NewCoin.1; path = ../../NewCoin.1; sourceTree = ""; }; + C1EA50651680FE1100A21259 /* newcoin.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = newcoin.sln; path = ../../newcoin.sln; sourceTree = ""; }; + C1EA50661680FE1100A21259 /* newcoin.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = newcoin.vcxproj; path = ../../newcoin.vcxproj; sourceTree = ""; }; + C1EA50671680FE1100A21259 /* newcoin.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = newcoin.vcxproj.filters; path = ../../newcoin.vcxproj.filters; sourceTree = ""; }; + C1EA506A1680FE1100A21259 /* buster */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = buster; sourceTree = ""; }; + C1EA506B1680FE1100A21259 /* buster-autotest */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "buster-autotest"; sourceTree = ""; }; + C1EA506C1680FE1100A21259 /* buster-server */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "buster-server"; sourceTree = ""; }; + C1EA506D1680FE1100A21259 /* buster-static */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "buster-static"; sourceTree = ""; }; + C1EA506E1680FE1100A21259 /* buster-test */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "buster-test"; sourceTree = ""; }; + C1EA506F1680FE1100A21259 /* webpack */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = webpack; sourceTree = ""; }; + C1EA50701680FE1100A21259 /* wscat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = wscat; sourceTree = ""; }; + C1EA50721680FE1100A21259 /* .gitmodules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; + C1EA50731680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA50741680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA50761680FE1100A21259 /* async.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = async.js; sourceTree = ""; }; + C1EA50771680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA50781680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA50791680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA507A1680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA507C1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA507E1680FE1100A21259 /* buster */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = buster; sourceTree = ""; }; + C1EA507F1680FE1100A21259 /* buster-autotest */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "buster-autotest"; sourceTree = ""; }; + C1EA50801680FE1100A21259 /* buster-headless */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "buster-headless"; sourceTree = ""; }; + C1EA50811680FE1100A21259 /* buster-server */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "buster-server"; sourceTree = ""; }; + C1EA50821680FE1100A21259 /* buster-static */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "buster-static"; sourceTree = ""; }; + C1EA50831680FE1100A21259 /* buster-test */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "buster-test"; sourceTree = ""; }; + C1EA50841680FE1100A21259 /* build */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = build; sourceTree = ""; }; + C1EA50851680FE1100A21259 /* jsTestDriver.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jsTestDriver.conf; sourceTree = ""; }; + C1EA50881680FE1100A21259 /* browser-wiring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "browser-wiring.js"; sourceTree = ""; }; + C1EA50891680FE1100A21259 /* buster-wiring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-wiring.js"; sourceTree = ""; }; + C1EA508A1680FE1100A21259 /* capture-server-wiring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "capture-server-wiring.js"; sourceTree = ""; }; + C1EA508B1680FE1100A21259 /* framework-extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "framework-extension.js"; sourceTree = ""; }; + C1EA508C1680FE1100A21259 /* wiring-extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "wiring-extension.js"; sourceTree = ""; }; + C1EA508D1680FE1100A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA50901680FE1100A21259 /* buster-static */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "buster-static"; sourceTree = ""; }; + C1EA50921680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA50931680FE1100A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA50941680FE1100A21259 /* jsl.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jsl.conf; sourceTree = ""; }; + C1EA50951680FE1100A21259 /* jsTestDriver.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jsTestDriver.conf; sourceTree = ""; }; + C1EA50981680FE1100A21259 /* expect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = expect.js; sourceTree = ""; }; + C1EA50991680FE1100A21259 /* buster-assertions.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-assertions.js"; sourceTree = ""; }; + C1EA509A1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA509B1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA509C1680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA509D1680FE1100A21259 /* run-tests */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "run-tests"; sourceTree = ""; }; + C1EA50A01680FE1100A21259 /* expect-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "expect-test.js"; sourceTree = ""; }; + C1EA50A11680FE1100A21259 /* buster-assertions-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-assertions-test.js"; sourceTree = ""; }; + C1EA50A21680FE1100A21259 /* buster-assertions-util-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-assertions-util-test.js"; sourceTree = ""; }; + C1EA50A31680FE1100A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA50A41680FE1100A21259 /* test.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = test.html; sourceTree = ""; }; + C1EA50A61680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA50A71680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA50A81680FE1100A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA50AA1680FE1100A21259 /* buster-autotest.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-autotest.js"; sourceTree = ""; }; + C1EA50AB1680FE1100A21259 /* on-interrupt.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "on-interrupt.js"; sourceTree = ""; }; + C1EA50AE1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA50AF1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA50B01680FE1100A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA50B11680FE1100A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA50B31680FE1100A21259 /* buster-glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-glob.js"; sourceTree = ""; }; + C1EA50B61680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA50B71680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA50B91680FE1100A21259 /* g.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = g.js; sourceTree = ""; }; + C1EA50BA1680FE1100A21259 /* usr-local.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "usr-local.js"; sourceTree = ""; }; + C1EA50BB1680FE1100A21259 /* glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = glob.js; sourceTree = ""; }; + C1EA50BC1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA50BF1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA50C01680FE1100A21259 /* graceful-fs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "graceful-fs.js"; sourceTree = ""; }; + C1EA50C11680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA50C21680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA50C31680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA50C51680FE1100A21259 /* open.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = open.js; sourceTree = ""; }; + C1EA50C71680FE1100A21259 /* inherits.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = inherits.js; sourceTree = ""; }; + C1EA50C81680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA50C91680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA50CB1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA50CC1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA50CD1680FE1100A21259 /* minimatch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minimatch.js; sourceTree = ""; }; + C1EA50D01680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA50D11680FE1100A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA50D31680FE1100A21259 /* lru-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lru-cache.js"; sourceTree = ""; }; + C1EA50D41680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA50D51680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA50D61680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA50D81680FE1100A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA50DA1680FE1100A21259 /* bench.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bench.js; sourceTree = ""; }; + C1EA50DB1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA50DC1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA50DD1680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA50DE1680FE1100A21259 /* sigmund.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sigmund.js; sourceTree = ""; }; + C1EA50E01680FE1100A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA50E11680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA50E21680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA50E41680FE1100A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA50E51680FE1100A21259 /* brace-expand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "brace-expand.js"; sourceTree = ""; }; + C1EA50E61680FE1100A21259 /* caching.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = caching.js; sourceTree = ""; }; + C1EA50E71680FE1100A21259 /* defaults.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = defaults.js; sourceTree = ""; }; + C1EA50E81680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA50E91680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA50EB1680FE1100A21259 /* 00-setup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "00-setup.js"; sourceTree = ""; }; + C1EA50EC1680FE1100A21259 /* bash-comparison.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "bash-comparison.js"; sourceTree = ""; }; + C1EA50ED1680FE1100A21259 /* cwd-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "cwd-test.js"; sourceTree = ""; }; + C1EA50EE1680FE1100A21259 /* mark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mark.js; sourceTree = ""; }; + C1EA50EF1680FE1100A21259 /* pause-resume.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pause-resume.js"; sourceTree = ""; }; + C1EA50F01680FE1100A21259 /* root-nomount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "root-nomount.js"; sourceTree = ""; }; + C1EA50F11680FE1100A21259 /* root.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = root.js; sourceTree = ""; }; + C1EA50F21680FE1100A21259 /* zz-cleanup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "zz-cleanup.js"; sourceTree = ""; }; + C1EA50F31680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA50F41680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA50F61680FE1100A21259 /* buster-glob-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-glob-test.js"; sourceTree = ""; }; + C1EA50F81680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA50F91680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA50FA1680FE1100A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA50FC1680FE1100A21259 /* centos.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = centos.txt; sourceTree = ""; }; + C1EA50FD1680FE1100A21259 /* osx.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = osx.txt; sourceTree = ""; }; + C1EA50FE1680FE1100A21259 /* ubuntu.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ubuntu.txt; sourceTree = ""; }; + C1EA50FF1680FE1100A21259 /* windows.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = windows.txt; sourceTree = ""; }; + C1EA51001680FE1100A21259 /* check-fs-watch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "check-fs-watch.js"; sourceTree = ""; }; + C1EA51021680FE1100A21259 /* async.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = async.js; sourceTree = ""; }; + C1EA51031680FE1100A21259 /* change-tracker.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "change-tracker.js"; sourceTree = ""; }; + C1EA51041680FE1100A21259 /* fs-filtered.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "fs-filtered.js"; sourceTree = ""; }; + C1EA51051680FE1100A21259 /* fs-watch-tree.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "fs-watch-tree.js"; sourceTree = ""; }; + C1EA51061680FE1100A21259 /* fs-watcher.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "fs-watcher.js"; sourceTree = ""; }; + C1EA51071680FE1100A21259 /* tree-watcher.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "tree-watcher.js"; sourceTree = ""; }; + C1EA51081680FE1100A21259 /* walk-tree.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "walk-tree.js"; sourceTree = ""; }; + C1EA51091680FE1100A21259 /* watch-tree-generic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "watch-tree-generic.js"; sourceTree = ""; }; + C1EA510A1680FE1100A21259 /* watch-tree-unix.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "watch-tree-unix.js"; sourceTree = ""; }; + C1EA510B1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA510C1680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA510E1680FE1100A21259 /* change-tracker-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "change-tracker-test.js"; sourceTree = ""; }; + C1EA510F1680FE1100A21259 /* fs-filtered-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "fs-filtered-test.js"; sourceTree = ""; }; + C1EA51101680FE1100A21259 /* fs-watcher-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "fs-watcher-test.js"; sourceTree = ""; }; + C1EA51111680FE1100A21259 /* helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = helper.js; sourceTree = ""; }; + C1EA51121680FE1100A21259 /* os-watch-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "os-watch-helper.js"; sourceTree = ""; }; + C1EA51131680FE1100A21259 /* tree-watcher-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "tree-watcher-test.js"; sourceTree = ""; }; + C1EA51141680FE1100A21259 /* walk-tree-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "walk-tree-test.js"; sourceTree = ""; }; + C1EA51151680FE1100A21259 /* watch-tree-unix-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "watch-tree-unix-test.js"; sourceTree = ""; }; + C1EA51161680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA51171680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA51191680FE1100A21259 /* buster-autotest-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-autotest-test.js"; sourceTree = ""; }; + C1EA511B1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA511C1680FE1100A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA511D1680FE1100A21259 /* jsTestDriver.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jsTestDriver.conf; sourceTree = ""; }; + C1EA511F1680FE1100A21259 /* buster-core.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-core.js"; sourceTree = ""; }; + C1EA51201680FE1100A21259 /* buster-event-emitter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-event-emitter.js"; sourceTree = ""; }; + C1EA51211680FE1100A21259 /* define-version-getter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "define-version-getter.js"; sourceTree = ""; }; + C1EA51221680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA51231680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA51241680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA51251680FE1100A21259 /* run-tests */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "run-tests"; sourceTree = ""; }; + C1EA51271680FE1100A21259 /* buster-core-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-core-test.js"; sourceTree = ""; }; + C1EA51281680FE1100A21259 /* buster-event-emitter-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-event-emitter-test.js"; sourceTree = ""; }; + C1EA512B1680FE1100A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA512C1680FE1100A21259 /* jstdhtml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jstdhtml; sourceTree = ""; }; + C1EA512F1680FE1100A21259 /* jstestdriver-shim.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jstestdriver-shim.js"; sourceTree = ""; }; + C1EA51301680FE1100A21259 /* req-res.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "req-res.js"; sourceTree = ""; }; + C1EA51311680FE1100A21259 /* runner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runner.js; sourceTree = ""; }; + C1EA51321680FE1100A21259 /* test-case.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-case.js"; sourceTree = ""; }; + C1EA51331680FE1100A21259 /* buster-util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-util.js"; sourceTree = ""; }; + C1EA51341680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA51351680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA51371680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA51381680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA51391680FE1100A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA513A1680FE1100A21259 /* build */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = build; sourceTree = ""; }; + C1EA513B1680FE1100A21259 /* Changelog.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog.txt; sourceTree = ""; }; + C1EA513C1680FE1100A21259 /* jsl.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jsl.conf; sourceTree = ""; }; + C1EA513F1680FE1100A21259 /* assert.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assert.js; sourceTree = ""; }; + C1EA51401680FE1100A21259 /* collection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = collection.js; sourceTree = ""; }; + C1EA51411680FE1100A21259 /* match.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = match.js; sourceTree = ""; }; + C1EA51421680FE1100A21259 /* mock.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mock.js; sourceTree = ""; }; + C1EA51431680FE1100A21259 /* sandbox.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sandbox.js; sourceTree = ""; }; + C1EA51441680FE1100A21259 /* spy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = spy.js; sourceTree = ""; }; + C1EA51451680FE1100A21259 /* stub.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stub.js; sourceTree = ""; }; + C1EA51461680FE1100A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA51471680FE1100A21259 /* test_case.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test_case.js; sourceTree = ""; }; + C1EA51491680FE1100A21259 /* event.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = event.js; sourceTree = ""; }; + C1EA514A1680FE1100A21259 /* fake_server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_server.js; sourceTree = ""; }; + C1EA514B1680FE1100A21259 /* fake_server_with_clock.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_server_with_clock.js; sourceTree = ""; }; + C1EA514C1680FE1100A21259 /* fake_timers.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_timers.js; sourceTree = ""; }; + C1EA514D1680FE1100A21259 /* fake_xml_http_request.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_xml_http_request.js; sourceTree = ""; }; + C1EA514E1680FE1100A21259 /* timers_ie.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = timers_ie.js; sourceTree = ""; }; + C1EA514F1680FE1100A21259 /* xhr_ie.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = xhr_ie.js; sourceTree = ""; }; + C1EA51501680FE1100A21259 /* sinon.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sinon.js; sourceTree = ""; }; + C1EA51511680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA51521680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA51531680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA51561680FE1100A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA51581680FE1100A21259 /* xhr_target.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = xhr_target.txt; sourceTree = ""; }; + C1EA515A1680FE1100A21259 /* env.rhino.1.2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = env.rhino.1.2.js; sourceTree = ""; }; + C1EA515B1680FE1100A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA515C1680FE1100A21259 /* runner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runner.js; sourceTree = ""; }; + C1EA515E1680FE1100A21259 /* assert_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assert_test.js; sourceTree = ""; }; + C1EA515F1680FE1100A21259 /* collection_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = collection_test.js; sourceTree = ""; }; + C1EA51601680FE1100A21259 /* match_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = match_test.js; sourceTree = ""; }; + C1EA51611680FE1100A21259 /* mock_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mock_test.js; sourceTree = ""; }; + C1EA51621680FE1100A21259 /* sandbox_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sandbox_test.js; sourceTree = ""; }; + C1EA51631680FE1100A21259 /* spy_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = spy_test.js; sourceTree = ""; }; + C1EA51641680FE1100A21259 /* stub_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stub_test.js; sourceTree = ""; }; + C1EA51651680FE1100A21259 /* test_case_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test_case_test.js; sourceTree = ""; }; + C1EA51661680FE1100A21259 /* test_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test_test.js; sourceTree = ""; }; + C1EA51681680FE1100A21259 /* event_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = event_test.js; sourceTree = ""; }; + C1EA51691680FE1100A21259 /* fake_server_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_server_test.js; sourceTree = ""; }; + C1EA516A1680FE1100A21259 /* fake_server_with_clock_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_server_with_clock_test.js; sourceTree = ""; }; + C1EA516B1680FE1100A21259 /* fake_timers_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_timers_test.js; sourceTree = ""; }; + C1EA516C1680FE1100A21259 /* fake_xml_http_request_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_xml_http_request_test.js; sourceTree = ""; }; + C1EA516D1680FE1100A21259 /* sinon-dist.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "sinon-dist.html"; sourceTree = ""; }; + C1EA516E1680FE1100A21259 /* sinon.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sinon.html; sourceTree = ""; }; + C1EA516F1680FE1100A21259 /* sinon_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sinon_test.js; sourceTree = ""; }; + C1EA51711680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA51721680FE1100A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA51731680FE1100A21259 /* jsTestDriver.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jsTestDriver.conf; sourceTree = ""; }; + C1EA51751680FE1100A21259 /* buster-evented-logger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-evented-logger.js"; sourceTree = ""; }; + C1EA51761680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA51771680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA51781680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA51791680FE1100A21259 /* run-tests */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "run-tests"; sourceTree = ""; }; + C1EA517B1680FE1100A21259 /* buster-evented-logger-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-evented-logger-test.js"; sourceTree = ""; }; + C1EA517C1680FE1100A21259 /* test.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = test.html; sourceTree = ""; }; + C1EA517F1680FE1100A21259 /* cycle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cycle.js; sourceTree = ""; }; + C1EA51801680FE1100A21259 /* json.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json.js; sourceTree = ""; }; + C1EA51811680FE1100A21259 /* json2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json2.js; sourceTree = ""; }; + C1EA51821680FE1100A21259 /* json_parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json_parse.js; sourceTree = ""; }; + C1EA51831680FE1100A21259 /* json_parse_state.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json_parse_state.js; sourceTree = ""; }; + C1EA51841680FE1100A21259 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + C1EA51861680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA51871680FE1100A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA51881680FE1100A21259 /* jsTestDriver.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jsTestDriver.conf; sourceTree = ""; }; + C1EA518A1680FE1100A21259 /* buster-format.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-format.js"; sourceTree = ""; }; + C1EA518B1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA518C1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA518D1680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA518E1680FE1100A21259 /* run-tests */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "run-tests"; sourceTree = ""; }; + C1EA51901680FE1100A21259 /* buster-format-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-format-test.js"; sourceTree = ""; }; + C1EA51921680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA51931680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA51941680FE1100A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA51951680FE1100A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA51971680FE1100A21259 /* middleware.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = middleware.js; sourceTree = ""; }; + C1EA51981680FE1100A21259 /* server-cli.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "server-cli.js"; sourceTree = ""; }; + C1EA51991680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA519C1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA519D1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA519E1680FE1100A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA51A11680FE1100A21259 /* args.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = args.js; sourceTree = ""; }; + C1EA51A21680FE1100A21259 /* config.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = config.js; sourceTree = ""; }; + C1EA51A31680FE1100A21259 /* help.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = help.js; sourceTree = ""; }; + C1EA51A41680FE1100A21259 /* logger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = logger.js; sourceTree = ""; }; + C1EA51A51680FE1100A21259 /* buster-cli.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-cli.js"; sourceTree = ""; }; + C1EA51A61680FE1100A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA51A91680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA51AA1680FE1100A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA51AB1680FE1100A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA51AD1680FE1100A21259 /* buster-configuration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-configuration.js"; sourceTree = ""; }; + C1EA51AE1680FE1100A21259 /* file-loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-loader.js"; sourceTree = ""; }; + C1EA51AF1680FE1100A21259 /* group.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = group.js; sourceTree = ""; }; + C1EA51B01680FE1100A21259 /* util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.js; sourceTree = ""; }; + C1EA51B31680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA51B41680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA51B61680FE1100A21259 /* g.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = g.js; sourceTree = ""; }; + C1EA51B71680FE1100A21259 /* usr-local.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "usr-local.js"; sourceTree = ""; }; + C1EA51B81680FE1100A21259 /* glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = glob.js; sourceTree = ""; }; + C1EA51B91680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA51BC1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA51BD1680FE1100A21259 /* graceful-fs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "graceful-fs.js"; sourceTree = ""; }; + C1EA51BE1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA51BF1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA51C01680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA51C21680FE1100A21259 /* open.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = open.js; sourceTree = ""; }; + C1EA51C41680FE1100A21259 /* inherits.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = inherits.js; sourceTree = ""; }; + C1EA51C51680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA51C61680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA51C71680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA51C81680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA51CA1680FE1100A21259 /* 00-setup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "00-setup.js"; sourceTree = ""; }; + C1EA51CB1680FE1100A21259 /* bash-comparison.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "bash-comparison.js"; sourceTree = ""; }; + C1EA51CC1680FE1100A21259 /* cwd-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "cwd-test.js"; sourceTree = ""; }; + C1EA51CD1680FE1100A21259 /* mark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mark.js; sourceTree = ""; }; + C1EA51CE1680FE1100A21259 /* pause-resume.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pause-resume.js"; sourceTree = ""; }; + C1EA51CF1680FE1100A21259 /* root-nomount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "root-nomount.js"; sourceTree = ""; }; + C1EA51D01680FE1100A21259 /* root.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = root.js; sourceTree = ""; }; + C1EA51D11680FE1100A21259 /* zz-cleanup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "zz-cleanup.js"; sourceTree = ""; }; + C1EA51D31680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA51D41680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA51D51680FE1100A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA51D61680FE1100A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA51DA1680FE1100A21259 /* 1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 1.png; sourceTree = ""; }; + C1EA51DB1680FE1100A21259 /* 2.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = 2.html; sourceTree = ""; }; + C1EA51DC1680FE1100A21259 /* 3.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 3.txt; sourceTree = ""; }; + C1EA51DD1680FE1100A21259 /* 4.tgz */ = {isa = PBXFileReference; lastKnownFileType = file; path = 4.tgz; sourceTree = ""; }; + C1EA51DE1680FE1100A21259 /* medium.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = medium.json; sourceTree = ""; }; + C1EA51DF1680FE1100A21259 /* publish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = publish.js; sourceTree = ""; }; + C1EA51E01680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA51E11680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA51E21680FE1100A21259 /* small.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = small.json; sourceTree = ""; }; + C1EA51E41680FE1100A21259 /* file-etag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-etag.js"; sourceTree = ""; }; + C1EA51E51680FE1100A21259 /* http-proxy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-proxy.js"; sourceTree = ""; }; + C1EA51E61680FE1100A21259 /* invalid-error.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "invalid-error.js"; sourceTree = ""; }; + C1EA51E71680FE1100A21259 /* load-path.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "load-path.js"; sourceTree = ""; }; + C1EA51E91680FE1100A21259 /* iife.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = iife.js; sourceTree = ""; }; + C1EA51EA1680FE1100A21259 /* ramp-resources.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "ramp-resources.js"; sourceTree = ""; }; + C1EA51EB1680FE1100A21259 /* resource-combiner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-combiner.js"; sourceTree = ""; }; + C1EA51EC1680FE1100A21259 /* resource-file-resolver.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-file-resolver.js"; sourceTree = ""; }; + C1EA51ED1680FE1100A21259 /* resource-middleware.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-middleware.js"; sourceTree = ""; }; + C1EA51EE1680FE1100A21259 /* resource-set-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-cache.js"; sourceTree = ""; }; + C1EA51EF1680FE1100A21259 /* resource-set.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set.js"; sourceTree = ""; }; + C1EA51F01680FE1100A21259 /* resource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = resource.js; sourceTree = ""; }; + C1EA51F31680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA51F41680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA51F51680FE1100A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA51F61680FE1100A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA51F81680FE1100A21259 /* buster-glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-glob.js"; sourceTree = ""; }; + C1EA51F91680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA51FA1680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA51FC1680FE1100A21259 /* buster-glob-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-glob-test.js"; sourceTree = ""; }; + C1EA51FE1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA51FF1680FE1100A21259 /* mime.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mime.js; sourceTree = ""; }; + C1EA52001680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA52011680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA52021680FE1100A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA52041680FE1100A21259 /* mime.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mime.types; sourceTree = ""; }; + C1EA52051680FE1100A21259 /* node.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = node.types; sourceTree = ""; }; + C1EA52071680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA52081680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA52091680FE1100A21259 /* minimatch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minimatch.js; sourceTree = ""; }; + C1EA520C1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA520E1680FE1100A21259 /* lru-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lru-cache.js"; sourceTree = ""; }; + C1EA520F1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA52101680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA52111680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA52131680FE1100A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA52141680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA52151680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA52171680FE1100A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA52181680FE1100A21259 /* brace-expand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "brace-expand.js"; sourceTree = ""; }; + C1EA52191680FE1100A21259 /* caching.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = caching.js; sourceTree = ""; }; + C1EA521A1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA521B1680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA521E1680FE1100A21259 /* bar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bar.js; sourceTree = ""; }; + C1EA521F1680FE1100A21259 /* foo.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foo.js; sourceTree = ""; }; + C1EA52211680FE1100A21259 /* other.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = other.js; sourceTree = ""; }; + C1EA52221680FE1100A21259 /* some-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "some-test.js"; sourceTree = ""; }; + C1EA52241680FE1100A21259 /* my-testish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "my-testish.js"; sourceTree = ""; }; + C1EA52251680FE1100A21259 /* http-proxy-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-proxy-test.js"; sourceTree = ""; }; + C1EA52261680FE1100A21259 /* load-path-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "load-path-test.js"; sourceTree = ""; }; + C1EA52281680FE1100A21259 /* iife-processor-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "iife-processor-test.js"; sourceTree = ""; }; + C1EA52291680FE1100A21259 /* resource-middleware-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-middleware-test.js"; sourceTree = ""; }; + C1EA522A1680FE1100A21259 /* resource-set-cache-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-cache-test.js"; sourceTree = ""; }; + C1EA522B1680FE1100A21259 /* resource-set-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-test.js"; sourceTree = ""; }; + C1EA522C1680FE1100A21259 /* resource-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-test.js"; sourceTree = ""; }; + C1EA522D1680FE1100A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA522E1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA522F1680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA52311680FE1100A21259 /* buster-configuration-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-configuration-test.js"; sourceTree = ""; }; + C1EA52321680FE1100A21259 /* file-loader-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-loader-test.js"; sourceTree = ""; }; + C1EA52341680FE1100A21259 /* bar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bar.js; sourceTree = ""; }; + C1EA52361680FE1100A21259 /* file */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = file; sourceTree = ""; }; + C1EA52371680FE1100A21259 /* file.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = file.js; sourceTree = ""; }; + C1EA52381680FE1100A21259 /* foo.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foo.js; sourceTree = ""; }; + C1EA523A1680FE1100A21259 /* my-testish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "my-testish.js"; sourceTree = ""; }; + C1EA523B1680FE1100A21259 /* group-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "group-test.js"; sourceTree = ""; }; + C1EA523C1680FE1100A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA523D1680FE1100A21259 /* todo.org */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = todo.org; sourceTree = ""; }; + C1EA523F1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA52401680FE1100A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA52411680FE1100A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA52421680FE1100A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA52441680FE1100A21259 /* buster-terminal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-terminal.js"; sourceTree = ""; }; + C1EA52451680FE1100A21259 /* matrix.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = matrix.js; sourceTree = ""; }; + C1EA52461680FE1100A21259 /* relative-grid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "relative-grid.js"; sourceTree = ""; }; + C1EA52471680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA52481680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA524A1680FE1100A21259 /* buster-terminal-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-terminal-test.js"; sourceTree = ""; }; + C1EA524B1680FE1100A21259 /* helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = helper.js; sourceTree = ""; }; + C1EA524C1680FE1100A21259 /* matrix-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "matrix-test.js"; sourceTree = ""; }; + C1EA524D1680FE1100A21259 /* relative-grid-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "relative-grid-test.js"; sourceTree = ""; }; + C1EA524F1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA52501680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA52511680FE1100A21259 /* minimatch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minimatch.js; sourceTree = ""; }; + C1EA52541680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA52551680FE1100A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA52571680FE1100A21259 /* lru-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lru-cache.js"; sourceTree = ""; }; + C1EA52581680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA52591680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA525A1680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA525C1680FE1100A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA525E1680FE1100A21259 /* bench.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bench.js; sourceTree = ""; }; + C1EA525F1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA52601680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA52611680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA52621680FE1100A21259 /* sigmund.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sigmund.js; sourceTree = ""; }; + C1EA52641680FE1100A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA52651680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA52661680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA52681680FE1100A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA52691680FE1100A21259 /* brace-expand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "brace-expand.js"; sourceTree = ""; }; + C1EA526A1680FE1100A21259 /* caching.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = caching.js; sourceTree = ""; }; + C1EA526B1680FE1100A21259 /* defaults.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = defaults.js; sourceTree = ""; }; + C1EA526D1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA526E1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA526F1680FE1100A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA52701680FE1100A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA52721680FE1100A21259 /* argument.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = argument.js; sourceTree = ""; }; + C1EA52731680FE1100A21259 /* operand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = operand.js; sourceTree = ""; }; + C1EA52741680FE1100A21259 /* option.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = option.js; sourceTree = ""; }; + C1EA52751680FE1100A21259 /* parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.js; sourceTree = ""; }; + C1EA52761680FE1100A21259 /* posix-argv-parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "posix-argv-parser.js"; sourceTree = ""; }; + C1EA52771680FE1100A21259 /* shorthand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shorthand.js; sourceTree = ""; }; + C1EA52781680FE1100A21259 /* types.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = types.js; sourceTree = ""; }; + C1EA52791680FE1100A21259 /* validators.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = validators.js; sourceTree = ""; }; + C1EA527A1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA527B1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA527C1680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA527E1680FE1100A21259 /* operand-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "operand-test.js"; sourceTree = ""; }; + C1EA527F1680FE1100A21259 /* option-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "option-test.js"; sourceTree = ""; }; + C1EA52801680FE1100A21259 /* parser-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "parser-test.js"; sourceTree = ""; }; + C1EA52811680FE1100A21259 /* posix-argv-parser-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "posix-argv-parser-test.js"; sourceTree = ""; }; + C1EA52821680FE1100A21259 /* shorthand-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "shorthand-test.js"; sourceTree = ""; }; + C1EA52831680FE1100A21259 /* types-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "types-test.js"; sourceTree = ""; }; + C1EA52841680FE1100A21259 /* validators-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "validators-test.js"; sourceTree = ""; }; + C1EA52861680FE1100A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA52871680FE1100A21259 /* fiber.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fiber.js; sourceTree = ""; }; + C1EA52881680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA52891680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA528A1680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA528B1680FE1100A21259 /* rimraf.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rimraf.js; sourceTree = ""; }; + C1EA528D1680FE1100A21259 /* run.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = run.sh; sourceTree = ""; }; + C1EA528E1680FE1100A21259 /* setup.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = setup.sh; sourceTree = ""; }; + C1EA528F1680FE1100A21259 /* test-async.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-async.js"; sourceTree = ""; }; + C1EA52901680FE1100A21259 /* test-fiber.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-fiber.js"; sourceTree = ""; }; + C1EA52911680FE1100A21259 /* test-sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-sync.js"; sourceTree = ""; }; + C1EA52931680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA52941680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA52951680FE1100A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA52961680FE1100A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA52981680FE1100A21259 /* stream-logger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "stream-logger.js"; sourceTree = ""; }; + C1EA52991680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA529A1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA529B1680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA529D1680FE1100A21259 /* stream-logger-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "stream-logger-test.js"; sourceTree = ""; }; + C1EA529E1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA529F1680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA52A01680FE1100A21259 /* run-tests */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "run-tests"; sourceTree = ""; }; + C1EA52A21680FE1100A21259 /* buster-cli-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-cli-test.js"; sourceTree = ""; }; + C1EA52A31680FE1100A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA52A51680FE1100A21259 /* .gitmodules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; + C1EA52A61680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA52A71680FE1100A21259 /* benchmark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = benchmark.js; sourceTree = ""; }; + C1EA52A81680FE1100A21259 /* ejs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ejs.js; sourceTree = ""; }; + C1EA52A91680FE1100A21259 /* ejs.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ejs.min.js; sourceTree = ""; }; + C1EA52AB1680FE1100A21259 /* client.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = client.html; sourceTree = ""; }; + C1EA52AC1680FE1100A21259 /* list.ejs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = list.ejs; sourceTree = ""; }; + C1EA52AD1680FE1100A21259 /* list.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = list.js; sourceTree = ""; }; + C1EA52AE1680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA52AF1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA52B11680FE1100A21259 /* ejs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ejs.js; sourceTree = ""; }; + C1EA52B21680FE1100A21259 /* filters.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = filters.js; sourceTree = ""; }; + C1EA52B31680FE1100A21259 /* utils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.js; sourceTree = ""; }; + C1EA52B41680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA52B51680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA52B61680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA52B81680FE1100A21259 /* compile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compile.js; sourceTree = ""; }; + C1EA52BA1680FE1100A21259 /* .gitmodules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; + C1EA52BB1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA52BD1680FE1100A21259 /* expresso */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = expresso; sourceTree = ""; }; + C1EA52BF1680FE1100A21259 /* api.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = api.html; sourceTree = ""; }; + C1EA52C01680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA52C11680FE1100A21259 /* index.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = index.md; sourceTree = ""; }; + C1EA52C31680FE1100A21259 /* foot.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = foot.html; sourceTree = ""; }; + C1EA52C41680FE1100A21259 /* head.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = head.html; sourceTree = ""; }; + C1EA52C51680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA52C71680FE1100A21259 /* bar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bar.js; sourceTree = ""; }; + C1EA52C81680FE1100A21259 /* foo.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foo.js; sourceTree = ""; }; + C1EA52C91680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA52CA1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA52CB1680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA52CD1680FE1100A21259 /* assert.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assert.test.js; sourceTree = ""; }; + C1EA52CE1680FE1100A21259 /* async.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = async.test.js; sourceTree = ""; }; + C1EA52CF1680FE1100A21259 /* bar.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bar.test.js; sourceTree = ""; }; + C1EA52D01680FE1100A21259 /* foo.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foo.test.js; sourceTree = ""; }; + C1EA52D11680FE1100A21259 /* http.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = http.test.js; sourceTree = ""; }; + C1EA52D31680FE1100A21259 /* ejs.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ejs.test.js; sourceTree = ""; }; + C1EA52D51680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA52D71680FE1100A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA52DA1680FE1100A21259 /* paperboy.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = paperboy.jpg; sourceTree = ""; }; + C1EA52DB1680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA52DC1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA52DE1680FE1100A21259 /* paperboy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = paperboy.js; sourceTree = ""; }; + C1EA52DF1680FE1100A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA52E01680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA52E11680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA52E21680FE1100A21259 /* seed.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = seed.yml; sourceTree = ""; }; + C1EA52E41680FE1100A21259 /* Cakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Cakefile; sourceTree = ""; }; + C1EA52E51680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA52E81680FE1100A21259 /* express */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = express; sourceTree = ""; }; + C1EA52EA1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA52EC1680FE1100A21259 /* bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bundle.js; sourceTree = ""; }; + C1EA52EE1680FE1100A21259 /* bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bundle.js; sourceTree = ""; }; + C1EA52EF1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA52F21680FE1100A21259 /* client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = client.js; sourceTree = ""; }; + C1EA52F31680FE1100A21259 /* quotes.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = quotes.json; sourceTree = ""; }; + C1EA52F41680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA52F61680FE1100A21259 /* client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = client.js; sourceTree = ""; }; + C1EA52F71680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA52F91680FE1100A21259 /* chat.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = chat.css; sourceTree = ""; }; + C1EA52FA1680FE1100A21259 /* entry.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = entry.js; sourceTree = ""; }; + C1EA52FB1680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA52FC1680FE1100A21259 /* INSTALL.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = INSTALL.txt; sourceTree = ""; }; + C1EA52FD1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA52FE1680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA53001680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA53011680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA53021680FE1100A21259 /* nested.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nested.js; sourceTree = ""; }; + C1EA53041680FE1100A21259 /* client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = client.js; sourceTree = ""; }; + C1EA53051680FE1100A21259 /* emitter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = emitter.js; sourceTree = ""; }; + C1EA53071680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA53081680FE1100A21259 /* saturate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = saturate.js; sourceTree = ""; }; + C1EA530A1680FE1100A21259 /* client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = client.js; sourceTree = ""; }; + C1EA530B1680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA530D1680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA530E1680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA53101680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA53111680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA53131680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA53141680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA53161680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA53171680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA53181680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA531A1680FE1100A21259 /* stream_socketio.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stream_socketio.js; sourceTree = ""; }; + C1EA531B1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA531E1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA531F1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA53201680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA53211680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA53241680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA53251680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA53271680FE1100A21259 /* json.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json.js; sourceTree = ""; }; + C1EA53281680FE1100A21259 /* leaves.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = leaves.js; sourceTree = ""; }; + C1EA53291680FE1100A21259 /* negative.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = negative.js; sourceTree = ""; }; + C1EA532A1680FE1100A21259 /* scrub.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = scrub.js; sourceTree = ""; }; + C1EA532B1680FE1100A21259 /* stringify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stringify.js; sourceTree = ""; }; + C1EA532C1680FE1100A21259 /* fail.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fail.js; sourceTree = ""; }; + C1EA532D1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA532E1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA532F1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA53301680FE1100A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA53321680FE1100A21259 /* circular.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = circular.js; sourceTree = ""; }; + C1EA53331680FE1100A21259 /* date.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = date.js; sourceTree = ""; }; + C1EA53341680FE1100A21259 /* equal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = equal.js; sourceTree = ""; }; + C1EA53351680FE1100A21259 /* error.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = error.js; sourceTree = ""; }; + C1EA53361680FE1100A21259 /* has.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = has.js; sourceTree = ""; }; + C1EA53371680FE1100A21259 /* instance.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = instance.js; sourceTree = ""; }; + C1EA53381680FE1100A21259 /* interface.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = interface.js; sourceTree = ""; }; + C1EA53391680FE1100A21259 /* json.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json.js; sourceTree = ""; }; + C1EA533A1680FE1100A21259 /* keys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = keys.js; sourceTree = ""; }; + C1EA533B1680FE1100A21259 /* leaves.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = leaves.js; sourceTree = ""; }; + C1EA533D1680FE1100A21259 /* deep_equal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = deep_equal.js; sourceTree = ""; }; + C1EA533E1680FE1100A21259 /* mutability.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mutability.js; sourceTree = ""; }; + C1EA533F1680FE1100A21259 /* negative.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = negative.js; sourceTree = ""; }; + C1EA53401680FE1100A21259 /* obj.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = obj.js; sourceTree = ""; }; + C1EA53411680FE1100A21259 /* siblings.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = siblings.js; sourceTree = ""; }; + C1EA53421680FE1100A21259 /* stop.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stop.js; sourceTree = ""; }; + C1EA53431680FE1100A21259 /* stringify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stringify.js; sourceTree = ""; }; + C1EA53441680FE1100A21259 /* subexpr.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = subexpr.js; sourceTree = ""; }; + C1EA53451680FE1100A21259 /* super_deep.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = super_deep.js; sourceTree = ""; }; + C1EA53471680FE1100A21259 /* leaves.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = leaves.js; sourceTree = ""; }; + C1EA53481680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA53491680FE1100A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA534B1680FE1100A21259 /* args.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = args.js; sourceTree = ""; }; + C1EA534C1680FE1100A21259 /* circular.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = circular.js; sourceTree = ""; }; + C1EA534D1680FE1100A21259 /* fn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fn.js; sourceTree = ""; }; + C1EA534E1680FE1100A21259 /* proto.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = proto.js; sourceTree = ""; }; + C1EA534F1680FE1100A21259 /* scrub.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = scrub.js; sourceTree = ""; }; + C1EA53501680FE1100A21259 /* store.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = store.js; sourceTree = ""; }; + C1EA53521680FE1100A21259 /* test.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = test.sh; sourceTree = ""; }; + C1EA53541680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA53561680FE1100A21259 /* parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parse.js; sourceTree = ""; }; + C1EA53571680FE1100A21259 /* stringify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stringify.js; sourceTree = ""; }; + C1EA53581680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA53591680FE1100A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA535B1680FE1100A21259 /* parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parse.js; sourceTree = ""; }; + C1EA535C1680FE1100A21259 /* stringify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stringify.js; sourceTree = ""; }; + C1EA535E1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA535F1680FE1100A21259 /* lazy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lazy.js; sourceTree = ""; }; + C1EA53601680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA53611680FE1100A21259 /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.txt; sourceTree = ""; }; + C1EA53631680FE1100A21259 /* bucket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bucket.js; sourceTree = ""; }; + C1EA53641680FE1100A21259 /* complex.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = complex.js; sourceTree = ""; }; + C1EA53651680FE1100A21259 /* custom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = custom.js; sourceTree = ""; }; + C1EA53661680FE1100A21259 /* em.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = em.js; sourceTree = ""; }; + C1EA53671680FE1100A21259 /* filter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = filter.js; sourceTree = ""; }; + C1EA53681680FE1100A21259 /* foldr.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foldr.js; sourceTree = ""; }; + C1EA53691680FE1100A21259 /* forEach.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = forEach.js; sourceTree = ""; }; + C1EA536A1680FE1100A21259 /* head.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = head.js; sourceTree = ""; }; + C1EA536B1680FE1100A21259 /* join.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = join.js; sourceTree = ""; }; + C1EA536C1680FE1100A21259 /* lines.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lines.js; sourceTree = ""; }; + C1EA536D1680FE1100A21259 /* map.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = map.js; sourceTree = ""; }; + C1EA536E1680FE1100A21259 /* pipe.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pipe.js; sourceTree = ""; }; + C1EA536F1680FE1100A21259 /* product.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = product.js; sourceTree = ""; }; + C1EA53701680FE1100A21259 /* range.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = range.js; sourceTree = ""; }; + C1EA53711680FE1100A21259 /* skip.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = skip.js; sourceTree = ""; }; + C1EA53721680FE1100A21259 /* sum.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sum.js; sourceTree = ""; }; + C1EA53731680FE1100A21259 /* tail.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tail.js; sourceTree = ""; }; + C1EA53741680FE1100A21259 /* take.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = take.js; sourceTree = ""; }; + C1EA53751680FE1100A21259 /* takeWhile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = takeWhile.js; sourceTree = ""; }; + C1EA53771680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA53791680FE1100A21259 /* decode.bench.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = decode.bench.js; sourceTree = ""; }; + C1EA537A1680FE1100A21259 /* encode.bench.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = encode.bench.js; sourceTree = ""; }; + C1EA537B1680FE1100A21259 /* runner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runner.js; sourceTree = ""; }; + C1EA537C1680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA537D1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA537F1680FE1100A21259 /* logger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = logger.js; sourceTree = ""; }; + C1EA53801680FE1100A21259 /* manager.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = manager.js; sourceTree = ""; }; + C1EA53811680FE1100A21259 /* namespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = namespace.js; sourceTree = ""; }; + C1EA53821680FE1100A21259 /* parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.js; sourceTree = ""; }; + C1EA53831680FE1100A21259 /* socket.io.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = socket.io.js; sourceTree = ""; }; + C1EA53841680FE1100A21259 /* socket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = socket.js; sourceTree = ""; }; + C1EA53851680FE1100A21259 /* static.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = static.js; sourceTree = ""; }; + C1EA53861680FE1100A21259 /* store.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = store.js; sourceTree = ""; }; + C1EA53881680FE1100A21259 /* memory.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = memory.js; sourceTree = ""; }; + C1EA53891680FE1100A21259 /* redis.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = redis.js; sourceTree = ""; }; + C1EA538A1680FE1100A21259 /* transport.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = transport.js; sourceTree = ""; }; + C1EA538C1680FE1100A21259 /* flashsocket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = flashsocket.js; sourceTree = ""; }; + C1EA538D1680FE1100A21259 /* htmlfile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = htmlfile.js; sourceTree = ""; }; + C1EA538E1680FE1100A21259 /* http-polling.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-polling.js"; sourceTree = ""; }; + C1EA538F1680FE1100A21259 /* http.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = http.js; sourceTree = ""; }; + C1EA53901680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA53911680FE1100A21259 /* jsonp-polling.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jsonp-polling.js"; sourceTree = ""; }; + C1EA53931680FE1100A21259 /* default.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = default.js; sourceTree = ""; }; + C1EA53941680FE1100A21259 /* hybi-07-12.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "hybi-07-12.js"; sourceTree = ""; }; + C1EA53951680FE1100A21259 /* hybi-16.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "hybi-16.js"; sourceTree = ""; }; + C1EA53961680FE1100A21259 /* hybi-17.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "hybi-17.js"; sourceTree = ""; }; + C1EA53971680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA53981680FE1100A21259 /* websocket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = websocket.js; sourceTree = ""; }; + C1EA53991680FE1100A21259 /* xhr-polling.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "xhr-polling.js"; sourceTree = ""; }; + C1EA539A1680FE1100A21259 /* util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.js; sourceTree = ""; }; + C1EA539B1680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA539E1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA53A01680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA53A21680FE1100A21259 /* basic.fallback.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.fallback.js; sourceTree = ""; }; + C1EA53A31680FE1100A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA53A41680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA53A61680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA53A71680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA53A81680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA53A91680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA53AA1680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA53AD1680FE1100A21259 /* ssl.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ssl.crt; sourceTree = ""; }; + C1EA53AE1680FE1100A21259 /* ssl.private.key */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ssl.private.key; sourceTree = ""; }; + C1EA53AF1680FE1100A21259 /* unit.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = unit.test.js; sourceTree = ""; }; + C1EA53B11680FE1100A21259 /* changelog.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = changelog.md; sourceTree = ""; }; + C1EA53B21680FE1100A21259 /* eval_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = eval_test.js; sourceTree = ""; }; + C1EA53B41680FE1100A21259 /* auth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = auth.js; sourceTree = ""; }; + C1EA53B51680FE1100A21259 /* backpressure_drain.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backpressure_drain.js; sourceTree = ""; }; + C1EA53B61680FE1100A21259 /* extend.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = extend.js; sourceTree = ""; }; + C1EA53B71680FE1100A21259 /* file.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = file.js; sourceTree = ""; }; + C1EA53B81680FE1100A21259 /* mget.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mget.js; sourceTree = ""; }; + C1EA53B91680FE1100A21259 /* monitor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = monitor.js; sourceTree = ""; }; + C1EA53BA1680FE1100A21259 /* multi.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = multi.js; sourceTree = ""; }; + C1EA53BB1680FE1100A21259 /* multi2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = multi2.js; sourceTree = ""; }; + C1EA53BC1680FE1100A21259 /* psubscribe.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = psubscribe.js; sourceTree = ""; }; + C1EA53BD1680FE1100A21259 /* pub_sub.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pub_sub.js; sourceTree = ""; }; + C1EA53BE1680FE1100A21259 /* simple.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = simple.js; sourceTree = ""; }; + C1EA53BF1680FE1100A21259 /* subqueries.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = subqueries.js; sourceTree = ""; }; + C1EA53C01680FE1100A21259 /* subquery.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = subquery.js; sourceTree = ""; }; + C1EA53C11680FE1100A21259 /* unix_socket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = unix_socket.js; sourceTree = ""; }; + C1EA53C21680FE1100A21259 /* web_server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = web_server.js; sourceTree = ""; }; + C1EA53C31680FE1100A21259 /* generate_commands.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = generate_commands.js; sourceTree = ""; }; + C1EA53C41680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA53C61680FE1100A21259 /* commands.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = commands.js; sourceTree = ""; }; + C1EA53C81680FE1100A21259 /* hiredis.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hiredis.js; sourceTree = ""; }; + C1EA53C91680FE1100A21259 /* javascript.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = javascript.js; sourceTree = ""; }; + C1EA53CA1680FE1100A21259 /* queue.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = queue.js; sourceTree = ""; }; + C1EA53CB1680FE1100A21259 /* to_array.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = to_array.js; sourceTree = ""; }; + C1EA53CC1680FE1100A21259 /* util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.js; sourceTree = ""; }; + C1EA53CD1680FE1100A21259 /* multi_bench.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = multi_bench.js; sourceTree = ""; }; + C1EA53CE1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA53CF1680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA53D01680FE1100A21259 /* simple_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = simple_test.js; sourceTree = ""; }; + C1EA53D11680FE1100A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA53D31680FE1100A21259 /* buffer_bench.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buffer_bench.js; sourceTree = ""; }; + C1EA53D41680FE1100A21259 /* reconnect_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = reconnect_test.js; sourceTree = ""; }; + C1EA53D61680FE1100A21259 /* codec.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = codec.js; sourceTree = ""; }; + C1EA53D81680FE1100A21259 /* pub.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pub.js; sourceTree = ""; }; + C1EA53D91680FE1100A21259 /* run */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = run; sourceTree = ""; }; + C1EA53DA1680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA53DC1680FE1100A21259 /* pub.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pub.js; sourceTree = ""; }; + C1EA53DD1680FE1100A21259 /* run */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = run; sourceTree = ""; }; + C1EA53DE1680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA53E01680FE1100A21259 /* 00 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 00; sourceTree = ""; }; + C1EA53E11680FE1100A21259 /* plot */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = plot; sourceTree = ""; }; + C1EA53E21680FE1100A21259 /* size-rate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "size-rate.png"; sourceTree = ""; }; + C1EA53E31680FE1100A21259 /* speed.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = speed.js; sourceTree = ""; }; + C1EA53E41680FE1100A21259 /* sub_quit_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sub_quit_test.js; sourceTree = ""; }; + C1EA53E51680FE1100A21259 /* test_start_stop.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test_start_stop.js; sourceTree = ""; }; + C1EA53E61680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA53E71680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA53E91680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA53EB1680FE1100A21259 /* browserify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = browserify.js; sourceTree = ""; }; + C1EA53EC1680FE1100A21259 /* builder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = builder.js; sourceTree = ""; }; + C1EA53EE1680FE1100A21259 /* browserify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = browserify.js; sourceTree = ""; }; + C1EA53EF1680FE1100A21259 /* socket.io.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = socket.io.js; sourceTree = ""; }; + C1EA53F01680FE1100A21259 /* socket.io.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = socket.io.min.js; sourceTree = ""; }; + C1EA53F11680FE1100A21259 /* WebSocketMain.swf */ = {isa = PBXFileReference; lastKnownFileType = file; path = WebSocketMain.swf; sourceTree = ""; }; + C1EA53F21680FE1100A21259 /* WebSocketMainInsecure.swf */ = {isa = PBXFileReference; lastKnownFileType = file; path = WebSocketMainInsecure.swf; sourceTree = ""; }; + C1EA53F31680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA53F51680FE1100A21259 /* events.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = events.js; sourceTree = ""; }; + C1EA53F61680FE1100A21259 /* io.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = io.js; sourceTree = ""; }; + C1EA53F71680FE1100A21259 /* json.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json.js; sourceTree = ""; }; + C1EA53F81680FE1100A21259 /* namespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = namespace.js; sourceTree = ""; }; + C1EA53F91680FE1100A21259 /* parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.js; sourceTree = ""; }; + C1EA53FA1680FE1100A21259 /* socket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = socket.js; sourceTree = ""; }; + C1EA53FB1680FE1100A21259 /* transport.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = transport.js; sourceTree = ""; }; + C1EA53FD1680FE1100A21259 /* flashsocket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = flashsocket.js; sourceTree = ""; }; + C1EA53FE1680FE1100A21259 /* htmlfile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = htmlfile.js; sourceTree = ""; }; + C1EA53FF1680FE1100A21259 /* jsonp-polling.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jsonp-polling.js"; sourceTree = ""; }; + C1EA54001680FE1100A21259 /* websocket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = websocket.js; sourceTree = ""; }; + C1EA54011680FE1100A21259 /* xhr-polling.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "xhr-polling.js"; sourceTree = ""; }; + C1EA54021680FE1100A21259 /* xhr.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = xhr.js; sourceTree = ""; }; + C1EA54031680FE1100A21259 /* util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.js; sourceTree = ""; }; + C1EA54061680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA54081680FE1100A21259 /* build.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = build.sh; sourceTree = ""; }; + C1EA540D1680FE1100A21259 /* RFC2817Socket.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = RFC2817Socket.as; sourceTree = ""; }; + C1EA54101680FE1100A21259 /* MD5.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MD5.as; sourceTree = ""; }; + C1EA54141680FE1100A21259 /* MozillaRootCertificates.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MozillaRootCertificates.as; sourceTree = ""; }; + C1EA54151680FE1100A21259 /* X509Certificate.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = X509Certificate.as; sourceTree = ""; }; + C1EA54161680FE1100A21259 /* X509CertificateCollection.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = X509CertificateCollection.as; sourceTree = ""; }; + C1EA54171680FE1100A21259 /* Crypto.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Crypto.as; sourceTree = ""; }; + C1EA54191680FE1100A21259 /* HMAC.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = HMAC.as; sourceTree = ""; }; + C1EA541A1680FE1100A21259 /* IHash.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = IHash.as; sourceTree = ""; }; + C1EA541B1680FE1100A21259 /* IHMAC.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = IHMAC.as; sourceTree = ""; }; + C1EA541C1680FE1100A21259 /* MAC.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MAC.as; sourceTree = ""; }; + C1EA541D1680FE1100A21259 /* MD2.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MD2.as; sourceTree = ""; }; + C1EA541E1680FE1100A21259 /* MD5.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MD5.as; sourceTree = ""; }; + C1EA541F1680FE1100A21259 /* SHA1.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SHA1.as; sourceTree = ""; }; + C1EA54201680FE1100A21259 /* SHA224.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SHA224.as; sourceTree = ""; }; + C1EA54211680FE1100A21259 /* SHA256.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SHA256.as; sourceTree = ""; }; + C1EA54221680FE1100A21259 /* SHABase.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SHABase.as; sourceTree = ""; }; + C1EA54241680FE1100A21259 /* ARC4.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ARC4.as; sourceTree = ""; }; + C1EA54251680FE1100A21259 /* IPRNG.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = IPRNG.as; sourceTree = ""; }; + C1EA54261680FE1100A21259 /* Random.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Random.as; sourceTree = ""; }; + C1EA54271680FE1100A21259 /* TLSPRF.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TLSPRF.as; sourceTree = ""; }; + C1EA54291680FE1100A21259 /* RSAKey.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = RSAKey.as; sourceTree = ""; }; + C1EA542B1680FE1100A21259 /* AESKey.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AESKey.as; sourceTree = ""; }; + C1EA542C1680FE1100A21259 /* aeskey.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = aeskey.pl; sourceTree = ""; }; + C1EA542D1680FE1100A21259 /* BlowFishKey.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BlowFishKey.as; sourceTree = ""; }; + C1EA542E1680FE1100A21259 /* CBCMode.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CBCMode.as; sourceTree = ""; }; + C1EA542F1680FE1100A21259 /* CFB8Mode.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CFB8Mode.as; sourceTree = ""; }; + C1EA54301680FE1100A21259 /* CFBMode.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CFBMode.as; sourceTree = ""; }; + C1EA54311680FE1100A21259 /* CTRMode.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CTRMode.as; sourceTree = ""; }; + C1EA54321680FE1100A21259 /* DESKey.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DESKey.as; sourceTree = ""; }; + C1EA54331680FE1100A21259 /* dump.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dump.txt; sourceTree = ""; }; + C1EA54341680FE1100A21259 /* ECBMode.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ECBMode.as; sourceTree = ""; }; + C1EA54351680FE1100A21259 /* ICipher.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ICipher.as; sourceTree = ""; }; + C1EA54361680FE1100A21259 /* IMode.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = IMode.as; sourceTree = ""; }; + C1EA54371680FE1100A21259 /* IPad.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = IPad.as; sourceTree = ""; }; + C1EA54381680FE1100A21259 /* IStreamCipher.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = IStreamCipher.as; sourceTree = ""; }; + C1EA54391680FE1100A21259 /* ISymmetricKey.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ISymmetricKey.as; sourceTree = ""; }; + C1EA543A1680FE1100A21259 /* IVMode.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = IVMode.as; sourceTree = ""; }; + C1EA543B1680FE1100A21259 /* NullPad.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NullPad.as; sourceTree = ""; }; + C1EA543C1680FE1100A21259 /* OFBMode.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = OFBMode.as; sourceTree = ""; }; + C1EA543D1680FE1100A21259 /* PKCS5.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PKCS5.as; sourceTree = ""; }; + C1EA543E1680FE1100A21259 /* SimpleIVMode.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SimpleIVMode.as; sourceTree = ""; }; + C1EA543F1680FE1100A21259 /* SSLPad.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SSLPad.as; sourceTree = ""; }; + C1EA54401680FE1100A21259 /* TLSPad.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TLSPad.as; sourceTree = ""; }; + C1EA54411680FE1100A21259 /* TripleDESKey.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TripleDESKey.as; sourceTree = ""; }; + C1EA54421680FE1100A21259 /* XTeaKey.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = XTeaKey.as; sourceTree = ""; }; + C1EA54441680FE1100A21259 /* AESKeyTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AESKeyTest.as; sourceTree = ""; }; + C1EA54451680FE1100A21259 /* ARC4Test.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ARC4Test.as; sourceTree = ""; }; + C1EA54461680FE1100A21259 /* BigIntegerTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BigIntegerTest.as; sourceTree = ""; }; + C1EA54471680FE1100A21259 /* BlowFishKeyTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BlowFishKeyTest.as; sourceTree = ""; }; + C1EA54481680FE1100A21259 /* CBCModeTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CBCModeTest.as; sourceTree = ""; }; + C1EA54491680FE1100A21259 /* CFB8ModeTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CFB8ModeTest.as; sourceTree = ""; }; + C1EA544A1680FE1100A21259 /* CFBModeTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CFBModeTest.as; sourceTree = ""; }; + C1EA544B1680FE1100A21259 /* CTRModeTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CTRModeTest.as; sourceTree = ""; }; + C1EA544C1680FE1100A21259 /* DESKeyTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DESKeyTest.as; sourceTree = ""; }; + C1EA544D1680FE1100A21259 /* ECBModeTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ECBModeTest.as; sourceTree = ""; }; + C1EA544E1680FE1100A21259 /* HMACTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = HMACTest.as; sourceTree = ""; }; + C1EA544F1680FE1100A21259 /* ITestHarness.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ITestHarness.as; sourceTree = ""; }; + C1EA54501680FE1100A21259 /* MD2Test.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MD2Test.as; sourceTree = ""; }; + C1EA54511680FE1100A21259 /* MD5Test.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MD5Test.as; sourceTree = ""; }; + C1EA54521680FE1100A21259 /* OFBModeTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = OFBModeTest.as; sourceTree = ""; }; + C1EA54531680FE1100A21259 /* RSAKeyTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = RSAKeyTest.as; sourceTree = ""; }; + C1EA54541680FE1100A21259 /* SHA1Test.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SHA1Test.as; sourceTree = ""; }; + C1EA54551680FE1100A21259 /* SHA224Test.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SHA224Test.as; sourceTree = ""; }; + C1EA54561680FE1100A21259 /* SHA256Test.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SHA256Test.as; sourceTree = ""; }; + C1EA54571680FE1100A21259 /* TestCase.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestCase.as; sourceTree = ""; }; + C1EA54581680FE1100A21259 /* TLSPRFTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TLSPRFTest.as; sourceTree = ""; }; + C1EA54591680FE1100A21259 /* TripleDESKeyTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TripleDESKeyTest.as; sourceTree = ""; }; + C1EA545A1680FE1100A21259 /* XTeaKeyTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = XTeaKeyTest.as; sourceTree = ""; }; + C1EA545C1680FE1100A21259 /* BulkCiphers.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BulkCiphers.as; sourceTree = ""; }; + C1EA545D1680FE1100A21259 /* CipherSuites.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CipherSuites.as; sourceTree = ""; }; + C1EA545E1680FE1100A21259 /* IConnectionState.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = IConnectionState.as; sourceTree = ""; }; + C1EA545F1680FE1100A21259 /* ISecurityParameters.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ISecurityParameters.as; sourceTree = ""; }; + C1EA54601680FE1100A21259 /* KeyExchanges.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = KeyExchanges.as; sourceTree = ""; }; + C1EA54611680FE1100A21259 /* MACs.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MACs.as; sourceTree = ""; }; + C1EA54621680FE1100A21259 /* SSLConnectionState.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SSLConnectionState.as; sourceTree = ""; }; + C1EA54631680FE1100A21259 /* SSLEvent.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SSLEvent.as; sourceTree = ""; }; + C1EA54641680FE1100A21259 /* SSLSecurityParameters.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SSLSecurityParameters.as; sourceTree = ""; }; + C1EA54651680FE1100A21259 /* TLSConfig.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TLSConfig.as; sourceTree = ""; }; + C1EA54661680FE1100A21259 /* TLSConnectionState.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TLSConnectionState.as; sourceTree = ""; }; + C1EA54671680FE1100A21259 /* TLSEngine.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TLSEngine.as; sourceTree = ""; }; + C1EA54681680FE1100A21259 /* TLSError.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TLSError.as; sourceTree = ""; }; + C1EA54691680FE1100A21259 /* TLSEvent.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TLSEvent.as; sourceTree = ""; }; + C1EA546A1680FE1100A21259 /* TLSSecurityParameters.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TLSSecurityParameters.as; sourceTree = ""; }; + C1EA546B1680FE1100A21259 /* TLSSocket.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TLSSocket.as; sourceTree = ""; }; + C1EA546C1680FE1100A21259 /* TLSSocketEvent.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TLSSocketEvent.as; sourceTree = ""; }; + C1EA546D1680FE1100A21259 /* TLSTest.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TLSTest.as; sourceTree = ""; }; + C1EA546F1680FE1100A21259 /* BarrettReduction.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BarrettReduction.as; sourceTree = ""; }; + C1EA54701680FE1100A21259 /* bi_internal.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bi_internal.as; sourceTree = ""; }; + C1EA54711680FE1100A21259 /* BigInteger.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BigInteger.as; sourceTree = ""; }; + C1EA54721680FE1100A21259 /* ClassicReduction.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ClassicReduction.as; sourceTree = ""; }; + C1EA54731680FE1100A21259 /* IReduction.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = IReduction.as; sourceTree = ""; }; + C1EA54741680FE1100A21259 /* MontgomeryReduction.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MontgomeryReduction.as; sourceTree = ""; }; + C1EA54751680FE1100A21259 /* NullReduction.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NullReduction.as; sourceTree = ""; }; + C1EA54771680FE1100A21259 /* ArrayUtil.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ArrayUtil.as; sourceTree = ""; }; + C1EA54781680FE1100A21259 /* Base64.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Base64.as; sourceTree = ""; }; + C1EA547A1680FE1100A21259 /* ByteString.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ByteString.as; sourceTree = ""; }; + C1EA547B1680FE1100A21259 /* DER.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DER.as; sourceTree = ""; }; + C1EA547C1680FE1100A21259 /* IAsn1Type.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = IAsn1Type.as; sourceTree = ""; }; + C1EA547D1680FE1100A21259 /* Integer.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Integer.as; sourceTree = ""; }; + C1EA547E1680FE1100A21259 /* ObjectIdentifier.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ObjectIdentifier.as; sourceTree = ""; }; + C1EA547F1680FE1100A21259 /* OID.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = OID.as; sourceTree = ""; }; + C1EA54801680FE1100A21259 /* PEM.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PEM.as; sourceTree = ""; }; + C1EA54811680FE1100A21259 /* PrintableString.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PrintableString.as; sourceTree = ""; }; + C1EA54821680FE1100A21259 /* Sequence.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Sequence.as; sourceTree = ""; }; + C1EA54831680FE1100A21259 /* Set.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Set.as; sourceTree = ""; }; + C1EA54841680FE1100A21259 /* Type.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Type.as; sourceTree = ""; }; + C1EA54851680FE1100A21259 /* UTCTime.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = UTCTime.as; sourceTree = ""; }; + C1EA54861680FE1100A21259 /* Hex.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Hex.as; sourceTree = ""; }; + C1EA54871680FE1100A21259 /* Memory.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Memory.as; sourceTree = ""; }; + C1EA54881680FE1100A21259 /* IWebSocketLogger.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = IWebSocketLogger.as; sourceTree = ""; }; + C1EA54891680FE1100A21259 /* WebSocket.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = WebSocket.as; sourceTree = ""; }; + C1EA548A1680FE1100A21259 /* WebSocketEvent.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = WebSocketEvent.as; sourceTree = ""; }; + C1EA548B1680FE1100A21259 /* WebSocketMain.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = WebSocketMain.as; sourceTree = ""; }; + C1EA548C1680FE1100A21259 /* WebSocketMainInsecure.as */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = WebSocketMainInsecure.as; sourceTree = ""; }; + C1EA548D1680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA548E1680FE1100A21259 /* sample.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sample.html; sourceTree = ""; }; + C1EA548F1680FE1100A21259 /* swfobject.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = swfobject.js; sourceTree = ""; }; + C1EA54901680FE1100A21259 /* web_socket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = web_socket.js; sourceTree = ""; }; + C1EA54911680FE1100A21259 /* WebSocketMain.swf */ = {isa = PBXFileReference; lastKnownFileType = file; path = WebSocketMain.swf; sourceTree = ""; }; + C1EA54921680FE1100A21259 /* WebSocketMainInsecure.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = WebSocketMainInsecure.zip; sourceTree = ""; }; + C1EA54931680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA54961680FE1100A21259 /* uglifyjs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = uglifyjs; sourceTree = ""; }; + C1EA54981680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA549A1680FE1100A21259 /* uglifyjs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = uglifyjs; sourceTree = ""; }; + C1EA549B1680FE1100A21259 /* docstyle.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = docstyle.css; sourceTree = ""; }; + C1EA549D1680FE1100A21259 /* parse-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "parse-js.js"; sourceTree = ""; }; + C1EA549E1680FE1100A21259 /* process.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = process.js; sourceTree = ""; }; + C1EA549F1680FE1100A21259 /* squeeze-more.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "squeeze-more.js"; sourceTree = ""; }; + C1EA54A01680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA54A11680FE1100A21259 /* README.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = README.html; sourceTree = ""; }; + C1EA54A21680FE1100A21259 /* README.org */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.org; sourceTree = ""; }; + C1EA54A41680FE1100A21259 /* beautify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = beautify.js; sourceTree = ""; }; + C1EA54A51680FE1100A21259 /* testparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = testparser.js; sourceTree = ""; }; + C1EA54A91680FE1100A21259 /* array1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array1.js; sourceTree = ""; }; + C1EA54AA1680FE1100A21259 /* array2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array2.js; sourceTree = ""; }; + C1EA54AB1680FE1100A21259 /* array3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array3.js; sourceTree = ""; }; + C1EA54AC1680FE1100A21259 /* array4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array4.js; sourceTree = ""; }; + C1EA54AD1680FE1100A21259 /* assignment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assignment.js; sourceTree = ""; }; + C1EA54AE1680FE1100A21259 /* concatstring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = concatstring.js; sourceTree = ""; }; + C1EA54AF1680FE1100A21259 /* const.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = const.js; sourceTree = ""; }; + C1EA54B01680FE1100A21259 /* empty-blocks.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "empty-blocks.js"; sourceTree = ""; }; + C1EA54B11680FE1100A21259 /* forstatement.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = forstatement.js; sourceTree = ""; }; + C1EA54B21680FE1100A21259 /* if.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = if.js; sourceTree = ""; }; + C1EA54B31680FE1100A21259 /* ifreturn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ifreturn.js; sourceTree = ""; }; + C1EA54B41680FE1100A21259 /* ifreturn2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ifreturn2.js; sourceTree = ""; }; + C1EA54B51680FE1100A21259 /* issue10.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue10.js; sourceTree = ""; }; + C1EA54B61680FE1100A21259 /* issue11.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue11.js; sourceTree = ""; }; + C1EA54B71680FE1100A21259 /* issue13.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue13.js; sourceTree = ""; }; + C1EA54B81680FE1100A21259 /* issue14.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue14.js; sourceTree = ""; }; + C1EA54B91680FE1100A21259 /* issue16.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue16.js; sourceTree = ""; }; + C1EA54BA1680FE1100A21259 /* issue17.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue17.js; sourceTree = ""; }; + C1EA54BB1680FE1100A21259 /* issue20.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue20.js; sourceTree = ""; }; + C1EA54BC1680FE1100A21259 /* issue21.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue21.js; sourceTree = ""; }; + C1EA54BD1680FE1100A21259 /* issue25.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue25.js; sourceTree = ""; }; + C1EA54BE1680FE1100A21259 /* issue27.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue27.js; sourceTree = ""; }; + C1EA54BF1680FE1100A21259 /* issue28.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue28.js; sourceTree = ""; }; + C1EA54C01680FE1100A21259 /* issue29.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue29.js; sourceTree = ""; }; + C1EA54C11680FE1100A21259 /* issue30.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue30.js; sourceTree = ""; }; + C1EA54C21680FE1100A21259 /* issue34.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue34.js; sourceTree = ""; }; + C1EA54C31680FE1100A21259 /* issue4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue4.js; sourceTree = ""; }; + C1EA54C41680FE1100A21259 /* issue48.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue48.js; sourceTree = ""; }; + C1EA54C51680FE1100A21259 /* issue50.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue50.js; sourceTree = ""; }; + C1EA54C61680FE1100A21259 /* issue53.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue53.js; sourceTree = ""; }; + C1EA54C71680FE1100A21259 /* issue54.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue54.1.js; sourceTree = ""; }; + C1EA54C81680FE1100A21259 /* issue68.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue68.js; sourceTree = ""; }; + C1EA54C91680FE1100A21259 /* issue69.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue69.js; sourceTree = ""; }; + C1EA54CA1680FE1100A21259 /* issue9.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue9.js; sourceTree = ""; }; + C1EA54CB1680FE1100A21259 /* mangle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mangle.js; sourceTree = ""; }; + C1EA54CC1680FE1100A21259 /* strict-equals.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "strict-equals.js"; sourceTree = ""; }; + C1EA54CD1680FE1100A21259 /* var.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = var.js; sourceTree = ""; }; + C1EA54CE1680FE1100A21259 /* with.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = with.js; sourceTree = ""; }; + C1EA54D01680FE1100A21259 /* array1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array1.js; sourceTree = ""; }; + C1EA54D11680FE1100A21259 /* array2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array2.js; sourceTree = ""; }; + C1EA54D21680FE1100A21259 /* array3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array3.js; sourceTree = ""; }; + C1EA54D31680FE1100A21259 /* array4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array4.js; sourceTree = ""; }; + C1EA54D41680FE1100A21259 /* assignment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assignment.js; sourceTree = ""; }; + C1EA54D51680FE1100A21259 /* concatstring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = concatstring.js; sourceTree = ""; }; + C1EA54D61680FE1100A21259 /* const.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = const.js; sourceTree = ""; }; + C1EA54D71680FE1100A21259 /* empty-blocks.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "empty-blocks.js"; sourceTree = ""; }; + C1EA54D81680FE1100A21259 /* forstatement.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = forstatement.js; sourceTree = ""; }; + C1EA54D91680FE1100A21259 /* if.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = if.js; sourceTree = ""; }; + C1EA54DA1680FE1100A21259 /* ifreturn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ifreturn.js; sourceTree = ""; }; + C1EA54DB1680FE1100A21259 /* ifreturn2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ifreturn2.js; sourceTree = ""; }; + C1EA54DC1680FE1100A21259 /* issue10.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue10.js; sourceTree = ""; }; + C1EA54DD1680FE1100A21259 /* issue11.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue11.js; sourceTree = ""; }; + C1EA54DE1680FE1100A21259 /* issue13.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue13.js; sourceTree = ""; }; + C1EA54DF1680FE1100A21259 /* issue14.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue14.js; sourceTree = ""; }; + C1EA54E01680FE1100A21259 /* issue16.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue16.js; sourceTree = ""; }; + C1EA54E11680FE1100A21259 /* issue17.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue17.js; sourceTree = ""; }; + C1EA54E21680FE1100A21259 /* issue20.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue20.js; sourceTree = ""; }; + C1EA54E31680FE1100A21259 /* issue21.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue21.js; sourceTree = ""; }; + C1EA54E41680FE1100A21259 /* issue25.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue25.js; sourceTree = ""; }; + C1EA54E51680FE1100A21259 /* issue27.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue27.js; sourceTree = ""; }; + C1EA54E61680FE1100A21259 /* issue28.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue28.js; sourceTree = ""; }; + C1EA54E71680FE1100A21259 /* issue29.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue29.js; sourceTree = ""; }; + C1EA54E81680FE1100A21259 /* issue30.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue30.js; sourceTree = ""; }; + C1EA54E91680FE1100A21259 /* issue34.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue34.js; sourceTree = ""; }; + C1EA54EA1680FE1100A21259 /* issue4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue4.js; sourceTree = ""; }; + C1EA54EB1680FE1100A21259 /* issue48.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue48.js; sourceTree = ""; }; + C1EA54EC1680FE1100A21259 /* issue50.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue50.js; sourceTree = ""; }; + C1EA54ED1680FE1100A21259 /* issue53.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue53.js; sourceTree = ""; }; + C1EA54EE1680FE1100A21259 /* issue54.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue54.1.js; sourceTree = ""; }; + C1EA54EF1680FE1100A21259 /* issue68.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue68.js; sourceTree = ""; }; + C1EA54F01680FE1100A21259 /* issue69.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue69.js; sourceTree = ""; }; + C1EA54F11680FE1100A21259 /* issue9.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue9.js; sourceTree = ""; }; + C1EA54F21680FE1100A21259 /* mangle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mangle.js; sourceTree = ""; }; + C1EA54F31680FE1100A21259 /* strict-equals.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "strict-equals.js"; sourceTree = ""; }; + C1EA54F41680FE1100A21259 /* var.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = var.js; sourceTree = ""; }; + C1EA54F51680FE1100A21259 /* with.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = with.js; sourceTree = ""; }; + C1EA54F61680FE1100A21259 /* scripts.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = scripts.js; sourceTree = ""; }; + C1EA54F81680FE1100A21259 /* instrument.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = instrument.js; sourceTree = ""; }; + C1EA54F91680FE1100A21259 /* instrument2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = instrument2.js; sourceTree = ""; }; + C1EA54FA1680FE1100A21259 /* uglify-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "uglify-js.js"; sourceTree = ""; }; + C1EA54FD1680FE1100A21259 /* client-unix.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "client-unix.js"; sourceTree = ""; }; + C1EA54FE1680FE1100A21259 /* client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = client.js; sourceTree = ""; }; + C1EA54FF1680FE1100A21259 /* server-unix.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "server-unix.js"; sourceTree = ""; }; + C1EA55011680FE1100A21259 /* websocket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = websocket.js; sourceTree = ""; }; + C1EA55021680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA55031680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA55041680FE1100A21259 /* new */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = new; sourceTree = ""; }; + C1EA55051680FE1100A21259 /* old */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = old; sourceTree = ""; }; + C1EA55061680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA55071680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA55091680FE1100A21259 /* test-basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-basic.js"; sourceTree = ""; }; + C1EA550A1680FE1100A21259 /* test-client-close.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-client-close.js"; sourceTree = ""; }; + C1EA550B1680FE1100A21259 /* test-readonly-attrs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-readonly-attrs.js"; sourceTree = ""; }; + C1EA550C1680FE1100A21259 /* test-ready-state.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-ready-state.js"; sourceTree = ""; }; + C1EA550D1680FE1100A21259 /* test-server-close.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-server-close.js"; sourceTree = ""; }; + C1EA550E1680FE1100A21259 /* test-unix-send-fd.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-unix-send-fd.js"; sourceTree = ""; }; + C1EA550F1680FE1100A21259 /* test-unix-sockets.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-unix-sockets.js"; sourceTree = ""; }; + C1EA55111680FE1100A21259 /* autotest.watchr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = autotest.watchr; sourceTree = ""; }; + C1EA55121680FE1100A21259 /* demo.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = demo.js; sourceTree = ""; }; + C1EA55131680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA55141680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA55161680FE1100A21259 /* test-constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-constants.js"; sourceTree = ""; }; + C1EA55171680FE1100A21259 /* test-headers.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-headers.js"; sourceTree = ""; }; + C1EA55181680FE1100A21259 /* test-request.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-request.js"; sourceTree = ""; }; + C1EA55191680FE1100A21259 /* XMLHttpRequest.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = XMLHttpRequest.js; sourceTree = ""; }; + C1EA551A1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA551B1680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA551D1680FE1100A21259 /* browserify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = browserify.js; sourceTree = ""; }; + C1EA551E1680FE1100A21259 /* events.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = events.test.js; sourceTree = ""; }; + C1EA551F1680FE1100A21259 /* io.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = io.test.js; sourceTree = ""; }; + C1EA55211680FE1100A21259 /* builder.common.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = builder.common.js; sourceTree = ""; }; + C1EA55221680FE1100A21259 /* builder.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = builder.test.js; sourceTree = ""; }; + C1EA55231680FE1100A21259 /* parser.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.test.js; sourceTree = ""; }; + C1EA55241680FE1100A21259 /* socket.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = socket.test.js; sourceTree = ""; }; + C1EA55251680FE1100A21259 /* util.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.test.js; sourceTree = ""; }; + C1EA55261680FE1100A21259 /* worker.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = worker.js; sourceTree = ""; }; + C1EA55271680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA55281680FE1100A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA552A1680FE1100A21259 /* _id.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = _id.js; sourceTree = ""; }; + C1EA552B1680FE1100A21259 /* bidirectional.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bidirectional.js; sourceTree = ""; }; + C1EA552C1680FE1100A21259 /* broadcast.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = broadcast.js; sourceTree = ""; }; + C1EA552D1680FE1100A21259 /* bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bundle.js; sourceTree = ""; }; + C1EA552E1680FE1100A21259 /* circular.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = circular.js; sourceTree = ""; }; + C1EA552F1680FE1100A21259 /* double.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = double.js; sourceTree = ""; }; + C1EA55301680FE1100A21259 /* emit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = emit.js; sourceTree = ""; }; + C1EA55311680FE1100A21259 /* error.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = error.js; sourceTree = ""; }; + C1EA55331680FE1100A21259 /* agent1-cert.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "agent1-cert.pem"; sourceTree = ""; }; + C1EA55341680FE1100A21259 /* agent1-csr.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "agent1-csr.pem"; sourceTree = ""; }; + C1EA55351680FE1100A21259 /* agent1-key.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "agent1-key.pem"; sourceTree = ""; }; + C1EA55361680FE1100A21259 /* agent2-cert.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "agent2-cert.pem"; sourceTree = ""; }; + C1EA55371680FE1100A21259 /* agent2-csr.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "agent2-csr.pem"; sourceTree = ""; }; + C1EA55381680FE1100A21259 /* agent2-key.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "agent2-key.pem"; sourceTree = ""; }; + C1EA55391680FE1100A21259 /* middleware.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = middleware.js; sourceTree = ""; }; + C1EA553A1680FE1100A21259 /* nested.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nested.js; sourceTree = ""; }; + C1EA553B1680FE1100A21259 /* null.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = null.js; sourceTree = ""; }; + C1EA553C1680FE1100A21259 /* obj.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = obj.js; sourceTree = ""; }; + C1EA553D1680FE1100A21259 /* recon.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = recon.js; sourceTree = ""; }; + C1EA553E1680FE1100A21259 /* refs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = refs.js; sourceTree = ""; }; + C1EA553F1680FE1100A21259 /* self-referential.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "self-referential.js"; sourceTree = ""; }; + C1EA55401680FE1100A21259 /* simple.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = simple.js; sourceTree = ""; }; + C1EA55411680FE1100A21259 /* single.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = single.js; sourceTree = ""; }; + C1EA55421680FE1100A21259 /* stream.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stream.js; sourceTree = ""; }; + C1EA55431680FE1100A21259 /* tls.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tls.js; sourceTree = ""; }; + C1EA55441680FE1100A21259 /* unicode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = unicode.js; sourceTree = ""; }; + C1EA55451680FE1100A21259 /* unix.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = unix.js; sourceTree = ""; }; + C1EA55471680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA55481680FE1100A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA55491680FE1100A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA554A1680FE1100A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA554C1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA554E1680FE1100A21259 /* protocol.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = protocol.markdown; sourceTree = ""; }; + C1EA55501680FE1100A21259 /* proto.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = proto.js; sourceTree = ""; }; + C1EA55511680FE1100A21259 /* weak.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = weak.js; sourceTree = ""; }; + C1EA55521680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA55541680FE1100A21259 /* foreach.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foreach.js; sourceTree = ""; }; + C1EA55551680FE1100A21259 /* is_enum.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = is_enum.js; sourceTree = ""; }; + C1EA55561680FE1100A21259 /* keys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = keys.js; sourceTree = ""; }; + C1EA55571680FE1100A21259 /* scrub.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = scrub.js; sourceTree = ""; }; + C1EA55581680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA555B1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA555D1680FE1100A21259 /* parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parse.js; sourceTree = ""; }; + C1EA555E1680FE1100A21259 /* stringify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stringify.js; sourceTree = ""; }; + C1EA555F1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA55601680FE1100A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA55621680FE1100A21259 /* parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parse.js; sourceTree = ""; }; + C1EA55631680FE1100A21259 /* stringify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stringify.js; sourceTree = ""; }; + C1EA55651680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA55661680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA55681680FE1100A21259 /* json.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json.js; sourceTree = ""; }; + C1EA55691680FE1100A21259 /* leaves.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = leaves.js; sourceTree = ""; }; + C1EA556A1680FE1100A21259 /* negative.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = negative.js; sourceTree = ""; }; + C1EA556B1680FE1100A21259 /* scrub.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = scrub.js; sourceTree = ""; }; + C1EA556C1680FE1100A21259 /* stringify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stringify.js; sourceTree = ""; }; + C1EA556D1680FE1100A21259 /* fail.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fail.js; sourceTree = ""; }; + C1EA556E1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA556F1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA55701680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA55711680FE1100A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA55731680FE1100A21259 /* circular.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = circular.js; sourceTree = ""; }; + C1EA55741680FE1100A21259 /* date.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = date.js; sourceTree = ""; }; + C1EA55751680FE1100A21259 /* equal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = equal.js; sourceTree = ""; }; + C1EA55761680FE1100A21259 /* error.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = error.js; sourceTree = ""; }; + C1EA55771680FE1100A21259 /* has.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = has.js; sourceTree = ""; }; + C1EA55781680FE1100A21259 /* instance.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = instance.js; sourceTree = ""; }; + C1EA55791680FE1100A21259 /* interface.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = interface.js; sourceTree = ""; }; + C1EA557A1680FE1100A21259 /* json.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json.js; sourceTree = ""; }; + C1EA557B1680FE1100A21259 /* keys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = keys.js; sourceTree = ""; }; + C1EA557C1680FE1100A21259 /* leaves.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = leaves.js; sourceTree = ""; }; + C1EA557E1680FE1100A21259 /* deep_equal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = deep_equal.js; sourceTree = ""; }; + C1EA557F1680FE1100A21259 /* mutability.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mutability.js; sourceTree = ""; }; + C1EA55801680FE1100A21259 /* negative.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = negative.js; sourceTree = ""; }; + C1EA55811680FE1100A21259 /* obj.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = obj.js; sourceTree = ""; }; + C1EA55821680FE1100A21259 /* siblings.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = siblings.js; sourceTree = ""; }; + C1EA55831680FE1100A21259 /* stop.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stop.js; sourceTree = ""; }; + C1EA55841680FE1100A21259 /* stringify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stringify.js; sourceTree = ""; }; + C1EA55851680FE1100A21259 /* subexpr.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = subexpr.js; sourceTree = ""; }; + C1EA55861680FE1100A21259 /* super_deep.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = super_deep.js; sourceTree = ""; }; + C1EA55881680FE1100A21259 /* leaves.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = leaves.js; sourceTree = ""; }; + C1EA55891680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA558A1680FE1100A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA558C1680FE1100A21259 /* circular.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = circular.js; sourceTree = ""; }; + C1EA558D1680FE1100A21259 /* fn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fn.js; sourceTree = ""; }; + C1EA558E1680FE1100A21259 /* proto.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = proto.js; sourceTree = ""; }; + C1EA558F1680FE1100A21259 /* scrub.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = scrub.js; sourceTree = ""; }; + C1EA55901680FE1100A21259 /* wrap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = wrap.js; sourceTree = ""; }; + C1EA55921680FE1100A21259 /* test.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = test.sh; sourceTree = ""; }; + C1EA55941680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA55951680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA55971680FE1100A21259 /* express */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = express; sourceTree = ""; }; + C1EA55981680FE1100A21259 /* client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = client.js; sourceTree = ""; }; + C1EA55991680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA559A1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA559C1680FE1100A21259 /* application.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = application.js; sourceTree = ""; }; + C1EA559D1680FE1100A21259 /* express.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = express.js; sourceTree = ""; }; + C1EA559E1680FE1100A21259 /* middleware.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = middleware.js; sourceTree = ""; }; + C1EA559F1680FE1100A21259 /* request.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = request.js; sourceTree = ""; }; + C1EA55A01680FE1100A21259 /* response.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = response.js; sourceTree = ""; }; + C1EA55A21680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA55A31680FE1100A21259 /* route.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = route.js; sourceTree = ""; }; + C1EA55A41680FE1100A21259 /* utils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.js; sourceTree = ""; }; + C1EA55A51680FE1100A21259 /* view.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = view.js; sourceTree = ""; }; + C1EA55A61680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA55A71680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA55AA1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA55AB1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA55AC1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA55AD1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA55AE1680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA55B01680FE1100A21259 /* crc.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = crc.test.js; sourceTree = ""; }; + C1EA55B21680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA55B31680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA55B41680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA55B51680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA55B71680FE1100A21259 /* commander.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = commander.js; sourceTree = ""; }; + C1EA55B81680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA55B91680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA55BA1680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA55BC1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA55BD1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA55BE1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA55C01680FE1100A21259 /* cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cache.js; sourceTree = ""; }; + C1EA55C11680FE1100A21259 /* connect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = connect.js; sourceTree = ""; }; + C1EA55C21680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA55C41680FE1100A21259 /* basicAuth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basicAuth.js; sourceTree = ""; }; + C1EA55C51680FE1100A21259 /* bodyParser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bodyParser.js; sourceTree = ""; }; + C1EA55C61680FE1100A21259 /* compress.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compress.js; sourceTree = ""; }; + C1EA55C71680FE1100A21259 /* cookieParser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cookieParser.js; sourceTree = ""; }; + C1EA55C81680FE1100A21259 /* cookieSession.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cookieSession.js; sourceTree = ""; }; + C1EA55C91680FE1100A21259 /* csrf.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = csrf.js; sourceTree = ""; }; + C1EA55CA1680FE1100A21259 /* directory.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = directory.js; sourceTree = ""; }; + C1EA55CB1680FE1100A21259 /* errorHandler.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = errorHandler.js; sourceTree = ""; }; + C1EA55CC1680FE1100A21259 /* favicon.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = favicon.js; sourceTree = ""; }; + C1EA55CD1680FE1100A21259 /* json.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json.js; sourceTree = ""; }; + C1EA55CE1680FE1100A21259 /* limit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = limit.js; sourceTree = ""; }; + C1EA55CF1680FE1100A21259 /* logger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = logger.js; sourceTree = ""; }; + C1EA55D01680FE1100A21259 /* methodOverride.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = methodOverride.js; sourceTree = ""; }; + C1EA55D11680FE1100A21259 /* multipart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = multipart.js; sourceTree = ""; }; + C1EA55D21680FE1100A21259 /* query.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = query.js; sourceTree = ""; }; + C1EA55D31680FE1100A21259 /* responseTime.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = responseTime.js; sourceTree = ""; }; + C1EA55D51680FE1100A21259 /* cookie.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cookie.js; sourceTree = ""; }; + C1EA55D61680FE1100A21259 /* memory.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = memory.js; sourceTree = ""; }; + C1EA55D71680FE1100A21259 /* session.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = session.js; sourceTree = ""; }; + C1EA55D81680FE1100A21259 /* store.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = store.js; sourceTree = ""; }; + C1EA55D91680FE1100A21259 /* session.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = session.js; sourceTree = ""; }; + C1EA55DA1680FE1100A21259 /* static.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = static.js; sourceTree = ""; }; + C1EA55DB1680FE1100A21259 /* staticCache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = staticCache.js; sourceTree = ""; }; + C1EA55DC1680FE1100A21259 /* timeout.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = timeout.js; sourceTree = ""; }; + C1EA55DD1680FE1100A21259 /* urlencoded.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = urlencoded.js; sourceTree = ""; }; + C1EA55DE1680FE1100A21259 /* vhost.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = vhost.js; sourceTree = ""; }; + C1EA55DF1680FE1100A21259 /* patch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = patch.js; sourceTree = ""; }; + C1EA55E01680FE1100A21259 /* proto.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = proto.js; sourceTree = ""; }; + C1EA55E21680FE1100A21259 /* directory.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = directory.html; sourceTree = ""; }; + C1EA55E31680FE1100A21259 /* error.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = error.html; sourceTree = ""; }; + C1EA55E41680FE1100A21259 /* favicon.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = favicon.ico; sourceTree = ""; }; + C1EA55E61680FE1100A21259 /* page.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page.png; sourceTree = ""; }; + C1EA55E71680FE1100A21259 /* page_add.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_add.png; sourceTree = ""; }; + C1EA55E81680FE1100A21259 /* page_attach.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_attach.png; sourceTree = ""; }; + C1EA55E91680FE1100A21259 /* page_code.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_code.png; sourceTree = ""; }; + C1EA55EA1680FE1100A21259 /* page_copy.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_copy.png; sourceTree = ""; }; + C1EA55EB1680FE1100A21259 /* page_delete.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_delete.png; sourceTree = ""; }; + C1EA55EC1680FE1100A21259 /* page_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_edit.png; sourceTree = ""; }; + C1EA55ED1680FE1100A21259 /* page_error.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_error.png; sourceTree = ""; }; + C1EA55EE1680FE1100A21259 /* page_excel.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_excel.png; sourceTree = ""; }; + C1EA55EF1680FE1100A21259 /* page_find.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_find.png; sourceTree = ""; }; + C1EA55F01680FE1100A21259 /* page_gear.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_gear.png; sourceTree = ""; }; + C1EA55F11680FE1100A21259 /* page_go.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_go.png; sourceTree = ""; }; + C1EA55F21680FE1100A21259 /* page_green.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_green.png; sourceTree = ""; }; + C1EA55F31680FE1100A21259 /* page_key.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_key.png; sourceTree = ""; }; + C1EA55F41680FE1100A21259 /* page_lightning.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_lightning.png; sourceTree = ""; }; + C1EA55F51680FE1100A21259 /* page_link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_link.png; sourceTree = ""; }; + C1EA55F61680FE1100A21259 /* page_paintbrush.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_paintbrush.png; sourceTree = ""; }; + C1EA55F71680FE1100A21259 /* page_paste.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_paste.png; sourceTree = ""; }; + C1EA55F81680FE1100A21259 /* page_red.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_red.png; sourceTree = ""; }; + C1EA55F91680FE1100A21259 /* page_refresh.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_refresh.png; sourceTree = ""; }; + C1EA55FA1680FE1100A21259 /* page_save.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_save.png; sourceTree = ""; }; + C1EA55FB1680FE1100A21259 /* page_white.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white.png; sourceTree = ""; }; + C1EA55FC1680FE1100A21259 /* page_white_acrobat.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_acrobat.png; sourceTree = ""; }; + C1EA55FD1680FE1100A21259 /* page_white_actionscript.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_actionscript.png; sourceTree = ""; }; + C1EA55FE1680FE1100A21259 /* page_white_add.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_add.png; sourceTree = ""; }; + C1EA55FF1680FE1100A21259 /* page_white_c.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_c.png; sourceTree = ""; }; + C1EA56001680FE1100A21259 /* page_white_camera.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_camera.png; sourceTree = ""; }; + C1EA56011680FE1100A21259 /* page_white_cd.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_cd.png; sourceTree = ""; }; + C1EA56021680FE1100A21259 /* page_white_code.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_code.png; sourceTree = ""; }; + C1EA56031680FE1100A21259 /* page_white_code_red.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_code_red.png; sourceTree = ""; }; + C1EA56041680FE1100A21259 /* page_white_coldfusion.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_coldfusion.png; sourceTree = ""; }; + C1EA56051680FE1100A21259 /* page_white_compressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_compressed.png; sourceTree = ""; }; + C1EA56061680FE1100A21259 /* page_white_copy.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_copy.png; sourceTree = ""; }; + C1EA56071680FE1100A21259 /* page_white_cplusplus.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_cplusplus.png; sourceTree = ""; }; + C1EA56081680FE1100A21259 /* page_white_csharp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_csharp.png; sourceTree = ""; }; + C1EA56091680FE1100A21259 /* page_white_cup.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_cup.png; sourceTree = ""; }; + C1EA560A1680FE1100A21259 /* page_white_database.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_database.png; sourceTree = ""; }; + C1EA560B1680FE1100A21259 /* page_white_delete.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_delete.png; sourceTree = ""; }; + C1EA560C1680FE1100A21259 /* page_white_dvd.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_dvd.png; sourceTree = ""; }; + C1EA560D1680FE1100A21259 /* page_white_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_edit.png; sourceTree = ""; }; + C1EA560E1680FE1100A21259 /* page_white_error.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_error.png; sourceTree = ""; }; + C1EA560F1680FE1100A21259 /* page_white_excel.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_excel.png; sourceTree = ""; }; + C1EA56101680FE1100A21259 /* page_white_find.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_find.png; sourceTree = ""; }; + C1EA56111680FE1100A21259 /* page_white_flash.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_flash.png; sourceTree = ""; }; + C1EA56121680FE1100A21259 /* page_white_freehand.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_freehand.png; sourceTree = ""; }; + C1EA56131680FE1100A21259 /* page_white_gear.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_gear.png; sourceTree = ""; }; + C1EA56141680FE1100A21259 /* page_white_get.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_get.png; sourceTree = ""; }; + C1EA56151680FE1100A21259 /* page_white_go.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_go.png; sourceTree = ""; }; + C1EA56161680FE1100A21259 /* page_white_h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_h.png; sourceTree = ""; }; + C1EA56171680FE1100A21259 /* page_white_horizontal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_horizontal.png; sourceTree = ""; }; + C1EA56181680FE1100A21259 /* page_white_key.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_key.png; sourceTree = ""; }; + C1EA56191680FE1100A21259 /* page_white_lightning.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_lightning.png; sourceTree = ""; }; + C1EA561A1680FE1100A21259 /* page_white_link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_link.png; sourceTree = ""; }; + C1EA561B1680FE1100A21259 /* page_white_magnify.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_magnify.png; sourceTree = ""; }; + C1EA561C1680FE1100A21259 /* page_white_medal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_medal.png; sourceTree = ""; }; + C1EA561D1680FE1100A21259 /* page_white_office.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_office.png; sourceTree = ""; }; + C1EA561E1680FE1100A21259 /* page_white_paint.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_paint.png; sourceTree = ""; }; + C1EA561F1680FE1100A21259 /* page_white_paintbrush.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_paintbrush.png; sourceTree = ""; }; + C1EA56201680FE1100A21259 /* page_white_paste.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_paste.png; sourceTree = ""; }; + C1EA56211680FE1100A21259 /* page_white_php.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_php.png; sourceTree = ""; }; + C1EA56221680FE1100A21259 /* page_white_picture.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_picture.png; sourceTree = ""; }; + C1EA56231680FE1100A21259 /* page_white_powerpoint.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_powerpoint.png; sourceTree = ""; }; + C1EA56241680FE1100A21259 /* page_white_put.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_put.png; sourceTree = ""; }; + C1EA56251680FE1100A21259 /* page_white_ruby.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_ruby.png; sourceTree = ""; }; + C1EA56261680FE1100A21259 /* page_white_stack.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_stack.png; sourceTree = ""; }; + C1EA56271680FE1100A21259 /* page_white_star.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_star.png; sourceTree = ""; }; + C1EA56281680FE1100A21259 /* page_white_swoosh.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_swoosh.png; sourceTree = ""; }; + C1EA56291680FE1100A21259 /* page_white_text.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_text.png; sourceTree = ""; }; + C1EA562A1680FE1100A21259 /* page_white_text_width.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_text_width.png; sourceTree = ""; }; + C1EA562B1680FE1100A21259 /* page_white_tux.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_tux.png; sourceTree = ""; }; + C1EA562C1680FE1100A21259 /* page_white_vector.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_vector.png; sourceTree = ""; }; + C1EA562D1680FE1100A21259 /* page_white_visualstudio.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_visualstudio.png; sourceTree = ""; }; + C1EA562E1680FE1100A21259 /* page_white_width.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_width.png; sourceTree = ""; }; + C1EA562F1680FE1100A21259 /* page_white_word.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_word.png; sourceTree = ""; }; + C1EA56301680FE1100A21259 /* page_white_world.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_world.png; sourceTree = ""; }; + C1EA56311680FE1100A21259 /* page_white_wrench.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_wrench.png; sourceTree = ""; }; + C1EA56321680FE1100A21259 /* page_white_zip.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_white_zip.png; sourceTree = ""; }; + C1EA56331680FE1100A21259 /* page_word.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_word.png; sourceTree = ""; }; + C1EA56341680FE1100A21259 /* page_world.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page_world.png; sourceTree = ""; }; + C1EA56351680FE1100A21259 /* style.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = style.css; sourceTree = ""; }; + C1EA56361680FE1100A21259 /* utils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.js; sourceTree = ""; }; + C1EA56371680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA563A1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA563B1680FE1100A21259 /* component.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = component.json; sourceTree = ""; }; + C1EA563C1680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA563D1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA563E1680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA563F1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA56401680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA56421680FE1100A21259 /* .gitmodules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; + C1EA56431680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA56451680FE1100A21259 /* crc.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = crc.js; sourceTree = ""; }; + C1EA56461680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA56471680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA56481680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA564A1680FE1100A21259 /* crc.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = crc.js; sourceTree = ""; }; + C1EA564C1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA564D1680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA564F1680FE1100A21259 /* bench-multipart-parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "bench-multipart-parser.js"; sourceTree = ""; }; + C1EA56511680FE1100A21259 /* post.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = post.js; sourceTree = ""; }; + C1EA56521680FE1100A21259 /* upload.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = upload.js; sourceTree = ""; }; + C1EA56531680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA56551680FE1100A21259 /* file.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = file.js; sourceTree = ""; }; + C1EA56561680FE1100A21259 /* incoming_form.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = incoming_form.js; sourceTree = ""; }; + C1EA56571680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA56581680FE1100A21259 /* multipart_parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = multipart_parser.js; sourceTree = ""; }; + C1EA56591680FE1100A21259 /* querystring_parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = querystring_parser.js; sourceTree = ""; }; + C1EA565A1680FE1100A21259 /* util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.js; sourceTree = ""; }; + C1EA565B1680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA565E1680FE1100A21259 /* dog.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = dog.js; sourceTree = ""; }; + C1EA565F1680FE1100A21259 /* event_emitter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = event_emitter.js; sourceTree = ""; }; + C1EA56601680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA56631680FE1100A21259 /* gently.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = gently.js; sourceTree = ""; }; + C1EA56641680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA56651680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA56661680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA56671680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA56691680FE1100A21259 /* common.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = common.js; sourceTree = ""; }; + C1EA566B1680FE1100A21259 /* test-gently.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-gently.js"; sourceTree = ""; }; + C1EA566C1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA566D1680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA566F1680FE1100A21259 /* common.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = common.js; sourceTree = ""; }; + C1EA56721680FE1100A21259 /* funkyfilename.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = funkyfilename.txt; sourceTree = ""; }; + C1EA56731680FE1100A21259 /* plain.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = plain.txt; sourceTree = ""; }; + C1EA56761680FE1100A21259 /* info.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = info.md; sourceTree = ""; }; + C1EA56781680FE1100A21259 /* no-filename.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "no-filename.js"; sourceTree = ""; }; + C1EA56791680FE1100A21259 /* special-chars-in-filename.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "special-chars-in-filename.js"; sourceTree = ""; }; + C1EA567A1680FE1100A21259 /* multipart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = multipart.js; sourceTree = ""; }; + C1EA567C1680FE1100A21259 /* test-fixtures.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-fixtures.js"; sourceTree = ""; }; + C1EA567E1680FE1100A21259 /* common.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = common.js; sourceTree = ""; }; + C1EA56801680FE1100A21259 /* test-multipart-parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-multipart-parser.js"; sourceTree = ""; }; + C1EA56821680FE1100A21259 /* test-file.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-file.js"; sourceTree = ""; }; + C1EA56831680FE1100A21259 /* test-incoming-form.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-incoming-form.js"; sourceTree = ""; }; + C1EA56841680FE1100A21259 /* test-multipart-parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-multipart-parser.js"; sourceTree = ""; }; + C1EA56851680FE1100A21259 /* test-querystring-parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-querystring-parser.js"; sourceTree = ""; }; + C1EA56871680FE1100A21259 /* test-multi-video-upload.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-multi-video-upload.js"; sourceTree = ""; }; + C1EA56881680FE1100A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA568A1680FE1100A21259 /* test-incoming-form.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-incoming-form.js"; sourceTree = ""; }; + C1EA568B1680FE1100A21259 /* TODO */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TODO; sourceTree = ""; }; + C1EA568D1680FE1100A21259 /* record.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = record.js; sourceTree = ""; }; + C1EA568F1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA56901680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA56911680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA56921680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA56931680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA56941680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA56961680FE1100A21259 /* .gitmodules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; + C1EA56971680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA56981680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA56991680FE1100A21259 /* benchmark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = benchmark.js; sourceTree = ""; }; + C1EA569A1680FE1100A21259 /* component.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = component.json; sourceTree = ""; }; + C1EA569B1680FE1100A21259 /* examples.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = examples.js; sourceTree = ""; }; + C1EA569C1680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA569D1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA569F1680FE1100A21259 /* head.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = head.js; sourceTree = ""; }; + C1EA56A01680FE1100A21259 /* querystring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = querystring.js; sourceTree = ""; }; + C1EA56A11680FE1100A21259 /* tail.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tail.js; sourceTree = ""; }; + C1EA56A21680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA56A31680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA56A41680FE1100A21259 /* querystring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = querystring.js; sourceTree = ""; }; + C1EA56A51680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA56A81680FE1100A21259 /* expect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = expect.js; sourceTree = ""; }; + C1EA56A91680FE1100A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA56AA1680FE1100A21259 /* jquery.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.js; sourceTree = ""; }; + C1EA56AB1680FE1100A21259 /* mocha.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = mocha.css; sourceTree = ""; }; + C1EA56AC1680FE1100A21259 /* mocha.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mocha.js; sourceTree = ""; }; + C1EA56AD1680FE1100A21259 /* qs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = qs.css; sourceTree = ""; }; + C1EA56AE1680FE1100A21259 /* qs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = qs.js; sourceTree = ""; }; + C1EA56AF1680FE1100A21259 /* parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parse.js; sourceTree = ""; }; + C1EA56B01680FE1100A21259 /* stringify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stringify.js; sourceTree = ""; }; + C1EA56B11680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA56B21680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA56B31680FE1100A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA56B51680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA56B61680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA56B71680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA56B81680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA56B91680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA56BB1680FE1100A21259 /* mocha.opts */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mocha.opts; sourceTree = ""; }; + C1EA56BC1680FE1100A21259 /* parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parse.js; sourceTree = ""; }; + C1EA56BD1680FE1100A21259 /* serialize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = serialize.js; sourceTree = ""; }; + C1EA56BF1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA56C01680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA56C11680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA56C21680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA56C31680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA56C41680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA56C61680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA56C71680FE1100A21259 /* debug.component.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = debug.component.js; sourceTree = ""; }; + C1EA56C81680FE1100A21259 /* debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = debug.js; sourceTree = ""; }; + C1EA56CA1680FE1100A21259 /* app.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = app.js; sourceTree = ""; }; + C1EA56CB1680FE1100A21259 /* browser.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = browser.html; sourceTree = ""; }; + C1EA56CC1680FE1100A21259 /* wildcards.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = wildcards.js; sourceTree = ""; }; + C1EA56CD1680FE1100A21259 /* worker.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = worker.js; sourceTree = ""; }; + C1EA56CE1680FE1100A21259 /* head.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = head.js; sourceTree = ""; }; + C1EA56CF1680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA56D01680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA56D21680FE1100A21259 /* debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = debug.js; sourceTree = ""; }; + C1EA56D31680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA56D41680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA56D51680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA56D61680FE1100A21259 /* tail.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tail.js; sourceTree = ""; }; + C1EA56D81680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA56D91680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA56DA1680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA56DB1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA56DC1680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA56DE1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA56DF1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA56E11680FE1100A21259 /* .gitignore.orig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore.orig; sourceTree = ""; }; + C1EA56E21680FE1100A21259 /* .gitignore.rej */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore.rej; sourceTree = ""; }; + C1EA56E31680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA56E41680FE1100A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA56E61680FE1100A21259 /* pow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pow.js; sourceTree = ""; }; + C1EA56E71680FE1100A21259 /* pow.js.orig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pow.js.orig; sourceTree = ""; }; + C1EA56E81680FE1100A21259 /* pow.js.rej */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pow.js.rej; sourceTree = ""; }; + C1EA56E91680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA56EA1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA56EB1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA56EC1680FE1100A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA56EE1680FE1100A21259 /* chmod.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = chmod.js; sourceTree = ""; }; + C1EA56EF1680FE1100A21259 /* clobber.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clobber.js; sourceTree = ""; }; + C1EA56F01680FE1100A21259 /* mkdirp.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mkdirp.js; sourceTree = ""; }; + C1EA56F11680FE1100A21259 /* perm.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = perm.js; sourceTree = ""; }; + C1EA56F21680FE1100A21259 /* perm_sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = perm_sync.js; sourceTree = ""; }; + C1EA56F31680FE1100A21259 /* race.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = race.js; sourceTree = ""; }; + C1EA56F41680FE1100A21259 /* rel.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rel.js; sourceTree = ""; }; + C1EA56F51680FE1100A21259 /* return.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = return.js; sourceTree = ""; }; + C1EA56F61680FE1100A21259 /* return_sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = return_sync.js; sourceTree = ""; }; + C1EA56F71680FE1100A21259 /* root.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = root.js; sourceTree = ""; }; + C1EA56F81680FE1100A21259 /* sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sync.js; sourceTree = ""; }; + C1EA56F91680FE1100A21259 /* umask.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = umask.js; sourceTree = ""; }; + C1EA56FA1680FE1100A21259 /* umask_sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = umask_sync.js; sourceTree = ""; }; + C1EA56FC1680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA56FD1680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA56FE1680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA56FF1680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA57001680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA57011680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA57031680FE1100A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA57041680FE1100A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA57051680FE1100A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA57071680FE1100A21259 /* send.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = send.js; sourceTree = ""; }; + C1EA57081680FE1100A21259 /* utils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.js; sourceTree = ""; }; + C1EA57091680FE1100A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA570C1680FE1100A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA570D1680FE1100A21259 /* mime.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mime.js; sourceTree = ""; }; + C1EA570E1680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA570F1680FE1100A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA57101680FE1100A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA57121680FE1100A21259 /* mime.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mime.types; sourceTree = ""; }; + C1EA57131680FE1100A21259 /* node.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = node.types; sourceTree = ""; }; + C1EA57141680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA57151680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA57161680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA57171680FE1100A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA57181680FE1100A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA57191680FE1100A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA571A1680FE1100A21259 /* phantom.coffee */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = phantom.coffee; sourceTree = ""; }; + C1EA571B1680FE1100A21259 /* phantom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = phantom.js; sourceTree = ""; }; + C1EA571C1680FE1100A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA571D1680FE1100A21259 /* shim.coffee */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = shim.coffee; sourceTree = ""; }; + C1EA571E1680FE1100A21259 /* shim.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shim.js; sourceTree = ""; }; + C1EA57201680FE1200A21259 /* adv.coffee */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adv.coffee; sourceTree = ""; }; + C1EA57211680FE1200A21259 /* basic.coffee */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = basic.coffee; sourceTree = ""; }; + C1EA57221680FE1200A21259 /* inject.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = inject.js; sourceTree = ""; }; + C1EA57231680FE1200A21259 /* page.coffee */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = page.coffee; sourceTree = ""; }; + C1EA57241680FE1200A21259 /* test.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = test.gif; sourceTree = ""; }; + C1EA57271680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA57281680FE1200A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA57291680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA572A1680FE1200A21259 /* platform.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = platform.js; sourceTree = ""; }; + C1EA572B1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA572D1680FE1200A21259 /* run-test.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "run-test.sh"; sourceTree = ""; }; + C1EA572E1680FE1200A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA57301680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA57311680FE1200A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA57331680FE1200A21259 /* http-server-request-listener-proxy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-server-request-listener-proxy.js"; sourceTree = ""; }; + C1EA57341680FE1200A21259 /* prison-init.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "prison-init.js"; sourceTree = ""; }; + C1EA57351680FE1200A21259 /* prison-session-initializer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "prison-session-initializer.js"; sourceTree = ""; }; + C1EA57361680FE1200A21259 /* prison-util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "prison-util.js"; sourceTree = ""; }; + C1EA57371680FE1200A21259 /* prison.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = prison.js; sourceTree = ""; }; + C1EA57381680FE1200A21259 /* pubsub-client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pubsub-client.js"; sourceTree = ""; }; + C1EA57391680FE1200A21259 /* pubsub-server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pubsub-server.js"; sourceTree = ""; }; + C1EA573A1680FE1200A21259 /* ramp.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ramp.js; sourceTree = ""; }; + C1EA573B1680FE1200A21259 /* server-client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "server-client.js"; sourceTree = ""; }; + C1EA573C1680FE1200A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA573D1680FE1200A21259 /* session-client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "session-client.js"; sourceTree = ""; }; + C1EA573E1680FE1200A21259 /* session-queue.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "session-queue.js"; sourceTree = ""; }; + C1EA573F1680FE1200A21259 /* session.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = session.js; sourceTree = ""; }; + C1EA57401680FE1200A21259 /* slave.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = slave.js; sourceTree = ""; }; + C1EA57421680FE1200A21259 /* slave_prison.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = slave_prison.html; sourceTree = ""; }; + C1EA57431680FE1200A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA57461680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA57471680FE1200A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA57481680FE1200A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA57491680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA574B1680FE1200A21259 /* bane.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bane.js; sourceTree = ""; }; + C1EA574C1680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA574D1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA574E1680FE1200A21259 /* Readme.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.rst; sourceTree = ""; }; + C1EA57501680FE1200A21259 /* bane-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "bane-test.js"; sourceTree = ""; }; + C1EA57511680FE1200A21259 /* todo.org */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = todo.org; sourceTree = ""; }; + C1EA57541680FE1200A21259 /* faye-browser-min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "faye-browser-min.js"; sourceTree = ""; }; + C1EA57551680FE1200A21259 /* faye-browser-min.js.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "faye-browser-min.js.map"; sourceTree = ""; }; + C1EA57561680FE1200A21259 /* faye-browser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "faye-browser.js"; sourceTree = ""; }; + C1EA57571680FE1200A21259 /* History.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.txt; sourceTree = ""; }; + C1EA57591680FE1200A21259 /* faye-node.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "faye-node.js"; sourceTree = ""; }; + C1EA575C1680FE1200A21259 /* cookiejar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cookiejar.js; sourceTree = ""; }; + C1EA575D1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA575E1680FE1200A21259 /* readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.md; sourceTree = ""; }; + C1EA57601680FE1200A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA57621680FE1200A21259 /* CHANGELOG.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG.txt; sourceTree = ""; }; + C1EA57641680FE1200A21259 /* autobahn_client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autobahn_client.js; sourceTree = ""; }; + C1EA57651680FE1200A21259 /* client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = client.js; sourceTree = ""; }; + C1EA57661680FE1200A21259 /* haproxy.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = haproxy.conf; sourceTree = ""; }; + C1EA57671680FE1200A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA57681680FE1200A21259 /* sse.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sse.html; sourceTree = ""; }; + C1EA57691680FE1200A21259 /* ws.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = ws.html; sourceTree = ""; }; + C1EA576C1680FE1200A21259 /* eventsource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = eventsource.js; sourceTree = ""; }; + C1EA576F1680FE1200A21259 /* event.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = event.js; sourceTree = ""; }; + C1EA57701680FE1200A21259 /* event_target.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = event_target.js; sourceTree = ""; }; + C1EA57711680FE1200A21259 /* api.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = api.js; sourceTree = ""; }; + C1EA57721680FE1200A21259 /* client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = client.js; sourceTree = ""; }; + C1EA57731680FE1200A21259 /* draft75_parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = draft75_parser.js; sourceTree = ""; }; + C1EA57741680FE1200A21259 /* draft76_parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = draft76_parser.js; sourceTree = ""; }; + C1EA57761680FE1200A21259 /* handshake.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = handshake.js; sourceTree = ""; }; + C1EA57771680FE1200A21259 /* stream_reader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stream_reader.js; sourceTree = ""; }; + C1EA57781680FE1200A21259 /* hybi_parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hybi_parser.js; sourceTree = ""; }; + C1EA57791680FE1200A21259 /* websocket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = websocket.js; sourceTree = ""; }; + C1EA577A1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA577B1680FE1200A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA577F1680FE1200A21259 /* client_spec.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = client_spec.js; sourceTree = ""; }; + C1EA57801680FE1200A21259 /* draft75parser_spec.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = draft75parser_spec.js; sourceTree = ""; }; + C1EA57811680FE1200A21259 /* draft76parser_spec.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = draft76parser_spec.js; sourceTree = ""; }; + C1EA57821680FE1200A21259 /* hybi_parser_spec.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hybi_parser_spec.js; sourceTree = ""; }; + C1EA57831680FE1200A21259 /* runner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runner.js; sourceTree = ""; }; + C1EA57841680FE1200A21259 /* server.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.crt; sourceTree = ""; }; + C1EA57851680FE1200A21259 /* server.key */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.key; sourceTree = ""; }; + C1EA57861680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA57871680FE1200A21259 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = ""; }; + C1EA57891680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA578B1680FE1200A21259 /* bench.gnu */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bench.gnu; sourceTree = ""; }; + C1EA578C1680FE1200A21259 /* bench.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = bench.sh; sourceTree = ""; }; + C1EA578D1680FE1200A21259 /* benchmark-native.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "benchmark-native.c"; sourceTree = ""; }; + C1EA578E1680FE1200A21259 /* benchmark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = benchmark.js; sourceTree = ""; }; + C1EA578F1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA57901680FE1200A21259 /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.md; sourceTree = ""; }; + C1EA57911680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA57921680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA57941680FE1200A21259 /* compare_v1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compare_v1.js; sourceTree = ""; }; + C1EA57951680FE1200A21259 /* test.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = test.html; sourceTree = ""; }; + C1EA57961680FE1200A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA57971680FE1200A21259 /* uuid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = uuid.js; sourceTree = ""; }; + C1EA57981680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA57991680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA579A1680FE1200A21259 /* run-tests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "run-tests.js"; sourceTree = ""; }; + C1EA579C1680FE1200A21259 /* cache-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "cache-test.js"; sourceTree = ""; }; + C1EA579D1680FE1200A21259 /* events-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "events-test.js"; sourceTree = ""; }; + C1EA579F1680FE1200A21259 /* phantom-factory.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "phantom-factory.js"; sourceTree = ""; }; + C1EA57A01680FE1200A21259 /* phantom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = phantom.js; sourceTree = ""; }; + C1EA57A11680FE1200A21259 /* server-loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "server-loader.js"; sourceTree = ""; }; + C1EA57A21680FE1200A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA57A31680FE1200A21259 /* joinable-and-unjoinable-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "joinable-and-unjoinable-test.js"; sourceTree = ""; }; + C1EA57A41680FE1200A21259 /* main-test-session-client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "main-test-session-client.js"; sourceTree = ""; }; + C1EA57A51680FE1200A21259 /* main-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "main-test.js"; sourceTree = ""; }; + C1EA57A61680FE1200A21259 /* session-lifecycle-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "session-lifecycle-test.js"; sourceTree = ""; }; + C1EA57A71680FE1200A21259 /* slave-header-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "slave-header-test.js"; sourceTree = ""; }; + C1EA57A81680FE1200A21259 /* test-helper-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper-test.js"; sourceTree = ""; }; + C1EA57AB1680FE1200A21259 /* cycle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cycle.js; sourceTree = ""; }; + C1EA57AC1680FE1200A21259 /* json.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json.js; sourceTree = ""; }; + C1EA57AD1680FE1200A21259 /* json2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json2.js; sourceTree = ""; }; + C1EA57AE1680FE1200A21259 /* json_parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json_parse.js; sourceTree = ""; }; + C1EA57AF1680FE1200A21259 /* json_parse_state.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json_parse_state.js; sourceTree = ""; }; + C1EA57B01680FE1200A21259 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + C1EA57B21680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA57B31680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA57B41680FE1200A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA57B51680FE1200A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA57B61680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA57B91680FE1200A21259 /* alternatives.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = alternatives.json; sourceTree = ""; }; + C1EA57BB1680FE1200A21259 /* 1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 1.png; sourceTree = ""; }; + C1EA57BC1680FE1200A21259 /* 2.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = 2.html; sourceTree = ""; }; + C1EA57BD1680FE1200A21259 /* 3.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 3.txt; sourceTree = ""; }; + C1EA57BE1680FE1200A21259 /* 4.tgz */ = {isa = PBXFileReference; lastKnownFileType = file; path = 4.tgz; sourceTree = ""; }; + C1EA57BF1680FE1200A21259 /* medium.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = medium.json; sourceTree = ""; }; + C1EA57C01680FE1200A21259 /* publish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = publish.js; sourceTree = ""; }; + C1EA57C11680FE1200A21259 /* README.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.rst; sourceTree = ""; }; + C1EA57C21680FE1200A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA57C31680FE1200A21259 /* small.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = small.json; sourceTree = ""; }; + C1EA57C51680FE1200A21259 /* file-etag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-etag.js"; sourceTree = ""; }; + C1EA57C61680FE1200A21259 /* http-proxy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-proxy.js"; sourceTree = ""; }; + C1EA57C71680FE1200A21259 /* invalid-error.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "invalid-error.js"; sourceTree = ""; }; + C1EA57C81680FE1200A21259 /* load-path.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "load-path.js"; sourceTree = ""; }; + C1EA57CA1680FE1200A21259 /* iife.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = iife.js; sourceTree = ""; }; + C1EA57CB1680FE1200A21259 /* ramp-resources.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "ramp-resources.js"; sourceTree = ""; }; + C1EA57CC1680FE1200A21259 /* resource-combiner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-combiner.js"; sourceTree = ""; }; + C1EA57CD1680FE1200A21259 /* resource-file-resolver.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-file-resolver.js"; sourceTree = ""; }; + C1EA57CE1680FE1200A21259 /* resource-middleware.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-middleware.js"; sourceTree = ""; }; + C1EA57CF1680FE1200A21259 /* resource-set-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-cache.js"; sourceTree = ""; }; + C1EA57D01680FE1200A21259 /* resource-set.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set.js"; sourceTree = ""; }; + C1EA57D11680FE1200A21259 /* resource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = resource.js; sourceTree = ""; }; + C1EA57D21680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA57D51680FE1200A21259 /* lodash */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = lodash; sourceTree = ""; }; + C1EA57D81680FE1200A21259 /* minify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minify.js; sourceTree = ""; }; + C1EA57D91680FE1200A21259 /* post-compile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "post-compile.js"; sourceTree = ""; }; + C1EA57DA1680FE1200A21259 /* pre-compile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pre-compile.js"; sourceTree = ""; }; + C1EA57DB1680FE1200A21259 /* build.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = build.js; sourceTree = ""; }; + C1EA57DD1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA57DE1680FE1200A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA57DF1680FE1200A21259 /* lodash.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lodash.js; sourceTree = ""; }; + C1EA57E01680FE1200A21259 /* lodash.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lodash.min.js; sourceTree = ""; }; + C1EA57E11680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA57E31680FE1200A21259 /* perf.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = perf.js; sourceTree = ""; }; + C1EA57E41680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA57E61680FE1200A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA57E91680FE1200A21259 /* benchmark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = benchmark.js; sourceTree = ""; }; + C1EA57EA1680FE1200A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA57EB1680FE1200A21259 /* nano.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = nano.jar; sourceTree = ""; }; + C1EA57EC1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA57EE1680FE1200A21259 /* compiler.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = compiler.jar; sourceTree = ""; }; + C1EA57EF1680FE1200A21259 /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; + C1EA57F01680FE1200A21259 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + C1EA57F21680FE1200A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA57F31680FE1200A21259 /* platform.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = platform.js; sourceTree = ""; }; + C1EA57F41680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA57F71680FE1200A21259 /* qunit-1.8.0.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "qunit-1.8.0.js"; sourceTree = ""; }; + C1EA57F81680FE1200A21259 /* qunit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = qunit.js; sourceTree = ""; }; + C1EA57F91680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA57FB1680FE1200A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA57FC1680FE1200A21259 /* qunit-clib.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "qunit-clib.js"; sourceTree = ""; }; + C1EA57FD1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58001680FE1200A21259 /* consolidator.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = consolidator.js; sourceTree = ""; }; + C1EA58011680FE1200A21259 /* parse-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "parse-js.js"; sourceTree = ""; }; + C1EA58021680FE1200A21259 /* process.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = process.js; sourceTree = ""; }; + C1EA58031680FE1200A21259 /* squeeze-more.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "squeeze-more.js"; sourceTree = ""; }; + C1EA58041680FE1200A21259 /* README.org */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.org; sourceTree = ""; }; + C1EA58051680FE1200A21259 /* uglify-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "uglify-js.js"; sourceTree = ""; }; + C1EA58071680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA58081680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58091680FE1200A21259 /* underscore-min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "underscore-min.js"; sourceTree = ""; }; + C1EA580A1680FE1200A21259 /* underscore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = underscore.js; sourceTree = ""; }; + C1EA580C1680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA580D1680FE1200A21259 /* mime.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mime.js; sourceTree = ""; }; + C1EA580E1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA580F1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58101680FE1200A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA58121680FE1200A21259 /* mime.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mime.types; sourceTree = ""; }; + C1EA58131680FE1200A21259 /* node.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = node.types; sourceTree = ""; }; + C1EA58151680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA58161680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA58171680FE1200A21259 /* minimatch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minimatch.js; sourceTree = ""; }; + C1EA581A1680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA581C1680FE1200A21259 /* lru-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lru-cache.js"; sourceTree = ""; }; + C1EA581D1680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA581E1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA581F1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58211680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA58221680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA58231680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58251680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA58261680FE1200A21259 /* brace-expand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "brace-expand.js"; sourceTree = ""; }; + C1EA58271680FE1200A21259 /* caching.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = caching.js; sourceTree = ""; }; + C1EA58291680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA582A1680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA582B1680FE1200A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA582C1680FE1200A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA582D1680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA582F1680FE1200A21259 /* multi-glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "multi-glob.js"; sourceTree = ""; }; + C1EA58301680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA58331680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA58341680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA58361680FE1200A21259 /* g.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = g.js; sourceTree = ""; }; + C1EA58371680FE1200A21259 /* usr-local.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "usr-local.js"; sourceTree = ""; }; + C1EA58381680FE1200A21259 /* glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = glob.js; sourceTree = ""; }; + C1EA58391680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA583C1680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA583D1680FE1200A21259 /* graceful-fs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "graceful-fs.js"; sourceTree = ""; }; + C1EA583E1680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA583F1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA58401680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58421680FE1200A21259 /* open.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = open.js; sourceTree = ""; }; + C1EA58441680FE1200A21259 /* inherits.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = inherits.js; sourceTree = ""; }; + C1EA58451680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA58461680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58481680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA58491680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA584A1680FE1200A21259 /* minimatch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minimatch.js; sourceTree = ""; }; + C1EA584D1680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA584E1680FE1200A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA58501680FE1200A21259 /* lru-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lru-cache.js"; sourceTree = ""; }; + C1EA58511680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA58521680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA58531680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58551680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA58571680FE1200A21259 /* bench.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bench.js; sourceTree = ""; }; + C1EA58581680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA58591680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA585A1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA585B1680FE1200A21259 /* sigmund.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sigmund.js; sourceTree = ""; }; + C1EA585D1680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA585E1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA585F1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58611680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA58621680FE1200A21259 /* brace-expand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "brace-expand.js"; sourceTree = ""; }; + C1EA58631680FE1200A21259 /* caching.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = caching.js; sourceTree = ""; }; + C1EA58641680FE1200A21259 /* defaults.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = defaults.js; sourceTree = ""; }; + C1EA58651680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA58661680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58681680FE1200A21259 /* 00-setup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "00-setup.js"; sourceTree = ""; }; + C1EA58691680FE1200A21259 /* bash-comparison.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "bash-comparison.js"; sourceTree = ""; }; + C1EA586A1680FE1200A21259 /* cwd-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "cwd-test.js"; sourceTree = ""; }; + C1EA586B1680FE1200A21259 /* mark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mark.js; sourceTree = ""; }; + C1EA586C1680FE1200A21259 /* pause-resume.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pause-resume.js"; sourceTree = ""; }; + C1EA586D1680FE1200A21259 /* root-nomount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "root-nomount.js"; sourceTree = ""; }; + C1EA586E1680FE1200A21259 /* root.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = root.js; sourceTree = ""; }; + C1EA586F1680FE1200A21259 /* zz-cleanup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "zz-cleanup.js"; sourceTree = ""; }; + C1EA58701680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA58711680FE1200A21259 /* Readme.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.rst; sourceTree = ""; }; + C1EA58731680FE1200A21259 /* multi-glob-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "multi-glob-test.js"; sourceTree = ""; }; + C1EA58741680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA58751680FE1200A21259 /* Readme.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.rst; sourceTree = ""; }; + C1EA58781680FE1200A21259 /* bar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bar.js; sourceTree = ""; }; + C1EA58791680FE1200A21259 /* foo.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foo.js; sourceTree = ""; }; + C1EA587B1680FE1200A21259 /* other.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = other.js; sourceTree = ""; }; + C1EA587C1680FE1200A21259 /* some-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "some-test.js"; sourceTree = ""; }; + C1EA587E1680FE1200A21259 /* my-testish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "my-testish.js"; sourceTree = ""; }; + C1EA587F1680FE1200A21259 /* http-proxy-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-proxy-test.js"; sourceTree = ""; }; + C1EA58801680FE1200A21259 /* load-path-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "load-path-test.js"; sourceTree = ""; }; + C1EA58821680FE1200A21259 /* iife-processor-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "iife-processor-test.js"; sourceTree = ""; }; + C1EA58831680FE1200A21259 /* resource-middleware-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-middleware-test.js"; sourceTree = ""; }; + C1EA58841680FE1200A21259 /* resource-set-cache-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-cache-test.js"; sourceTree = ""; }; + C1EA58851680FE1200A21259 /* resource-set-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-test.js"; sourceTree = ""; }; + C1EA58861680FE1200A21259 /* resource-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-test.js"; sourceTree = ""; }; + C1EA58871680FE1200A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA58881680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA588B1680FE1200A21259 /* android-256.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "android-256.png"; sourceTree = ""; }; + C1EA588C1680FE1200A21259 /* android-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "android-64.png"; sourceTree = ""; }; + C1EA588D1680FE1200A21259 /* chrome-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "chrome-64.png"; sourceTree = ""; }; + C1EA588E1680FE1200A21259 /* firefox-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "firefox-64.png"; sourceTree = ""; }; + C1EA588F1680FE1200A21259 /* ie-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ie-64.png"; sourceTree = ""; }; + C1EA58901680FE1200A21259 /* ios-24.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ios-24.png"; sourceTree = ""; }; + C1EA58911680FE1200A21259 /* ios-256.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ios-256.png"; sourceTree = ""; }; + C1EA58921680FE1200A21259 /* linux-24.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "linux-24.png"; sourceTree = ""; }; + C1EA58931680FE1200A21259 /* linux-256.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "linux-256.png"; sourceTree = ""; }; + C1EA58941680FE1200A21259 /* linux-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "linux-64.png"; sourceTree = ""; }; + C1EA58951680FE1200A21259 /* opera-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "opera-64.png"; sourceTree = ""; }; + C1EA58961680FE1200A21259 /* osx-24.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "osx-24.png"; sourceTree = ""; }; + C1EA58971680FE1200A21259 /* osx-256.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "osx-256.png"; sourceTree = ""; }; + C1EA58981680FE1200A21259 /* osx-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "osx-64.png"; sourceTree = ""; }; + C1EA58991680FE1200A21259 /* osx-colored-128.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "osx-colored-128.png"; sourceTree = ""; }; + C1EA589A1680FE1200A21259 /* osx-colored-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "osx-colored-64.png"; sourceTree = ""; }; + C1EA589B1680FE1200A21259 /* osx-finder-128.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "osx-finder-128.png"; sourceTree = ""; }; + C1EA589C1680FE1200A21259 /* osx-finder-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "osx-finder-64.png"; sourceTree = ""; }; + C1EA589D1680FE1200A21259 /* safari-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "safari-64.png"; sourceTree = ""; }; + C1EA589E1680FE1200A21259 /* safari-mobile-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "safari-mobile-64.png"; sourceTree = ""; }; + C1EA589F1680FE1200A21259 /* windows-24.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "windows-24.png"; sourceTree = ""; }; + C1EA58A01680FE1200A21259 /* windows-256.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "windows-256.png"; sourceTree = ""; }; + C1EA58A11680FE1200A21259 /* windows-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "windows-64.png"; sourceTree = ""; }; + C1EA58A31680FE1200A21259 /* buster-server.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "buster-server.css"; sourceTree = ""; }; + C1EA58A41680FE1200A21259 /* buster.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = buster.css; sourceTree = ""; }; + C1EA58A51680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA58A61680FE1200A21259 /* run-tests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "run-tests.js"; sourceTree = ""; }; + C1EA58A81680FE1200A21259 /* server-cli-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "server-cli-test.js"; sourceTree = ""; }; + C1EA58A91680FE1200A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA58AB1680FE1200A21259 /* header.ejs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = header.ejs; sourceTree = ""; }; + C1EA58AC1680FE1200A21259 /* index.ejs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = index.ejs; sourceTree = ""; }; + C1EA58AE1680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA58AF1680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA58B11680FE1200A21259 /* buster-sinon.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-sinon.js"; sourceTree = ""; }; + C1EA58B21680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA58B31680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA58B41680FE1200A21259 /* run-tests */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "run-tests"; sourceTree = ""; }; + C1EA58B61680FE1200A21259 /* buster-sinon-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-sinon-test.js"; sourceTree = ""; }; + C1EA58B81680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA58B91680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA58BA1680FE1200A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA58BC1680FE1200A21259 /* buster-static */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "buster-static"; sourceTree = ""; }; + C1EA58BD1680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA58BF1680FE1200A21259 /* browser-wiring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "browser-wiring.js"; sourceTree = ""; }; + C1EA58C01680FE1200A21259 /* buster-static.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-static.js"; sourceTree = ""; }; + C1EA58C11680FE1200A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA58C41680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA58C51680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA58C61680FE1200A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA58C91680FE1200A21259 /* args.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = args.js; sourceTree = ""; }; + C1EA58CA1680FE1200A21259 /* config.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = config.js; sourceTree = ""; }; + C1EA58CB1680FE1200A21259 /* help.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = help.js; sourceTree = ""; }; + C1EA58CC1680FE1200A21259 /* logger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = logger.js; sourceTree = ""; }; + C1EA58CD1680FE1200A21259 /* buster-cli.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-cli.js"; sourceTree = ""; }; + C1EA58CE1680FE1200A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA58D11680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA58D21680FE1200A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA58D31680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA58D51680FE1200A21259 /* buster-configuration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-configuration.js"; sourceTree = ""; }; + C1EA58D61680FE1200A21259 /* file-loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-loader.js"; sourceTree = ""; }; + C1EA58D71680FE1200A21259 /* group.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = group.js; sourceTree = ""; }; + C1EA58D81680FE1200A21259 /* util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.js; sourceTree = ""; }; + C1EA58DB1680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA58DC1680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA58DE1680FE1200A21259 /* g.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = g.js; sourceTree = ""; }; + C1EA58DF1680FE1200A21259 /* usr-local.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "usr-local.js"; sourceTree = ""; }; + C1EA58E01680FE1200A21259 /* glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = glob.js; sourceTree = ""; }; + C1EA58E11680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA58E41680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA58E51680FE1200A21259 /* graceful-fs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "graceful-fs.js"; sourceTree = ""; }; + C1EA58E61680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA58E71680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA58E81680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58EA1680FE1200A21259 /* open.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = open.js; sourceTree = ""; }; + C1EA58EC1680FE1200A21259 /* inherits.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = inherits.js; sourceTree = ""; }; + C1EA58ED1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA58EE1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58EF1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA58F01680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA58F21680FE1200A21259 /* 00-setup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "00-setup.js"; sourceTree = ""; }; + C1EA58F31680FE1200A21259 /* bash-comparison.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "bash-comparison.js"; sourceTree = ""; }; + C1EA58F41680FE1200A21259 /* cwd-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "cwd-test.js"; sourceTree = ""; }; + C1EA58F51680FE1200A21259 /* mark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mark.js; sourceTree = ""; }; + C1EA58F61680FE1200A21259 /* pause-resume.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pause-resume.js"; sourceTree = ""; }; + C1EA58F71680FE1200A21259 /* root-nomount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "root-nomount.js"; sourceTree = ""; }; + C1EA58F81680FE1200A21259 /* root.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = root.js; sourceTree = ""; }; + C1EA58F91680FE1200A21259 /* zz-cleanup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "zz-cleanup.js"; sourceTree = ""; }; + C1EA58FA1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA58FB1680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA58FD1680FE1200A21259 /* buster-configuration-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-configuration-test.js"; sourceTree = ""; }; + C1EA58FE1680FE1200A21259 /* file-loader-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-loader-test.js"; sourceTree = ""; }; + C1EA59001680FE1200A21259 /* bar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bar.js; sourceTree = ""; }; + C1EA59021680FE1200A21259 /* file */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = file; sourceTree = ""; }; + C1EA59031680FE1200A21259 /* file.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = file.js; sourceTree = ""; }; + C1EA59041680FE1200A21259 /* foo.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foo.js; sourceTree = ""; }; + C1EA59061680FE1200A21259 /* my-testish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "my-testish.js"; sourceTree = ""; }; + C1EA59071680FE1200A21259 /* group-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "group-test.js"; sourceTree = ""; }; + C1EA59081680FE1200A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA59091680FE1200A21259 /* todo.org */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = todo.org; sourceTree = ""; }; + C1EA590B1680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA590C1680FE1200A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA590D1680FE1200A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA590E1680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA59101680FE1200A21259 /* buster-terminal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-terminal.js"; sourceTree = ""; }; + C1EA59111680FE1200A21259 /* matrix.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = matrix.js; sourceTree = ""; }; + C1EA59121680FE1200A21259 /* relative-grid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "relative-grid.js"; sourceTree = ""; }; + C1EA59131680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59141680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA59161680FE1200A21259 /* buster-terminal-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-terminal-test.js"; sourceTree = ""; }; + C1EA59171680FE1200A21259 /* helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = helper.js; sourceTree = ""; }; + C1EA59181680FE1200A21259 /* matrix-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "matrix-test.js"; sourceTree = ""; }; + C1EA59191680FE1200A21259 /* relative-grid-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "relative-grid-test.js"; sourceTree = ""; }; + C1EA591B1680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA591C1680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA591D1680FE1200A21259 /* minimatch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minimatch.js; sourceTree = ""; }; + C1EA59201680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA59211680FE1200A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA59231680FE1200A21259 /* lru-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lru-cache.js"; sourceTree = ""; }; + C1EA59241680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA59251680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59261680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA59281680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA592A1680FE1200A21259 /* bench.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bench.js; sourceTree = ""; }; + C1EA592B1680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA592C1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA592D1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA592E1680FE1200A21259 /* sigmund.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sigmund.js; sourceTree = ""; }; + C1EA59301680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA59311680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59321680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA59341680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA59351680FE1200A21259 /* brace-expand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "brace-expand.js"; sourceTree = ""; }; + C1EA59361680FE1200A21259 /* caching.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = caching.js; sourceTree = ""; }; + C1EA59371680FE1200A21259 /* defaults.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = defaults.js; sourceTree = ""; }; + C1EA59391680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA593A1680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA593B1680FE1200A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA593C1680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA593E1680FE1200A21259 /* argument.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = argument.js; sourceTree = ""; }; + C1EA593F1680FE1200A21259 /* operand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = operand.js; sourceTree = ""; }; + C1EA59401680FE1200A21259 /* option.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = option.js; sourceTree = ""; }; + C1EA59411680FE1200A21259 /* parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.js; sourceTree = ""; }; + C1EA59421680FE1200A21259 /* posix-argv-parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "posix-argv-parser.js"; sourceTree = ""; }; + C1EA59431680FE1200A21259 /* shorthand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shorthand.js; sourceTree = ""; }; + C1EA59441680FE1200A21259 /* types.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = types.js; sourceTree = ""; }; + C1EA59451680FE1200A21259 /* validators.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = validators.js; sourceTree = ""; }; + C1EA59461680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA59471680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59481680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA594A1680FE1200A21259 /* operand-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "operand-test.js"; sourceTree = ""; }; + C1EA594B1680FE1200A21259 /* option-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "option-test.js"; sourceTree = ""; }; + C1EA594C1680FE1200A21259 /* parser-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "parser-test.js"; sourceTree = ""; }; + C1EA594D1680FE1200A21259 /* posix-argv-parser-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "posix-argv-parser-test.js"; sourceTree = ""; }; + C1EA594E1680FE1200A21259 /* shorthand-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "shorthand-test.js"; sourceTree = ""; }; + C1EA594F1680FE1200A21259 /* types-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "types-test.js"; sourceTree = ""; }; + C1EA59501680FE1200A21259 /* validators-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "validators-test.js"; sourceTree = ""; }; + C1EA59521680FE1200A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA59531680FE1200A21259 /* fiber.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fiber.js; sourceTree = ""; }; + C1EA59541680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA59551680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59561680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA59571680FE1200A21259 /* rimraf.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rimraf.js; sourceTree = ""; }; + C1EA59591680FE1200A21259 /* run.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = run.sh; sourceTree = ""; }; + C1EA595A1680FE1200A21259 /* setup.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = setup.sh; sourceTree = ""; }; + C1EA595B1680FE1200A21259 /* test-async.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-async.js"; sourceTree = ""; }; + C1EA595C1680FE1200A21259 /* test-fiber.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-fiber.js"; sourceTree = ""; }; + C1EA595D1680FE1200A21259 /* test-sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-sync.js"; sourceTree = ""; }; + C1EA595F1680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA59601680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA59611680FE1200A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA59621680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA59641680FE1200A21259 /* stream-logger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "stream-logger.js"; sourceTree = ""; }; + C1EA59651680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA59661680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59671680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA59691680FE1200A21259 /* stream-logger-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "stream-logger-test.js"; sourceTree = ""; }; + C1EA596A1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA596B1680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA596C1680FE1200A21259 /* run-tests */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "run-tests"; sourceTree = ""; }; + C1EA596E1680FE1200A21259 /* buster-cli-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-cli-test.js"; sourceTree = ""; }; + C1EA596F1680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA59711680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA59721680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA59741680FE1200A21259 /* pow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pow.js; sourceTree = ""; }; + C1EA59751680FE1200A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA59761680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA59771680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59781680FE1200A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA597A1680FE1200A21259 /* chmod.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = chmod.js; sourceTree = ""; }; + C1EA597B1680FE1200A21259 /* clobber.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clobber.js; sourceTree = ""; }; + C1EA597C1680FE1200A21259 /* mkdirp.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mkdirp.js; sourceTree = ""; }; + C1EA597D1680FE1200A21259 /* perm.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = perm.js; sourceTree = ""; }; + C1EA597E1680FE1200A21259 /* perm_sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = perm_sync.js; sourceTree = ""; }; + C1EA597F1680FE1200A21259 /* race.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = race.js; sourceTree = ""; }; + C1EA59801680FE1200A21259 /* rel.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rel.js; sourceTree = ""; }; + C1EA59811680FE1200A21259 /* return.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = return.js; sourceTree = ""; }; + C1EA59821680FE1200A21259 /* return_sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = return_sync.js; sourceTree = ""; }; + C1EA59831680FE1200A21259 /* root.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = root.js; sourceTree = ""; }; + C1EA59841680FE1200A21259 /* sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sync.js; sourceTree = ""; }; + C1EA59851680FE1200A21259 /* umask.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = umask.js; sourceTree = ""; }; + C1EA59861680FE1200A21259 /* umask_sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = umask_sync.js; sourceTree = ""; }; + C1EA59881680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA59891680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA598A1680FE1200A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA598B1680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA598F1680FE1200A21259 /* 1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 1.png; sourceTree = ""; }; + C1EA59901680FE1200A21259 /* 2.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = 2.html; sourceTree = ""; }; + C1EA59911680FE1200A21259 /* 3.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 3.txt; sourceTree = ""; }; + C1EA59921680FE1200A21259 /* 4.tgz */ = {isa = PBXFileReference; lastKnownFileType = file; path = 4.tgz; sourceTree = ""; }; + C1EA59931680FE1200A21259 /* medium.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = medium.json; sourceTree = ""; }; + C1EA59941680FE1200A21259 /* publish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = publish.js; sourceTree = ""; }; + C1EA59951680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA59961680FE1200A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA59971680FE1200A21259 /* small.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = small.json; sourceTree = ""; }; + C1EA59991680FE1200A21259 /* file-etag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-etag.js"; sourceTree = ""; }; + C1EA599A1680FE1200A21259 /* http-proxy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-proxy.js"; sourceTree = ""; }; + C1EA599B1680FE1200A21259 /* invalid-error.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "invalid-error.js"; sourceTree = ""; }; + C1EA599C1680FE1200A21259 /* load-path.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "load-path.js"; sourceTree = ""; }; + C1EA599E1680FE1200A21259 /* iife.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = iife.js; sourceTree = ""; }; + C1EA599F1680FE1200A21259 /* ramp-resources.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "ramp-resources.js"; sourceTree = ""; }; + C1EA59A01680FE1200A21259 /* resource-combiner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-combiner.js"; sourceTree = ""; }; + C1EA59A11680FE1200A21259 /* resource-file-resolver.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-file-resolver.js"; sourceTree = ""; }; + C1EA59A21680FE1200A21259 /* resource-middleware.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-middleware.js"; sourceTree = ""; }; + C1EA59A31680FE1200A21259 /* resource-set-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-cache.js"; sourceTree = ""; }; + C1EA59A41680FE1200A21259 /* resource-set.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set.js"; sourceTree = ""; }; + C1EA59A51680FE1200A21259 /* resource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = resource.js; sourceTree = ""; }; + C1EA59A81680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA59A91680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA59AA1680FE1200A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA59AB1680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA59AD1680FE1200A21259 /* buster-glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-glob.js"; sourceTree = ""; }; + C1EA59B01680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA59B11680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA59B31680FE1200A21259 /* g.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = g.js; sourceTree = ""; }; + C1EA59B41680FE1200A21259 /* usr-local.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "usr-local.js"; sourceTree = ""; }; + C1EA59B51680FE1200A21259 /* glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = glob.js; sourceTree = ""; }; + C1EA59B61680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA59B91680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA59BA1680FE1200A21259 /* graceful-fs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "graceful-fs.js"; sourceTree = ""; }; + C1EA59BB1680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA59BC1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59BD1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA59BF1680FE1200A21259 /* open.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = open.js; sourceTree = ""; }; + C1EA59C11680FE1200A21259 /* inherits.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = inherits.js; sourceTree = ""; }; + C1EA59C21680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59C31680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA59C51680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA59C61680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA59C71680FE1200A21259 /* minimatch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minimatch.js; sourceTree = ""; }; + C1EA59CA1680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA59CB1680FE1200A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA59CD1680FE1200A21259 /* lru-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lru-cache.js"; sourceTree = ""; }; + C1EA59CE1680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA59CF1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59D01680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA59D21680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA59D41680FE1200A21259 /* bench.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bench.js; sourceTree = ""; }; + C1EA59D51680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA59D61680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59D71680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA59D81680FE1200A21259 /* sigmund.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sigmund.js; sourceTree = ""; }; + C1EA59DA1680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA59DB1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59DC1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA59DE1680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA59DF1680FE1200A21259 /* brace-expand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "brace-expand.js"; sourceTree = ""; }; + C1EA59E01680FE1200A21259 /* caching.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = caching.js; sourceTree = ""; }; + C1EA59E11680FE1200A21259 /* defaults.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = defaults.js; sourceTree = ""; }; + C1EA59E21680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59E31680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA59E51680FE1200A21259 /* 00-setup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "00-setup.js"; sourceTree = ""; }; + C1EA59E61680FE1200A21259 /* bash-comparison.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "bash-comparison.js"; sourceTree = ""; }; + C1EA59E71680FE1200A21259 /* cwd-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "cwd-test.js"; sourceTree = ""; }; + C1EA59E81680FE1200A21259 /* mark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mark.js; sourceTree = ""; }; + C1EA59E91680FE1200A21259 /* pause-resume.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pause-resume.js"; sourceTree = ""; }; + C1EA59EA1680FE1200A21259 /* root-nomount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "root-nomount.js"; sourceTree = ""; }; + C1EA59EB1680FE1200A21259 /* root.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = root.js; sourceTree = ""; }; + C1EA59EC1680FE1200A21259 /* zz-cleanup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "zz-cleanup.js"; sourceTree = ""; }; + C1EA59ED1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59EE1680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA59F01680FE1200A21259 /* buster-glob-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-glob-test.js"; sourceTree = ""; }; + C1EA59F21680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA59F31680FE1200A21259 /* mime.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mime.js; sourceTree = ""; }; + C1EA59F41680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA59F51680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA59F61680FE1200A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA59F81680FE1200A21259 /* mime.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mime.types; sourceTree = ""; }; + C1EA59F91680FE1200A21259 /* node.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = node.types; sourceTree = ""; }; + C1EA59FB1680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA59FC1680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA59FD1680FE1200A21259 /* minimatch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minimatch.js; sourceTree = ""; }; + C1EA5A001680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA5A021680FE1200A21259 /* lru-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lru-cache.js"; sourceTree = ""; }; + C1EA5A031680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA5A041680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5A051680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5A071680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA5A081680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5A091680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5A0B1680FE1200A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA5A0C1680FE1200A21259 /* brace-expand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "brace-expand.js"; sourceTree = ""; }; + C1EA5A0D1680FE1200A21259 /* caching.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = caching.js; sourceTree = ""; }; + C1EA5A0E1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5A0F1680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA5A121680FE1200A21259 /* bar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bar.js; sourceTree = ""; }; + C1EA5A131680FE1200A21259 /* foo.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foo.js; sourceTree = ""; }; + C1EA5A151680FE1200A21259 /* other.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = other.js; sourceTree = ""; }; + C1EA5A161680FE1200A21259 /* some-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "some-test.js"; sourceTree = ""; }; + C1EA5A181680FE1200A21259 /* my-testish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "my-testish.js"; sourceTree = ""; }; + C1EA5A191680FE1200A21259 /* http-proxy-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-proxy-test.js"; sourceTree = ""; }; + C1EA5A1A1680FE1200A21259 /* load-path-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "load-path-test.js"; sourceTree = ""; }; + C1EA5A1C1680FE1200A21259 /* iife-processor-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "iife-processor-test.js"; sourceTree = ""; }; + C1EA5A1D1680FE1200A21259 /* resource-middleware-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-middleware-test.js"; sourceTree = ""; }; + C1EA5A1E1680FE1200A21259 /* resource-set-cache-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-cache-test.js"; sourceTree = ""; }; + C1EA5A1F1680FE1200A21259 /* resource-set-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-test.js"; sourceTree = ""; }; + C1EA5A201680FE1200A21259 /* resource-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-test.js"; sourceTree = ""; }; + C1EA5A211680FE1200A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA5A221680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5A231680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA5A251680FE1200A21259 /* buster-static-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-static-test.js"; sourceTree = ""; }; + C1EA5A271680FE1200A21259 /* some-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "some-test.js"; sourceTree = ""; }; + C1EA5A281680FE1200A21259 /* test-config.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-config.js"; sourceTree = ""; }; + C1EA5A2A1680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA5A2B1680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA5A2C1680FE1200A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA5A2D1680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA5A2F1680FE1200A21259 /* buster-syntax.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-syntax.js"; sourceTree = ""; }; + C1EA5A301680FE1200A21259 /* syntax.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = syntax.js; sourceTree = ""; }; + C1EA5A331680FE1200A21259 /* uglifyjs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = uglifyjs; sourceTree = ""; }; + C1EA5A381680FE1200A21259 /* documentfeatures.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = documentfeatures.js; sourceTree = ""; }; + C1EA5A391680FE1200A21259 /* domtohtml.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = domtohtml.js; sourceTree = ""; }; + C1EA5A3A1680FE1200A21259 /* htmlencoding.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = htmlencoding.js; sourceTree = ""; }; + C1EA5A3B1680FE1200A21259 /* htmltodom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = htmltodom.js; sourceTree = ""; }; + C1EA5A3C1680FE1200A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA5A3E1680FE1200A21259 /* core.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = core.js; sourceTree = ""; }; + C1EA5A401680FE1200A21259 /* core.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = core.js; sourceTree = ""; }; + C1EA5A411680FE1200A21259 /* events.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = events.js; sourceTree = ""; }; + C1EA5A421680FE1200A21259 /* html.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = html.js; sourceTree = ""; }; + C1EA5A431680FE1200A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA5A451680FE1200A21259 /* javascript.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = javascript.js; sourceTree = ""; }; + C1EA5A461680FE1200A21259 /* style.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = style.js; sourceTree = ""; }; + C1EA5A481680FE1200A21259 /* core.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = core.js; sourceTree = ""; }; + C1EA5A491680FE1200A21259 /* events.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = events.js; sourceTree = ""; }; + C1EA5A4A1680FE1200A21259 /* html.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = html.js; sourceTree = ""; }; + C1EA5A4B1680FE1200A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA5A4C1680FE1200A21259 /* ls.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ls.js; sourceTree = ""; }; + C1EA5A4D1680FE1200A21259 /* xpath.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = xpath.js; sourceTree = ""; }; + C1EA5A4F1680FE1200A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA5A501680FE1200A21259 /* sizzle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sizzle.js; sourceTree = ""; }; + C1EA5A511680FE1200A21259 /* utils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.js; sourceTree = ""; }; + C1EA5A521680FE1200A21259 /* jsdom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsdom.js; sourceTree = ""; }; + C1EA5A531680FE1200A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA5A561680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA5A571680FE1200A21259 /* binding.gyp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = binding.gyp; sourceTree = ""; }; + C1EA5A591680FE1200A21259 /* binding.Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = binding.Makefile; sourceTree = ""; }; + C1EA5A5A1680FE1200A21259 /* config.gypi */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = config.gypi; sourceTree = ""; }; + C1EA5A5B1680FE1200A21259 /* contextify.target.mk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = contextify.target.mk; sourceTree = ""; }; + C1EA5A5C1680FE1200A21259 /* gyp-mac-tool */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "gyp-mac-tool"; sourceTree = ""; }; + C1EA5A5D1680FE1200A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA5A611680FE1200A21259 /* contextify.node.d */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.dtrace; path = contextify.node.d; sourceTree = ""; }; + C1EA5A651680FE1200A21259 /* contextify.o.d */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.dtrace; path = contextify.o.d; sourceTree = ""; }; + C1EA5A661680FE1200A21259 /* contextify.node */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = contextify.node; sourceTree = ""; }; + C1EA5A671680FE1200A21259 /* linker.lock */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = linker.lock; sourceTree = ""; }; + C1EA5A6B1680FE1200A21259 /* contextify.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = contextify.o; sourceTree = ""; }; + C1EA5A6C1680FE1200A21259 /* changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = changelog; sourceTree = ""; }; + C1EA5A6E1680FE1200A21259 /* contextify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = contextify.js; sourceTree = ""; }; + C1EA5A6F1680FE1200A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA5A721680FE1200A21259 /* bindings.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bindings.js; sourceTree = ""; }; + C1EA5A731680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5A741680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5A751680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5A761680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5A781680FE1200A21259 /* contextify.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = contextify.cc; sourceTree = ""; }; + C1EA5A7A1680FE1200A21259 /* contextify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = contextify.js; sourceTree = ""; }; + C1EA5A7B1680FE1200A21259 /* wscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = wscript; sourceTree = ""; }; + C1EA5A7D1680FE1200A21259 /* .gitmodules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; + C1EA5A7E1680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA5A801680FE1200A21259 /* clone.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clone.js; sourceTree = ""; }; + C1EA5A811680FE1200A21259 /* CSSFontFaceRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSFontFaceRule.js; sourceTree = ""; }; + C1EA5A821680FE1200A21259 /* CSSImportRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSImportRule.js; sourceTree = ""; }; + C1EA5A831680FE1200A21259 /* CSSKeyframeRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSKeyframeRule.js; sourceTree = ""; }; + C1EA5A841680FE1200A21259 /* CSSKeyframesRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSKeyframesRule.js; sourceTree = ""; }; + C1EA5A851680FE1200A21259 /* CSSMediaRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSMediaRule.js; sourceTree = ""; }; + C1EA5A861680FE1200A21259 /* CSSRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSRule.js; sourceTree = ""; }; + C1EA5A871680FE1200A21259 /* CSSStyleDeclaration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSStyleDeclaration.js; sourceTree = ""; }; + C1EA5A881680FE1200A21259 /* CSSStyleRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSStyleRule.js; sourceTree = ""; }; + C1EA5A891680FE1200A21259 /* CSSStyleSheet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSStyleSheet.js; sourceTree = ""; }; + C1EA5A8A1680FE1200A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA5A8B1680FE1200A21259 /* MediaList.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = MediaList.js; sourceTree = ""; }; + C1EA5A8C1680FE1200A21259 /* parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parse.js; sourceTree = ""; }; + C1EA5A8D1680FE1200A21259 /* StyleSheet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = StyleSheet.js; sourceTree = ""; }; + C1EA5A8E1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5A8F1680FE1200A21259 /* README.mdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.mdown; sourceTree = ""; }; + C1EA5A911680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA5A931680FE1200A21259 /* CSSStyleDeclaration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSStyleDeclaration.js; sourceTree = ""; }; + C1EA5A951680FE1200A21259 /* alignmentBaseline.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = alignmentBaseline.js; sourceTree = ""; }; + C1EA5A961680FE1200A21259 /* azimuth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = azimuth.js; sourceTree = ""; }; + C1EA5A971680FE1200A21259 /* background.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = background.js; sourceTree = ""; }; + C1EA5A981680FE1200A21259 /* backgroundAttachment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundAttachment.js; sourceTree = ""; }; + C1EA5A991680FE1200A21259 /* backgroundClip.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundClip.js; sourceTree = ""; }; + C1EA5A9A1680FE1200A21259 /* backgroundColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundColor.js; sourceTree = ""; }; + C1EA5A9B1680FE1200A21259 /* backgroundImage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundImage.js; sourceTree = ""; }; + C1EA5A9C1680FE1200A21259 /* backgroundOrigin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundOrigin.js; sourceTree = ""; }; + C1EA5A9D1680FE1200A21259 /* backgroundPosition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundPosition.js; sourceTree = ""; }; + C1EA5A9E1680FE1200A21259 /* backgroundPositionX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundPositionX.js; sourceTree = ""; }; + C1EA5A9F1680FE1200A21259 /* backgroundPositionY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundPositionY.js; sourceTree = ""; }; + C1EA5AA01680FE1200A21259 /* backgroundRepeat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundRepeat.js; sourceTree = ""; }; + C1EA5AA11680FE1200A21259 /* backgroundRepeatX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundRepeatX.js; sourceTree = ""; }; + C1EA5AA21680FE1200A21259 /* backgroundRepeatY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundRepeatY.js; sourceTree = ""; }; + C1EA5AA31680FE1200A21259 /* backgroundSize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundSize.js; sourceTree = ""; }; + C1EA5AA41680FE1200A21259 /* baselineShift.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = baselineShift.js; sourceTree = ""; }; + C1EA5AA51680FE1200A21259 /* border.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = border.js; sourceTree = ""; }; + C1EA5AA61680FE1200A21259 /* borderBottom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderBottom.js; sourceTree = ""; }; + C1EA5AA71680FE1200A21259 /* borderBottomColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderBottomColor.js; sourceTree = ""; }; + C1EA5AA81680FE1200A21259 /* borderBottomLeftRadius.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderBottomLeftRadius.js; sourceTree = ""; }; + C1EA5AA91680FE1200A21259 /* borderBottomRightRadius.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderBottomRightRadius.js; sourceTree = ""; }; + C1EA5AAA1680FE1200A21259 /* borderBottomStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderBottomStyle.js; sourceTree = ""; }; + C1EA5AAB1680FE1200A21259 /* borderBottomWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderBottomWidth.js; sourceTree = ""; }; + C1EA5AAC1680FE1200A21259 /* borderCollapse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderCollapse.js; sourceTree = ""; }; + C1EA5AAD1680FE1200A21259 /* borderColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderColor.js; sourceTree = ""; }; + C1EA5AAE1680FE1200A21259 /* borderImage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderImage.js; sourceTree = ""; }; + C1EA5AAF1680FE1200A21259 /* borderImageOutset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderImageOutset.js; sourceTree = ""; }; + C1EA5AB01680FE1200A21259 /* borderImageRepeat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderImageRepeat.js; sourceTree = ""; }; + C1EA5AB11680FE1200A21259 /* borderImageSlice.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderImageSlice.js; sourceTree = ""; }; + C1EA5AB21680FE1200A21259 /* borderImageSource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderImageSource.js; sourceTree = ""; }; + C1EA5AB31680FE1200A21259 /* borderImageWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderImageWidth.js; sourceTree = ""; }; + C1EA5AB41680FE1200A21259 /* borderLeft.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderLeft.js; sourceTree = ""; }; + C1EA5AB51680FE1200A21259 /* borderLeftColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderLeftColor.js; sourceTree = ""; }; + C1EA5AB61680FE1200A21259 /* borderLeftStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderLeftStyle.js; sourceTree = ""; }; + C1EA5AB71680FE1200A21259 /* borderLeftWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderLeftWidth.js; sourceTree = ""; }; + C1EA5AB81680FE1200A21259 /* borderRadius.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderRadius.js; sourceTree = ""; }; + C1EA5AB91680FE1200A21259 /* borderRight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderRight.js; sourceTree = ""; }; + C1EA5ABA1680FE1200A21259 /* borderRightColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderRightColor.js; sourceTree = ""; }; + C1EA5ABB1680FE1200A21259 /* borderRightStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderRightStyle.js; sourceTree = ""; }; + C1EA5ABC1680FE1200A21259 /* borderRightWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderRightWidth.js; sourceTree = ""; }; + C1EA5ABD1680FE1200A21259 /* borderSpacing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderSpacing.js; sourceTree = ""; }; + C1EA5ABE1680FE1200A21259 /* borderStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderStyle.js; sourceTree = ""; }; + C1EA5ABF1680FE1200A21259 /* borderTop.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderTop.js; sourceTree = ""; }; + C1EA5AC01680FE1200A21259 /* borderTopColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderTopColor.js; sourceTree = ""; }; + C1EA5AC11680FE1200A21259 /* borderTopLeftRadius.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderTopLeftRadius.js; sourceTree = ""; }; + C1EA5AC21680FE1200A21259 /* borderTopRightRadius.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderTopRightRadius.js; sourceTree = ""; }; + C1EA5AC31680FE1200A21259 /* borderTopStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderTopStyle.js; sourceTree = ""; }; + C1EA5AC41680FE1200A21259 /* borderTopWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderTopWidth.js; sourceTree = ""; }; + C1EA5AC51680FE1200A21259 /* borderWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderWidth.js; sourceTree = ""; }; + C1EA5AC61680FE1200A21259 /* bottom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bottom.js; sourceTree = ""; }; + C1EA5AC71680FE1200A21259 /* boxShadow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = boxShadow.js; sourceTree = ""; }; + C1EA5AC81680FE1200A21259 /* boxSizing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = boxSizing.js; sourceTree = ""; }; + C1EA5AC91680FE1200A21259 /* captionSide.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = captionSide.js; sourceTree = ""; }; + C1EA5ACA1680FE1200A21259 /* clear.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clear.js; sourceTree = ""; }; + C1EA5ACB1680FE1200A21259 /* clip.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clip.js; sourceTree = ""; }; + C1EA5ACC1680FE1200A21259 /* clipPath.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clipPath.js; sourceTree = ""; }; + C1EA5ACD1680FE1200A21259 /* clipRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clipRule.js; sourceTree = ""; }; + C1EA5ACE1680FE1200A21259 /* color.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = color.js; sourceTree = ""; }; + C1EA5ACF1680FE1200A21259 /* colorInterpolation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = colorInterpolation.js; sourceTree = ""; }; + C1EA5AD01680FE1200A21259 /* colorInterpolationFilters.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = colorInterpolationFilters.js; sourceTree = ""; }; + C1EA5AD11680FE1200A21259 /* colorProfile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = colorProfile.js; sourceTree = ""; }; + C1EA5AD21680FE1200A21259 /* colorRendering.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = colorRendering.js; sourceTree = ""; }; + C1EA5AD31680FE1200A21259 /* content.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = content.js; sourceTree = ""; }; + C1EA5AD41680FE1200A21259 /* counterIncrement.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = counterIncrement.js; sourceTree = ""; }; + C1EA5AD51680FE1200A21259 /* counterReset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = counterReset.js; sourceTree = ""; }; + C1EA5AD61680FE1200A21259 /* cssFloat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cssFloat.js; sourceTree = ""; }; + C1EA5AD71680FE1200A21259 /* cue.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cue.js; sourceTree = ""; }; + C1EA5AD81680FE1200A21259 /* cueAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cueAfter.js; sourceTree = ""; }; + C1EA5AD91680FE1200A21259 /* cueBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cueBefore.js; sourceTree = ""; }; + C1EA5ADA1680FE1200A21259 /* cursor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cursor.js; sourceTree = ""; }; + C1EA5ADB1680FE1200A21259 /* direction.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = direction.js; sourceTree = ""; }; + C1EA5ADC1680FE1200A21259 /* display.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = display.js; sourceTree = ""; }; + C1EA5ADD1680FE1200A21259 /* dominantBaseline.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = dominantBaseline.js; sourceTree = ""; }; + C1EA5ADE1680FE1200A21259 /* elevation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = elevation.js; sourceTree = ""; }; + C1EA5ADF1680FE1200A21259 /* emptyCells.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = emptyCells.js; sourceTree = ""; }; + C1EA5AE01680FE1200A21259 /* enableBackground.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = enableBackground.js; sourceTree = ""; }; + C1EA5AE11680FE1200A21259 /* fill.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fill.js; sourceTree = ""; }; + C1EA5AE21680FE1200A21259 /* fillOpacity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fillOpacity.js; sourceTree = ""; }; + C1EA5AE31680FE1200A21259 /* fillRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fillRule.js; sourceTree = ""; }; + C1EA5AE41680FE1200A21259 /* filter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = filter.js; sourceTree = ""; }; + C1EA5AE51680FE1200A21259 /* floodColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = floodColor.js; sourceTree = ""; }; + C1EA5AE61680FE1200A21259 /* floodOpacity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = floodOpacity.js; sourceTree = ""; }; + C1EA5AE71680FE1200A21259 /* font.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = font.js; sourceTree = ""; }; + C1EA5AE81680FE1200A21259 /* fontFamily.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontFamily.js; sourceTree = ""; }; + C1EA5AE91680FE1200A21259 /* fontSize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontSize.js; sourceTree = ""; }; + C1EA5AEA1680FE1200A21259 /* fontSizeAdjust.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontSizeAdjust.js; sourceTree = ""; }; + C1EA5AEB1680FE1200A21259 /* fontStretch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontStretch.js; sourceTree = ""; }; + C1EA5AEC1680FE1200A21259 /* fontStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontStyle.js; sourceTree = ""; }; + C1EA5AED1680FE1200A21259 /* fontVariant.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontVariant.js; sourceTree = ""; }; + C1EA5AEE1680FE1200A21259 /* fontWeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontWeight.js; sourceTree = ""; }; + C1EA5AEF1680FE1200A21259 /* glyphOrientationHorizontal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = glyphOrientationHorizontal.js; sourceTree = ""; }; + C1EA5AF01680FE1200A21259 /* glyphOrientationVertical.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = glyphOrientationVertical.js; sourceTree = ""; }; + C1EA5AF11680FE1200A21259 /* height.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = height.js; sourceTree = ""; }; + C1EA5AF21680FE1200A21259 /* imageRendering.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = imageRendering.js; sourceTree = ""; }; + C1EA5AF31680FE1200A21259 /* kerning.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = kerning.js; sourceTree = ""; }; + C1EA5AF41680FE1200A21259 /* left.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = left.js; sourceTree = ""; }; + C1EA5AF51680FE1200A21259 /* letterSpacing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = letterSpacing.js; sourceTree = ""; }; + C1EA5AF61680FE1200A21259 /* lightingColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lightingColor.js; sourceTree = ""; }; + C1EA5AF71680FE1200A21259 /* lineHeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lineHeight.js; sourceTree = ""; }; + C1EA5AF81680FE1200A21259 /* listStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = listStyle.js; sourceTree = ""; }; + C1EA5AF91680FE1200A21259 /* listStyleImage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = listStyleImage.js; sourceTree = ""; }; + C1EA5AFA1680FE1200A21259 /* listStylePosition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = listStylePosition.js; sourceTree = ""; }; + C1EA5AFB1680FE1200A21259 /* listStyleType.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = listStyleType.js; sourceTree = ""; }; + C1EA5AFC1680FE1200A21259 /* margin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = margin.js; sourceTree = ""; }; + C1EA5AFD1680FE1200A21259 /* marginBottom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = marginBottom.js; sourceTree = ""; }; + C1EA5AFE1680FE1200A21259 /* marginLeft.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = marginLeft.js; sourceTree = ""; }; + C1EA5AFF1680FE1200A21259 /* marginRight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = marginRight.js; sourceTree = ""; }; + C1EA5B001680FE1200A21259 /* marginTop.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = marginTop.js; sourceTree = ""; }; + C1EA5B011680FE1200A21259 /* marker.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = marker.js; sourceTree = ""; }; + C1EA5B021680FE1200A21259 /* markerEnd.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = markerEnd.js; sourceTree = ""; }; + C1EA5B031680FE1200A21259 /* markerMid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = markerMid.js; sourceTree = ""; }; + C1EA5B041680FE1200A21259 /* markerOffset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = markerOffset.js; sourceTree = ""; }; + C1EA5B051680FE1200A21259 /* markerStart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = markerStart.js; sourceTree = ""; }; + C1EA5B061680FE1200A21259 /* marks.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = marks.js; sourceTree = ""; }; + C1EA5B071680FE1200A21259 /* mask.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mask.js; sourceTree = ""; }; + C1EA5B081680FE1200A21259 /* maxHeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = maxHeight.js; sourceTree = ""; }; + C1EA5B091680FE1200A21259 /* maxWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = maxWidth.js; sourceTree = ""; }; + C1EA5B0A1680FE1200A21259 /* minHeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minHeight.js; sourceTree = ""; }; + C1EA5B0B1680FE1200A21259 /* minWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minWidth.js; sourceTree = ""; }; + C1EA5B0C1680FE1200A21259 /* opacity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = opacity.js; sourceTree = ""; }; + C1EA5B0D1680FE1200A21259 /* orphans.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = orphans.js; sourceTree = ""; }; + C1EA5B0E1680FE1200A21259 /* outline.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = outline.js; sourceTree = ""; }; + C1EA5B0F1680FE1200A21259 /* outlineColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = outlineColor.js; sourceTree = ""; }; + C1EA5B101680FE1200A21259 /* outlineOffset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = outlineOffset.js; sourceTree = ""; }; + C1EA5B111680FE1200A21259 /* outlineStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = outlineStyle.js; sourceTree = ""; }; + C1EA5B121680FE1200A21259 /* outlineWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = outlineWidth.js; sourceTree = ""; }; + C1EA5B131680FE1200A21259 /* overflow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = overflow.js; sourceTree = ""; }; + C1EA5B141680FE1200A21259 /* overflowX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = overflowX.js; sourceTree = ""; }; + C1EA5B151680FE1200A21259 /* overflowY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = overflowY.js; sourceTree = ""; }; + C1EA5B161680FE1200A21259 /* padding.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = padding.js; sourceTree = ""; }; + C1EA5B171680FE1200A21259 /* paddingBottom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = paddingBottom.js; sourceTree = ""; }; + C1EA5B181680FE1200A21259 /* paddingLeft.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = paddingLeft.js; sourceTree = ""; }; + C1EA5B191680FE1200A21259 /* paddingRight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = paddingRight.js; sourceTree = ""; }; + C1EA5B1A1680FE1200A21259 /* paddingTop.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = paddingTop.js; sourceTree = ""; }; + C1EA5B1B1680FE1200A21259 /* page.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = page.js; sourceTree = ""; }; + C1EA5B1C1680FE1200A21259 /* pageBreakAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pageBreakAfter.js; sourceTree = ""; }; + C1EA5B1D1680FE1200A21259 /* pageBreakBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pageBreakBefore.js; sourceTree = ""; }; + C1EA5B1E1680FE1200A21259 /* pageBreakInside.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pageBreakInside.js; sourceTree = ""; }; + C1EA5B1F1680FE1200A21259 /* pause.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pause.js; sourceTree = ""; }; + C1EA5B201680FE1200A21259 /* pauseAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pauseAfter.js; sourceTree = ""; }; + C1EA5B211680FE1200A21259 /* pauseBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pauseBefore.js; sourceTree = ""; }; + C1EA5B221680FE1200A21259 /* pitch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pitch.js; sourceTree = ""; }; + C1EA5B231680FE1200A21259 /* pitchRange.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pitchRange.js; sourceTree = ""; }; + C1EA5B241680FE1200A21259 /* playDuring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = playDuring.js; sourceTree = ""; }; + C1EA5B251680FE1200A21259 /* pointerEvents.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pointerEvents.js; sourceTree = ""; }; + C1EA5B261680FE1200A21259 /* position.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = position.js; sourceTree = ""; }; + C1EA5B271680FE1200A21259 /* quotes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = quotes.js; sourceTree = ""; }; + C1EA5B281680FE1200A21259 /* resize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = resize.js; sourceTree = ""; }; + C1EA5B291680FE1200A21259 /* richness.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = richness.js; sourceTree = ""; }; + C1EA5B2A1680FE1200A21259 /* right.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = right.js; sourceTree = ""; }; + C1EA5B2B1680FE1200A21259 /* shapeRendering.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shapeRendering.js; sourceTree = ""; }; + C1EA5B2C1680FE1200A21259 /* size.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = size.js; sourceTree = ""; }; + C1EA5B2D1680FE1200A21259 /* speak.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = speak.js; sourceTree = ""; }; + C1EA5B2E1680FE1200A21259 /* speakHeader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = speakHeader.js; sourceTree = ""; }; + C1EA5B2F1680FE1200A21259 /* speakNumeral.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = speakNumeral.js; sourceTree = ""; }; + C1EA5B301680FE1200A21259 /* speakPunctuation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = speakPunctuation.js; sourceTree = ""; }; + C1EA5B311680FE1200A21259 /* speechRate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = speechRate.js; sourceTree = ""; }; + C1EA5B321680FE1200A21259 /* src.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = src.js; sourceTree = ""; }; + C1EA5B331680FE1200A21259 /* stopColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stopColor.js; sourceTree = ""; }; + C1EA5B341680FE1200A21259 /* stopOpacity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stopOpacity.js; sourceTree = ""; }; + C1EA5B351680FE1200A21259 /* stress.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stress.js; sourceTree = ""; }; + C1EA5B361680FE1200A21259 /* stroke.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stroke.js; sourceTree = ""; }; + C1EA5B371680FE1200A21259 /* strokeDasharray.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeDasharray.js; sourceTree = ""; }; + C1EA5B381680FE1200A21259 /* strokeDashoffset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeDashoffset.js; sourceTree = ""; }; + C1EA5B391680FE1200A21259 /* strokeLinecap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeLinecap.js; sourceTree = ""; }; + C1EA5B3A1680FE1200A21259 /* strokeLinejoin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeLinejoin.js; sourceTree = ""; }; + C1EA5B3B1680FE1200A21259 /* strokeMiterlimit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeMiterlimit.js; sourceTree = ""; }; + C1EA5B3C1680FE1200A21259 /* strokeOpacity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeOpacity.js; sourceTree = ""; }; + C1EA5B3D1680FE1200A21259 /* strokeWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeWidth.js; sourceTree = ""; }; + C1EA5B3E1680FE1200A21259 /* tableLayout.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tableLayout.js; sourceTree = ""; }; + C1EA5B3F1680FE1200A21259 /* textAlign.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textAlign.js; sourceTree = ""; }; + C1EA5B401680FE1200A21259 /* textAnchor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textAnchor.js; sourceTree = ""; }; + C1EA5B411680FE1200A21259 /* textDecoration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textDecoration.js; sourceTree = ""; }; + C1EA5B421680FE1200A21259 /* textIndent.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textIndent.js; sourceTree = ""; }; + C1EA5B431680FE1200A21259 /* textLineThrough.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textLineThrough.js; sourceTree = ""; }; + C1EA5B441680FE1200A21259 /* textLineThroughColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textLineThroughColor.js; sourceTree = ""; }; + C1EA5B451680FE1200A21259 /* textLineThroughMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textLineThroughMode.js; sourceTree = ""; }; + C1EA5B461680FE1200A21259 /* textLineThroughStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textLineThroughStyle.js; sourceTree = ""; }; + C1EA5B471680FE1200A21259 /* textLineThroughWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textLineThroughWidth.js; sourceTree = ""; }; + C1EA5B481680FE1200A21259 /* textOverflow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textOverflow.js; sourceTree = ""; }; + C1EA5B491680FE1200A21259 /* textOverline.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textOverline.js; sourceTree = ""; }; + C1EA5B4A1680FE1200A21259 /* textOverlineColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textOverlineColor.js; sourceTree = ""; }; + C1EA5B4B1680FE1200A21259 /* textOverlineMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textOverlineMode.js; sourceTree = ""; }; + C1EA5B4C1680FE1200A21259 /* textOverlineStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textOverlineStyle.js; sourceTree = ""; }; + C1EA5B4D1680FE1200A21259 /* textOverlineWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textOverlineWidth.js; sourceTree = ""; }; + C1EA5B4E1680FE1200A21259 /* textRendering.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textRendering.js; sourceTree = ""; }; + C1EA5B4F1680FE1200A21259 /* textShadow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textShadow.js; sourceTree = ""; }; + C1EA5B501680FE1200A21259 /* textTransform.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textTransform.js; sourceTree = ""; }; + C1EA5B511680FE1200A21259 /* textUnderline.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textUnderline.js; sourceTree = ""; }; + C1EA5B521680FE1200A21259 /* textUnderlineColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textUnderlineColor.js; sourceTree = ""; }; + C1EA5B531680FE1200A21259 /* textUnderlineMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textUnderlineMode.js; sourceTree = ""; }; + C1EA5B541680FE1200A21259 /* textUnderlineStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textUnderlineStyle.js; sourceTree = ""; }; + C1EA5B551680FE1200A21259 /* textUnderlineWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textUnderlineWidth.js; sourceTree = ""; }; + C1EA5B561680FE1200A21259 /* top.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = top.js; sourceTree = ""; }; + C1EA5B571680FE1200A21259 /* unicodeBidi.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = unicodeBidi.js; sourceTree = ""; }; + C1EA5B581680FE1200A21259 /* unicodeRange.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = unicodeRange.js; sourceTree = ""; }; + C1EA5B591680FE1200A21259 /* vectorEffect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = vectorEffect.js; sourceTree = ""; }; + C1EA5B5A1680FE1200A21259 /* verticalAlign.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = verticalAlign.js; sourceTree = ""; }; + C1EA5B5B1680FE1200A21259 /* visibility.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = visibility.js; sourceTree = ""; }; + C1EA5B5C1680FE1200A21259 /* voiceFamily.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = voiceFamily.js; sourceTree = ""; }; + C1EA5B5D1680FE1200A21259 /* volume.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = volume.js; sourceTree = ""; }; + C1EA5B5E1680FE1200A21259 /* webkitAnimation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimation.js; sourceTree = ""; }; + C1EA5B5F1680FE1200A21259 /* webkitAnimationDelay.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationDelay.js; sourceTree = ""; }; + C1EA5B601680FE1200A21259 /* webkitAnimationDirection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationDirection.js; sourceTree = ""; }; + C1EA5B611680FE1200A21259 /* webkitAnimationDuration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationDuration.js; sourceTree = ""; }; + C1EA5B621680FE1200A21259 /* webkitAnimationFillMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationFillMode.js; sourceTree = ""; }; + C1EA5B631680FE1200A21259 /* webkitAnimationIterationCount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationIterationCount.js; sourceTree = ""; }; + C1EA5B641680FE1200A21259 /* webkitAnimationName.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationName.js; sourceTree = ""; }; + C1EA5B651680FE1200A21259 /* webkitAnimationPlayState.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationPlayState.js; sourceTree = ""; }; + C1EA5B661680FE1200A21259 /* webkitAnimationTimingFunction.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationTimingFunction.js; sourceTree = ""; }; + C1EA5B671680FE1200A21259 /* webkitAppearance.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAppearance.js; sourceTree = ""; }; + C1EA5B681680FE1200A21259 /* webkitAspectRatio.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAspectRatio.js; sourceTree = ""; }; + C1EA5B691680FE1200A21259 /* webkitBackfaceVisibility.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBackfaceVisibility.js; sourceTree = ""; }; + C1EA5B6A1680FE1200A21259 /* webkitBackgroundClip.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBackgroundClip.js; sourceTree = ""; }; + C1EA5B6B1680FE1200A21259 /* webkitBackgroundComposite.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBackgroundComposite.js; sourceTree = ""; }; + C1EA5B6C1680FE1200A21259 /* webkitBackgroundOrigin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBackgroundOrigin.js; sourceTree = ""; }; + C1EA5B6D1680FE1200A21259 /* webkitBackgroundSize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBackgroundSize.js; sourceTree = ""; }; + C1EA5B6E1680FE1200A21259 /* webkitBorderAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderAfter.js; sourceTree = ""; }; + C1EA5B6F1680FE1200A21259 /* webkitBorderAfterColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderAfterColor.js; sourceTree = ""; }; + C1EA5B701680FE1200A21259 /* webkitBorderAfterStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderAfterStyle.js; sourceTree = ""; }; + C1EA5B711680FE1200A21259 /* webkitBorderAfterWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderAfterWidth.js; sourceTree = ""; }; + C1EA5B721680FE1200A21259 /* webkitBorderBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderBefore.js; sourceTree = ""; }; + C1EA5B731680FE1200A21259 /* webkitBorderBeforeColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderBeforeColor.js; sourceTree = ""; }; + C1EA5B741680FE1200A21259 /* webkitBorderBeforeStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderBeforeStyle.js; sourceTree = ""; }; + C1EA5B751680FE1200A21259 /* webkitBorderBeforeWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderBeforeWidth.js; sourceTree = ""; }; + C1EA5B761680FE1200A21259 /* webkitBorderEnd.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderEnd.js; sourceTree = ""; }; + C1EA5B771680FE1200A21259 /* webkitBorderEndColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderEndColor.js; sourceTree = ""; }; + C1EA5B781680FE1200A21259 /* webkitBorderEndStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderEndStyle.js; sourceTree = ""; }; + C1EA5B791680FE1200A21259 /* webkitBorderEndWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderEndWidth.js; sourceTree = ""; }; + C1EA5B7A1680FE1200A21259 /* webkitBorderFit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderFit.js; sourceTree = ""; }; + C1EA5B7B1680FE1200A21259 /* webkitBorderHorizontalSpacing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderHorizontalSpacing.js; sourceTree = ""; }; + C1EA5B7C1680FE1200A21259 /* webkitBorderImage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderImage.js; sourceTree = ""; }; + C1EA5B7D1680FE1200A21259 /* webkitBorderRadius.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderRadius.js; sourceTree = ""; }; + C1EA5B7E1680FE1200A21259 /* webkitBorderStart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderStart.js; sourceTree = ""; }; + C1EA5B7F1680FE1200A21259 /* webkitBorderStartColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderStartColor.js; sourceTree = ""; }; + C1EA5B801680FE1200A21259 /* webkitBorderStartStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderStartStyle.js; sourceTree = ""; }; + C1EA5B811680FE1200A21259 /* webkitBorderStartWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderStartWidth.js; sourceTree = ""; }; + C1EA5B821680FE1200A21259 /* webkitBorderVerticalSpacing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderVerticalSpacing.js; sourceTree = ""; }; + C1EA5B831680FE1200A21259 /* webkitBoxAlign.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxAlign.js; sourceTree = ""; }; + C1EA5B841680FE1200A21259 /* webkitBoxDirection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxDirection.js; sourceTree = ""; }; + C1EA5B851680FE1200A21259 /* webkitBoxFlex.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxFlex.js; sourceTree = ""; }; + C1EA5B861680FE1200A21259 /* webkitBoxFlexGroup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxFlexGroup.js; sourceTree = ""; }; + C1EA5B871680FE1200A21259 /* webkitBoxLines.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxLines.js; sourceTree = ""; }; + C1EA5B881680FE1200A21259 /* webkitBoxOrdinalGroup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxOrdinalGroup.js; sourceTree = ""; }; + C1EA5B891680FE1200A21259 /* webkitBoxOrient.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxOrient.js; sourceTree = ""; }; + C1EA5B8A1680FE1200A21259 /* webkitBoxPack.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxPack.js; sourceTree = ""; }; + C1EA5B8B1680FE1200A21259 /* webkitBoxReflect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxReflect.js; sourceTree = ""; }; + C1EA5B8C1680FE1200A21259 /* webkitBoxShadow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxShadow.js; sourceTree = ""; }; + C1EA5B8D1680FE1200A21259 /* webkitColorCorrection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColorCorrection.js; sourceTree = ""; }; + C1EA5B8E1680FE1200A21259 /* webkitColumnAxis.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnAxis.js; sourceTree = ""; }; + C1EA5B8F1680FE1200A21259 /* webkitColumnBreakAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnBreakAfter.js; sourceTree = ""; }; + C1EA5B901680FE1200A21259 /* webkitColumnBreakBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnBreakBefore.js; sourceTree = ""; }; + C1EA5B911680FE1200A21259 /* webkitColumnBreakInside.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnBreakInside.js; sourceTree = ""; }; + C1EA5B921680FE1200A21259 /* webkitColumnCount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnCount.js; sourceTree = ""; }; + C1EA5B931680FE1200A21259 /* webkitColumnGap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnGap.js; sourceTree = ""; }; + C1EA5B941680FE1200A21259 /* webkitColumnRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnRule.js; sourceTree = ""; }; + C1EA5B951680FE1200A21259 /* webkitColumnRuleColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnRuleColor.js; sourceTree = ""; }; + C1EA5B961680FE1200A21259 /* webkitColumnRuleStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnRuleStyle.js; sourceTree = ""; }; + C1EA5B971680FE1200A21259 /* webkitColumnRuleWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnRuleWidth.js; sourceTree = ""; }; + C1EA5B981680FE1200A21259 /* webkitColumns.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumns.js; sourceTree = ""; }; + C1EA5B991680FE1200A21259 /* webkitColumnSpan.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnSpan.js; sourceTree = ""; }; + C1EA5B9A1680FE1200A21259 /* webkitColumnWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnWidth.js; sourceTree = ""; }; + C1EA5B9B1680FE1200A21259 /* webkitFilter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFilter.js; sourceTree = ""; }; + C1EA5B9C1680FE1200A21259 /* webkitFlexAlign.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexAlign.js; sourceTree = ""; }; + C1EA5B9D1680FE1200A21259 /* webkitFlexDirection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexDirection.js; sourceTree = ""; }; + C1EA5B9E1680FE1200A21259 /* webkitFlexFlow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexFlow.js; sourceTree = ""; }; + C1EA5B9F1680FE1200A21259 /* webkitFlexItemAlign.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexItemAlign.js; sourceTree = ""; }; + C1EA5BA01680FE1200A21259 /* webkitFlexLinePack.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexLinePack.js; sourceTree = ""; }; + C1EA5BA11680FE1200A21259 /* webkitFlexOrder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexOrder.js; sourceTree = ""; }; + C1EA5BA21680FE1200A21259 /* webkitFlexPack.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexPack.js; sourceTree = ""; }; + C1EA5BA31680FE1200A21259 /* webkitFlexWrap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexWrap.js; sourceTree = ""; }; + C1EA5BA41680FE1200A21259 /* webkitFlowFrom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlowFrom.js; sourceTree = ""; }; + C1EA5BA51680FE1200A21259 /* webkitFlowInto.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlowInto.js; sourceTree = ""; }; + C1EA5BA61680FE1200A21259 /* webkitFontFeatureSettings.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFontFeatureSettings.js; sourceTree = ""; }; + C1EA5BA71680FE1200A21259 /* webkitFontKerning.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFontKerning.js; sourceTree = ""; }; + C1EA5BA81680FE1200A21259 /* webkitFontSizeDelta.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFontSizeDelta.js; sourceTree = ""; }; + C1EA5BA91680FE1200A21259 /* webkitFontSmoothing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFontSmoothing.js; sourceTree = ""; }; + C1EA5BAA1680FE1200A21259 /* webkitFontVariantLigatures.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFontVariantLigatures.js; sourceTree = ""; }; + C1EA5BAB1680FE1200A21259 /* webkitHighlight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitHighlight.js; sourceTree = ""; }; + C1EA5BAC1680FE1200A21259 /* webkitHyphenateCharacter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitHyphenateCharacter.js; sourceTree = ""; }; + C1EA5BAD1680FE1200A21259 /* webkitHyphenateLimitAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitHyphenateLimitAfter.js; sourceTree = ""; }; + C1EA5BAE1680FE1200A21259 /* webkitHyphenateLimitBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitHyphenateLimitBefore.js; sourceTree = ""; }; + C1EA5BAF1680FE1200A21259 /* webkitHyphenateLimitLines.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitHyphenateLimitLines.js; sourceTree = ""; }; + C1EA5BB01680FE1200A21259 /* webkitHyphens.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitHyphens.js; sourceTree = ""; }; + C1EA5BB11680FE1200A21259 /* webkitLineAlign.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLineAlign.js; sourceTree = ""; }; + C1EA5BB21680FE1200A21259 /* webkitLineBoxContain.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLineBoxContain.js; sourceTree = ""; }; + C1EA5BB31680FE1200A21259 /* webkitLineBreak.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLineBreak.js; sourceTree = ""; }; + C1EA5BB41680FE1200A21259 /* webkitLineClamp.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLineClamp.js; sourceTree = ""; }; + C1EA5BB51680FE1200A21259 /* webkitLineGrid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLineGrid.js; sourceTree = ""; }; + C1EA5BB61680FE1200A21259 /* webkitLineSnap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLineSnap.js; sourceTree = ""; }; + C1EA5BB71680FE1200A21259 /* webkitLocale.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLocale.js; sourceTree = ""; }; + C1EA5BB81680FE1200A21259 /* webkitLogicalHeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLogicalHeight.js; sourceTree = ""; }; + C1EA5BB91680FE1200A21259 /* webkitLogicalWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLogicalWidth.js; sourceTree = ""; }; + C1EA5BBA1680FE1200A21259 /* webkitMarginAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginAfter.js; sourceTree = ""; }; + C1EA5BBB1680FE1200A21259 /* webkitMarginAfterCollapse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginAfterCollapse.js; sourceTree = ""; }; + C1EA5BBC1680FE1200A21259 /* webkitMarginBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginBefore.js; sourceTree = ""; }; + C1EA5BBD1680FE1200A21259 /* webkitMarginBeforeCollapse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginBeforeCollapse.js; sourceTree = ""; }; + C1EA5BBE1680FE1200A21259 /* webkitMarginBottomCollapse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginBottomCollapse.js; sourceTree = ""; }; + C1EA5BBF1680FE1200A21259 /* webkitMarginCollapse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginCollapse.js; sourceTree = ""; }; + C1EA5BC01680FE1200A21259 /* webkitMarginEnd.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginEnd.js; sourceTree = ""; }; + C1EA5BC11680FE1200A21259 /* webkitMarginStart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginStart.js; sourceTree = ""; }; + C1EA5BC21680FE1200A21259 /* webkitMarginTopCollapse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginTopCollapse.js; sourceTree = ""; }; + C1EA5BC31680FE1200A21259 /* webkitMarquee.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarquee.js; sourceTree = ""; }; + C1EA5BC41680FE1200A21259 /* webkitMarqueeDirection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarqueeDirection.js; sourceTree = ""; }; + C1EA5BC51680FE1200A21259 /* webkitMarqueeIncrement.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarqueeIncrement.js; sourceTree = ""; }; + C1EA5BC61680FE1200A21259 /* webkitMarqueeRepetition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarqueeRepetition.js; sourceTree = ""; }; + C1EA5BC71680FE1200A21259 /* webkitMarqueeSpeed.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarqueeSpeed.js; sourceTree = ""; }; + C1EA5BC81680FE1200A21259 /* webkitMarqueeStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarqueeStyle.js; sourceTree = ""; }; + C1EA5BC91680FE1200A21259 /* webkitMask.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMask.js; sourceTree = ""; }; + C1EA5BCA1680FE1200A21259 /* webkitMaskAttachment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskAttachment.js; sourceTree = ""; }; + C1EA5BCB1680FE1200A21259 /* webkitMaskBoxImage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskBoxImage.js; sourceTree = ""; }; + C1EA5BCC1680FE1200A21259 /* webkitMaskBoxImageOutset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskBoxImageOutset.js; sourceTree = ""; }; + C1EA5BCD1680FE1200A21259 /* webkitMaskBoxImageRepeat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskBoxImageRepeat.js; sourceTree = ""; }; + C1EA5BCE1680FE1200A21259 /* webkitMaskBoxImageSlice.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskBoxImageSlice.js; sourceTree = ""; }; + C1EA5BCF1680FE1200A21259 /* webkitMaskBoxImageSource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskBoxImageSource.js; sourceTree = ""; }; + C1EA5BD01680FE1200A21259 /* webkitMaskBoxImageWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskBoxImageWidth.js; sourceTree = ""; }; + C1EA5BD11680FE1200A21259 /* webkitMaskClip.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskClip.js; sourceTree = ""; }; + C1EA5BD21680FE1200A21259 /* webkitMaskComposite.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskComposite.js; sourceTree = ""; }; + C1EA5BD31680FE1200A21259 /* webkitMaskImage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskImage.js; sourceTree = ""; }; + C1EA5BD41680FE1200A21259 /* webkitMaskOrigin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskOrigin.js; sourceTree = ""; }; + C1EA5BD51680FE1200A21259 /* webkitMaskPosition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskPosition.js; sourceTree = ""; }; + C1EA5BD61680FE1200A21259 /* webkitMaskPositionX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskPositionX.js; sourceTree = ""; }; + C1EA5BD71680FE1200A21259 /* webkitMaskPositionY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskPositionY.js; sourceTree = ""; }; + C1EA5BD81680FE1200A21259 /* webkitMaskRepeat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskRepeat.js; sourceTree = ""; }; + C1EA5BD91680FE1200A21259 /* webkitMaskRepeatX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskRepeatX.js; sourceTree = ""; }; + C1EA5BDA1680FE1200A21259 /* webkitMaskRepeatY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskRepeatY.js; sourceTree = ""; }; + C1EA5BDB1680FE1200A21259 /* webkitMaskSize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskSize.js; sourceTree = ""; }; + C1EA5BDC1680FE1200A21259 /* webkitMatchNearestMailBlockquoteColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMatchNearestMailBlockquoteColor.js; sourceTree = ""; }; + C1EA5BDD1680FE1200A21259 /* webkitMaxLogicalHeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaxLogicalHeight.js; sourceTree = ""; }; + C1EA5BDE1680FE1200A21259 /* webkitMaxLogicalWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaxLogicalWidth.js; sourceTree = ""; }; + C1EA5BDF1680FE1200A21259 /* webkitMinLogicalHeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMinLogicalHeight.js; sourceTree = ""; }; + C1EA5BE01680FE1200A21259 /* webkitMinLogicalWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMinLogicalWidth.js; sourceTree = ""; }; + C1EA5BE11680FE1200A21259 /* webkitNbspMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitNbspMode.js; sourceTree = ""; }; + C1EA5BE21680FE1200A21259 /* webkitOverflowScrolling.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitOverflowScrolling.js; sourceTree = ""; }; + C1EA5BE31680FE1200A21259 /* webkitPaddingAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPaddingAfter.js; sourceTree = ""; }; + C1EA5BE41680FE1200A21259 /* webkitPaddingBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPaddingBefore.js; sourceTree = ""; }; + C1EA5BE51680FE1200A21259 /* webkitPaddingEnd.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPaddingEnd.js; sourceTree = ""; }; + C1EA5BE61680FE1200A21259 /* webkitPaddingStart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPaddingStart.js; sourceTree = ""; }; + C1EA5BE71680FE1200A21259 /* webkitPerspective.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPerspective.js; sourceTree = ""; }; + C1EA5BE81680FE1200A21259 /* webkitPerspectiveOrigin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPerspectiveOrigin.js; sourceTree = ""; }; + C1EA5BE91680FE1200A21259 /* webkitPerspectiveOriginX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPerspectiveOriginX.js; sourceTree = ""; }; + C1EA5BEA1680FE1200A21259 /* webkitPerspectiveOriginY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPerspectiveOriginY.js; sourceTree = ""; }; + C1EA5BEB1680FE1200A21259 /* webkitPrintColorAdjust.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPrintColorAdjust.js; sourceTree = ""; }; + C1EA5BEC1680FE1200A21259 /* webkitRegionBreakAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitRegionBreakAfter.js; sourceTree = ""; }; + C1EA5BED1680FE1200A21259 /* webkitRegionBreakBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitRegionBreakBefore.js; sourceTree = ""; }; + C1EA5BEE1680FE1200A21259 /* webkitRegionBreakInside.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitRegionBreakInside.js; sourceTree = ""; }; + C1EA5BEF1680FE1200A21259 /* webkitRegionOverflow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitRegionOverflow.js; sourceTree = ""; }; + C1EA5BF01680FE1200A21259 /* webkitRtlOrdering.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitRtlOrdering.js; sourceTree = ""; }; + C1EA5BF11680FE1200A21259 /* webkitSvgShadow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitSvgShadow.js; sourceTree = ""; }; + C1EA5BF21680FE1200A21259 /* webkitTapHighlightColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTapHighlightColor.js; sourceTree = ""; }; + C1EA5BF31680FE1200A21259 /* webkitTextCombine.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextCombine.js; sourceTree = ""; }; + C1EA5BF41680FE1200A21259 /* webkitTextDecorationsInEffect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextDecorationsInEffect.js; sourceTree = ""; }; + C1EA5BF51680FE1200A21259 /* webkitTextEmphasis.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextEmphasis.js; sourceTree = ""; }; + C1EA5BF61680FE1200A21259 /* webkitTextEmphasisColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextEmphasisColor.js; sourceTree = ""; }; + C1EA5BF71680FE1200A21259 /* webkitTextEmphasisPosition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextEmphasisPosition.js; sourceTree = ""; }; + C1EA5BF81680FE1200A21259 /* webkitTextEmphasisStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextEmphasisStyle.js; sourceTree = ""; }; + C1EA5BF91680FE1200A21259 /* webkitTextFillColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextFillColor.js; sourceTree = ""; }; + C1EA5BFA1680FE1200A21259 /* webkitTextOrientation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextOrientation.js; sourceTree = ""; }; + C1EA5BFB1680FE1200A21259 /* webkitTextSecurity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextSecurity.js; sourceTree = ""; }; + C1EA5BFC1680FE1200A21259 /* webkitTextSizeAdjust.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextSizeAdjust.js; sourceTree = ""; }; + C1EA5BFD1680FE1200A21259 /* webkitTextStroke.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextStroke.js; sourceTree = ""; }; + C1EA5BFE1680FE1200A21259 /* webkitTextStrokeColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextStrokeColor.js; sourceTree = ""; }; + C1EA5BFF1680FE1200A21259 /* webkitTextStrokeWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextStrokeWidth.js; sourceTree = ""; }; + C1EA5C001680FE1200A21259 /* webkitTransform.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransform.js; sourceTree = ""; }; + C1EA5C011680FE1200A21259 /* webkitTransformOrigin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransformOrigin.js; sourceTree = ""; }; + C1EA5C021680FE1200A21259 /* webkitTransformOriginX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransformOriginX.js; sourceTree = ""; }; + C1EA5C031680FE1200A21259 /* webkitTransformOriginY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransformOriginY.js; sourceTree = ""; }; + C1EA5C041680FE1200A21259 /* webkitTransformOriginZ.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransformOriginZ.js; sourceTree = ""; }; + C1EA5C051680FE1200A21259 /* webkitTransformStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransformStyle.js; sourceTree = ""; }; + C1EA5C061680FE1200A21259 /* webkitTransition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransition.js; sourceTree = ""; }; + C1EA5C071680FE1200A21259 /* webkitTransitionDelay.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransitionDelay.js; sourceTree = ""; }; + C1EA5C081680FE1200A21259 /* webkitTransitionDuration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransitionDuration.js; sourceTree = ""; }; + C1EA5C091680FE1200A21259 /* webkitTransitionProperty.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransitionProperty.js; sourceTree = ""; }; + C1EA5C0A1680FE1200A21259 /* webkitTransitionTimingFunction.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransitionTimingFunction.js; sourceTree = ""; }; + C1EA5C0B1680FE1200A21259 /* webkitUserDrag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitUserDrag.js; sourceTree = ""; }; + C1EA5C0C1680FE1200A21259 /* webkitUserModify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitUserModify.js; sourceTree = ""; }; + C1EA5C0D1680FE1200A21259 /* webkitUserSelect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitUserSelect.js; sourceTree = ""; }; + C1EA5C0E1680FE1200A21259 /* webkitWrap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrap.js; sourceTree = ""; }; + C1EA5C0F1680FE1200A21259 /* webkitWrapFlow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrapFlow.js; sourceTree = ""; }; + C1EA5C101680FE1200A21259 /* webkitWrapMargin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrapMargin.js; sourceTree = ""; }; + C1EA5C111680FE1200A21259 /* webkitWrapPadding.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrapPadding.js; sourceTree = ""; }; + C1EA5C121680FE1200A21259 /* webkitWrapShapeInside.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrapShapeInside.js; sourceTree = ""; }; + C1EA5C131680FE1200A21259 /* webkitWrapShapeOutside.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrapShapeOutside.js; sourceTree = ""; }; + C1EA5C141680FE1200A21259 /* webkitWrapThrough.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrapThrough.js; sourceTree = ""; }; + C1EA5C151680FE1200A21259 /* webkitWritingMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWritingMode.js; sourceTree = ""; }; + C1EA5C161680FE1200A21259 /* whiteSpace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = whiteSpace.js; sourceTree = ""; }; + C1EA5C171680FE1200A21259 /* widows.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = widows.js; sourceTree = ""; }; + C1EA5C181680FE1200A21259 /* width.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = width.js; sourceTree = ""; }; + C1EA5C191680FE1200A21259 /* wordBreak.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = wordBreak.js; sourceTree = ""; }; + C1EA5C1A1680FE1200A21259 /* wordSpacing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = wordSpacing.js; sourceTree = ""; }; + C1EA5C1B1680FE1200A21259 /* wordWrap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = wordWrap.js; sourceTree = ""; }; + C1EA5C1C1680FE1200A21259 /* writingMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = writingMode.js; sourceTree = ""; }; + C1EA5C1D1680FE1200A21259 /* zIndex.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = zIndex.js; sourceTree = ""; }; + C1EA5C1E1680FE1200A21259 /* zoom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = zoom.js; sourceTree = ""; }; + C1EA5C1F1680FE1200A21259 /* props */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = props; sourceTree = ""; }; + C1EA5C201680FE1200A21259 /* make_properties.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = make_properties.pl; sourceTree = ""; }; + C1EA5C211680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5C221680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5C241680FE1200A21259 /* tests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tests.js; sourceTree = ""; }; + C1EA5C261680FE1200A21259 /* .project */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = .project; sourceTree = ""; }; + C1EA5C271680FE1200A21259 /* .project.bak */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = .project.bak; sourceTree = ""; }; + C1EA5C291680FE1200A21259 /* .jsdtscope */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = .jsdtscope; sourceTree = ""; }; + C1EA5C2A1680FE1200A21259 /* org.eclipse.core.resources.prefs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = org.eclipse.core.resources.prefs; sourceTree = ""; }; + C1EA5C2B1680FE1200A21259 /* org.eclipse.wst.jsdt.ui.superType.container */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = org.eclipse.wst.jsdt.ui.superType.container; sourceTree = ""; }; + C1EA5C2C1680FE1200A21259 /* org.eclipse.wst.jsdt.ui.superType.name */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = org.eclipse.wst.jsdt.ui.superType.name; sourceTree = ""; }; + C1EA5C2D1680FE1200A21259 /* a */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = a; sourceTree = ""; }; + C1EA5C2E1680FE1200A21259 /* b */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = b; sourceTree = ""; }; + C1EA5C2F1680FE1200A21259 /* c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = c; sourceTree = ""; }; + C1EA5C301680FE1200A21259 /* CHANGELOG */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG; sourceTree = ""; }; + C1EA5C311680FE1200A21259 /* json2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json2.js; sourceTree = ""; }; + C1EA5C331680FE1200A21259 /* htmlparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = htmlparser.js; sourceTree = ""; }; + C1EA5C341680FE1200A21259 /* htmlparser.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = htmlparser.min.js; sourceTree = ""; }; + C1EA5C351680FE1200A21259 /* node-htmlparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "node-htmlparser.js"; sourceTree = ""; }; + C1EA5C361680FE1200A21259 /* node-htmlparser.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "node-htmlparser.min.js"; sourceTree = ""; }; + C1EA5C371680FE1200A21259 /* libxmljs.node */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libxmljs.node; sourceTree = ""; }; + C1EA5C381680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA5C3A1680FE1200A21259 /* a */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = a; sourceTree = ""; }; + C1EA5C3B1680FE1200A21259 /* b */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = b; sourceTree = ""; }; + C1EA5C3C1680FE1200A21259 /* compat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compat.js; sourceTree = ""; }; + C1EA5C3D1680FE1200A21259 /* htmlparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = htmlparser.js; sourceTree = ""; }; + C1EA5C3E1680FE1200A21259 /* parser.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = parser.zip; sourceTree = ""; }; + C1EA5C3F1680FE1200A21259 /* test01.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test01.js; sourceTree = ""; }; + C1EA5C401680FE1200A21259 /* test02.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test02.js; sourceTree = ""; }; + C1EA5C411680FE1200A21259 /* newparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = newparser.js; sourceTree = ""; }; + C1EA5C421680FE1200A21259 /* node-htmlparser.old.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "node-htmlparser.old.js"; sourceTree = ""; }; + C1EA5C431680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5C441680FE1200A21259 /* profile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = profile; sourceTree = ""; }; + C1EA5C451680FE1200A21259 /* profile.getelement.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = profile.getelement.js; sourceTree = ""; }; + C1EA5C461680FE1200A21259 /* profile.getelement.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = profile.getelement.txt; sourceTree = ""; }; + C1EA5C471680FE1200A21259 /* profile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = profile.js; sourceTree = ""; }; + C1EA5C481680FE1200A21259 /* profileresults.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = profileresults.txt; sourceTree = ""; }; + C1EA5C4B1680FE1200A21259 /* CHANGELOG */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG; sourceTree = ""; }; + C1EA5C4C1680FE1200A21259 /* json2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json2.js; sourceTree = ""; }; + C1EA5C4E1680FE1200A21259 /* node-htmlparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "node-htmlparser.js"; sourceTree = ""; }; + C1EA5C4F1680FE1200A21259 /* node-htmlparser.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "node-htmlparser.min.js"; sourceTree = ""; }; + C1EA5C501680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA5C511680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5C521680FE1200A21259 /* profile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = profile.js; sourceTree = ""; }; + C1EA5C531680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5C541680FE1200A21259 /* runtests.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = runtests.html; sourceTree = ""; }; + C1EA5C551680FE1200A21259 /* runtests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtests.js; sourceTree = ""; }; + C1EA5C561680FE1200A21259 /* runtests.min.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = runtests.min.html; sourceTree = ""; }; + C1EA5C571680FE1200A21259 /* runtests.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtests.min.js; sourceTree = ""; }; + C1EA5C581680FE1200A21259 /* snippet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = snippet.js; sourceTree = ""; }; + C1EA5C5A1680FE1200A21259 /* 01-basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "01-basic.js"; sourceTree = ""; }; + C1EA5C5B1680FE1200A21259 /* 02-single_tag_1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "02-single_tag_1.js"; sourceTree = ""; }; + C1EA5C5C1680FE1200A21259 /* 03-single_tag_2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "03-single_tag_2.js"; sourceTree = ""; }; + C1EA5C5D1680FE1200A21259 /* 04-unescaped_in_script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "04-unescaped_in_script.js"; sourceTree = ""; }; + C1EA5C5E1680FE1200A21259 /* 05-tags_in_comment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "05-tags_in_comment.js"; sourceTree = ""; }; + C1EA5C5F1680FE1200A21259 /* 06-comment_in_script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "06-comment_in_script.js"; sourceTree = ""; }; + C1EA5C601680FE1200A21259 /* 07-unescaped_in_style.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "07-unescaped_in_style.js"; sourceTree = ""; }; + C1EA5C611680FE1200A21259 /* 08-extra_spaces_in_tag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "08-extra_spaces_in_tag.js"; sourceTree = ""; }; + C1EA5C621680FE1200A21259 /* 09-unquoted_attrib.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "09-unquoted_attrib.js"; sourceTree = ""; }; + C1EA5C631680FE1200A21259 /* 10-singular_attribute.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "10-singular_attribute.js"; sourceTree = ""; }; + C1EA5C641680FE1200A21259 /* 11-text_outside_tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "11-text_outside_tags.js"; sourceTree = ""; }; + C1EA5C651680FE1200A21259 /* 12-text_only.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "12-text_only.js"; sourceTree = ""; }; + C1EA5C661680FE1200A21259 /* 13-comment_in_text.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "13-comment_in_text.js"; sourceTree = ""; }; + C1EA5C671680FE1200A21259 /* 14-comment_in_text_in_script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "14-comment_in_text_in_script.js"; sourceTree = ""; }; + C1EA5C681680FE1200A21259 /* 15-non-verbose.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "15-non-verbose.js"; sourceTree = ""; }; + C1EA5C691680FE1200A21259 /* 16-ignore_whitespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "16-ignore_whitespace.js"; sourceTree = ""; }; + C1EA5C6A1680FE1200A21259 /* 17-xml_namespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "17-xml_namespace.js"; sourceTree = ""; }; + C1EA5C6B1680FE1200A21259 /* 18-enforce_empty_tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "18-enforce_empty_tags.js"; sourceTree = ""; }; + C1EA5C6C1680FE1200A21259 /* 19-ignore_empty_tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "19-ignore_empty_tags.js"; sourceTree = ""; }; + C1EA5C6D1680FE1200A21259 /* 20-rss.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "20-rss.js"; sourceTree = ""; }; + C1EA5C6E1680FE1200A21259 /* 21-atom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "21-atom.js"; sourceTree = ""; }; + C1EA5C6F1680FE1200A21259 /* utils_example.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils_example.js; sourceTree = ""; }; + C1EA5C701680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5C711680FE1200A21259 /* rssbug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rssbug.js; sourceTree = ""; }; + C1EA5C721680FE1200A21259 /* rssbug.rss */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rssbug.rss; sourceTree = ""; }; + C1EA5C731680FE1200A21259 /* runtests.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = runtests.html; sourceTree = ""; }; + C1EA5C741680FE1200A21259 /* runtests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtests.js; sourceTree = ""; }; + C1EA5C751680FE1200A21259 /* runtests.min.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = runtests.min.html; sourceTree = ""; }; + C1EA5C761680FE1200A21259 /* runtests.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtests.min.js; sourceTree = ""; }; + C1EA5C771680FE1200A21259 /* runtests_new.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtests_new.js; sourceTree = ""; }; + C1EA5C781680FE1200A21259 /* snippet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = snippet.js; sourceTree = ""; }; + C1EA5C791680FE1200A21259 /* test01.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test01.js; sourceTree = ""; }; + C1EA5C7B1680FE1200A21259 /* api.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = api.html; sourceTree = ""; }; + C1EA5C7C1680FE1200A21259 /* getelement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = getelement.html; sourceTree = ""; }; + C1EA5C7D1680FE1200A21259 /* trackerchecker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = trackerchecker.html; sourceTree = ""; }; + C1EA5C7F1680FE1200A21259 /* 01-basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "01-basic.js"; sourceTree = ""; }; + C1EA5C801680FE1200A21259 /* 02-single_tag_1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "02-single_tag_1.js"; sourceTree = ""; }; + C1EA5C811680FE1200A21259 /* 03-single_tag_2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "03-single_tag_2.js"; sourceTree = ""; }; + C1EA5C821680FE1200A21259 /* 04-unescaped_in_script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "04-unescaped_in_script.js"; sourceTree = ""; }; + C1EA5C831680FE1200A21259 /* 05-tags_in_comment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "05-tags_in_comment.js"; sourceTree = ""; }; + C1EA5C841680FE1200A21259 /* 06-comment_in_script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "06-comment_in_script.js"; sourceTree = ""; }; + C1EA5C851680FE1200A21259 /* 07-unescaped_in_style.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "07-unescaped_in_style.js"; sourceTree = ""; }; + C1EA5C861680FE1200A21259 /* 08-extra_spaces_in_tag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "08-extra_spaces_in_tag.js"; sourceTree = ""; }; + C1EA5C871680FE1200A21259 /* 09-unquoted_attrib.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "09-unquoted_attrib.js"; sourceTree = ""; }; + C1EA5C881680FE1200A21259 /* 10-singular_attribute.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "10-singular_attribute.js"; sourceTree = ""; }; + C1EA5C891680FE1200A21259 /* 11-text_outside_tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "11-text_outside_tags.js"; sourceTree = ""; }; + C1EA5C8A1680FE1200A21259 /* 12-text_only.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "12-text_only.js"; sourceTree = ""; }; + C1EA5C8B1680FE1200A21259 /* 13-comment_in_text.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "13-comment_in_text.js"; sourceTree = ""; }; + C1EA5C8C1680FE1200A21259 /* 14-comment_in_text_in_script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "14-comment_in_text_in_script.js"; sourceTree = ""; }; + C1EA5C8D1680FE1200A21259 /* 15-non-verbose.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "15-non-verbose.js"; sourceTree = ""; }; + C1EA5C8E1680FE1200A21259 /* 16-ignore_whitespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "16-ignore_whitespace.js"; sourceTree = ""; }; + C1EA5C8F1680FE1200A21259 /* 17-xml_namespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "17-xml_namespace.js"; sourceTree = ""; }; + C1EA5C901680FE1200A21259 /* 18-enforce_empty_tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "18-enforce_empty_tags.js"; sourceTree = ""; }; + C1EA5C911680FE1200A21259 /* 19-ignore_empty_tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "19-ignore_empty_tags.js"; sourceTree = ""; }; + C1EA5C921680FE1200A21259 /* 20-rss.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "20-rss.js"; sourceTree = ""; }; + C1EA5C931680FE1200A21259 /* 21-atom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "21-atom.js"; sourceTree = ""; }; + C1EA5C941680FE1200A21259 /* 22-position_data.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "22-position_data.js"; sourceTree = ""; }; + C1EA5C961680FE1200A21259 /* snippet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = snippet.js; sourceTree = ""; }; + C1EA5C971680FE1200A21259 /* utils_example.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils_example.js; sourceTree = ""; }; + C1EA5C981680FE1200A21259 /* v8.log */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = v8.log; sourceTree = ""; }; + C1EA5C9A1680FE1200A21259 /* aws.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = aws.js; sourceTree = ""; }; + C1EA5C9B1680FE1200A21259 /* forever.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = forever.js; sourceTree = ""; }; + C1EA5C9C1680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA5C9D1680FE1200A21259 /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.js; sourceTree = ""; }; + C1EA5CA01680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA5CA21680FE1200A21259 /* form_data.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = form_data.js; sourceTree = ""; }; + C1EA5CA31680FE1200A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA5CA41680FE1200A21259 /* node-form-data.sublime-project */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "node-form-data.sublime-project"; sourceTree = ""; }; + C1EA5CA51680FE1200A21259 /* node-form-data.sublime-workspace */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "node-form-data.sublime-workspace"; sourceTree = ""; }; + C1EA5CA81680FE1200A21259 /* .gitmodules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; + C1EA5CA91680FE1200A21259 /* async.min.js.gzip */ = {isa = PBXFileReference; lastKnownFileType = file; path = async.min.js.gzip; sourceTree = ""; }; + C1EA5CAB1680FE1200A21259 /* nodeunit.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nodeunit.css; sourceTree = ""; }; + C1EA5CAC1680FE1200A21259 /* nodeunit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nodeunit.js; sourceTree = ""; }; + C1EA5CAE1680FE1200A21259 /* async.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = async.min.js; sourceTree = ""; }; + C1EA5CAF1680FE1200A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA5CB11680FE1200A21259 /* async.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = async.js; sourceTree = ""; }; + C1EA5CB21680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA5CB31680FE1200A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA5CB41680FE1200A21259 /* nodelint.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = nodelint.cfg; sourceTree = ""; }; + C1EA5CB51680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5CB61680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5CB81680FE1200A21259 /* .swp */ = {isa = PBXFileReference; lastKnownFileType = file; path = .swp; sourceTree = ""; }; + C1EA5CB91680FE1200A21259 /* test-async.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-async.js"; sourceTree = ""; }; + C1EA5CBA1680FE1200A21259 /* test.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = test.html; sourceTree = ""; }; + C1EA5CBC1680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA5CBE1680FE1200A21259 /* combined_stream.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = combined_stream.js; sourceTree = ""; }; + C1EA5CBF1680FE1200A21259 /* License */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = License; sourceTree = ""; }; + C1EA5CC01680FE1200A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA5CC31680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA5CC51680FE1200A21259 /* delayed_stream.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = delayed_stream.js; sourceTree = ""; }; + C1EA5CC61680FE1200A21259 /* License */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = License; sourceTree = ""; }; + C1EA5CC71680FE1200A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA5CC81680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5CC91680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA5CCB1680FE1200A21259 /* common.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = common.js; sourceTree = ""; }; + C1EA5CCD1680FE1200A21259 /* test-delayed-http-upload.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-delayed-http-upload.js"; sourceTree = ""; }; + C1EA5CCE1680FE1200A21259 /* test-delayed-stream-auto-pause.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-delayed-stream-auto-pause.js"; sourceTree = ""; }; + C1EA5CCF1680FE1200A21259 /* test-delayed-stream-pause.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-delayed-stream-pause.js"; sourceTree = ""; }; + C1EA5CD01680FE1200A21259 /* test-delayed-stream.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-delayed-stream.js"; sourceTree = ""; }; + C1EA5CD11680FE1200A21259 /* test-handle-source-errors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-handle-source-errors.js"; sourceTree = ""; }; + C1EA5CD21680FE1200A21259 /* test-max-data-size.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-max-data-size.js"; sourceTree = ""; }; + C1EA5CD31680FE1200A21259 /* test-pipe-resumes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-pipe-resumes.js"; sourceTree = ""; }; + C1EA5CD41680FE1200A21259 /* test-proxy-readable.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-proxy-readable.js"; sourceTree = ""; }; + C1EA5CD51680FE1200A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA5CD61680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5CD71680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA5CD91680FE1200A21259 /* common.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = common.js; sourceTree = ""; }; + C1EA5CDB1680FE1200A21259 /* file1.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = file1.txt; sourceTree = ""; }; + C1EA5CDC1680FE1200A21259 /* file2.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = file2.txt; sourceTree = ""; }; + C1EA5CDE1680FE1200A21259 /* test-callback-streams.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-callback-streams.js"; sourceTree = ""; }; + C1EA5CDF1680FE1200A21259 /* test-data-size.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-data-size.js"; sourceTree = ""; }; + C1EA5CE01680FE1200A21259 /* test-delayed-streams-and-buffers-and-strings.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-delayed-streams-and-buffers-and-strings.js"; sourceTree = ""; }; + C1EA5CE11680FE1200A21259 /* test-delayed-streams.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-delayed-streams.js"; sourceTree = ""; }; + C1EA5CE21680FE1200A21259 /* test-max-data-size.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-max-data-size.js"; sourceTree = ""; }; + C1EA5CE31680FE1200A21259 /* test-unpaused-streams.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-unpaused-streams.js"; sourceTree = ""; }; + C1EA5CE41680FE1200A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA5CE51680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5CE61680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA5CE81680FE1200A21259 /* common.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = common.js; sourceTree = ""; }; + C1EA5CEA1680FE1200A21259 /* bacon.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bacon.txt; sourceTree = ""; }; + C1EA5CEB1680FE1200A21259 /* unicycle.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = unicycle.jpg; sourceTree = ""; }; + C1EA5CED1680FE1200A21259 /* test-form-get-length.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-form-get-length.js"; sourceTree = ""; }; + C1EA5CEE1680FE1200A21259 /* test-get-boundary.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-get-boundary.js"; sourceTree = ""; }; + C1EA5CEF1680FE1200A21259 /* test-http-response.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-http-response.js"; sourceTree = ""; }; + C1EA5CF01680FE1200A21259 /* test-pipe.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-pipe.js"; sourceTree = ""; }; + C1EA5CF11680FE1200A21259 /* test-submit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-submit.js"; sourceTree = ""; }; + C1EA5CF21680FE1200A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA5CF41680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA5CF51680FE1200A21259 /* mime.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mime.js; sourceTree = ""; }; + C1EA5CF61680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5CF71680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5CF81680FE1200A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA5CFA1680FE1200A21259 /* mime.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mime.types; sourceTree = ""; }; + C1EA5CFB1680FE1200A21259 /* node.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = node.types; sourceTree = ""; }; + C1EA5CFC1680FE1200A21259 /* oauth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = oauth.js; sourceTree = ""; }; + C1EA5CFD1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5CFE1680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5D001680FE1200A21259 /* googledoodle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = googledoodle.png; sourceTree = ""; }; + C1EA5D011680FE1200A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA5D021680FE1200A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA5D031680FE1200A21259 /* squid.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = squid.conf; sourceTree = ""; }; + C1EA5D061680FE1200A21259 /* ca.cnf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ca.cnf; sourceTree = ""; }; + C1EA5D071680FE1200A21259 /* ca.crl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ca.crl; sourceTree = ""; }; + C1EA5D081680FE1200A21259 /* ca.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ca.crt; sourceTree = ""; }; + C1EA5D091680FE1200A21259 /* ca.csr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ca.csr; sourceTree = ""; }; + C1EA5D0A1680FE1200A21259 /* ca.key */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ca.key; sourceTree = ""; }; + C1EA5D0B1680FE1200A21259 /* ca.srl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ca.srl; sourceTree = ""; }; + C1EA5D0C1680FE1200A21259 /* server.cnf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.cnf; sourceTree = ""; }; + C1EA5D0D1680FE1200A21259 /* server.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.crt; sourceTree = ""; }; + C1EA5D0E1680FE1200A21259 /* server.csr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.csr; sourceTree = ""; }; + C1EA5D0F1680FE1200A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA5D101680FE1200A21259 /* server.key */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.key; sourceTree = ""; }; + C1EA5D111680FE1200A21259 /* npm-ca.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "npm-ca.crt"; sourceTree = ""; }; + C1EA5D121680FE1200A21259 /* test.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test.crt; sourceTree = ""; }; + C1EA5D131680FE1200A21259 /* test.key */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test.key; sourceTree = ""; }; + C1EA5D141680FE1200A21259 /* test-body.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-body.js"; sourceTree = ""; }; + C1EA5D151680FE1200A21259 /* test-cookie.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-cookie.js"; sourceTree = ""; }; + C1EA5D161680FE1200A21259 /* test-cookiejar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-cookiejar.js"; sourceTree = ""; }; + C1EA5D171680FE1200A21259 /* test-defaults.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-defaults.js"; sourceTree = ""; }; + C1EA5D181680FE1200A21259 /* test-errors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-errors.js"; sourceTree = ""; }; + C1EA5D191680FE1200A21259 /* test-follow-all-303.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-follow-all-303.js"; sourceTree = ""; }; + C1EA5D1A1680FE1200A21259 /* test-follow-all.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-follow-all.js"; sourceTree = ""; }; + C1EA5D1B1680FE1200A21259 /* test-form.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-form.js"; sourceTree = ""; }; + C1EA5D1C1680FE1200A21259 /* test-headers.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-headers.js"; sourceTree = ""; }; + C1EA5D1D1680FE1200A21259 /* test-httpModule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-httpModule.js"; sourceTree = ""; }; + C1EA5D1E1680FE1200A21259 /* test-https-strict.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-https-strict.js"; sourceTree = ""; }; + C1EA5D1F1680FE1200A21259 /* test-https.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-https.js"; sourceTree = ""; }; + C1EA5D201680FE1200A21259 /* test-oauth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-oauth.js"; sourceTree = ""; }; + C1EA5D211680FE1200A21259 /* test-params.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-params.js"; sourceTree = ""; }; + C1EA5D221680FE1200A21259 /* test-piped-redirect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-piped-redirect.js"; sourceTree = ""; }; + C1EA5D231680FE1200A21259 /* test-pipes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-pipes.js"; sourceTree = ""; }; + C1EA5D241680FE1200A21259 /* test-pool.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-pool.js"; sourceTree = ""; }; + C1EA5D251680FE1200A21259 /* test-protocol-changing-redirect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-protocol-changing-redirect.js"; sourceTree = ""; }; + C1EA5D261680FE1200A21259 /* test-proxy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-proxy.js"; sourceTree = ""; }; + C1EA5D271680FE1200A21259 /* test-qs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-qs.js"; sourceTree = ""; }; + C1EA5D281680FE1200A21259 /* test-redirect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-redirect.js"; sourceTree = ""; }; + C1EA5D291680FE1200A21259 /* test-s3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-s3.js"; sourceTree = ""; }; + C1EA5D2A1680FE1200A21259 /* test-timeout.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-timeout.js"; sourceTree = ""; }; + C1EA5D2B1680FE1200A21259 /* test-toJSON.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-toJSON.js"; sourceTree = ""; }; + C1EA5D2C1680FE1200A21259 /* test-tunnel.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-tunnel.js"; sourceTree = ""; }; + C1EA5D2D1680FE1200A21259 /* unicycle.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = unicycle.jpg; sourceTree = ""; }; + C1EA5D2E1680FE1200A21259 /* tunnel.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tunnel.js; sourceTree = ""; }; + C1EA5D2F1680FE1200A21259 /* uuid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = uuid.js; sourceTree = ""; }; + C1EA5D321680FE1200A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA5D331680FE1200A21259 /* jar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jar.js; sourceTree = ""; }; + C1EA5D341680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5D351680FE1200A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5D371680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA5D391680FE1200A21259 /* uglifyjs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = uglifyjs; sourceTree = ""; }; + C1EA5D3A1680FE1200A21259 /* docstyle.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = docstyle.css; sourceTree = ""; }; + C1EA5D3C1680FE1200A21259 /* consolidator.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = consolidator.js; sourceTree = ""; }; + C1EA5D3D1680FE1200A21259 /* object-ast.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "object-ast.js"; sourceTree = ""; }; + C1EA5D3E1680FE1200A21259 /* parse-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "parse-js.js"; sourceTree = ""; }; + C1EA5D3F1680FE1200A21259 /* process.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = process.js; sourceTree = ""; }; + C1EA5D401680FE1200A21259 /* squeeze-more.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "squeeze-more.js"; sourceTree = ""; }; + C1EA5D411680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5D421680FE1200A21259 /* README.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = README.html; sourceTree = ""; }; + C1EA5D431680FE1200A21259 /* README.org */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.org; sourceTree = ""; }; + C1EA5D451680FE1200A21259 /* beautify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = beautify.js; sourceTree = ""; }; + C1EA5D461680FE1200A21259 /* testparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = testparser.js; sourceTree = ""; }; + C1EA5D4A1680FE1200A21259 /* array1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array1.js; sourceTree = ""; }; + C1EA5D4B1680FE1200A21259 /* array2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array2.js; sourceTree = ""; }; + C1EA5D4C1680FE1200A21259 /* array3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array3.js; sourceTree = ""; }; + C1EA5D4D1680FE1200A21259 /* array4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array4.js; sourceTree = ""; }; + C1EA5D4E1680FE1200A21259 /* assignment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assignment.js; sourceTree = ""; }; + C1EA5D4F1680FE1200A21259 /* concatstring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = concatstring.js; sourceTree = ""; }; + C1EA5D501680FE1200A21259 /* const.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = const.js; sourceTree = ""; }; + C1EA5D511680FE1200A21259 /* empty-blocks.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "empty-blocks.js"; sourceTree = ""; }; + C1EA5D521680FE1200A21259 /* forstatement.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = forstatement.js; sourceTree = ""; }; + C1EA5D531680FE1200A21259 /* if.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = if.js; sourceTree = ""; }; + C1EA5D541680FE1200A21259 /* ifreturn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ifreturn.js; sourceTree = ""; }; + C1EA5D551680FE1200A21259 /* ifreturn2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ifreturn2.js; sourceTree = ""; }; + C1EA5D561680FE1200A21259 /* issue10.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue10.js; sourceTree = ""; }; + C1EA5D571680FE1200A21259 /* issue11.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue11.js; sourceTree = ""; }; + C1EA5D581680FE1200A21259 /* issue13.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue13.js; sourceTree = ""; }; + C1EA5D591680FE1200A21259 /* issue14.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue14.js; sourceTree = ""; }; + C1EA5D5A1680FE1200A21259 /* issue16.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue16.js; sourceTree = ""; }; + C1EA5D5B1680FE1200A21259 /* issue17.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue17.js; sourceTree = ""; }; + C1EA5D5C1680FE1200A21259 /* issue20.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue20.js; sourceTree = ""; }; + C1EA5D5D1680FE1200A21259 /* issue21.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue21.js; sourceTree = ""; }; + C1EA5D5E1680FE1200A21259 /* issue25.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue25.js; sourceTree = ""; }; + C1EA5D5F1680FE1200A21259 /* issue27.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue27.js; sourceTree = ""; }; + C1EA5D601680FE1200A21259 /* issue278.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue278.js; sourceTree = ""; }; + C1EA5D611680FE1200A21259 /* issue28.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue28.js; sourceTree = ""; }; + C1EA5D621680FE1200A21259 /* issue29.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue29.js; sourceTree = ""; }; + C1EA5D631680FE1200A21259 /* issue30.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue30.js; sourceTree = ""; }; + C1EA5D641680FE1200A21259 /* issue34.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue34.js; sourceTree = ""; }; + C1EA5D651680FE1200A21259 /* issue4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue4.js; sourceTree = ""; }; + C1EA5D661680FE1200A21259 /* issue48.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue48.js; sourceTree = ""; }; + C1EA5D671680FE1200A21259 /* issue50.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue50.js; sourceTree = ""; }; + C1EA5D681680FE1200A21259 /* issue53.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue53.js; sourceTree = ""; }; + C1EA5D691680FE1200A21259 /* issue54.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue54.1.js; sourceTree = ""; }; + C1EA5D6A1680FE1200A21259 /* issue68.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue68.js; sourceTree = ""; }; + C1EA5D6B1680FE1200A21259 /* issue69.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue69.js; sourceTree = ""; }; + C1EA5D6C1680FE1200A21259 /* issue9.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue9.js; sourceTree = ""; }; + C1EA5D6D1680FE1200A21259 /* mangle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mangle.js; sourceTree = ""; }; + C1EA5D6E1680FE1200A21259 /* null_string.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = null_string.js; sourceTree = ""; }; + C1EA5D6F1680FE1200A21259 /* strict-equals.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "strict-equals.js"; sourceTree = ""; }; + C1EA5D701680FE1200A21259 /* var.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = var.js; sourceTree = ""; }; + C1EA5D711680FE1200A21259 /* whitespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = whitespace.js; sourceTree = ""; }; + C1EA5D721680FE1200A21259 /* with.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = with.js; sourceTree = ""; }; + C1EA5D741680FE1200A21259 /* array1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array1.js; sourceTree = ""; }; + C1EA5D751680FE1200A21259 /* array2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array2.js; sourceTree = ""; }; + C1EA5D761680FE1200A21259 /* array3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array3.js; sourceTree = ""; }; + C1EA5D771680FE1200A21259 /* array4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array4.js; sourceTree = ""; }; + C1EA5D781680FE1200A21259 /* assignment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assignment.js; sourceTree = ""; }; + C1EA5D791680FE1200A21259 /* concatstring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = concatstring.js; sourceTree = ""; }; + C1EA5D7A1680FE1200A21259 /* const.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = const.js; sourceTree = ""; }; + C1EA5D7B1680FE1200A21259 /* empty-blocks.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "empty-blocks.js"; sourceTree = ""; }; + C1EA5D7C1680FE1200A21259 /* forstatement.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = forstatement.js; sourceTree = ""; }; + C1EA5D7D1680FE1200A21259 /* if.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = if.js; sourceTree = ""; }; + C1EA5D7E1680FE1200A21259 /* ifreturn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ifreturn.js; sourceTree = ""; }; + C1EA5D7F1680FE1200A21259 /* ifreturn2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ifreturn2.js; sourceTree = ""; }; + C1EA5D801680FE1200A21259 /* issue10.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue10.js; sourceTree = ""; }; + C1EA5D811680FE1200A21259 /* issue11.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue11.js; sourceTree = ""; }; + C1EA5D821680FE1200A21259 /* issue13.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue13.js; sourceTree = ""; }; + C1EA5D831680FE1200A21259 /* issue14.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue14.js; sourceTree = ""; }; + C1EA5D841680FE1200A21259 /* issue16.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue16.js; sourceTree = ""; }; + C1EA5D851680FE1200A21259 /* issue17.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue17.js; sourceTree = ""; }; + C1EA5D861680FE1200A21259 /* issue20.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue20.js; sourceTree = ""; }; + C1EA5D871680FE1200A21259 /* issue21.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue21.js; sourceTree = ""; }; + C1EA5D881680FE1200A21259 /* issue25.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue25.js; sourceTree = ""; }; + C1EA5D891680FE1200A21259 /* issue27.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue27.js; sourceTree = ""; }; + C1EA5D8A1680FE1200A21259 /* issue278.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue278.js; sourceTree = ""; }; + C1EA5D8B1680FE1200A21259 /* issue28.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue28.js; sourceTree = ""; }; + C1EA5D8C1680FE1200A21259 /* issue29.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue29.js; sourceTree = ""; }; + C1EA5D8D1680FE1200A21259 /* issue30.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue30.js; sourceTree = ""; }; + C1EA5D8E1680FE1200A21259 /* issue34.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue34.js; sourceTree = ""; }; + C1EA5D8F1680FE1200A21259 /* issue4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue4.js; sourceTree = ""; }; + C1EA5D901680FE1200A21259 /* issue48.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue48.js; sourceTree = ""; }; + C1EA5D911680FE1200A21259 /* issue50.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue50.js; sourceTree = ""; }; + C1EA5D921680FE1200A21259 /* issue53.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue53.js; sourceTree = ""; }; + C1EA5D931680FE1200A21259 /* issue54.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue54.1.js; sourceTree = ""; }; + C1EA5D941680FE1200A21259 /* issue68.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue68.js; sourceTree = ""; }; + C1EA5D951680FE1200A21259 /* issue69.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue69.js; sourceTree = ""; }; + C1EA5D961680FE1200A21259 /* issue9.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue9.js; sourceTree = ""; }; + C1EA5D971680FE1200A21259 /* mangle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mangle.js; sourceTree = ""; }; + C1EA5D981680FE1200A21259 /* null_string.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = null_string.js; sourceTree = ""; }; + C1EA5D991680FE1200A21259 /* strict-equals.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "strict-equals.js"; sourceTree = ""; }; + C1EA5D9A1680FE1200A21259 /* var.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = var.js; sourceTree = ""; }; + C1EA5D9B1680FE1200A21259 /* whitespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = whitespace.js; sourceTree = ""; }; + C1EA5D9C1680FE1200A21259 /* with.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = with.js; sourceTree = ""; }; + C1EA5D9D1680FE1200A21259 /* scripts.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = scripts.js; sourceTree = ""; }; + C1EA5D9F1680FE1200A21259 /* 269.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = 269.js; sourceTree = ""; }; + C1EA5DA01680FE1200A21259 /* app.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = app.js; sourceTree = ""; }; + C1EA5DA11680FE1200A21259 /* embed-tokens.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "embed-tokens.js"; sourceTree = ""; }; + C1EA5DA21680FE1200A21259 /* goto.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = goto.js; sourceTree = ""; }; + C1EA5DA31680FE1200A21259 /* goto2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = goto2.js; sourceTree = ""; }; + C1EA5DA41680FE1200A21259 /* hoist.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hoist.js; sourceTree = ""; }; + C1EA5DA51680FE1200A21259 /* instrument.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = instrument.js; sourceTree = ""; }; + C1EA5DA61680FE1200A21259 /* instrument2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = instrument2.js; sourceTree = ""; }; + C1EA5DA71680FE1200A21259 /* liftvars.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = liftvars.js; sourceTree = ""; }; + C1EA5DA81680FE1200A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA5DA91680FE1200A21259 /* uglify-hangs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "uglify-hangs.js"; sourceTree = ""; }; + C1EA5DAA1680FE1200A21259 /* uglify-hangs2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "uglify-hangs2.js"; sourceTree = ""; }; + C1EA5DAB1680FE1200A21259 /* uglify-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "uglify-js.js"; sourceTree = ""; }; + C1EA5DAC1680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5DAD1680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA5DAF1680FE1200A21259 /* buster-syntax-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-syntax-test.js"; sourceTree = ""; }; + C1EA5DB01680FE1200A21259 /* syntax-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "syntax-test.js"; sourceTree = ""; }; + C1EA5DB21680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA5DB31680FE1200A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA5DB41680FE1200A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA5DB51680FE1200A21259 /* jsTestDriver.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jsTestDriver.conf; sourceTree = ""; }; + C1EA5DB81680FE1200A21259 /* auto-run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "auto-run.js"; sourceTree = ""; }; + C1EA5DB91680FE1200A21259 /* browser-env.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "browser-env.js"; sourceTree = ""; }; + C1EA5DBB1680FE1200A21259 /* console.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = console.js; sourceTree = ""; }; + C1EA5DBC1680FE1200A21259 /* dots.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = dots.js; sourceTree = ""; }; + C1EA5DBD1680FE1200A21259 /* html.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = html.js; sourceTree = ""; }; + C1EA5DBE1680FE1200A21259 /* json-proxy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "json-proxy.js"; sourceTree = ""; }; + C1EA5DBF1680FE1200A21259 /* quiet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = quiet.js; sourceTree = ""; }; + C1EA5DC01680FE1200A21259 /* specification.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = specification.js; sourceTree = ""; }; + C1EA5DC11680FE1200A21259 /* tap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tap.js; sourceTree = ""; }; + C1EA5DC21680FE1200A21259 /* teamcity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = teamcity.js; sourceTree = ""; }; + C1EA5DC31680FE1200A21259 /* xml.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = xml.js; sourceTree = ""; }; + C1EA5DC41680FE1200A21259 /* reporters.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = reporters.js; sourceTree = ""; }; + C1EA5DC51680FE1200A21259 /* spec.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = spec.js; sourceTree = ""; }; + C1EA5DC61680FE1200A21259 /* stack-filter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "stack-filter.js"; sourceTree = ""; }; + C1EA5DC71680FE1200A21259 /* test-case.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-case.js"; sourceTree = ""; }; + C1EA5DC81680FE1200A21259 /* test-context.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-context.js"; sourceTree = ""; }; + C1EA5DC91680FE1200A21259 /* test-runner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-runner.js"; sourceTree = ""; }; + C1EA5DCA1680FE1200A21259 /* buster-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-test.js"; sourceTree = ""; }; + C1EA5DCB1680FE1200A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA5DCE1680FE1200A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA5DCF1680FE1200A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA5DD01680FE1200A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA5DD11680FE1200A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA5DD31680FE1200A21259 /* buster-terminal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-terminal.js"; sourceTree = ""; }; + C1EA5DD41680FE1200A21259 /* matrix.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = matrix.js; sourceTree = ""; }; + C1EA5DD51680FE1200A21259 /* relative-grid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "relative-grid.js"; sourceTree = ""; }; + C1EA5DD61680FE1200A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5DD71680FE1200A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA5DD91680FE1200A21259 /* buster-terminal-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-terminal-test.js"; sourceTree = ""; }; + C1EA5DDA1680FE1200A21259 /* helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = helper.js; sourceTree = ""; }; + C1EA5DDB1680FE1200A21259 /* matrix-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "matrix-test.js"; sourceTree = ""; }; + C1EA5DDC1680FE1200A21259 /* relative-grid-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "relative-grid-test.js"; sourceTree = ""; }; + C1EA5DE11680FE1200A21259 /* documentfeatures.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = documentfeatures.js; sourceTree = ""; }; + C1EA5DE21680FE1200A21259 /* domtohtml.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = domtohtml.js; sourceTree = ""; }; + C1EA5DE31680FE1200A21259 /* htmlencoding.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = htmlencoding.js; sourceTree = ""; }; + C1EA5DE41680FE1200A21259 /* htmltodom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = htmltodom.js; sourceTree = ""; }; + C1EA5DE51680FE1200A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA5DE71680FE1200A21259 /* core.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = core.js; sourceTree = ""; }; + C1EA5DE91680FE1200A21259 /* core.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = core.js; sourceTree = ""; }; + C1EA5DEA1680FE1200A21259 /* events.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = events.js; sourceTree = ""; }; + C1EA5DEB1680FE1200A21259 /* html.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = html.js; sourceTree = ""; }; + C1EA5DEC1680FE1200A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA5DEE1680FE1200A21259 /* javascript.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = javascript.js; sourceTree = ""; }; + C1EA5DEF1680FE1200A21259 /* style.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = style.js; sourceTree = ""; }; + C1EA5DF11680FE1200A21259 /* core.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = core.js; sourceTree = ""; }; + C1EA5DF21680FE1200A21259 /* events.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = events.js; sourceTree = ""; }; + C1EA5DF31680FE1200A21259 /* html.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = html.js; sourceTree = ""; }; + C1EA5DF41680FE1200A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA5DF51680FE1200A21259 /* ls.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ls.js; sourceTree = ""; }; + C1EA5DF61680FE1200A21259 /* xpath.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = xpath.js; sourceTree = ""; }; + C1EA5DF81680FE1200A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA5DF91680FE1200A21259 /* sizzle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sizzle.js; sourceTree = ""; }; + C1EA5DFA1680FE1200A21259 /* utils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.js; sourceTree = ""; }; + C1EA5DFB1680FE1200A21259 /* jsdom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsdom.js; sourceTree = ""; }; + C1EA5DFC1680FE1200A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA5DFF1680FE1200A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA5E001680FE1200A21259 /* binding.gyp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = binding.gyp; sourceTree = ""; }; + C1EA5E021680FE1200A21259 /* binding.Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = binding.Makefile; sourceTree = ""; }; + C1EA5E031680FE1200A21259 /* config.gypi */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = config.gypi; sourceTree = ""; }; + C1EA5E041680FE1200A21259 /* contextify.target.mk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = contextify.target.mk; sourceTree = ""; }; + C1EA5E051680FE1200A21259 /* gyp-mac-tool */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "gyp-mac-tool"; sourceTree = ""; }; + C1EA5E061680FE1200A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA5E0A1680FE1200A21259 /* contextify.node.d */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.dtrace; path = contextify.node.d; sourceTree = ""; }; + C1EA5E0E1680FE1300A21259 /* contextify.o.d */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.dtrace; path = contextify.o.d; sourceTree = ""; }; + C1EA5E0F1680FE1300A21259 /* contextify.node */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = contextify.node; sourceTree = ""; }; + C1EA5E101680FE1300A21259 /* linker.lock */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = linker.lock; sourceTree = ""; }; + C1EA5E141680FE1300A21259 /* contextify.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = contextify.o; sourceTree = ""; }; + C1EA5E151680FE1300A21259 /* changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = changelog; sourceTree = ""; }; + C1EA5E171680FE1300A21259 /* contextify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = contextify.js; sourceTree = ""; }; + C1EA5E181680FE1300A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA5E1B1680FE1300A21259 /* bindings.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bindings.js; sourceTree = ""; }; + C1EA5E1C1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5E1D1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5E1E1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5E1F1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5E211680FE1300A21259 /* contextify.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = contextify.cc; sourceTree = ""; }; + C1EA5E231680FE1300A21259 /* contextify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = contextify.js; sourceTree = ""; }; + C1EA5E241680FE1300A21259 /* wscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = wscript; sourceTree = ""; }; + C1EA5E261680FE1300A21259 /* .gitmodules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; + C1EA5E271680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA5E291680FE1300A21259 /* clone.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clone.js; sourceTree = ""; }; + C1EA5E2A1680FE1300A21259 /* CSSFontFaceRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSFontFaceRule.js; sourceTree = ""; }; + C1EA5E2B1680FE1300A21259 /* CSSImportRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSImportRule.js; sourceTree = ""; }; + C1EA5E2C1680FE1300A21259 /* CSSKeyframeRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSKeyframeRule.js; sourceTree = ""; }; + C1EA5E2D1680FE1300A21259 /* CSSKeyframesRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSKeyframesRule.js; sourceTree = ""; }; + C1EA5E2E1680FE1300A21259 /* CSSMediaRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSMediaRule.js; sourceTree = ""; }; + C1EA5E2F1680FE1300A21259 /* CSSRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSRule.js; sourceTree = ""; }; + C1EA5E301680FE1300A21259 /* CSSStyleDeclaration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSStyleDeclaration.js; sourceTree = ""; }; + C1EA5E311680FE1300A21259 /* CSSStyleRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSStyleRule.js; sourceTree = ""; }; + C1EA5E321680FE1300A21259 /* CSSStyleSheet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSStyleSheet.js; sourceTree = ""; }; + C1EA5E331680FE1300A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA5E341680FE1300A21259 /* MediaList.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = MediaList.js; sourceTree = ""; }; + C1EA5E351680FE1300A21259 /* parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parse.js; sourceTree = ""; }; + C1EA5E361680FE1300A21259 /* StyleSheet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = StyleSheet.js; sourceTree = ""; }; + C1EA5E371680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5E381680FE1300A21259 /* README.mdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.mdown; sourceTree = ""; }; + C1EA5E3A1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA5E3C1680FE1300A21259 /* CSSStyleDeclaration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CSSStyleDeclaration.js; sourceTree = ""; }; + C1EA5E3E1680FE1300A21259 /* alignmentBaseline.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = alignmentBaseline.js; sourceTree = ""; }; + C1EA5E3F1680FE1300A21259 /* azimuth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = azimuth.js; sourceTree = ""; }; + C1EA5E401680FE1300A21259 /* background.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = background.js; sourceTree = ""; }; + C1EA5E411680FE1300A21259 /* backgroundAttachment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundAttachment.js; sourceTree = ""; }; + C1EA5E421680FE1300A21259 /* backgroundClip.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundClip.js; sourceTree = ""; }; + C1EA5E431680FE1300A21259 /* backgroundColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundColor.js; sourceTree = ""; }; + C1EA5E441680FE1300A21259 /* backgroundImage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundImage.js; sourceTree = ""; }; + C1EA5E451680FE1300A21259 /* backgroundOrigin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundOrigin.js; sourceTree = ""; }; + C1EA5E461680FE1300A21259 /* backgroundPosition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundPosition.js; sourceTree = ""; }; + C1EA5E471680FE1300A21259 /* backgroundPositionX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundPositionX.js; sourceTree = ""; }; + C1EA5E481680FE1300A21259 /* backgroundPositionY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundPositionY.js; sourceTree = ""; }; + C1EA5E491680FE1300A21259 /* backgroundRepeat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundRepeat.js; sourceTree = ""; }; + C1EA5E4A1680FE1300A21259 /* backgroundRepeatX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundRepeatX.js; sourceTree = ""; }; + C1EA5E4B1680FE1300A21259 /* backgroundRepeatY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundRepeatY.js; sourceTree = ""; }; + C1EA5E4C1680FE1300A21259 /* backgroundSize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backgroundSize.js; sourceTree = ""; }; + C1EA5E4D1680FE1300A21259 /* baselineShift.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = baselineShift.js; sourceTree = ""; }; + C1EA5E4E1680FE1300A21259 /* border.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = border.js; sourceTree = ""; }; + C1EA5E4F1680FE1300A21259 /* borderBottom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderBottom.js; sourceTree = ""; }; + C1EA5E501680FE1300A21259 /* borderBottomColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderBottomColor.js; sourceTree = ""; }; + C1EA5E511680FE1300A21259 /* borderBottomLeftRadius.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderBottomLeftRadius.js; sourceTree = ""; }; + C1EA5E521680FE1300A21259 /* borderBottomRightRadius.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderBottomRightRadius.js; sourceTree = ""; }; + C1EA5E531680FE1300A21259 /* borderBottomStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderBottomStyle.js; sourceTree = ""; }; + C1EA5E541680FE1300A21259 /* borderBottomWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderBottomWidth.js; sourceTree = ""; }; + C1EA5E551680FE1300A21259 /* borderCollapse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderCollapse.js; sourceTree = ""; }; + C1EA5E561680FE1300A21259 /* borderColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderColor.js; sourceTree = ""; }; + C1EA5E571680FE1300A21259 /* borderImage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderImage.js; sourceTree = ""; }; + C1EA5E581680FE1300A21259 /* borderImageOutset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderImageOutset.js; sourceTree = ""; }; + C1EA5E591680FE1300A21259 /* borderImageRepeat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderImageRepeat.js; sourceTree = ""; }; + C1EA5E5A1680FE1300A21259 /* borderImageSlice.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderImageSlice.js; sourceTree = ""; }; + C1EA5E5B1680FE1300A21259 /* borderImageSource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderImageSource.js; sourceTree = ""; }; + C1EA5E5C1680FE1300A21259 /* borderImageWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderImageWidth.js; sourceTree = ""; }; + C1EA5E5D1680FE1300A21259 /* borderLeft.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderLeft.js; sourceTree = ""; }; + C1EA5E5E1680FE1300A21259 /* borderLeftColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderLeftColor.js; sourceTree = ""; }; + C1EA5E5F1680FE1300A21259 /* borderLeftStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderLeftStyle.js; sourceTree = ""; }; + C1EA5E601680FE1300A21259 /* borderLeftWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderLeftWidth.js; sourceTree = ""; }; + C1EA5E611680FE1300A21259 /* borderRadius.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderRadius.js; sourceTree = ""; }; + C1EA5E621680FE1300A21259 /* borderRight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderRight.js; sourceTree = ""; }; + C1EA5E631680FE1300A21259 /* borderRightColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderRightColor.js; sourceTree = ""; }; + C1EA5E641680FE1300A21259 /* borderRightStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderRightStyle.js; sourceTree = ""; }; + C1EA5E651680FE1300A21259 /* borderRightWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderRightWidth.js; sourceTree = ""; }; + C1EA5E661680FE1300A21259 /* borderSpacing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderSpacing.js; sourceTree = ""; }; + C1EA5E671680FE1300A21259 /* borderStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderStyle.js; sourceTree = ""; }; + C1EA5E681680FE1300A21259 /* borderTop.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderTop.js; sourceTree = ""; }; + C1EA5E691680FE1300A21259 /* borderTopColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderTopColor.js; sourceTree = ""; }; + C1EA5E6A1680FE1300A21259 /* borderTopLeftRadius.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderTopLeftRadius.js; sourceTree = ""; }; + C1EA5E6B1680FE1300A21259 /* borderTopRightRadius.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderTopRightRadius.js; sourceTree = ""; }; + C1EA5E6C1680FE1300A21259 /* borderTopStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderTopStyle.js; sourceTree = ""; }; + C1EA5E6D1680FE1300A21259 /* borderTopWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderTopWidth.js; sourceTree = ""; }; + C1EA5E6E1680FE1300A21259 /* borderWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borderWidth.js; sourceTree = ""; }; + C1EA5E6F1680FE1300A21259 /* bottom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bottom.js; sourceTree = ""; }; + C1EA5E701680FE1300A21259 /* boxShadow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = boxShadow.js; sourceTree = ""; }; + C1EA5E711680FE1300A21259 /* boxSizing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = boxSizing.js; sourceTree = ""; }; + C1EA5E721680FE1300A21259 /* captionSide.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = captionSide.js; sourceTree = ""; }; + C1EA5E731680FE1300A21259 /* clear.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clear.js; sourceTree = ""; }; + C1EA5E741680FE1300A21259 /* clip.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clip.js; sourceTree = ""; }; + C1EA5E751680FE1300A21259 /* clipPath.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clipPath.js; sourceTree = ""; }; + C1EA5E761680FE1300A21259 /* clipRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clipRule.js; sourceTree = ""; }; + C1EA5E771680FE1300A21259 /* color.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = color.js; sourceTree = ""; }; + C1EA5E781680FE1300A21259 /* colorInterpolation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = colorInterpolation.js; sourceTree = ""; }; + C1EA5E791680FE1300A21259 /* colorInterpolationFilters.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = colorInterpolationFilters.js; sourceTree = ""; }; + C1EA5E7A1680FE1300A21259 /* colorProfile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = colorProfile.js; sourceTree = ""; }; + C1EA5E7B1680FE1300A21259 /* colorRendering.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = colorRendering.js; sourceTree = ""; }; + C1EA5E7C1680FE1300A21259 /* content.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = content.js; sourceTree = ""; }; + C1EA5E7D1680FE1300A21259 /* counterIncrement.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = counterIncrement.js; sourceTree = ""; }; + C1EA5E7E1680FE1300A21259 /* counterReset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = counterReset.js; sourceTree = ""; }; + C1EA5E7F1680FE1300A21259 /* cssFloat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cssFloat.js; sourceTree = ""; }; + C1EA5E801680FE1300A21259 /* cue.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cue.js; sourceTree = ""; }; + C1EA5E811680FE1300A21259 /* cueAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cueAfter.js; sourceTree = ""; }; + C1EA5E821680FE1300A21259 /* cueBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cueBefore.js; sourceTree = ""; }; + C1EA5E831680FE1300A21259 /* cursor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cursor.js; sourceTree = ""; }; + C1EA5E841680FE1300A21259 /* direction.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = direction.js; sourceTree = ""; }; + C1EA5E851680FE1300A21259 /* display.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = display.js; sourceTree = ""; }; + C1EA5E861680FE1300A21259 /* dominantBaseline.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = dominantBaseline.js; sourceTree = ""; }; + C1EA5E871680FE1300A21259 /* elevation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = elevation.js; sourceTree = ""; }; + C1EA5E881680FE1300A21259 /* emptyCells.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = emptyCells.js; sourceTree = ""; }; + C1EA5E891680FE1300A21259 /* enableBackground.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = enableBackground.js; sourceTree = ""; }; + C1EA5E8A1680FE1300A21259 /* fill.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fill.js; sourceTree = ""; }; + C1EA5E8B1680FE1300A21259 /* fillOpacity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fillOpacity.js; sourceTree = ""; }; + C1EA5E8C1680FE1300A21259 /* fillRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fillRule.js; sourceTree = ""; }; + C1EA5E8D1680FE1300A21259 /* filter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = filter.js; sourceTree = ""; }; + C1EA5E8E1680FE1300A21259 /* floodColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = floodColor.js; sourceTree = ""; }; + C1EA5E8F1680FE1300A21259 /* floodOpacity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = floodOpacity.js; sourceTree = ""; }; + C1EA5E901680FE1300A21259 /* font.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = font.js; sourceTree = ""; }; + C1EA5E911680FE1300A21259 /* fontFamily.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontFamily.js; sourceTree = ""; }; + C1EA5E921680FE1300A21259 /* fontSize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontSize.js; sourceTree = ""; }; + C1EA5E931680FE1300A21259 /* fontSizeAdjust.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontSizeAdjust.js; sourceTree = ""; }; + C1EA5E941680FE1300A21259 /* fontStretch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontStretch.js; sourceTree = ""; }; + C1EA5E951680FE1300A21259 /* fontStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontStyle.js; sourceTree = ""; }; + C1EA5E961680FE1300A21259 /* fontVariant.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontVariant.js; sourceTree = ""; }; + C1EA5E971680FE1300A21259 /* fontWeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fontWeight.js; sourceTree = ""; }; + C1EA5E981680FE1300A21259 /* glyphOrientationHorizontal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = glyphOrientationHorizontal.js; sourceTree = ""; }; + C1EA5E991680FE1300A21259 /* glyphOrientationVertical.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = glyphOrientationVertical.js; sourceTree = ""; }; + C1EA5E9A1680FE1300A21259 /* height.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = height.js; sourceTree = ""; }; + C1EA5E9B1680FE1300A21259 /* imageRendering.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = imageRendering.js; sourceTree = ""; }; + C1EA5E9C1680FE1300A21259 /* kerning.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = kerning.js; sourceTree = ""; }; + C1EA5E9D1680FE1300A21259 /* left.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = left.js; sourceTree = ""; }; + C1EA5E9E1680FE1300A21259 /* letterSpacing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = letterSpacing.js; sourceTree = ""; }; + C1EA5E9F1680FE1300A21259 /* lightingColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lightingColor.js; sourceTree = ""; }; + C1EA5EA01680FE1300A21259 /* lineHeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lineHeight.js; sourceTree = ""; }; + C1EA5EA11680FE1300A21259 /* listStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = listStyle.js; sourceTree = ""; }; + C1EA5EA21680FE1300A21259 /* listStyleImage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = listStyleImage.js; sourceTree = ""; }; + C1EA5EA31680FE1300A21259 /* listStylePosition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = listStylePosition.js; sourceTree = ""; }; + C1EA5EA41680FE1300A21259 /* listStyleType.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = listStyleType.js; sourceTree = ""; }; + C1EA5EA51680FE1300A21259 /* margin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = margin.js; sourceTree = ""; }; + C1EA5EA61680FE1300A21259 /* marginBottom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = marginBottom.js; sourceTree = ""; }; + C1EA5EA71680FE1300A21259 /* marginLeft.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = marginLeft.js; sourceTree = ""; }; + C1EA5EA81680FE1300A21259 /* marginRight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = marginRight.js; sourceTree = ""; }; + C1EA5EA91680FE1300A21259 /* marginTop.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = marginTop.js; sourceTree = ""; }; + C1EA5EAA1680FE1300A21259 /* marker.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = marker.js; sourceTree = ""; }; + C1EA5EAB1680FE1300A21259 /* markerEnd.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = markerEnd.js; sourceTree = ""; }; + C1EA5EAC1680FE1300A21259 /* markerMid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = markerMid.js; sourceTree = ""; }; + C1EA5EAD1680FE1300A21259 /* markerOffset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = markerOffset.js; sourceTree = ""; }; + C1EA5EAE1680FE1300A21259 /* markerStart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = markerStart.js; sourceTree = ""; }; + C1EA5EAF1680FE1300A21259 /* marks.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = marks.js; sourceTree = ""; }; + C1EA5EB01680FE1300A21259 /* mask.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mask.js; sourceTree = ""; }; + C1EA5EB11680FE1300A21259 /* maxHeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = maxHeight.js; sourceTree = ""; }; + C1EA5EB21680FE1300A21259 /* maxWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = maxWidth.js; sourceTree = ""; }; + C1EA5EB31680FE1300A21259 /* minHeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minHeight.js; sourceTree = ""; }; + C1EA5EB41680FE1300A21259 /* minWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minWidth.js; sourceTree = ""; }; + C1EA5EB51680FE1300A21259 /* opacity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = opacity.js; sourceTree = ""; }; + C1EA5EB61680FE1300A21259 /* orphans.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = orphans.js; sourceTree = ""; }; + C1EA5EB71680FE1300A21259 /* outline.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = outline.js; sourceTree = ""; }; + C1EA5EB81680FE1300A21259 /* outlineColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = outlineColor.js; sourceTree = ""; }; + C1EA5EB91680FE1300A21259 /* outlineOffset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = outlineOffset.js; sourceTree = ""; }; + C1EA5EBA1680FE1300A21259 /* outlineStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = outlineStyle.js; sourceTree = ""; }; + C1EA5EBB1680FE1300A21259 /* outlineWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = outlineWidth.js; sourceTree = ""; }; + C1EA5EBC1680FE1300A21259 /* overflow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = overflow.js; sourceTree = ""; }; + C1EA5EBD1680FE1300A21259 /* overflowX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = overflowX.js; sourceTree = ""; }; + C1EA5EBE1680FE1300A21259 /* overflowY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = overflowY.js; sourceTree = ""; }; + C1EA5EBF1680FE1300A21259 /* padding.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = padding.js; sourceTree = ""; }; + C1EA5EC01680FE1300A21259 /* paddingBottom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = paddingBottom.js; sourceTree = ""; }; + C1EA5EC11680FE1300A21259 /* paddingLeft.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = paddingLeft.js; sourceTree = ""; }; + C1EA5EC21680FE1300A21259 /* paddingRight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = paddingRight.js; sourceTree = ""; }; + C1EA5EC31680FE1300A21259 /* paddingTop.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = paddingTop.js; sourceTree = ""; }; + C1EA5EC41680FE1300A21259 /* page.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = page.js; sourceTree = ""; }; + C1EA5EC51680FE1300A21259 /* pageBreakAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pageBreakAfter.js; sourceTree = ""; }; + C1EA5EC61680FE1300A21259 /* pageBreakBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pageBreakBefore.js; sourceTree = ""; }; + C1EA5EC71680FE1300A21259 /* pageBreakInside.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pageBreakInside.js; sourceTree = ""; }; + C1EA5EC81680FE1300A21259 /* pause.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pause.js; sourceTree = ""; }; + C1EA5EC91680FE1300A21259 /* pauseAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pauseAfter.js; sourceTree = ""; }; + C1EA5ECA1680FE1300A21259 /* pauseBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pauseBefore.js; sourceTree = ""; }; + C1EA5ECB1680FE1300A21259 /* pitch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pitch.js; sourceTree = ""; }; + C1EA5ECC1680FE1300A21259 /* pitchRange.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pitchRange.js; sourceTree = ""; }; + C1EA5ECD1680FE1300A21259 /* playDuring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = playDuring.js; sourceTree = ""; }; + C1EA5ECE1680FE1300A21259 /* pointerEvents.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pointerEvents.js; sourceTree = ""; }; + C1EA5ECF1680FE1300A21259 /* position.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = position.js; sourceTree = ""; }; + C1EA5ED01680FE1300A21259 /* quotes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = quotes.js; sourceTree = ""; }; + C1EA5ED11680FE1300A21259 /* resize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = resize.js; sourceTree = ""; }; + C1EA5ED21680FE1300A21259 /* richness.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = richness.js; sourceTree = ""; }; + C1EA5ED31680FE1300A21259 /* right.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = right.js; sourceTree = ""; }; + C1EA5ED41680FE1300A21259 /* shapeRendering.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shapeRendering.js; sourceTree = ""; }; + C1EA5ED51680FE1300A21259 /* size.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = size.js; sourceTree = ""; }; + C1EA5ED61680FE1300A21259 /* speak.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = speak.js; sourceTree = ""; }; + C1EA5ED71680FE1300A21259 /* speakHeader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = speakHeader.js; sourceTree = ""; }; + C1EA5ED81680FE1300A21259 /* speakNumeral.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = speakNumeral.js; sourceTree = ""; }; + C1EA5ED91680FE1300A21259 /* speakPunctuation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = speakPunctuation.js; sourceTree = ""; }; + C1EA5EDA1680FE1300A21259 /* speechRate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = speechRate.js; sourceTree = ""; }; + C1EA5EDB1680FE1300A21259 /* src.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = src.js; sourceTree = ""; }; + C1EA5EDC1680FE1300A21259 /* stopColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stopColor.js; sourceTree = ""; }; + C1EA5EDD1680FE1300A21259 /* stopOpacity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stopOpacity.js; sourceTree = ""; }; + C1EA5EDE1680FE1300A21259 /* stress.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stress.js; sourceTree = ""; }; + C1EA5EDF1680FE1300A21259 /* stroke.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stroke.js; sourceTree = ""; }; + C1EA5EE01680FE1300A21259 /* strokeDasharray.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeDasharray.js; sourceTree = ""; }; + C1EA5EE11680FE1300A21259 /* strokeDashoffset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeDashoffset.js; sourceTree = ""; }; + C1EA5EE21680FE1300A21259 /* strokeLinecap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeLinecap.js; sourceTree = ""; }; + C1EA5EE31680FE1300A21259 /* strokeLinejoin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeLinejoin.js; sourceTree = ""; }; + C1EA5EE41680FE1300A21259 /* strokeMiterlimit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeMiterlimit.js; sourceTree = ""; }; + C1EA5EE51680FE1300A21259 /* strokeOpacity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeOpacity.js; sourceTree = ""; }; + C1EA5EE61680FE1300A21259 /* strokeWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = strokeWidth.js; sourceTree = ""; }; + C1EA5EE71680FE1300A21259 /* tableLayout.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tableLayout.js; sourceTree = ""; }; + C1EA5EE81680FE1300A21259 /* textAlign.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textAlign.js; sourceTree = ""; }; + C1EA5EE91680FE1300A21259 /* textAnchor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textAnchor.js; sourceTree = ""; }; + C1EA5EEA1680FE1300A21259 /* textDecoration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textDecoration.js; sourceTree = ""; }; + C1EA5EEB1680FE1300A21259 /* textIndent.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textIndent.js; sourceTree = ""; }; + C1EA5EEC1680FE1300A21259 /* textLineThrough.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textLineThrough.js; sourceTree = ""; }; + C1EA5EED1680FE1300A21259 /* textLineThroughColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textLineThroughColor.js; sourceTree = ""; }; + C1EA5EEE1680FE1300A21259 /* textLineThroughMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textLineThroughMode.js; sourceTree = ""; }; + C1EA5EEF1680FE1300A21259 /* textLineThroughStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textLineThroughStyle.js; sourceTree = ""; }; + C1EA5EF01680FE1300A21259 /* textLineThroughWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textLineThroughWidth.js; sourceTree = ""; }; + C1EA5EF11680FE1300A21259 /* textOverflow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textOverflow.js; sourceTree = ""; }; + C1EA5EF21680FE1300A21259 /* textOverline.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textOverline.js; sourceTree = ""; }; + C1EA5EF31680FE1300A21259 /* textOverlineColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textOverlineColor.js; sourceTree = ""; }; + C1EA5EF41680FE1300A21259 /* textOverlineMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textOverlineMode.js; sourceTree = ""; }; + C1EA5EF51680FE1300A21259 /* textOverlineStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textOverlineStyle.js; sourceTree = ""; }; + C1EA5EF61680FE1300A21259 /* textOverlineWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textOverlineWidth.js; sourceTree = ""; }; + C1EA5EF71680FE1300A21259 /* textRendering.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textRendering.js; sourceTree = ""; }; + C1EA5EF81680FE1300A21259 /* textShadow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textShadow.js; sourceTree = ""; }; + C1EA5EF91680FE1300A21259 /* textTransform.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textTransform.js; sourceTree = ""; }; + C1EA5EFA1680FE1300A21259 /* textUnderline.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textUnderline.js; sourceTree = ""; }; + C1EA5EFB1680FE1300A21259 /* textUnderlineColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textUnderlineColor.js; sourceTree = ""; }; + C1EA5EFC1680FE1300A21259 /* textUnderlineMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textUnderlineMode.js; sourceTree = ""; }; + C1EA5EFD1680FE1300A21259 /* textUnderlineStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textUnderlineStyle.js; sourceTree = ""; }; + C1EA5EFE1680FE1300A21259 /* textUnderlineWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = textUnderlineWidth.js; sourceTree = ""; }; + C1EA5EFF1680FE1300A21259 /* top.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = top.js; sourceTree = ""; }; + C1EA5F001680FE1300A21259 /* unicodeBidi.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = unicodeBidi.js; sourceTree = ""; }; + C1EA5F011680FE1300A21259 /* unicodeRange.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = unicodeRange.js; sourceTree = ""; }; + C1EA5F021680FE1300A21259 /* vectorEffect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = vectorEffect.js; sourceTree = ""; }; + C1EA5F031680FE1300A21259 /* verticalAlign.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = verticalAlign.js; sourceTree = ""; }; + C1EA5F041680FE1300A21259 /* visibility.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = visibility.js; sourceTree = ""; }; + C1EA5F051680FE1300A21259 /* voiceFamily.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = voiceFamily.js; sourceTree = ""; }; + C1EA5F061680FE1300A21259 /* volume.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = volume.js; sourceTree = ""; }; + C1EA5F071680FE1300A21259 /* webkitAnimation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimation.js; sourceTree = ""; }; + C1EA5F081680FE1300A21259 /* webkitAnimationDelay.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationDelay.js; sourceTree = ""; }; + C1EA5F091680FE1300A21259 /* webkitAnimationDirection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationDirection.js; sourceTree = ""; }; + C1EA5F0A1680FE1300A21259 /* webkitAnimationDuration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationDuration.js; sourceTree = ""; }; + C1EA5F0B1680FE1300A21259 /* webkitAnimationFillMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationFillMode.js; sourceTree = ""; }; + C1EA5F0C1680FE1300A21259 /* webkitAnimationIterationCount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationIterationCount.js; sourceTree = ""; }; + C1EA5F0D1680FE1300A21259 /* webkitAnimationName.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationName.js; sourceTree = ""; }; + C1EA5F0E1680FE1300A21259 /* webkitAnimationPlayState.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationPlayState.js; sourceTree = ""; }; + C1EA5F0F1680FE1300A21259 /* webkitAnimationTimingFunction.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAnimationTimingFunction.js; sourceTree = ""; }; + C1EA5F101680FE1300A21259 /* webkitAppearance.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAppearance.js; sourceTree = ""; }; + C1EA5F111680FE1300A21259 /* webkitAspectRatio.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitAspectRatio.js; sourceTree = ""; }; + C1EA5F121680FE1300A21259 /* webkitBackfaceVisibility.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBackfaceVisibility.js; sourceTree = ""; }; + C1EA5F131680FE1300A21259 /* webkitBackgroundClip.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBackgroundClip.js; sourceTree = ""; }; + C1EA5F141680FE1300A21259 /* webkitBackgroundComposite.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBackgroundComposite.js; sourceTree = ""; }; + C1EA5F151680FE1300A21259 /* webkitBackgroundOrigin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBackgroundOrigin.js; sourceTree = ""; }; + C1EA5F161680FE1300A21259 /* webkitBackgroundSize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBackgroundSize.js; sourceTree = ""; }; + C1EA5F171680FE1300A21259 /* webkitBorderAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderAfter.js; sourceTree = ""; }; + C1EA5F181680FE1300A21259 /* webkitBorderAfterColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderAfterColor.js; sourceTree = ""; }; + C1EA5F191680FE1300A21259 /* webkitBorderAfterStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderAfterStyle.js; sourceTree = ""; }; + C1EA5F1A1680FE1300A21259 /* webkitBorderAfterWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderAfterWidth.js; sourceTree = ""; }; + C1EA5F1B1680FE1300A21259 /* webkitBorderBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderBefore.js; sourceTree = ""; }; + C1EA5F1C1680FE1300A21259 /* webkitBorderBeforeColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderBeforeColor.js; sourceTree = ""; }; + C1EA5F1D1680FE1300A21259 /* webkitBorderBeforeStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderBeforeStyle.js; sourceTree = ""; }; + C1EA5F1E1680FE1300A21259 /* webkitBorderBeforeWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderBeforeWidth.js; sourceTree = ""; }; + C1EA5F1F1680FE1300A21259 /* webkitBorderEnd.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderEnd.js; sourceTree = ""; }; + C1EA5F201680FE1300A21259 /* webkitBorderEndColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderEndColor.js; sourceTree = ""; }; + C1EA5F211680FE1300A21259 /* webkitBorderEndStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderEndStyle.js; sourceTree = ""; }; + C1EA5F221680FE1300A21259 /* webkitBorderEndWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderEndWidth.js; sourceTree = ""; }; + C1EA5F231680FE1300A21259 /* webkitBorderFit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderFit.js; sourceTree = ""; }; + C1EA5F241680FE1300A21259 /* webkitBorderHorizontalSpacing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderHorizontalSpacing.js; sourceTree = ""; }; + C1EA5F251680FE1300A21259 /* webkitBorderImage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderImage.js; sourceTree = ""; }; + C1EA5F261680FE1300A21259 /* webkitBorderRadius.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderRadius.js; sourceTree = ""; }; + C1EA5F271680FE1300A21259 /* webkitBorderStart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderStart.js; sourceTree = ""; }; + C1EA5F281680FE1300A21259 /* webkitBorderStartColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderStartColor.js; sourceTree = ""; }; + C1EA5F291680FE1300A21259 /* webkitBorderStartStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderStartStyle.js; sourceTree = ""; }; + C1EA5F2A1680FE1300A21259 /* webkitBorderStartWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderStartWidth.js; sourceTree = ""; }; + C1EA5F2B1680FE1300A21259 /* webkitBorderVerticalSpacing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBorderVerticalSpacing.js; sourceTree = ""; }; + C1EA5F2C1680FE1300A21259 /* webkitBoxAlign.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxAlign.js; sourceTree = ""; }; + C1EA5F2D1680FE1300A21259 /* webkitBoxDirection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxDirection.js; sourceTree = ""; }; + C1EA5F2E1680FE1300A21259 /* webkitBoxFlex.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxFlex.js; sourceTree = ""; }; + C1EA5F2F1680FE1300A21259 /* webkitBoxFlexGroup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxFlexGroup.js; sourceTree = ""; }; + C1EA5F301680FE1300A21259 /* webkitBoxLines.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxLines.js; sourceTree = ""; }; + C1EA5F311680FE1300A21259 /* webkitBoxOrdinalGroup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxOrdinalGroup.js; sourceTree = ""; }; + C1EA5F321680FE1300A21259 /* webkitBoxOrient.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxOrient.js; sourceTree = ""; }; + C1EA5F331680FE1300A21259 /* webkitBoxPack.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxPack.js; sourceTree = ""; }; + C1EA5F341680FE1300A21259 /* webkitBoxReflect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxReflect.js; sourceTree = ""; }; + C1EA5F351680FE1300A21259 /* webkitBoxShadow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitBoxShadow.js; sourceTree = ""; }; + C1EA5F361680FE1300A21259 /* webkitColorCorrection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColorCorrection.js; sourceTree = ""; }; + C1EA5F371680FE1300A21259 /* webkitColumnAxis.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnAxis.js; sourceTree = ""; }; + C1EA5F381680FE1300A21259 /* webkitColumnBreakAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnBreakAfter.js; sourceTree = ""; }; + C1EA5F391680FE1300A21259 /* webkitColumnBreakBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnBreakBefore.js; sourceTree = ""; }; + C1EA5F3A1680FE1300A21259 /* webkitColumnBreakInside.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnBreakInside.js; sourceTree = ""; }; + C1EA5F3B1680FE1300A21259 /* webkitColumnCount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnCount.js; sourceTree = ""; }; + C1EA5F3C1680FE1300A21259 /* webkitColumnGap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnGap.js; sourceTree = ""; }; + C1EA5F3D1680FE1300A21259 /* webkitColumnRule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnRule.js; sourceTree = ""; }; + C1EA5F3E1680FE1300A21259 /* webkitColumnRuleColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnRuleColor.js; sourceTree = ""; }; + C1EA5F3F1680FE1300A21259 /* webkitColumnRuleStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnRuleStyle.js; sourceTree = ""; }; + C1EA5F401680FE1300A21259 /* webkitColumnRuleWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnRuleWidth.js; sourceTree = ""; }; + C1EA5F411680FE1300A21259 /* webkitColumns.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumns.js; sourceTree = ""; }; + C1EA5F421680FE1300A21259 /* webkitColumnSpan.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnSpan.js; sourceTree = ""; }; + C1EA5F431680FE1300A21259 /* webkitColumnWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitColumnWidth.js; sourceTree = ""; }; + C1EA5F441680FE1300A21259 /* webkitFilter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFilter.js; sourceTree = ""; }; + C1EA5F451680FE1300A21259 /* webkitFlexAlign.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexAlign.js; sourceTree = ""; }; + C1EA5F461680FE1300A21259 /* webkitFlexDirection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexDirection.js; sourceTree = ""; }; + C1EA5F471680FE1300A21259 /* webkitFlexFlow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexFlow.js; sourceTree = ""; }; + C1EA5F481680FE1300A21259 /* webkitFlexItemAlign.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexItemAlign.js; sourceTree = ""; }; + C1EA5F491680FE1300A21259 /* webkitFlexLinePack.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexLinePack.js; sourceTree = ""; }; + C1EA5F4A1680FE1300A21259 /* webkitFlexOrder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexOrder.js; sourceTree = ""; }; + C1EA5F4B1680FE1300A21259 /* webkitFlexPack.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexPack.js; sourceTree = ""; }; + C1EA5F4C1680FE1300A21259 /* webkitFlexWrap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlexWrap.js; sourceTree = ""; }; + C1EA5F4D1680FE1300A21259 /* webkitFlowFrom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlowFrom.js; sourceTree = ""; }; + C1EA5F4E1680FE1300A21259 /* webkitFlowInto.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFlowInto.js; sourceTree = ""; }; + C1EA5F4F1680FE1300A21259 /* webkitFontFeatureSettings.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFontFeatureSettings.js; sourceTree = ""; }; + C1EA5F501680FE1300A21259 /* webkitFontKerning.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFontKerning.js; sourceTree = ""; }; + C1EA5F511680FE1300A21259 /* webkitFontSizeDelta.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFontSizeDelta.js; sourceTree = ""; }; + C1EA5F521680FE1300A21259 /* webkitFontSmoothing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFontSmoothing.js; sourceTree = ""; }; + C1EA5F531680FE1300A21259 /* webkitFontVariantLigatures.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitFontVariantLigatures.js; sourceTree = ""; }; + C1EA5F541680FE1300A21259 /* webkitHighlight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitHighlight.js; sourceTree = ""; }; + C1EA5F551680FE1300A21259 /* webkitHyphenateCharacter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitHyphenateCharacter.js; sourceTree = ""; }; + C1EA5F561680FE1300A21259 /* webkitHyphenateLimitAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitHyphenateLimitAfter.js; sourceTree = ""; }; + C1EA5F571680FE1300A21259 /* webkitHyphenateLimitBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitHyphenateLimitBefore.js; sourceTree = ""; }; + C1EA5F581680FE1300A21259 /* webkitHyphenateLimitLines.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitHyphenateLimitLines.js; sourceTree = ""; }; + C1EA5F591680FE1300A21259 /* webkitHyphens.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitHyphens.js; sourceTree = ""; }; + C1EA5F5A1680FE1300A21259 /* webkitLineAlign.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLineAlign.js; sourceTree = ""; }; + C1EA5F5B1680FE1300A21259 /* webkitLineBoxContain.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLineBoxContain.js; sourceTree = ""; }; + C1EA5F5C1680FE1300A21259 /* webkitLineBreak.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLineBreak.js; sourceTree = ""; }; + C1EA5F5D1680FE1300A21259 /* webkitLineClamp.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLineClamp.js; sourceTree = ""; }; + C1EA5F5E1680FE1300A21259 /* webkitLineGrid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLineGrid.js; sourceTree = ""; }; + C1EA5F5F1680FE1300A21259 /* webkitLineSnap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLineSnap.js; sourceTree = ""; }; + C1EA5F601680FE1300A21259 /* webkitLocale.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLocale.js; sourceTree = ""; }; + C1EA5F611680FE1300A21259 /* webkitLogicalHeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLogicalHeight.js; sourceTree = ""; }; + C1EA5F621680FE1300A21259 /* webkitLogicalWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitLogicalWidth.js; sourceTree = ""; }; + C1EA5F631680FE1300A21259 /* webkitMarginAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginAfter.js; sourceTree = ""; }; + C1EA5F641680FE1300A21259 /* webkitMarginAfterCollapse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginAfterCollapse.js; sourceTree = ""; }; + C1EA5F651680FE1300A21259 /* webkitMarginBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginBefore.js; sourceTree = ""; }; + C1EA5F661680FE1300A21259 /* webkitMarginBeforeCollapse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginBeforeCollapse.js; sourceTree = ""; }; + C1EA5F671680FE1300A21259 /* webkitMarginBottomCollapse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginBottomCollapse.js; sourceTree = ""; }; + C1EA5F681680FE1300A21259 /* webkitMarginCollapse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginCollapse.js; sourceTree = ""; }; + C1EA5F691680FE1300A21259 /* webkitMarginEnd.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginEnd.js; sourceTree = ""; }; + C1EA5F6A1680FE1300A21259 /* webkitMarginStart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginStart.js; sourceTree = ""; }; + C1EA5F6B1680FE1300A21259 /* webkitMarginTopCollapse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarginTopCollapse.js; sourceTree = ""; }; + C1EA5F6C1680FE1300A21259 /* webkitMarquee.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarquee.js; sourceTree = ""; }; + C1EA5F6D1680FE1300A21259 /* webkitMarqueeDirection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarqueeDirection.js; sourceTree = ""; }; + C1EA5F6E1680FE1300A21259 /* webkitMarqueeIncrement.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarqueeIncrement.js; sourceTree = ""; }; + C1EA5F6F1680FE1300A21259 /* webkitMarqueeRepetition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarqueeRepetition.js; sourceTree = ""; }; + C1EA5F701680FE1300A21259 /* webkitMarqueeSpeed.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarqueeSpeed.js; sourceTree = ""; }; + C1EA5F711680FE1300A21259 /* webkitMarqueeStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMarqueeStyle.js; sourceTree = ""; }; + C1EA5F721680FE1300A21259 /* webkitMask.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMask.js; sourceTree = ""; }; + C1EA5F731680FE1300A21259 /* webkitMaskAttachment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskAttachment.js; sourceTree = ""; }; + C1EA5F741680FE1300A21259 /* webkitMaskBoxImage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskBoxImage.js; sourceTree = ""; }; + C1EA5F751680FE1300A21259 /* webkitMaskBoxImageOutset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskBoxImageOutset.js; sourceTree = ""; }; + C1EA5F761680FE1300A21259 /* webkitMaskBoxImageRepeat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskBoxImageRepeat.js; sourceTree = ""; }; + C1EA5F771680FE1300A21259 /* webkitMaskBoxImageSlice.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskBoxImageSlice.js; sourceTree = ""; }; + C1EA5F781680FE1300A21259 /* webkitMaskBoxImageSource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskBoxImageSource.js; sourceTree = ""; }; + C1EA5F791680FE1300A21259 /* webkitMaskBoxImageWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskBoxImageWidth.js; sourceTree = ""; }; + C1EA5F7A1680FE1300A21259 /* webkitMaskClip.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskClip.js; sourceTree = ""; }; + C1EA5F7B1680FE1300A21259 /* webkitMaskComposite.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskComposite.js; sourceTree = ""; }; + C1EA5F7C1680FE1300A21259 /* webkitMaskImage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskImage.js; sourceTree = ""; }; + C1EA5F7D1680FE1300A21259 /* webkitMaskOrigin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskOrigin.js; sourceTree = ""; }; + C1EA5F7E1680FE1300A21259 /* webkitMaskPosition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskPosition.js; sourceTree = ""; }; + C1EA5F7F1680FE1300A21259 /* webkitMaskPositionX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskPositionX.js; sourceTree = ""; }; + C1EA5F801680FE1300A21259 /* webkitMaskPositionY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskPositionY.js; sourceTree = ""; }; + C1EA5F811680FE1300A21259 /* webkitMaskRepeat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskRepeat.js; sourceTree = ""; }; + C1EA5F821680FE1300A21259 /* webkitMaskRepeatX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskRepeatX.js; sourceTree = ""; }; + C1EA5F831680FE1300A21259 /* webkitMaskRepeatY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskRepeatY.js; sourceTree = ""; }; + C1EA5F841680FE1300A21259 /* webkitMaskSize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaskSize.js; sourceTree = ""; }; + C1EA5F851680FE1300A21259 /* webkitMatchNearestMailBlockquoteColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMatchNearestMailBlockquoteColor.js; sourceTree = ""; }; + C1EA5F861680FE1300A21259 /* webkitMaxLogicalHeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaxLogicalHeight.js; sourceTree = ""; }; + C1EA5F871680FE1300A21259 /* webkitMaxLogicalWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMaxLogicalWidth.js; sourceTree = ""; }; + C1EA5F881680FE1300A21259 /* webkitMinLogicalHeight.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMinLogicalHeight.js; sourceTree = ""; }; + C1EA5F891680FE1300A21259 /* webkitMinLogicalWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitMinLogicalWidth.js; sourceTree = ""; }; + C1EA5F8A1680FE1300A21259 /* webkitNbspMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitNbspMode.js; sourceTree = ""; }; + C1EA5F8B1680FE1300A21259 /* webkitOverflowScrolling.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitOverflowScrolling.js; sourceTree = ""; }; + C1EA5F8C1680FE1300A21259 /* webkitPaddingAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPaddingAfter.js; sourceTree = ""; }; + C1EA5F8D1680FE1300A21259 /* webkitPaddingBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPaddingBefore.js; sourceTree = ""; }; + C1EA5F8E1680FE1300A21259 /* webkitPaddingEnd.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPaddingEnd.js; sourceTree = ""; }; + C1EA5F8F1680FE1300A21259 /* webkitPaddingStart.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPaddingStart.js; sourceTree = ""; }; + C1EA5F901680FE1300A21259 /* webkitPerspective.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPerspective.js; sourceTree = ""; }; + C1EA5F911680FE1300A21259 /* webkitPerspectiveOrigin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPerspectiveOrigin.js; sourceTree = ""; }; + C1EA5F921680FE1300A21259 /* webkitPerspectiveOriginX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPerspectiveOriginX.js; sourceTree = ""; }; + C1EA5F931680FE1300A21259 /* webkitPerspectiveOriginY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPerspectiveOriginY.js; sourceTree = ""; }; + C1EA5F941680FE1300A21259 /* webkitPrintColorAdjust.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitPrintColorAdjust.js; sourceTree = ""; }; + C1EA5F951680FE1300A21259 /* webkitRegionBreakAfter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitRegionBreakAfter.js; sourceTree = ""; }; + C1EA5F961680FE1300A21259 /* webkitRegionBreakBefore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitRegionBreakBefore.js; sourceTree = ""; }; + C1EA5F971680FE1300A21259 /* webkitRegionBreakInside.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitRegionBreakInside.js; sourceTree = ""; }; + C1EA5F981680FE1300A21259 /* webkitRegionOverflow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitRegionOverflow.js; sourceTree = ""; }; + C1EA5F991680FE1300A21259 /* webkitRtlOrdering.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitRtlOrdering.js; sourceTree = ""; }; + C1EA5F9A1680FE1300A21259 /* webkitSvgShadow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitSvgShadow.js; sourceTree = ""; }; + C1EA5F9B1680FE1300A21259 /* webkitTapHighlightColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTapHighlightColor.js; sourceTree = ""; }; + C1EA5F9C1680FE1300A21259 /* webkitTextCombine.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextCombine.js; sourceTree = ""; }; + C1EA5F9D1680FE1300A21259 /* webkitTextDecorationsInEffect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextDecorationsInEffect.js; sourceTree = ""; }; + C1EA5F9E1680FE1300A21259 /* webkitTextEmphasis.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextEmphasis.js; sourceTree = ""; }; + C1EA5F9F1680FE1300A21259 /* webkitTextEmphasisColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextEmphasisColor.js; sourceTree = ""; }; + C1EA5FA01680FE1300A21259 /* webkitTextEmphasisPosition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextEmphasisPosition.js; sourceTree = ""; }; + C1EA5FA11680FE1300A21259 /* webkitTextEmphasisStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextEmphasisStyle.js; sourceTree = ""; }; + C1EA5FA21680FE1300A21259 /* webkitTextFillColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextFillColor.js; sourceTree = ""; }; + C1EA5FA31680FE1300A21259 /* webkitTextOrientation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextOrientation.js; sourceTree = ""; }; + C1EA5FA41680FE1300A21259 /* webkitTextSecurity.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextSecurity.js; sourceTree = ""; }; + C1EA5FA51680FE1300A21259 /* webkitTextSizeAdjust.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextSizeAdjust.js; sourceTree = ""; }; + C1EA5FA61680FE1300A21259 /* webkitTextStroke.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextStroke.js; sourceTree = ""; }; + C1EA5FA71680FE1300A21259 /* webkitTextStrokeColor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextStrokeColor.js; sourceTree = ""; }; + C1EA5FA81680FE1300A21259 /* webkitTextStrokeWidth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTextStrokeWidth.js; sourceTree = ""; }; + C1EA5FA91680FE1300A21259 /* webkitTransform.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransform.js; sourceTree = ""; }; + C1EA5FAA1680FE1300A21259 /* webkitTransformOrigin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransformOrigin.js; sourceTree = ""; }; + C1EA5FAB1680FE1300A21259 /* webkitTransformOriginX.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransformOriginX.js; sourceTree = ""; }; + C1EA5FAC1680FE1300A21259 /* webkitTransformOriginY.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransformOriginY.js; sourceTree = ""; }; + C1EA5FAD1680FE1300A21259 /* webkitTransformOriginZ.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransformOriginZ.js; sourceTree = ""; }; + C1EA5FAE1680FE1300A21259 /* webkitTransformStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransformStyle.js; sourceTree = ""; }; + C1EA5FAF1680FE1300A21259 /* webkitTransition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransition.js; sourceTree = ""; }; + C1EA5FB01680FE1300A21259 /* webkitTransitionDelay.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransitionDelay.js; sourceTree = ""; }; + C1EA5FB11680FE1300A21259 /* webkitTransitionDuration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransitionDuration.js; sourceTree = ""; }; + C1EA5FB21680FE1300A21259 /* webkitTransitionProperty.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransitionProperty.js; sourceTree = ""; }; + C1EA5FB31680FE1300A21259 /* webkitTransitionTimingFunction.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitTransitionTimingFunction.js; sourceTree = ""; }; + C1EA5FB41680FE1300A21259 /* webkitUserDrag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitUserDrag.js; sourceTree = ""; }; + C1EA5FB51680FE1300A21259 /* webkitUserModify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitUserModify.js; sourceTree = ""; }; + C1EA5FB61680FE1300A21259 /* webkitUserSelect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitUserSelect.js; sourceTree = ""; }; + C1EA5FB71680FE1300A21259 /* webkitWrap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrap.js; sourceTree = ""; }; + C1EA5FB81680FE1300A21259 /* webkitWrapFlow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrapFlow.js; sourceTree = ""; }; + C1EA5FB91680FE1300A21259 /* webkitWrapMargin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrapMargin.js; sourceTree = ""; }; + C1EA5FBA1680FE1300A21259 /* webkitWrapPadding.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrapPadding.js; sourceTree = ""; }; + C1EA5FBB1680FE1300A21259 /* webkitWrapShapeInside.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrapShapeInside.js; sourceTree = ""; }; + C1EA5FBC1680FE1300A21259 /* webkitWrapShapeOutside.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrapShapeOutside.js; sourceTree = ""; }; + C1EA5FBD1680FE1300A21259 /* webkitWrapThrough.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWrapThrough.js; sourceTree = ""; }; + C1EA5FBE1680FE1300A21259 /* webkitWritingMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webkitWritingMode.js; sourceTree = ""; }; + C1EA5FBF1680FE1300A21259 /* whiteSpace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = whiteSpace.js; sourceTree = ""; }; + C1EA5FC01680FE1300A21259 /* widows.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = widows.js; sourceTree = ""; }; + C1EA5FC11680FE1300A21259 /* width.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = width.js; sourceTree = ""; }; + C1EA5FC21680FE1300A21259 /* wordBreak.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = wordBreak.js; sourceTree = ""; }; + C1EA5FC31680FE1300A21259 /* wordSpacing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = wordSpacing.js; sourceTree = ""; }; + C1EA5FC41680FE1300A21259 /* wordWrap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = wordWrap.js; sourceTree = ""; }; + C1EA5FC51680FE1300A21259 /* writingMode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = writingMode.js; sourceTree = ""; }; + C1EA5FC61680FE1300A21259 /* zIndex.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = zIndex.js; sourceTree = ""; }; + C1EA5FC71680FE1300A21259 /* zoom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = zoom.js; sourceTree = ""; }; + C1EA5FC81680FE1300A21259 /* props */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = props; sourceTree = ""; }; + C1EA5FC91680FE1300A21259 /* make_properties.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = make_properties.pl; sourceTree = ""; }; + C1EA5FCA1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5FCB1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5FCD1680FE1300A21259 /* tests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tests.js; sourceTree = ""; }; + C1EA5FCF1680FE1300A21259 /* .project */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = .project; sourceTree = ""; }; + C1EA5FD01680FE1300A21259 /* .project.bak */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = .project.bak; sourceTree = ""; }; + C1EA5FD21680FE1300A21259 /* .jsdtscope */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = .jsdtscope; sourceTree = ""; }; + C1EA5FD31680FE1300A21259 /* org.eclipse.core.resources.prefs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = org.eclipse.core.resources.prefs; sourceTree = ""; }; + C1EA5FD41680FE1300A21259 /* org.eclipse.wst.jsdt.ui.superType.container */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = org.eclipse.wst.jsdt.ui.superType.container; sourceTree = ""; }; + C1EA5FD51680FE1300A21259 /* org.eclipse.wst.jsdt.ui.superType.name */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = org.eclipse.wst.jsdt.ui.superType.name; sourceTree = ""; }; + C1EA5FD61680FE1300A21259 /* a */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = a; sourceTree = ""; }; + C1EA5FD71680FE1300A21259 /* b */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = b; sourceTree = ""; }; + C1EA5FD81680FE1300A21259 /* c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = c; sourceTree = ""; }; + C1EA5FD91680FE1300A21259 /* CHANGELOG */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG; sourceTree = ""; }; + C1EA5FDA1680FE1300A21259 /* json2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json2.js; sourceTree = ""; }; + C1EA5FDC1680FE1300A21259 /* htmlparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = htmlparser.js; sourceTree = ""; }; + C1EA5FDD1680FE1300A21259 /* htmlparser.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = htmlparser.min.js; sourceTree = ""; }; + C1EA5FDE1680FE1300A21259 /* node-htmlparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "node-htmlparser.js"; sourceTree = ""; }; + C1EA5FDF1680FE1300A21259 /* node-htmlparser.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "node-htmlparser.min.js"; sourceTree = ""; }; + C1EA5FE01680FE1300A21259 /* libxmljs.node */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libxmljs.node; sourceTree = ""; }; + C1EA5FE11680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA5FE31680FE1300A21259 /* a */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = a; sourceTree = ""; }; + C1EA5FE41680FE1300A21259 /* b */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = b; sourceTree = ""; }; + C1EA5FE51680FE1300A21259 /* compat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compat.js; sourceTree = ""; }; + C1EA5FE61680FE1300A21259 /* htmlparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = htmlparser.js; sourceTree = ""; }; + C1EA5FE71680FE1300A21259 /* parser.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = parser.zip; sourceTree = ""; }; + C1EA5FE81680FE1300A21259 /* test01.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test01.js; sourceTree = ""; }; + C1EA5FE91680FE1300A21259 /* test02.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test02.js; sourceTree = ""; }; + C1EA5FEA1680FE1300A21259 /* newparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = newparser.js; sourceTree = ""; }; + C1EA5FEB1680FE1300A21259 /* node-htmlparser.old.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "node-htmlparser.old.js"; sourceTree = ""; }; + C1EA5FEC1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5FED1680FE1300A21259 /* profile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = profile; sourceTree = ""; }; + C1EA5FEE1680FE1300A21259 /* profile.getelement.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = profile.getelement.js; sourceTree = ""; }; + C1EA5FEF1680FE1300A21259 /* profile.getelement.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = profile.getelement.txt; sourceTree = ""; }; + C1EA5FF01680FE1300A21259 /* profile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = profile.js; sourceTree = ""; }; + C1EA5FF11680FE1300A21259 /* profileresults.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = profileresults.txt; sourceTree = ""; }; + C1EA5FF41680FE1300A21259 /* CHANGELOG */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG; sourceTree = ""; }; + C1EA5FF51680FE1300A21259 /* json2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json2.js; sourceTree = ""; }; + C1EA5FF71680FE1300A21259 /* node-htmlparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "node-htmlparser.js"; sourceTree = ""; }; + C1EA5FF81680FE1300A21259 /* node-htmlparser.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "node-htmlparser.min.js"; sourceTree = ""; }; + C1EA5FF91680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA5FFA1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA5FFB1680FE1300A21259 /* profile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = profile.js; sourceTree = ""; }; + C1EA5FFC1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA5FFD1680FE1300A21259 /* runtests.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = runtests.html; sourceTree = ""; }; + C1EA5FFE1680FE1300A21259 /* runtests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtests.js; sourceTree = ""; }; + C1EA5FFF1680FE1300A21259 /* runtests.min.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = runtests.min.html; sourceTree = ""; }; + C1EA60001680FE1300A21259 /* runtests.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtests.min.js; sourceTree = ""; }; + C1EA60011680FE1300A21259 /* snippet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = snippet.js; sourceTree = ""; }; + C1EA60031680FE1300A21259 /* 01-basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "01-basic.js"; sourceTree = ""; }; + C1EA60041680FE1300A21259 /* 02-single_tag_1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "02-single_tag_1.js"; sourceTree = ""; }; + C1EA60051680FE1300A21259 /* 03-single_tag_2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "03-single_tag_2.js"; sourceTree = ""; }; + C1EA60061680FE1300A21259 /* 04-unescaped_in_script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "04-unescaped_in_script.js"; sourceTree = ""; }; + C1EA60071680FE1300A21259 /* 05-tags_in_comment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "05-tags_in_comment.js"; sourceTree = ""; }; + C1EA60081680FE1300A21259 /* 06-comment_in_script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "06-comment_in_script.js"; sourceTree = ""; }; + C1EA60091680FE1300A21259 /* 07-unescaped_in_style.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "07-unescaped_in_style.js"; sourceTree = ""; }; + C1EA600A1680FE1300A21259 /* 08-extra_spaces_in_tag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "08-extra_spaces_in_tag.js"; sourceTree = ""; }; + C1EA600B1680FE1300A21259 /* 09-unquoted_attrib.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "09-unquoted_attrib.js"; sourceTree = ""; }; + C1EA600C1680FE1300A21259 /* 10-singular_attribute.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "10-singular_attribute.js"; sourceTree = ""; }; + C1EA600D1680FE1300A21259 /* 11-text_outside_tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "11-text_outside_tags.js"; sourceTree = ""; }; + C1EA600E1680FE1300A21259 /* 12-text_only.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "12-text_only.js"; sourceTree = ""; }; + C1EA600F1680FE1300A21259 /* 13-comment_in_text.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "13-comment_in_text.js"; sourceTree = ""; }; + C1EA60101680FE1300A21259 /* 14-comment_in_text_in_script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "14-comment_in_text_in_script.js"; sourceTree = ""; }; + C1EA60111680FE1300A21259 /* 15-non-verbose.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "15-non-verbose.js"; sourceTree = ""; }; + C1EA60121680FE1300A21259 /* 16-ignore_whitespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "16-ignore_whitespace.js"; sourceTree = ""; }; + C1EA60131680FE1300A21259 /* 17-xml_namespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "17-xml_namespace.js"; sourceTree = ""; }; + C1EA60141680FE1300A21259 /* 18-enforce_empty_tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "18-enforce_empty_tags.js"; sourceTree = ""; }; + C1EA60151680FE1300A21259 /* 19-ignore_empty_tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "19-ignore_empty_tags.js"; sourceTree = ""; }; + C1EA60161680FE1300A21259 /* 20-rss.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "20-rss.js"; sourceTree = ""; }; + C1EA60171680FE1300A21259 /* 21-atom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "21-atom.js"; sourceTree = ""; }; + C1EA60181680FE1300A21259 /* utils_example.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils_example.js; sourceTree = ""; }; + C1EA60191680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA601A1680FE1300A21259 /* rssbug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rssbug.js; sourceTree = ""; }; + C1EA601B1680FE1300A21259 /* rssbug.rss */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rssbug.rss; sourceTree = ""; }; + C1EA601C1680FE1300A21259 /* runtests.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = runtests.html; sourceTree = ""; }; + C1EA601D1680FE1300A21259 /* runtests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtests.js; sourceTree = ""; }; + C1EA601E1680FE1300A21259 /* runtests.min.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = runtests.min.html; sourceTree = ""; }; + C1EA601F1680FE1300A21259 /* runtests.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtests.min.js; sourceTree = ""; }; + C1EA60201680FE1300A21259 /* runtests_new.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtests_new.js; sourceTree = ""; }; + C1EA60211680FE1300A21259 /* snippet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = snippet.js; sourceTree = ""; }; + C1EA60221680FE1300A21259 /* test01.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test01.js; sourceTree = ""; }; + C1EA60241680FE1300A21259 /* api.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = api.html; sourceTree = ""; }; + C1EA60251680FE1300A21259 /* getelement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = getelement.html; sourceTree = ""; }; + C1EA60261680FE1300A21259 /* trackerchecker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = trackerchecker.html; sourceTree = ""; }; + C1EA60281680FE1300A21259 /* 01-basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "01-basic.js"; sourceTree = ""; }; + C1EA60291680FE1300A21259 /* 02-single_tag_1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "02-single_tag_1.js"; sourceTree = ""; }; + C1EA602A1680FE1300A21259 /* 03-single_tag_2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "03-single_tag_2.js"; sourceTree = ""; }; + C1EA602B1680FE1300A21259 /* 04-unescaped_in_script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "04-unescaped_in_script.js"; sourceTree = ""; }; + C1EA602C1680FE1300A21259 /* 05-tags_in_comment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "05-tags_in_comment.js"; sourceTree = ""; }; + C1EA602D1680FE1300A21259 /* 06-comment_in_script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "06-comment_in_script.js"; sourceTree = ""; }; + C1EA602E1680FE1300A21259 /* 07-unescaped_in_style.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "07-unescaped_in_style.js"; sourceTree = ""; }; + C1EA602F1680FE1300A21259 /* 08-extra_spaces_in_tag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "08-extra_spaces_in_tag.js"; sourceTree = ""; }; + C1EA60301680FE1300A21259 /* 09-unquoted_attrib.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "09-unquoted_attrib.js"; sourceTree = ""; }; + C1EA60311680FE1300A21259 /* 10-singular_attribute.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "10-singular_attribute.js"; sourceTree = ""; }; + C1EA60321680FE1300A21259 /* 11-text_outside_tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "11-text_outside_tags.js"; sourceTree = ""; }; + C1EA60331680FE1300A21259 /* 12-text_only.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "12-text_only.js"; sourceTree = ""; }; + C1EA60341680FE1300A21259 /* 13-comment_in_text.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "13-comment_in_text.js"; sourceTree = ""; }; + C1EA60351680FE1300A21259 /* 14-comment_in_text_in_script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "14-comment_in_text_in_script.js"; sourceTree = ""; }; + C1EA60361680FE1300A21259 /* 15-non-verbose.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "15-non-verbose.js"; sourceTree = ""; }; + C1EA60371680FE1300A21259 /* 16-ignore_whitespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "16-ignore_whitespace.js"; sourceTree = ""; }; + C1EA60381680FE1300A21259 /* 17-xml_namespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "17-xml_namespace.js"; sourceTree = ""; }; + C1EA60391680FE1300A21259 /* 18-enforce_empty_tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "18-enforce_empty_tags.js"; sourceTree = ""; }; + C1EA603A1680FE1300A21259 /* 19-ignore_empty_tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "19-ignore_empty_tags.js"; sourceTree = ""; }; + C1EA603B1680FE1300A21259 /* 20-rss.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "20-rss.js"; sourceTree = ""; }; + C1EA603C1680FE1300A21259 /* 21-atom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "21-atom.js"; sourceTree = ""; }; + C1EA603D1680FE1300A21259 /* 22-position_data.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "22-position_data.js"; sourceTree = ""; }; + C1EA603F1680FE1300A21259 /* snippet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = snippet.js; sourceTree = ""; }; + C1EA60401680FE1300A21259 /* utils_example.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils_example.js; sourceTree = ""; }; + C1EA60411680FE1300A21259 /* v8.log */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = v8.log; sourceTree = ""; }; + C1EA60431680FE1300A21259 /* aws.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = aws.js; sourceTree = ""; }; + C1EA60441680FE1300A21259 /* forever.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = forever.js; sourceTree = ""; }; + C1EA60451680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA60461680FE1300A21259 /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.js; sourceTree = ""; }; + C1EA60491680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA604B1680FE1300A21259 /* form_data.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = form_data.js; sourceTree = ""; }; + C1EA604C1680FE1300A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA604D1680FE1300A21259 /* node-form-data.sublime-project */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "node-form-data.sublime-project"; sourceTree = ""; }; + C1EA604E1680FE1300A21259 /* node-form-data.sublime-workspace */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "node-form-data.sublime-workspace"; sourceTree = ""; }; + C1EA60511680FE1300A21259 /* .gitmodules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; + C1EA60521680FE1300A21259 /* async.min.js.gzip */ = {isa = PBXFileReference; lastKnownFileType = file; path = async.min.js.gzip; sourceTree = ""; }; + C1EA60541680FE1300A21259 /* nodeunit.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nodeunit.css; sourceTree = ""; }; + C1EA60551680FE1300A21259 /* nodeunit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nodeunit.js; sourceTree = ""; }; + C1EA60571680FE1300A21259 /* async.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = async.min.js; sourceTree = ""; }; + C1EA60581680FE1300A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA605A1680FE1300A21259 /* async.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = async.js; sourceTree = ""; }; + C1EA605B1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA605C1680FE1300A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA605D1680FE1300A21259 /* nodelint.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = nodelint.cfg; sourceTree = ""; }; + C1EA605E1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA605F1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA60611680FE1300A21259 /* .swp */ = {isa = PBXFileReference; lastKnownFileType = file; path = .swp; sourceTree = ""; }; + C1EA60621680FE1300A21259 /* test-async.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-async.js"; sourceTree = ""; }; + C1EA60631680FE1300A21259 /* test.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = test.html; sourceTree = ""; }; + C1EA60651680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA60671680FE1300A21259 /* combined_stream.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = combined_stream.js; sourceTree = ""; }; + C1EA60681680FE1300A21259 /* License */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = License; sourceTree = ""; }; + C1EA60691680FE1300A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA606C1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA606E1680FE1300A21259 /* delayed_stream.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = delayed_stream.js; sourceTree = ""; }; + C1EA606F1680FE1300A21259 /* License */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = License; sourceTree = ""; }; + C1EA60701680FE1300A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA60711680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA60721680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA60741680FE1300A21259 /* common.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = common.js; sourceTree = ""; }; + C1EA60761680FE1300A21259 /* test-delayed-http-upload.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-delayed-http-upload.js"; sourceTree = ""; }; + C1EA60771680FE1300A21259 /* test-delayed-stream-auto-pause.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-delayed-stream-auto-pause.js"; sourceTree = ""; }; + C1EA60781680FE1300A21259 /* test-delayed-stream-pause.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-delayed-stream-pause.js"; sourceTree = ""; }; + C1EA60791680FE1300A21259 /* test-delayed-stream.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-delayed-stream.js"; sourceTree = ""; }; + C1EA607A1680FE1300A21259 /* test-handle-source-errors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-handle-source-errors.js"; sourceTree = ""; }; + C1EA607B1680FE1300A21259 /* test-max-data-size.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-max-data-size.js"; sourceTree = ""; }; + C1EA607C1680FE1300A21259 /* test-pipe-resumes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-pipe-resumes.js"; sourceTree = ""; }; + C1EA607D1680FE1300A21259 /* test-proxy-readable.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-proxy-readable.js"; sourceTree = ""; }; + C1EA607E1680FE1300A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA607F1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA60801680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA60821680FE1300A21259 /* common.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = common.js; sourceTree = ""; }; + C1EA60841680FE1300A21259 /* file1.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = file1.txt; sourceTree = ""; }; + C1EA60851680FE1300A21259 /* file2.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = file2.txt; sourceTree = ""; }; + C1EA60871680FE1300A21259 /* test-callback-streams.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-callback-streams.js"; sourceTree = ""; }; + C1EA60881680FE1300A21259 /* test-data-size.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-data-size.js"; sourceTree = ""; }; + C1EA60891680FE1300A21259 /* test-delayed-streams-and-buffers-and-strings.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-delayed-streams-and-buffers-and-strings.js"; sourceTree = ""; }; + C1EA608A1680FE1300A21259 /* test-delayed-streams.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-delayed-streams.js"; sourceTree = ""; }; + C1EA608B1680FE1300A21259 /* test-max-data-size.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-max-data-size.js"; sourceTree = ""; }; + C1EA608C1680FE1300A21259 /* test-unpaused-streams.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-unpaused-streams.js"; sourceTree = ""; }; + C1EA608D1680FE1300A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA608E1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA608F1680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA60911680FE1300A21259 /* common.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = common.js; sourceTree = ""; }; + C1EA60931680FE1300A21259 /* bacon.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bacon.txt; sourceTree = ""; }; + C1EA60941680FE1300A21259 /* unicycle.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = unicycle.jpg; sourceTree = ""; }; + C1EA60961680FE1300A21259 /* test-form-get-length.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-form-get-length.js"; sourceTree = ""; }; + C1EA60971680FE1300A21259 /* test-get-boundary.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-get-boundary.js"; sourceTree = ""; }; + C1EA60981680FE1300A21259 /* test-http-response.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-http-response.js"; sourceTree = ""; }; + C1EA60991680FE1300A21259 /* test-pipe.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-pipe.js"; sourceTree = ""; }; + C1EA609A1680FE1300A21259 /* test-submit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-submit.js"; sourceTree = ""; }; + C1EA609B1680FE1300A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA609D1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA609E1680FE1300A21259 /* mime.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mime.js; sourceTree = ""; }; + C1EA609F1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA60A01680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA60A11680FE1300A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA60A31680FE1300A21259 /* mime.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mime.types; sourceTree = ""; }; + C1EA60A41680FE1300A21259 /* node.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = node.types; sourceTree = ""; }; + C1EA60A51680FE1300A21259 /* oauth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = oauth.js; sourceTree = ""; }; + C1EA60A61680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA60A71680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA60A91680FE1300A21259 /* googledoodle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = googledoodle.png; sourceTree = ""; }; + C1EA60AA1680FE1300A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA60AB1680FE1300A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA60AC1680FE1300A21259 /* squid.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = squid.conf; sourceTree = ""; }; + C1EA60AF1680FE1300A21259 /* ca.cnf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ca.cnf; sourceTree = ""; }; + C1EA60B01680FE1300A21259 /* ca.crl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ca.crl; sourceTree = ""; }; + C1EA60B11680FE1300A21259 /* ca.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ca.crt; sourceTree = ""; }; + C1EA60B21680FE1300A21259 /* ca.csr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ca.csr; sourceTree = ""; }; + C1EA60B31680FE1300A21259 /* ca.key */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ca.key; sourceTree = ""; }; + C1EA60B41680FE1300A21259 /* ca.srl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ca.srl; sourceTree = ""; }; + C1EA60B51680FE1300A21259 /* server.cnf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.cnf; sourceTree = ""; }; + C1EA60B61680FE1300A21259 /* server.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.crt; sourceTree = ""; }; + C1EA60B71680FE1300A21259 /* server.csr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.csr; sourceTree = ""; }; + C1EA60B81680FE1300A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA60B91680FE1300A21259 /* server.key */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.key; sourceTree = ""; }; + C1EA60BA1680FE1300A21259 /* npm-ca.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "npm-ca.crt"; sourceTree = ""; }; + C1EA60BB1680FE1300A21259 /* test.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test.crt; sourceTree = ""; }; + C1EA60BC1680FE1300A21259 /* test.key */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test.key; sourceTree = ""; }; + C1EA60BD1680FE1300A21259 /* test-body.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-body.js"; sourceTree = ""; }; + C1EA60BE1680FE1300A21259 /* test-cookie.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-cookie.js"; sourceTree = ""; }; + C1EA60BF1680FE1300A21259 /* test-cookiejar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-cookiejar.js"; sourceTree = ""; }; + C1EA60C01680FE1300A21259 /* test-defaults.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-defaults.js"; sourceTree = ""; }; + C1EA60C11680FE1300A21259 /* test-errors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-errors.js"; sourceTree = ""; }; + C1EA60C21680FE1300A21259 /* test-follow-all-303.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-follow-all-303.js"; sourceTree = ""; }; + C1EA60C31680FE1300A21259 /* test-follow-all.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-follow-all.js"; sourceTree = ""; }; + C1EA60C41680FE1300A21259 /* test-form.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-form.js"; sourceTree = ""; }; + C1EA60C51680FE1300A21259 /* test-headers.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-headers.js"; sourceTree = ""; }; + C1EA60C61680FE1300A21259 /* test-httpModule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-httpModule.js"; sourceTree = ""; }; + C1EA60C71680FE1300A21259 /* test-https-strict.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-https-strict.js"; sourceTree = ""; }; + C1EA60C81680FE1300A21259 /* test-https.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-https.js"; sourceTree = ""; }; + C1EA60C91680FE1300A21259 /* test-oauth.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-oauth.js"; sourceTree = ""; }; + C1EA60CA1680FE1300A21259 /* test-params.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-params.js"; sourceTree = ""; }; + C1EA60CB1680FE1300A21259 /* test-piped-redirect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-piped-redirect.js"; sourceTree = ""; }; + C1EA60CC1680FE1300A21259 /* test-pipes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-pipes.js"; sourceTree = ""; }; + C1EA60CD1680FE1300A21259 /* test-pool.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-pool.js"; sourceTree = ""; }; + C1EA60CE1680FE1300A21259 /* test-protocol-changing-redirect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-protocol-changing-redirect.js"; sourceTree = ""; }; + C1EA60CF1680FE1300A21259 /* test-proxy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-proxy.js"; sourceTree = ""; }; + C1EA60D01680FE1300A21259 /* test-qs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-qs.js"; sourceTree = ""; }; + C1EA60D11680FE1300A21259 /* test-redirect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-redirect.js"; sourceTree = ""; }; + C1EA60D21680FE1300A21259 /* test-s3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-s3.js"; sourceTree = ""; }; + C1EA60D31680FE1300A21259 /* test-timeout.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-timeout.js"; sourceTree = ""; }; + C1EA60D41680FE1300A21259 /* test-toJSON.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-toJSON.js"; sourceTree = ""; }; + C1EA60D51680FE1300A21259 /* test-tunnel.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-tunnel.js"; sourceTree = ""; }; + C1EA60D61680FE1300A21259 /* unicycle.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = unicycle.jpg; sourceTree = ""; }; + C1EA60D71680FE1300A21259 /* tunnel.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tunnel.js; sourceTree = ""; }; + C1EA60D81680FE1300A21259 /* uuid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = uuid.js; sourceTree = ""; }; + C1EA60DB1680FE1300A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA60DC1680FE1300A21259 /* jar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jar.js; sourceTree = ""; }; + C1EA60DD1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA60DE1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA60DF1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA60E01680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA60E21680FE1300A21259 /* buster-test.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "buster-test.css"; sourceTree = ""; }; + C1EA60E31680FE1300A21259 /* run-tests */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "run-tests"; sourceTree = ""; }; + C1EA60E61680FE1300A21259 /* test-runner-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-runner-test.js"; sourceTree = ""; }; + C1EA60E71680FE1300A21259 /* test.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = test.html; sourceTree = ""; }; + C1EA60EA1680FE1300A21259 /* auto-run-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "auto-run-test.js"; sourceTree = ""; }; + C1EA60EB1680FE1300A21259 /* browser-env-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "browser-env-test.js"; sourceTree = ""; }; + C1EA60ED1680FE1300A21259 /* dots-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "dots-test.js"; sourceTree = ""; }; + C1EA60EE1680FE1300A21259 /* html-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "html-test.js"; sourceTree = ""; }; + C1EA60EF1680FE1300A21259 /* json-proxy-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "json-proxy-test.js"; sourceTree = ""; }; + C1EA60F01680FE1300A21259 /* specification-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "specification-test.js"; sourceTree = ""; }; + C1EA60F11680FE1300A21259 /* tap-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "tap-test.js"; sourceTree = ""; }; + C1EA60F21680FE1300A21259 /* teamcity-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "teamcity-test.js"; sourceTree = ""; }; + C1EA60F31680FE1300A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA60F41680FE1300A21259 /* xml-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "xml-test.js"; sourceTree = ""; }; + C1EA60F51680FE1300A21259 /* reporters-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "reporters-test.js"; sourceTree = ""; }; + C1EA60F61680FE1300A21259 /* spec-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "spec-test.js"; sourceTree = ""; }; + C1EA60F71680FE1300A21259 /* stack-filter-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "stack-filter-test.js"; sourceTree = ""; }; + C1EA60F81680FE1300A21259 /* test-case-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-case-test.js"; sourceTree = ""; }; + C1EA60F91680FE1300A21259 /* test-context-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-context-test.js"; sourceTree = ""; }; + C1EA60FA1680FE1300A21259 /* test-runner-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-runner-test.js"; sourceTree = ""; }; + C1EA60FC1680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA60FD1680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA60FE1680FE1300A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA60FF1680FE1300A21259 /* buster-config.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-config.js"; sourceTree = ""; }; + C1EA61011680FE1300A21259 /* run-analyzer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "run-analyzer.js"; sourceTree = ""; }; + C1EA61041680FE1300A21259 /* progress-reporter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "progress-reporter.js"; sourceTree = ""; }; + C1EA61051680FE1300A21259 /* remote-runner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "remote-runner.js"; sourceTree = ""; }; + C1EA61061680FE1300A21259 /* browser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = browser.js; sourceTree = ""; }; + C1EA61071680FE1300A21259 /* node.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = node.js; sourceTree = ""; }; + C1EA61081680FE1300A21259 /* test-cli.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-cli.js"; sourceTree = ""; }; + C1EA61091680FE1300A21259 /* tmp-file.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "tmp-file.js"; sourceTree = ""; }; + C1EA610A1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA610D1680FE1300A21259 /* lodash */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = lodash; sourceTree = ""; }; + C1EA610F1680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA61101680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA61111680FE1300A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA61121680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA61141680FE1300A21259 /* ansi-colorizer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "ansi-colorizer.js"; sourceTree = ""; }; + C1EA61151680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA61161680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61171680FE1300A21259 /* Readme.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.rst; sourceTree = ""; }; + C1EA61181680FE1300A21259 /* run-tests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "run-tests.js"; sourceTree = ""; }; + C1EA611A1680FE1300A21259 /* ansi-colorizer-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "ansi-colorizer-test.js"; sourceTree = ""; }; + C1EA611C1680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA611D1680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA611E1680FE1300A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA61201680FE1300A21259 /* ansi-grid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "ansi-grid.js"; sourceTree = ""; }; + C1EA61211680FE1300A21259 /* ansi.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ansi.js; sourceTree = ""; }; + C1EA61221680FE1300A21259 /* matrix.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = matrix.js; sourceTree = ""; }; + C1EA61231680FE1300A21259 /* relative-grid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "relative-grid.js"; sourceTree = ""; }; + C1EA61241680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61251680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA61261680FE1300A21259 /* run-tests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "run-tests.js"; sourceTree = ""; }; + C1EA61281680FE1300A21259 /* ansi-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "ansi-test.js"; sourceTree = ""; }; + C1EA61291680FE1300A21259 /* helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = helper.js; sourceTree = ""; }; + C1EA612A1680FE1300A21259 /* matrix-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "matrix-test.js"; sourceTree = ""; }; + C1EA612B1680FE1300A21259 /* relative-grid-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "relative-grid-test.js"; sourceTree = ""; }; + C1EA612D1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA612E1680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA612F1680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA61301680FE1300A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA61311680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA61331680FE1300A21259 /* bane.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bane.js; sourceTree = ""; }; + C1EA61341680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA61351680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61361680FE1300A21259 /* Readme.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.rst; sourceTree = ""; }; + C1EA61381680FE1300A21259 /* bane-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "bane-test.js"; sourceTree = ""; }; + C1EA613A1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA613B1680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA613C1680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA613D1680FE1300A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA613E1680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA61401680FE1300A21259 /* analyzer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = analyzer.js; sourceTree = ""; }; + C1EA61411680FE1300A21259 /* buster-analyzer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-analyzer.js"; sourceTree = ""; }; + C1EA61421680FE1300A21259 /* file-reporter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-reporter.js"; sourceTree = ""; }; + C1EA61431680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA61441680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61451680FE1300A21259 /* Readme.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.rst; sourceTree = ""; }; + C1EA61471680FE1300A21259 /* analyzer-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "analyzer-test.js"; sourceTree = ""; }; + C1EA61481680FE1300A21259 /* file-reporter-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-reporter-test.js"; sourceTree = ""; }; + C1EA614A1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA614B1680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA614C1680FE1300A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA614F1680FE1300A21259 /* args.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = args.js; sourceTree = ""; }; + C1EA61501680FE1300A21259 /* config.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = config.js; sourceTree = ""; }; + C1EA61511680FE1300A21259 /* help.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = help.js; sourceTree = ""; }; + C1EA61521680FE1300A21259 /* logger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = logger.js; sourceTree = ""; }; + C1EA61531680FE1300A21259 /* buster-cli.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-cli.js"; sourceTree = ""; }; + C1EA61541680FE1300A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA61571680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA61581680FE1300A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA61591680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA615B1680FE1300A21259 /* buster-configuration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-configuration.js"; sourceTree = ""; }; + C1EA615C1680FE1300A21259 /* file-loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-loader.js"; sourceTree = ""; }; + C1EA615D1680FE1300A21259 /* group.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = group.js; sourceTree = ""; }; + C1EA615E1680FE1300A21259 /* util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.js; sourceTree = ""; }; + C1EA61611680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA61621680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA61641680FE1300A21259 /* g.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = g.js; sourceTree = ""; }; + C1EA61651680FE1300A21259 /* usr-local.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "usr-local.js"; sourceTree = ""; }; + C1EA61661680FE1300A21259 /* glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = glob.js; sourceTree = ""; }; + C1EA61671680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA616A1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA616B1680FE1300A21259 /* graceful-fs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "graceful-fs.js"; sourceTree = ""; }; + C1EA616C1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA616D1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA616E1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA61701680FE1300A21259 /* open.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = open.js; sourceTree = ""; }; + C1EA61721680FE1300A21259 /* inherits.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = inherits.js; sourceTree = ""; }; + C1EA61731680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61741680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA61751680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61761680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA61781680FE1300A21259 /* 00-setup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "00-setup.js"; sourceTree = ""; }; + C1EA61791680FE1300A21259 /* bash-comparison.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "bash-comparison.js"; sourceTree = ""; }; + C1EA617A1680FE1300A21259 /* cwd-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "cwd-test.js"; sourceTree = ""; }; + C1EA617B1680FE1300A21259 /* mark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mark.js; sourceTree = ""; }; + C1EA617C1680FE1300A21259 /* pause-resume.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pause-resume.js"; sourceTree = ""; }; + C1EA617D1680FE1300A21259 /* root-nomount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "root-nomount.js"; sourceTree = ""; }; + C1EA617E1680FE1300A21259 /* root.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = root.js; sourceTree = ""; }; + C1EA617F1680FE1300A21259 /* zz-cleanup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "zz-cleanup.js"; sourceTree = ""; }; + C1EA61811680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA61821680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA61831680FE1300A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA61841680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA61881680FE1300A21259 /* 1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 1.png; sourceTree = ""; }; + C1EA61891680FE1300A21259 /* 2.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = 2.html; sourceTree = ""; }; + C1EA618A1680FE1300A21259 /* 3.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 3.txt; sourceTree = ""; }; + C1EA618B1680FE1300A21259 /* 4.tgz */ = {isa = PBXFileReference; lastKnownFileType = file; path = 4.tgz; sourceTree = ""; }; + C1EA618C1680FE1300A21259 /* medium.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = medium.json; sourceTree = ""; }; + C1EA618D1680FE1300A21259 /* publish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = publish.js; sourceTree = ""; }; + C1EA618E1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA618F1680FE1300A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA61901680FE1300A21259 /* small.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = small.json; sourceTree = ""; }; + C1EA61921680FE1300A21259 /* file-etag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-etag.js"; sourceTree = ""; }; + C1EA61931680FE1300A21259 /* http-proxy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-proxy.js"; sourceTree = ""; }; + C1EA61941680FE1300A21259 /* invalid-error.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "invalid-error.js"; sourceTree = ""; }; + C1EA61951680FE1300A21259 /* load-path.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "load-path.js"; sourceTree = ""; }; + C1EA61971680FE1300A21259 /* iife.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = iife.js; sourceTree = ""; }; + C1EA61981680FE1300A21259 /* ramp-resources.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "ramp-resources.js"; sourceTree = ""; }; + C1EA61991680FE1300A21259 /* resource-combiner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-combiner.js"; sourceTree = ""; }; + C1EA619A1680FE1300A21259 /* resource-file-resolver.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-file-resolver.js"; sourceTree = ""; }; + C1EA619B1680FE1300A21259 /* resource-middleware.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-middleware.js"; sourceTree = ""; }; + C1EA619C1680FE1300A21259 /* resource-set-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-cache.js"; sourceTree = ""; }; + C1EA619D1680FE1300A21259 /* resource-set.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set.js"; sourceTree = ""; }; + C1EA619E1680FE1300A21259 /* resource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = resource.js; sourceTree = ""; }; + C1EA61A11680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA61A21680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA61A31680FE1300A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA61A41680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA61A61680FE1300A21259 /* buster-glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-glob.js"; sourceTree = ""; }; + C1EA61A71680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61A81680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA61AA1680FE1300A21259 /* buster-glob-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-glob-test.js"; sourceTree = ""; }; + C1EA61AC1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA61AD1680FE1300A21259 /* mime.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mime.js; sourceTree = ""; }; + C1EA61AE1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61AF1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA61B01680FE1300A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA61B21680FE1300A21259 /* mime.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mime.types; sourceTree = ""; }; + C1EA61B31680FE1300A21259 /* node.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = node.types; sourceTree = ""; }; + C1EA61B51680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA61B61680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA61B71680FE1300A21259 /* minimatch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minimatch.js; sourceTree = ""; }; + C1EA61BA1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA61BC1680FE1300A21259 /* lru-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lru-cache.js"; sourceTree = ""; }; + C1EA61BD1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA61BE1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61BF1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA61C11680FE1300A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA61C21680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61C31680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA61C51680FE1300A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA61C61680FE1300A21259 /* brace-expand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "brace-expand.js"; sourceTree = ""; }; + C1EA61C71680FE1300A21259 /* caching.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = caching.js; sourceTree = ""; }; + C1EA61C81680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61C91680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA61CC1680FE1300A21259 /* bar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bar.js; sourceTree = ""; }; + C1EA61CD1680FE1300A21259 /* foo.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foo.js; sourceTree = ""; }; + C1EA61CF1680FE1300A21259 /* other.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = other.js; sourceTree = ""; }; + C1EA61D01680FE1300A21259 /* some-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "some-test.js"; sourceTree = ""; }; + C1EA61D21680FE1300A21259 /* my-testish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "my-testish.js"; sourceTree = ""; }; + C1EA61D31680FE1300A21259 /* http-proxy-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-proxy-test.js"; sourceTree = ""; }; + C1EA61D41680FE1300A21259 /* load-path-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "load-path-test.js"; sourceTree = ""; }; + C1EA61D61680FE1300A21259 /* iife-processor-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "iife-processor-test.js"; sourceTree = ""; }; + C1EA61D71680FE1300A21259 /* resource-middleware-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-middleware-test.js"; sourceTree = ""; }; + C1EA61D81680FE1300A21259 /* resource-set-cache-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-cache-test.js"; sourceTree = ""; }; + C1EA61D91680FE1300A21259 /* resource-set-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-test.js"; sourceTree = ""; }; + C1EA61DA1680FE1300A21259 /* resource-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-test.js"; sourceTree = ""; }; + C1EA61DB1680FE1300A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA61DC1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61DD1680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA61DF1680FE1300A21259 /* buster-configuration-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-configuration-test.js"; sourceTree = ""; }; + C1EA61E01680FE1300A21259 /* file-loader-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-loader-test.js"; sourceTree = ""; }; + C1EA61E21680FE1300A21259 /* bar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bar.js; sourceTree = ""; }; + C1EA61E41680FE1300A21259 /* file */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = file; sourceTree = ""; }; + C1EA61E51680FE1300A21259 /* file.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = file.js; sourceTree = ""; }; + C1EA61E61680FE1300A21259 /* foo.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foo.js; sourceTree = ""; }; + C1EA61E81680FE1300A21259 /* my-testish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "my-testish.js"; sourceTree = ""; }; + C1EA61E91680FE1300A21259 /* group-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "group-test.js"; sourceTree = ""; }; + C1EA61EA1680FE1300A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA61EB1680FE1300A21259 /* todo.org */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = todo.org; sourceTree = ""; }; + C1EA61ED1680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA61EE1680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA61EF1680FE1300A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA61F01680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA61F21680FE1300A21259 /* buster-terminal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-terminal.js"; sourceTree = ""; }; + C1EA61F31680FE1300A21259 /* matrix.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = matrix.js; sourceTree = ""; }; + C1EA61F41680FE1300A21259 /* relative-grid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "relative-grid.js"; sourceTree = ""; }; + C1EA61F51680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA61F61680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA61F81680FE1300A21259 /* buster-terminal-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-terminal-test.js"; sourceTree = ""; }; + C1EA61F91680FE1300A21259 /* helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = helper.js; sourceTree = ""; }; + C1EA61FA1680FE1300A21259 /* matrix-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "matrix-test.js"; sourceTree = ""; }; + C1EA61FB1680FE1300A21259 /* relative-grid-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "relative-grid-test.js"; sourceTree = ""; }; + C1EA61FD1680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA61FE1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA61FF1680FE1300A21259 /* minimatch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minimatch.js; sourceTree = ""; }; + C1EA62021680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA62031680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA62051680FE1300A21259 /* lru-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lru-cache.js"; sourceTree = ""; }; + C1EA62061680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA62071680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA62081680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA620A1680FE1300A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA620C1680FE1300A21259 /* bench.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bench.js; sourceTree = ""; }; + C1EA620D1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA620E1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA620F1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA62101680FE1300A21259 /* sigmund.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sigmund.js; sourceTree = ""; }; + C1EA62121680FE1300A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA62131680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA62141680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA62161680FE1300A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA62171680FE1300A21259 /* brace-expand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "brace-expand.js"; sourceTree = ""; }; + C1EA62181680FE1300A21259 /* caching.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = caching.js; sourceTree = ""; }; + C1EA62191680FE1300A21259 /* defaults.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = defaults.js; sourceTree = ""; }; + C1EA621B1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA621C1680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA621D1680FE1300A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA621E1680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA62201680FE1300A21259 /* argument.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = argument.js; sourceTree = ""; }; + C1EA62211680FE1300A21259 /* operand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = operand.js; sourceTree = ""; }; + C1EA62221680FE1300A21259 /* option.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = option.js; sourceTree = ""; }; + C1EA62231680FE1300A21259 /* parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.js; sourceTree = ""; }; + C1EA62241680FE1300A21259 /* posix-argv-parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "posix-argv-parser.js"; sourceTree = ""; }; + C1EA62251680FE1300A21259 /* shorthand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shorthand.js; sourceTree = ""; }; + C1EA62261680FE1300A21259 /* types.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = types.js; sourceTree = ""; }; + C1EA62271680FE1300A21259 /* validators.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = validators.js; sourceTree = ""; }; + C1EA62281680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA62291680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA622A1680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA622C1680FE1300A21259 /* operand-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "operand-test.js"; sourceTree = ""; }; + C1EA622D1680FE1300A21259 /* option-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "option-test.js"; sourceTree = ""; }; + C1EA622E1680FE1300A21259 /* parser-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "parser-test.js"; sourceTree = ""; }; + C1EA622F1680FE1300A21259 /* posix-argv-parser-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "posix-argv-parser-test.js"; sourceTree = ""; }; + C1EA62301680FE1300A21259 /* shorthand-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "shorthand-test.js"; sourceTree = ""; }; + C1EA62311680FE1300A21259 /* types-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "types-test.js"; sourceTree = ""; }; + C1EA62321680FE1300A21259 /* validators-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "validators-test.js"; sourceTree = ""; }; + C1EA62341680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA62351680FE1300A21259 /* fiber.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fiber.js; sourceTree = ""; }; + C1EA62361680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA62371680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA62381680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA62391680FE1300A21259 /* rimraf.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rimraf.js; sourceTree = ""; }; + C1EA623B1680FE1300A21259 /* run.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = run.sh; sourceTree = ""; }; + C1EA623C1680FE1300A21259 /* setup.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = setup.sh; sourceTree = ""; }; + C1EA623D1680FE1300A21259 /* test-async.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-async.js"; sourceTree = ""; }; + C1EA623E1680FE1300A21259 /* test-fiber.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-fiber.js"; sourceTree = ""; }; + C1EA623F1680FE1300A21259 /* test-sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-sync.js"; sourceTree = ""; }; + C1EA62411680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA62421680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA62431680FE1300A21259 /* autolint.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autolint.json; sourceTree = ""; }; + C1EA62441680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA62461680FE1300A21259 /* stream-logger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "stream-logger.js"; sourceTree = ""; }; + C1EA62471680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA62481680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA62491680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA624B1680FE1300A21259 /* stream-logger-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "stream-logger-test.js"; sourceTree = ""; }; + C1EA624C1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA624D1680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA624E1680FE1300A21259 /* run-tests */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "run-tests"; sourceTree = ""; }; + C1EA62501680FE1300A21259 /* buster-cli-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-cli-test.js"; sourceTree = ""; }; + C1EA62511680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA62531680FE1300A21259 /* .gitmodules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; + C1EA62541680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA62551680FE1300A21259 /* benchmark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = benchmark.js; sourceTree = ""; }; + C1EA62561680FE1300A21259 /* ejs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ejs.js; sourceTree = ""; }; + C1EA62571680FE1300A21259 /* ejs.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ejs.min.js; sourceTree = ""; }; + C1EA62591680FE1300A21259 /* client.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = client.html; sourceTree = ""; }; + C1EA625A1680FE1300A21259 /* list.ejs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = list.ejs; sourceTree = ""; }; + C1EA625B1680FE1300A21259 /* list.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = list.js; sourceTree = ""; }; + C1EA625C1680FE1300A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA625D1680FE1300A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA625F1680FE1300A21259 /* ejs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ejs.js; sourceTree = ""; }; + C1EA62601680FE1300A21259 /* filters.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = filters.js; sourceTree = ""; }; + C1EA62611680FE1300A21259 /* utils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.js; sourceTree = ""; }; + C1EA62621680FE1300A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA62631680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA62641680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA62661680FE1300A21259 /* compile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compile.js; sourceTree = ""; }; + C1EA62681680FE1300A21259 /* .gitmodules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; + C1EA62691680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA626B1680FE1300A21259 /* expresso */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = expresso; sourceTree = ""; }; + C1EA626D1680FE1300A21259 /* api.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = api.html; sourceTree = ""; }; + C1EA626E1680FE1300A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA626F1680FE1300A21259 /* index.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = index.md; sourceTree = ""; }; + C1EA62711680FE1300A21259 /* foot.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = foot.html; sourceTree = ""; }; + C1EA62721680FE1300A21259 /* head.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = head.html; sourceTree = ""; }; + C1EA62731680FE1300A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA62751680FE1300A21259 /* bar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bar.js; sourceTree = ""; }; + C1EA62761680FE1300A21259 /* foo.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foo.js; sourceTree = ""; }; + C1EA62771680FE1300A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA62781680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA62791680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA627B1680FE1300A21259 /* assert.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assert.test.js; sourceTree = ""; }; + C1EA627C1680FE1300A21259 /* async.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = async.test.js; sourceTree = ""; }; + C1EA627D1680FE1300A21259 /* bar.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bar.test.js; sourceTree = ""; }; + C1EA627E1680FE1300A21259 /* foo.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foo.test.js; sourceTree = ""; }; + C1EA627F1680FE1300A21259 /* http.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = http.test.js; sourceTree = ""; }; + C1EA62811680FE1300A21259 /* ejs.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ejs.test.js; sourceTree = ""; }; + C1EA62841680FE1300A21259 /* minify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minify.js; sourceTree = ""; }; + C1EA62851680FE1300A21259 /* post-compile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "post-compile.js"; sourceTree = ""; }; + C1EA62861680FE1300A21259 /* pre-compile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pre-compile.js"; sourceTree = ""; }; + C1EA62871680FE1300A21259 /* build.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = build.js; sourceTree = ""; }; + C1EA62891680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA628A1680FE1300A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA628B1680FE1300A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA628C1680FE1300A21259 /* lodash.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lodash.js; sourceTree = ""; }; + C1EA628D1680FE1300A21259 /* lodash.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lodash.min.js; sourceTree = ""; }; + C1EA628E1680FE1300A21259 /* lodash.underscore.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lodash.underscore.min.js; sourceTree = ""; }; + C1EA628F1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA62911680FE1300A21259 /* perf.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = perf.js; sourceTree = ""; }; + C1EA62921680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA62951680FE1300A21259 /* a.jst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = a.jst; sourceTree = ""; }; + C1EA62961680FE1300A21259 /* b.jst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = b.jst; sourceTree = ""; }; + C1EA62971680FE1300A21259 /* c.tpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = c.tpl; sourceTree = ""; }; + C1EA62981680FE1300A21259 /* test-build.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-build.js"; sourceTree = ""; }; + C1EA62991680FE1300A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA629C1680FE1300A21259 /* benchmark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = benchmark.js; sourceTree = ""; }; + C1EA629D1680FE1300A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA629E1680FE1300A21259 /* nano.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = nano.jar; sourceTree = ""; }; + C1EA629F1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA62A11680FE1300A21259 /* compiler.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = compiler.jar; sourceTree = ""; }; + C1EA62A21680FE1300A21259 /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; + C1EA62A31680FE1300A21259 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + C1EA62A51680FE1300A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA62A61680FE1300A21259 /* platform.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = platform.js; sourceTree = ""; }; + C1EA62A71680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA62AA1680FE1300A21259 /* qunit-1.8.0.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "qunit-1.8.0.js"; sourceTree = ""; }; + C1EA62AB1680FE1300A21259 /* qunit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = qunit.js; sourceTree = ""; }; + C1EA62AC1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA62AE1680FE1300A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA62AF1680FE1300A21259 /* qunit-clib.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "qunit-clib.js"; sourceTree = ""; }; + C1EA62B01680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA62B31680FE1300A21259 /* consolidator.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = consolidator.js; sourceTree = ""; }; + C1EA62B41680FE1300A21259 /* parse-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "parse-js.js"; sourceTree = ""; }; + C1EA62B51680FE1300A21259 /* process.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = process.js; sourceTree = ""; }; + C1EA62B61680FE1300A21259 /* squeeze-more.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "squeeze-more.js"; sourceTree = ""; }; + C1EA62B71680FE1300A21259 /* README.org */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.org; sourceTree = ""; }; + C1EA62B81680FE1300A21259 /* uglify-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "uglify-js.js"; sourceTree = ""; }; + C1EA62BA1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA62BB1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA62BC1680FE1300A21259 /* underscore-min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "underscore-min.js"; sourceTree = ""; }; + C1EA62BD1680FE1300A21259 /* underscore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = underscore.js; sourceTree = ""; }; + C1EA62C01680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA62C11680FE1300A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA62C21680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA62C31680FE1300A21259 /* platform.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = platform.js; sourceTree = ""; }; + C1EA62C41680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA62C61680FE1300A21259 /* run-test.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "run-test.sh"; sourceTree = ""; }; + C1EA62C71680FE1300A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA62C91680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA62CA1680FE1300A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA62CC1680FE1300A21259 /* http-server-request-listener-proxy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-server-request-listener-proxy.js"; sourceTree = ""; }; + C1EA62CD1680FE1300A21259 /* prison-init.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "prison-init.js"; sourceTree = ""; }; + C1EA62CE1680FE1300A21259 /* prison-session-initializer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "prison-session-initializer.js"; sourceTree = ""; }; + C1EA62CF1680FE1300A21259 /* prison-util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "prison-util.js"; sourceTree = ""; }; + C1EA62D01680FE1300A21259 /* prison.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = prison.js; sourceTree = ""; }; + C1EA62D11680FE1300A21259 /* pubsub-client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pubsub-client.js"; sourceTree = ""; }; + C1EA62D21680FE1300A21259 /* pubsub-server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pubsub-server.js"; sourceTree = ""; }; + C1EA62D31680FE1300A21259 /* ramp.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ramp.js; sourceTree = ""; }; + C1EA62D41680FE1300A21259 /* server-client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "server-client.js"; sourceTree = ""; }; + C1EA62D51680FE1300A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA62D61680FE1300A21259 /* session-client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "session-client.js"; sourceTree = ""; }; + C1EA62D71680FE1300A21259 /* session-queue.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "session-queue.js"; sourceTree = ""; }; + C1EA62D81680FE1300A21259 /* session.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = session.js; sourceTree = ""; }; + C1EA62D91680FE1300A21259 /* slave.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = slave.js; sourceTree = ""; }; + C1EA62DB1680FE1300A21259 /* slave_prison.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = slave_prison.html; sourceTree = ""; }; + C1EA62DC1680FE1300A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA62DF1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA62E01680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA62E11680FE1300A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA62E21680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA62E41680FE1300A21259 /* bane.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bane.js; sourceTree = ""; }; + C1EA62E51680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA62E61680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA62E71680FE1300A21259 /* Readme.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.rst; sourceTree = ""; }; + C1EA62E91680FE1300A21259 /* bane-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "bane-test.js"; sourceTree = ""; }; + C1EA62EA1680FE1300A21259 /* todo.org */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = todo.org; sourceTree = ""; }; + C1EA62ED1680FE1300A21259 /* faye-browser-min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "faye-browser-min.js"; sourceTree = ""; }; + C1EA62EE1680FE1300A21259 /* faye-browser-min.js.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "faye-browser-min.js.map"; sourceTree = ""; }; + C1EA62EF1680FE1300A21259 /* faye-browser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "faye-browser.js"; sourceTree = ""; }; + C1EA62F01680FE1300A21259 /* History.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.txt; sourceTree = ""; }; + C1EA62F21680FE1300A21259 /* faye-node.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "faye-node.js"; sourceTree = ""; }; + C1EA62F51680FE1300A21259 /* cookiejar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cookiejar.js; sourceTree = ""; }; + C1EA62F61680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA62F71680FE1300A21259 /* readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.md; sourceTree = ""; }; + C1EA62F91680FE1300A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA62FB1680FE1300A21259 /* CHANGELOG.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG.txt; sourceTree = ""; }; + C1EA62FD1680FE1300A21259 /* autobahn_client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autobahn_client.js; sourceTree = ""; }; + C1EA62FE1680FE1300A21259 /* client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = client.js; sourceTree = ""; }; + C1EA62FF1680FE1300A21259 /* haproxy.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = haproxy.conf; sourceTree = ""; }; + C1EA63001680FE1300A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA63011680FE1300A21259 /* sse.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sse.html; sourceTree = ""; }; + C1EA63021680FE1300A21259 /* ws.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = ws.html; sourceTree = ""; }; + C1EA63051680FE1300A21259 /* eventsource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = eventsource.js; sourceTree = ""; }; + C1EA63081680FE1300A21259 /* event.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = event.js; sourceTree = ""; }; + C1EA63091680FE1300A21259 /* event_target.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = event_target.js; sourceTree = ""; }; + C1EA630A1680FE1300A21259 /* api.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = api.js; sourceTree = ""; }; + C1EA630B1680FE1300A21259 /* client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = client.js; sourceTree = ""; }; + C1EA630C1680FE1300A21259 /* draft75_parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = draft75_parser.js; sourceTree = ""; }; + C1EA630D1680FE1300A21259 /* draft76_parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = draft76_parser.js; sourceTree = ""; }; + C1EA630F1680FE1300A21259 /* handshake.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = handshake.js; sourceTree = ""; }; + C1EA63101680FE1300A21259 /* stream_reader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stream_reader.js; sourceTree = ""; }; + C1EA63111680FE1300A21259 /* hybi_parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hybi_parser.js; sourceTree = ""; }; + C1EA63121680FE1300A21259 /* websocket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = websocket.js; sourceTree = ""; }; + C1EA63131680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA63141680FE1300A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA63181680FE1300A21259 /* client_spec.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = client_spec.js; sourceTree = ""; }; + C1EA63191680FE1300A21259 /* draft75parser_spec.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = draft75parser_spec.js; sourceTree = ""; }; + C1EA631A1680FE1300A21259 /* draft76parser_spec.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = draft76parser_spec.js; sourceTree = ""; }; + C1EA631B1680FE1300A21259 /* hybi_parser_spec.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hybi_parser_spec.js; sourceTree = ""; }; + C1EA631C1680FE1300A21259 /* runner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runner.js; sourceTree = ""; }; + C1EA631D1680FE1300A21259 /* server.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.crt; sourceTree = ""; }; + C1EA631E1680FE1300A21259 /* server.key */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.key; sourceTree = ""; }; + C1EA631F1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA63201680FE1300A21259 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = ""; }; + C1EA63221680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA63241680FE1300A21259 /* bench.gnu */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bench.gnu; sourceTree = ""; }; + C1EA63251680FE1300A21259 /* bench.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = bench.sh; sourceTree = ""; }; + C1EA63261680FE1300A21259 /* benchmark-native.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "benchmark-native.c"; sourceTree = ""; }; + C1EA63271680FE1300A21259 /* benchmark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = benchmark.js; sourceTree = ""; }; + C1EA63281680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63291680FE1300A21259 /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.md; sourceTree = ""; }; + C1EA632A1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA632B1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA632D1680FE1300A21259 /* compare_v1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compare_v1.js; sourceTree = ""; }; + C1EA632E1680FE1300A21259 /* test.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = test.html; sourceTree = ""; }; + C1EA632F1680FE1300A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA63301680FE1300A21259 /* uuid.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = uuid.js; sourceTree = ""; }; + C1EA63321680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA63331680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA63341680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA63351680FE1300A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA63361680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA63391680FE1300A21259 /* alternatives.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = alternatives.json; sourceTree = ""; }; + C1EA633B1680FE1300A21259 /* 1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 1.png; sourceTree = ""; }; + C1EA633C1680FE1300A21259 /* 2.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = 2.html; sourceTree = ""; }; + C1EA633D1680FE1300A21259 /* 3.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 3.txt; sourceTree = ""; }; + C1EA633E1680FE1300A21259 /* 4.tgz */ = {isa = PBXFileReference; lastKnownFileType = file; path = 4.tgz; sourceTree = ""; }; + C1EA633F1680FE1300A21259 /* medium.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = medium.json; sourceTree = ""; }; + C1EA63401680FE1300A21259 /* publish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = publish.js; sourceTree = ""; }; + C1EA63411680FE1300A21259 /* README.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.rst; sourceTree = ""; }; + C1EA63421680FE1300A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA63431680FE1300A21259 /* small.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = small.json; sourceTree = ""; }; + C1EA63451680FE1300A21259 /* file-etag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "file-etag.js"; sourceTree = ""; }; + C1EA63461680FE1300A21259 /* http-proxy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-proxy.js"; sourceTree = ""; }; + C1EA63471680FE1300A21259 /* invalid-error.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "invalid-error.js"; sourceTree = ""; }; + C1EA63481680FE1300A21259 /* load-path.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "load-path.js"; sourceTree = ""; }; + C1EA634A1680FE1300A21259 /* iife.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = iife.js; sourceTree = ""; }; + C1EA634B1680FE1300A21259 /* ramp-resources.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "ramp-resources.js"; sourceTree = ""; }; + C1EA634C1680FE1300A21259 /* resource-combiner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-combiner.js"; sourceTree = ""; }; + C1EA634D1680FE1300A21259 /* resource-file-resolver.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-file-resolver.js"; sourceTree = ""; }; + C1EA634E1680FE1300A21259 /* resource-middleware.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-middleware.js"; sourceTree = ""; }; + C1EA634F1680FE1300A21259 /* resource-set-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-cache.js"; sourceTree = ""; }; + C1EA63501680FE1300A21259 /* resource-set.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set.js"; sourceTree = ""; }; + C1EA63511680FE1300A21259 /* resource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = resource.js; sourceTree = ""; }; + C1EA63521680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA63551680FE1300A21259 /* lodash */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = lodash; sourceTree = ""; }; + C1EA63581680FE1300A21259 /* minify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minify.js; sourceTree = ""; }; + C1EA63591680FE1300A21259 /* post-compile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "post-compile.js"; sourceTree = ""; }; + C1EA635A1680FE1300A21259 /* pre-compile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pre-compile.js"; sourceTree = ""; }; + C1EA635B1680FE1300A21259 /* build.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = build.js; sourceTree = ""; }; + C1EA635D1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA635E1680FE1300A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA635F1680FE1300A21259 /* lodash.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lodash.js; sourceTree = ""; }; + C1EA63601680FE1300A21259 /* lodash.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lodash.min.js; sourceTree = ""; }; + C1EA63611680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA63631680FE1300A21259 /* perf.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = perf.js; sourceTree = ""; }; + C1EA63641680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63661680FE1300A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA63691680FE1300A21259 /* benchmark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = benchmark.js; sourceTree = ""; }; + C1EA636A1680FE1300A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA636B1680FE1300A21259 /* nano.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = nano.jar; sourceTree = ""; }; + C1EA636C1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA636E1680FE1300A21259 /* compiler.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = compiler.jar; sourceTree = ""; }; + C1EA636F1680FE1300A21259 /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; + C1EA63701680FE1300A21259 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + C1EA63721680FE1300A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA63731680FE1300A21259 /* platform.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = platform.js; sourceTree = ""; }; + C1EA63741680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63771680FE1300A21259 /* qunit-1.8.0.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "qunit-1.8.0.js"; sourceTree = ""; }; + C1EA63781680FE1300A21259 /* qunit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = qunit.js; sourceTree = ""; }; + C1EA63791680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA637B1680FE1300A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA637C1680FE1300A21259 /* qunit-clib.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "qunit-clib.js"; sourceTree = ""; }; + C1EA637D1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63801680FE1300A21259 /* consolidator.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = consolidator.js; sourceTree = ""; }; + C1EA63811680FE1300A21259 /* parse-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "parse-js.js"; sourceTree = ""; }; + C1EA63821680FE1300A21259 /* process.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = process.js; sourceTree = ""; }; + C1EA63831680FE1300A21259 /* squeeze-more.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "squeeze-more.js"; sourceTree = ""; }; + C1EA63841680FE1300A21259 /* README.org */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.org; sourceTree = ""; }; + C1EA63851680FE1300A21259 /* uglify-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "uglify-js.js"; sourceTree = ""; }; + C1EA63871680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA63881680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63891680FE1300A21259 /* underscore-min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "underscore-min.js"; sourceTree = ""; }; + C1EA638A1680FE1300A21259 /* underscore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = underscore.js; sourceTree = ""; }; + C1EA638C1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA638D1680FE1300A21259 /* mime.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mime.js; sourceTree = ""; }; + C1EA638E1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA638F1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63901680FE1300A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA63921680FE1300A21259 /* mime.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mime.types; sourceTree = ""; }; + C1EA63931680FE1300A21259 /* node.types */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = node.types; sourceTree = ""; }; + C1EA63951680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA63961680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA63971680FE1300A21259 /* minimatch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minimatch.js; sourceTree = ""; }; + C1EA639A1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA639C1680FE1300A21259 /* lru-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lru-cache.js"; sourceTree = ""; }; + C1EA639D1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA639E1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA639F1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63A11680FE1300A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA63A21680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA63A31680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63A51680FE1300A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA63A61680FE1300A21259 /* brace-expand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "brace-expand.js"; sourceTree = ""; }; + C1EA63A71680FE1300A21259 /* caching.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = caching.js; sourceTree = ""; }; + C1EA63A91680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA63AA1680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA63AB1680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA63AC1680FE1300A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA63AD1680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA63AF1680FE1300A21259 /* multi-glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "multi-glob.js"; sourceTree = ""; }; + C1EA63B01680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA63B31680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA63B41680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA63B61680FE1300A21259 /* g.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = g.js; sourceTree = ""; }; + C1EA63B71680FE1300A21259 /* usr-local.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "usr-local.js"; sourceTree = ""; }; + C1EA63B81680FE1300A21259 /* glob.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = glob.js; sourceTree = ""; }; + C1EA63B91680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA63BC1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA63BD1680FE1300A21259 /* graceful-fs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "graceful-fs.js"; sourceTree = ""; }; + C1EA63BE1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA63BF1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA63C01680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63C21680FE1300A21259 /* open.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = open.js; sourceTree = ""; }; + C1EA63C41680FE1300A21259 /* inherits.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = inherits.js; sourceTree = ""; }; + C1EA63C51680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA63C61680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63C81680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA63C91680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA63CA1680FE1300A21259 /* minimatch.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = minimatch.js; sourceTree = ""; }; + C1EA63CD1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA63CE1680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA63D01680FE1300A21259 /* lru-cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lru-cache.js"; sourceTree = ""; }; + C1EA63D11680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA63D21680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA63D31680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63D51680FE1300A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA63D71680FE1300A21259 /* bench.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bench.js; sourceTree = ""; }; + C1EA63D81680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA63D91680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA63DA1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63DB1680FE1300A21259 /* sigmund.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sigmund.js; sourceTree = ""; }; + C1EA63DD1680FE1300A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA63DE1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA63DF1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63E11680FE1300A21259 /* basic.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = basic.js; sourceTree = ""; }; + C1EA63E21680FE1300A21259 /* brace-expand.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "brace-expand.js"; sourceTree = ""; }; + C1EA63E31680FE1300A21259 /* caching.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = caching.js; sourceTree = ""; }; + C1EA63E41680FE1300A21259 /* defaults.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = defaults.js; sourceTree = ""; }; + C1EA63E51680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA63E61680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA63E81680FE1300A21259 /* 00-setup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "00-setup.js"; sourceTree = ""; }; + C1EA63E91680FE1300A21259 /* bash-comparison.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "bash-comparison.js"; sourceTree = ""; }; + C1EA63EA1680FE1300A21259 /* cwd-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "cwd-test.js"; sourceTree = ""; }; + C1EA63EB1680FE1300A21259 /* mark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mark.js; sourceTree = ""; }; + C1EA63EC1680FE1300A21259 /* pause-resume.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "pause-resume.js"; sourceTree = ""; }; + C1EA63ED1680FE1300A21259 /* root-nomount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "root-nomount.js"; sourceTree = ""; }; + C1EA63EE1680FE1300A21259 /* root.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = root.js; sourceTree = ""; }; + C1EA63EF1680FE1300A21259 /* zz-cleanup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "zz-cleanup.js"; sourceTree = ""; }; + C1EA63F01680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA63F11680FE1300A21259 /* Readme.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.rst; sourceTree = ""; }; + C1EA63F31680FE1300A21259 /* multi-glob-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "multi-glob-test.js"; sourceTree = ""; }; + C1EA63F41680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA63F51680FE1300A21259 /* Readme.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.rst; sourceTree = ""; }; + C1EA63F81680FE1300A21259 /* bar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bar.js; sourceTree = ""; }; + C1EA63F91680FE1300A21259 /* foo.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = foo.js; sourceTree = ""; }; + C1EA63FB1680FE1300A21259 /* other.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = other.js; sourceTree = ""; }; + C1EA63FC1680FE1300A21259 /* some-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "some-test.js"; sourceTree = ""; }; + C1EA63FE1680FE1300A21259 /* my-testish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "my-testish.js"; sourceTree = ""; }; + C1EA63FF1680FE1300A21259 /* http-proxy-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "http-proxy-test.js"; sourceTree = ""; }; + C1EA64001680FE1300A21259 /* load-path-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "load-path-test.js"; sourceTree = ""; }; + C1EA64021680FE1300A21259 /* iife-processor-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "iife-processor-test.js"; sourceTree = ""; }; + C1EA64031680FE1300A21259 /* resource-middleware-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-middleware-test.js"; sourceTree = ""; }; + C1EA64041680FE1300A21259 /* resource-set-cache-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-cache-test.js"; sourceTree = ""; }; + C1EA64051680FE1300A21259 /* resource-set-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-set-test.js"; sourceTree = ""; }; + C1EA64061680FE1300A21259 /* resource-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "resource-test.js"; sourceTree = ""; }; + C1EA64071680FE1300A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA64081680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA64091680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA640A1680FE1300A21259 /* run-tests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "run-tests.js"; sourceTree = ""; }; + C1EA640C1680FE1300A21259 /* cache-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "cache-test.js"; sourceTree = ""; }; + C1EA640D1680FE1300A21259 /* events-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "events-test.js"; sourceTree = ""; }; + C1EA640F1680FE1300A21259 /* phantom-factory.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "phantom-factory.js"; sourceTree = ""; }; + C1EA64101680FE1300A21259 /* phantom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = phantom.js; sourceTree = ""; }; + C1EA64111680FE1300A21259 /* server-loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "server-loader.js"; sourceTree = ""; }; + C1EA64121680FE1300A21259 /* test-helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper.js"; sourceTree = ""; }; + C1EA64131680FE1300A21259 /* joinable-and-unjoinable-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "joinable-and-unjoinable-test.js"; sourceTree = ""; }; + C1EA64141680FE1300A21259 /* main-test-session-client.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "main-test-session-client.js"; sourceTree = ""; }; + C1EA64151680FE1300A21259 /* main-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "main-test.js"; sourceTree = ""; }; + C1EA64161680FE1300A21259 /* session-lifecycle-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "session-lifecycle-test.js"; sourceTree = ""; }; + C1EA64171680FE1300A21259 /* slave-header-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "slave-header-test.js"; sourceTree = ""; }; + C1EA64181680FE1300A21259 /* test-helper-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-helper-test.js"; sourceTree = ""; }; + C1EA641B1680FE1300A21259 /* cycle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cycle.js; sourceTree = ""; }; + C1EA641C1680FE1300A21259 /* json.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json.js; sourceTree = ""; }; + C1EA641D1680FE1300A21259 /* json2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json2.js; sourceTree = ""; }; + C1EA641E1680FE1300A21259 /* json_parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json_parse.js; sourceTree = ""; }; + C1EA641F1680FE1300A21259 /* json_parse_state.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json_parse_state.js; sourceTree = ""; }; + C1EA64201680FE1300A21259 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + C1EA64221680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA64231680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA64241680FE1300A21259 /* autolint.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autolint.js; sourceTree = ""; }; + C1EA64251680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA64271680FE1300A21259 /* stack-filter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "stack-filter.js"; sourceTree = ""; }; + C1EA64281680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA64291680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA642A1680FE1300A21259 /* Readme.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.rst; sourceTree = ""; }; + C1EA642C1680FE1300A21259 /* stack-filter-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "stack-filter-test.js"; sourceTree = ""; }; + C1EA642D1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA642E1680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA642F1680FE1300A21259 /* run-tests.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "run-tests.js"; sourceTree = ""; }; + C1EA64301680FE1300A21259 /* runners.org */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = runners.org; sourceTree = ""; }; + C1EA64321680FE1300A21259 /* progress-reporter-integration-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "progress-reporter-integration-test.js"; sourceTree = ""; }; + C1EA64331680FE1300A21259 /* run-analyzer-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "run-analyzer-test.js"; sourceTree = ""; }; + C1EA64361680FE1300A21259 /* progress-reporter-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "progress-reporter-test.js"; sourceTree = ""; }; + C1EA64371680FE1300A21259 /* remote-runner-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "remote-runner-test.js"; sourceTree = ""; }; + C1EA64381680FE1300A21259 /* browser-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "browser-test.js"; sourceTree = ""; }; + C1EA64391680FE1300A21259 /* node-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "node-test.js"; sourceTree = ""; }; + C1EA643A1680FE1300A21259 /* test-cli-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-cli-test.js"; sourceTree = ""; }; + C1EA643C1680FE1300A21259 /* help-reporters.ejs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "help-reporters.ejs"; sourceTree = ""; }; + C1EA643E1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA643F1680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA64401680FE1300A21259 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + C1EA64411680FE1300A21259 /* build */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = build; sourceTree = ""; }; + C1EA64421680FE1300A21259 /* Changelog.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog.txt; sourceTree = ""; }; + C1EA64431680FE1300A21259 /* GPATH */ = {isa = PBXFileReference; lastKnownFileType = file; path = GPATH; sourceTree = ""; }; + C1EA64441680FE1300A21259 /* GRTAGS */ = {isa = PBXFileReference; lastKnownFileType = file; path = GRTAGS; sourceTree = ""; }; + C1EA64451680FE1300A21259 /* GSYMS */ = {isa = PBXFileReference; lastKnownFileType = file; path = GSYMS; sourceTree = ""; }; + C1EA64461680FE1300A21259 /* GTAGS */ = {isa = PBXFileReference; lastKnownFileType = file; path = GTAGS; sourceTree = ""; }; + C1EA64471680FE1300A21259 /* jsl.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jsl.conf; sourceTree = ""; }; + C1EA644A1680FE1300A21259 /* assert.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assert.js; sourceTree = ""; }; + C1EA644B1680FE1300A21259 /* collection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = collection.js; sourceTree = ""; }; + C1EA644C1680FE1300A21259 /* match.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = match.js; sourceTree = ""; }; + C1EA644D1680FE1300A21259 /* mock.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mock.js; sourceTree = ""; }; + C1EA644E1680FE1300A21259 /* sandbox.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sandbox.js; sourceTree = ""; }; + C1EA644F1680FE1300A21259 /* spy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = spy.js; sourceTree = ""; }; + C1EA64501680FE1300A21259 /* stub.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stub.js; sourceTree = ""; }; + C1EA64511680FE1300A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA64521680FE1300A21259 /* test_case.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test_case.js; sourceTree = ""; }; + C1EA64541680FE1300A21259 /* event.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = event.js; sourceTree = ""; }; + C1EA64551680FE1300A21259 /* fake_server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_server.js; sourceTree = ""; }; + C1EA64561680FE1300A21259 /* fake_server_with_clock.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_server_with_clock.js; sourceTree = ""; }; + C1EA64571680FE1300A21259 /* fake_timers.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_timers.js; sourceTree = ""; }; + C1EA64581680FE1300A21259 /* fake_xml_http_request.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_xml_http_request.js; sourceTree = ""; }; + C1EA64591680FE1300A21259 /* timers_ie.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = timers_ie.js; sourceTree = ""; }; + C1EA645A1680FE1300A21259 /* xhr_ie.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = xhr_ie.js; sourceTree = ""; }; + C1EA645B1680FE1300A21259 /* sinon.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sinon.js; sourceTree = ""; }; + C1EA645C1680FE1300A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA645D1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA645E1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA645F1680FE1300A21259 /* release.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = release.sh; sourceTree = ""; }; + C1EA64621680FE1300A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA64641680FE1300A21259 /* xhr_target.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = xhr_target.txt; sourceTree = ""; }; + C1EA64661680FE1300A21259 /* env.rhino.1.2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = env.rhino.1.2.js; sourceTree = ""; }; + C1EA64671680FE1300A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA64681680FE1300A21259 /* runner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runner.js; sourceTree = ""; }; + C1EA646A1680FE1300A21259 /* assert_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assert_test.js; sourceTree = ""; }; + C1EA646B1680FE1300A21259 /* collection_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = collection_test.js; sourceTree = ""; }; + C1EA646C1680FE1300A21259 /* match_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = match_test.js; sourceTree = ""; }; + C1EA646D1680FE1300A21259 /* mock_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mock_test.js; sourceTree = ""; }; + C1EA646E1680FE1300A21259 /* sandbox_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sandbox_test.js; sourceTree = ""; }; + C1EA646F1680FE1300A21259 /* spy_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = spy_test.js; sourceTree = ""; }; + C1EA64701680FE1300A21259 /* stub_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = stub_test.js; sourceTree = ""; }; + C1EA64711680FE1300A21259 /* test_case_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test_case_test.js; sourceTree = ""; }; + C1EA64721680FE1300A21259 /* test_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test_test.js; sourceTree = ""; }; + C1EA64741680FE1300A21259 /* event_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = event_test.js; sourceTree = ""; }; + C1EA64751680FE1300A21259 /* fake_server_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_server_test.js; sourceTree = ""; }; + C1EA64761680FE1300A21259 /* fake_server_with_clock_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_server_with_clock_test.js; sourceTree = ""; }; + C1EA64771680FE1300A21259 /* fake_timers_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_timers_test.js; sourceTree = ""; }; + C1EA64781680FE1300A21259 /* fake_xml_http_request_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fake_xml_http_request_test.js; sourceTree = ""; }; + C1EA64791680FE1300A21259 /* sinon-dist.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "sinon-dist.html"; sourceTree = ""; }; + C1EA647A1680FE1300A21259 /* sinon.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sinon.html; sourceTree = ""; }; + C1EA647B1680FE1300A21259 /* sinon_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sinon_test.js; sourceTree = ""; }; + C1EA647D1680FE1300A21259 /* .gitmodules */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitmodules; sourceTree = ""; }; + C1EA647E1680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA647F1680FE1300A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA64801680FE1300A21259 /* apply.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = apply.js; sourceTree = ""; }; + C1EA64811680FE1300A21259 /* cancelable.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cancelable.js; sourceTree = ""; }; + C1EA64821680FE1300A21259 /* debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = debug.js; sourceTree = ""; }; + C1EA64831680FE1300A21259 /* delay.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = delay.js; sourceTree = ""; }; + C1EA64841680FE1300A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA64851680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA64861680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA64881680FE1300A21259 /* all.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = all.js; sourceTree = ""; }; + C1EA64891680FE1300A21259 /* any.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = any.js; sourceTree = ""; }; + C1EA648A1680FE1300A21259 /* apply.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = apply.js; sourceTree = ""; }; + C1EA648B1680FE1300A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA648C1680FE1300A21259 /* cancelable.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cancelable.js; sourceTree = ""; }; + C1EA648D1680FE1300A21259 /* chain.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = chain.js; sourceTree = ""; }; + C1EA648E1680FE1300A21259 /* defer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = defer.js; sourceTree = ""; }; + C1EA648F1680FE1300A21259 /* delay.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = delay.js; sourceTree = ""; }; + C1EA64901680FE1300A21259 /* isPromise.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = isPromise.js; sourceTree = ""; }; + C1EA64911680FE1300A21259 /* map.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = map.js; sourceTree = ""; }; + C1EA64921680FE1300A21259 /* promise.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = promise.js; sourceTree = ""; }; + C1EA64931680FE1300A21259 /* reduce.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = reduce.js; sourceTree = ""; }; + C1EA64941680FE1300A21259 /* reject.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = reject.js; sourceTree = ""; }; + C1EA64951680FE1300A21259 /* some.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = some.js; sourceTree = ""; }; + C1EA64961680FE1300A21259 /* timeout.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = timeout.js; sourceTree = ""; }; + C1EA64971680FE1300A21259 /* when.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = when.js; sourceTree = ""; }; + C1EA64981680FE1300A21259 /* timed.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = timed.js; sourceTree = ""; }; + C1EA64991680FE1300A21259 /* timeout.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = timeout.js; sourceTree = ""; }; + C1EA649A1680FE1300A21259 /* when.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = when.js; sourceTree = ""; }; + C1EA649B1680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA649C1680FE1300A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA649E1680FE1300A21259 /* buster-test.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "buster-test.css"; sourceTree = ""; }; + C1EA649F1680FE1300A21259 /* run-tests */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "run-tests"; sourceTree = ""; }; + C1EA64A11680FE1300A21259 /* phantom.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = phantom.js; sourceTree = ""; }; + C1EA64A41680FE1300A21259 /* browser-wiring-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "browser-wiring-test.js"; sourceTree = ""; }; + C1EA64A51680FE1300A21259 /* buster-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "buster-test.js"; sourceTree = ""; }; + C1EA64A71680FE1300A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA64A81680FE1300A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA64A91680FE1300A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA64AA1680FE1300A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA64AC1680FE1400A21259 /* .gitattributes */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitattributes; sourceTree = ""; }; + C1EA64AD1680FE1400A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA64AE1680FE1400A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA64B01680FE1400A21259 /* getPublicPrefix.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = getPublicPrefix.js; sourceTree = ""; }; + C1EA64B21680FE1400A21259 /* webpack.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webpack.js; sourceTree = ""; }; + C1EA64B31680FE1400A21259 /* bm.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bm.js; sourceTree = ""; }; + C1EA64B51680FE1400A21259 /* __webpack_amd_define.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = __webpack_amd_define.js; sourceTree = ""; }; + C1EA64B61680FE1400A21259 /* __webpack_amd_require.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = __webpack_amd_require.js; sourceTree = ""; }; + C1EA64B71680FE1400A21259 /* __webpack_console.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = __webpack_console.js; sourceTree = ""; }; + C1EA64B81680FE1400A21259 /* __webpack_dirname.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = __webpack_dirname.js; sourceTree = ""; }; + C1EA64B91680FE1400A21259 /* __webpack_filename.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = __webpack_filename.js; sourceTree = ""; }; + C1EA64BA1680FE1400A21259 /* __webpack_global.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = __webpack_global.js; sourceTree = ""; }; + C1EA64BB1680FE1400A21259 /* __webpack_module.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = __webpack_module.js; sourceTree = ""; }; + C1EA64BC1680FE1400A21259 /* __webpack_options_amd.loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = __webpack_options_amd.loader.js; sourceTree = ""; }; + C1EA64BD1680FE1400A21259 /* __webpack_process.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = __webpack_process.js; sourceTree = ""; }; + C1EA64BF1680FE1400A21259 /* assert.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assert.js; sourceTree = ""; }; + C1EA64C01680FE1400A21259 /* buffer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buffer.js; sourceTree = ""; }; + C1EA64C11680FE1400A21259 /* child_process.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = child_process.js; sourceTree = ""; }; + C1EA64C21680FE1400A21259 /* events.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = events.js; sourceTree = ""; }; + C1EA64C31680FE1400A21259 /* path.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = path.js; sourceTree = ""; }; + C1EA64C41680FE1400A21259 /* punycode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = punycode.js; sourceTree = ""; }; + C1EA64C51680FE1400A21259 /* querystring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = querystring.js; sourceTree = ""; }; + C1EA64C61680FE1400A21259 /* url.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = url.js; sourceTree = ""; }; + C1EA64C71680FE1400A21259 /* util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.js; sourceTree = ""; }; + C1EA64C91680FE1400A21259 /* buildDeps.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buildDeps.js; sourceTree = ""; }; + C1EA64CA1680FE1400A21259 /* buildModule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buildModule.js; sourceTree = ""; }; + C1EA64CB1680FE1400A21259 /* Cache.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Cache.js; sourceTree = ""; }; + C1EA64CC1680FE1400A21259 /* createFilenameShortener.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = createFilenameShortener.js; sourceTree = ""; }; + C1EA64CD1680FE1400A21259 /* formatOutput.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = formatOutput.js; sourceTree = ""; }; + C1EA64CE1680FE1400A21259 /* parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parse.js; sourceTree = ""; }; + C1EA64CF1680FE1400A21259 /* webpack.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = webpack.js; sourceTree = ""; }; + C1EA64D01680FE1400A21259 /* worker.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = worker.js; sourceTree = ""; }; + C1EA64D11680FE1400A21259 /* Workers.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Workers.js; sourceTree = ""; }; + C1EA64D21680FE1400A21259 /* writeChunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = writeChunk.js; sourceTree = ""; }; + C1EA64D31680FE1400A21259 /* writeSource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = writeSource.js; sourceTree = ""; }; + C1EA64D41680FE1400A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA64D71680FE1400A21259 /* esparse */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = esparse; sourceTree = ""; }; + C1EA64D81680FE1400A21259 /* uglifyjs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = uglifyjs; sourceTree = ""; }; + C1EA64DA1680FE1400A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA64DB1680FE1400A21259 /* lazy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lazy.js; sourceTree = ""; }; + C1EA64DC1680FE1400A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA64DD1680FE1400A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA64DF1680FE1400A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA64E01680FE1400A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA64E31680FE1400A21259 /* cake */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = cake; sourceTree = ""; }; + C1EA64E41680FE1400A21259 /* coffee */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = coffee; sourceTree = ""; }; + C1EA64E61680FE1400A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA64E81680FE1400A21259 /* cake */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = cake; sourceTree = ""; }; + C1EA64E91680FE1400A21259 /* coffee */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = coffee; sourceTree = ""; }; + C1EA64EA1680FE1400A21259 /* CNAME */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CNAME; sourceTree = ""; }; + C1EA64EB1680FE1400A21259 /* CONTRIBUTING.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CONTRIBUTING.md; sourceTree = ""; }; + C1EA64ED1680FE1400A21259 /* jsl.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jsl.conf; sourceTree = ""; }; + C1EA64F01680FE1400A21259 /* browser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = browser.js; sourceTree = ""; }; + C1EA64F11680FE1400A21259 /* cake.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cake.js; sourceTree = ""; }; + C1EA64F21680FE1400A21259 /* coffee-script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "coffee-script.js"; sourceTree = ""; }; + C1EA64F31680FE1400A21259 /* command.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = command.js; sourceTree = ""; }; + C1EA64F41680FE1400A21259 /* grammar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = grammar.js; sourceTree = ""; }; + C1EA64F51680FE1400A21259 /* helpers.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = helpers.js; sourceTree = ""; }; + C1EA64F61680FE1400A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA64F71680FE1400A21259 /* lexer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lexer.js; sourceTree = ""; }; + C1EA64F81680FE1400A21259 /* nodes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nodes.js; sourceTree = ""; }; + C1EA64F91680FE1400A21259 /* optparse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = optparse.js; sourceTree = ""; }; + C1EA64FA1680FE1400A21259 /* parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.js; sourceTree = ""; }; + C1EA64FB1680FE1400A21259 /* repl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = repl.js; sourceTree = ""; }; + C1EA64FC1680FE1400A21259 /* rewriter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rewriter.js; sourceTree = ""; }; + C1EA64FD1680FE1400A21259 /* scope.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = scope.js; sourceTree = ""; }; + C1EA64FE1680FE1400A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA64FF1680FE1400A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA65001680FE1400A21259 /* Rakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Rakefile; sourceTree = ""; }; + C1EA65011680FE1400A21259 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + C1EA65021680FE1400A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA65031680FE1400A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA65051680FE1400A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA65061680FE1400A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA65091680FE1400A21259 /* csso */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = csso; sourceTree = ""; }; + C1EA650C1680FE1400A21259 /* csso */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = csso; sourceTree = ""; }; + C1EA650E1680FE1400A21259 /* compressflow.graphml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = compressflow.graphml; sourceTree = ""; }; + C1EA650F1680FE1400A21259 /* compressflow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = compressflow.png; sourceTree = ""; }; + C1EA65101680FE1400A21259 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + C1EA65121680FE1400A21259 /* compressor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compressor.js; sourceTree = ""; }; + C1EA65131680FE1400A21259 /* csso.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = csso.js; sourceTree = ""; }; + C1EA65141680FE1400A21259 /* cssoapi.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cssoapi.js; sourceTree = ""; }; + C1EA65151680FE1400A21259 /* parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.js; sourceTree = ""; }; + C1EA65161680FE1400A21259 /* translator.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = translator.js; sourceTree = ""; }; + C1EA65171680FE1400A21259 /* util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.js; sourceTree = ""; }; + C1EA65181680FE1400A21259 /* MANUAL.en.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MANUAL.en.md; sourceTree = ""; }; + C1EA65191680FE1400A21259 /* MANUAL.ru.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MANUAL.ru.md; sourceTree = ""; }; + C1EA651A1680FE1400A21259 /* MIT-LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "MIT-LICENSE.txt"; sourceTree = ""; }; + C1EA651B1680FE1400A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA651C1680FE1400A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA651D1680FE1400A21259 /* README.ru.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.ru.md; sourceTree = ""; }; + C1EA651F1680FE1400A21259 /* compressor.node.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compressor.node.js; sourceTree = ""; }; + C1EA65201680FE1400A21259 /* compressor.shared.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compressor.shared.js; sourceTree = ""; }; + C1EA65211680FE1400A21259 /* compressor.web.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compressor.web.js; sourceTree = ""; }; + C1EA65221680FE1400A21259 /* csso.other.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = csso.other.js; sourceTree = ""; }; + C1EA65231680FE1400A21259 /* csso.pecode */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = csso.pecode; sourceTree = ""; }; + C1EA65241680FE1400A21259 /* parser.node.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.node.js; sourceTree = ""; }; + C1EA65251680FE1400A21259 /* translator.node.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = translator.node.js; sourceTree = ""; }; + C1EA65261680FE1400A21259 /* translator.shared.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = translator.shared.js; sourceTree = ""; }; + C1EA65271680FE1400A21259 /* trbl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = trbl.js; sourceTree = ""; }; + C1EA65281680FE1400A21259 /* util.node.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.node.js; sourceTree = ""; }; + C1EA65291680FE1400A21259 /* util.shared.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.shared.js; sourceTree = ""; }; + C1EA652D1680FE1400A21259 /* atkeyword.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atkeyword.0.css; sourceTree = ""; }; + C1EA652E1680FE1400A21259 /* atkeyword.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atkeyword.0.l; sourceTree = ""; }; + C1EA652F1680FE1400A21259 /* atkeyword.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atkeyword.0.p; sourceTree = ""; }; + C1EA65301680FE1400A21259 /* atkeyword.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atkeyword.1.css; sourceTree = ""; }; + C1EA65311680FE1400A21259 /* atkeyword.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atkeyword.1.l; sourceTree = ""; }; + C1EA65321680FE1400A21259 /* atkeyword.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atkeyword.1.p; sourceTree = ""; }; + C1EA65341680FE1400A21259 /* atruleb.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruleb.0.css; sourceTree = ""; }; + C1EA65351680FE1400A21259 /* atruleb.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruleb.0.l; sourceTree = ""; }; + C1EA65361680FE1400A21259 /* atruleb.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruleb.0.p; sourceTree = ""; }; + C1EA65371680FE1400A21259 /* atruleb.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruleb.1.css; sourceTree = ""; }; + C1EA65381680FE1400A21259 /* atruleb.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruleb.1.l; sourceTree = ""; }; + C1EA65391680FE1400A21259 /* atruleb.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruleb.1.p; sourceTree = ""; }; + C1EA653A1680FE1400A21259 /* atruleb.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruleb.2.css; sourceTree = ""; }; + C1EA653B1680FE1400A21259 /* atruleb.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruleb.2.l; sourceTree = ""; }; + C1EA653C1680FE1400A21259 /* atruleb.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruleb.2.p; sourceTree = ""; }; + C1EA653D1680FE1400A21259 /* atruleb.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruleb.c.0.css; sourceTree = ""; }; + C1EA653E1680FE1400A21259 /* atruleb.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruleb.c.0.l; sourceTree = ""; }; + C1EA653F1680FE1400A21259 /* atruleb.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruleb.c.0.p; sourceTree = ""; }; + C1EA65401680FE1400A21259 /* atruleb.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruleb.c.1.css; sourceTree = ""; }; + C1EA65411680FE1400A21259 /* atruleb.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruleb.c.1.l; sourceTree = ""; }; + C1EA65421680FE1400A21259 /* atruleb.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruleb.c.1.p; sourceTree = ""; }; + C1EA65431680FE1400A21259 /* atruleb.c.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruleb.c.2.css; sourceTree = ""; }; + C1EA65441680FE1400A21259 /* atruleb.c.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruleb.c.2.l; sourceTree = ""; }; + C1EA65451680FE1400A21259 /* atruleb.c.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruleb.c.2.p; sourceTree = ""; }; + C1EA65461680FE1400A21259 /* atruleb.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruleb.s.0.css; sourceTree = ""; }; + C1EA65471680FE1400A21259 /* atruleb.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruleb.s.0.l; sourceTree = ""; }; + C1EA65481680FE1400A21259 /* atruleb.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruleb.s.0.p; sourceTree = ""; }; + C1EA65491680FE1400A21259 /* atruleb.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruleb.s.1.css; sourceTree = ""; }; + C1EA654A1680FE1400A21259 /* atruleb.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruleb.s.1.l; sourceTree = ""; }; + C1EA654B1680FE1400A21259 /* atruleb.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruleb.s.1.p; sourceTree = ""; }; + C1EA654C1680FE1400A21259 /* atruleb.s.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruleb.s.2.css; sourceTree = ""; }; + C1EA654D1680FE1400A21259 /* atruleb.s.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruleb.s.2.l; sourceTree = ""; }; + C1EA654E1680FE1400A21259 /* atruleb.s.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruleb.s.2.p; sourceTree = ""; }; + C1EA65501680FE1400A21259 /* atruler.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruler.0.css; sourceTree = ""; }; + C1EA65511680FE1400A21259 /* atruler.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruler.0.l; sourceTree = ""; }; + C1EA65521680FE1400A21259 /* atruler.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruler.0.p; sourceTree = ""; }; + C1EA65531680FE1400A21259 /* atruler.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruler.1.css; sourceTree = ""; }; + C1EA65541680FE1400A21259 /* atruler.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruler.1.l; sourceTree = ""; }; + C1EA65551680FE1400A21259 /* atruler.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruler.1.p; sourceTree = ""; }; + C1EA65561680FE1400A21259 /* atruler.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruler.2.css; sourceTree = ""; }; + C1EA65571680FE1400A21259 /* atruler.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruler.2.l; sourceTree = ""; }; + C1EA65581680FE1400A21259 /* atruler.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruler.2.p; sourceTree = ""; }; + C1EA65591680FE1400A21259 /* atruler.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruler.c.0.css; sourceTree = ""; }; + C1EA655A1680FE1400A21259 /* atruler.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruler.c.0.l; sourceTree = ""; }; + C1EA655B1680FE1400A21259 /* atruler.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruler.c.0.p; sourceTree = ""; }; + C1EA655C1680FE1400A21259 /* atruler.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruler.c.1.css; sourceTree = ""; }; + C1EA655D1680FE1400A21259 /* atruler.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruler.c.1.l; sourceTree = ""; }; + C1EA655E1680FE1400A21259 /* atruler.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruler.c.1.p; sourceTree = ""; }; + C1EA655F1680FE1400A21259 /* atruler.c.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruler.c.2.css; sourceTree = ""; }; + C1EA65601680FE1400A21259 /* atruler.c.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruler.c.2.l; sourceTree = ""; }; + C1EA65611680FE1400A21259 /* atruler.c.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruler.c.2.p; sourceTree = ""; }; + C1EA65621680FE1400A21259 /* atruler.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruler.s.0.css; sourceTree = ""; }; + C1EA65631680FE1400A21259 /* atruler.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruler.s.0.l; sourceTree = ""; }; + C1EA65641680FE1400A21259 /* atruler.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruler.s.0.p; sourceTree = ""; }; + C1EA65651680FE1400A21259 /* atruler.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruler.s.1.css; sourceTree = ""; }; + C1EA65661680FE1400A21259 /* atruler.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruler.s.1.l; sourceTree = ""; }; + C1EA65671680FE1400A21259 /* atruler.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruler.s.1.p; sourceTree = ""; }; + C1EA65681680FE1400A21259 /* atruler.s.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atruler.s.2.css; sourceTree = ""; }; + C1EA65691680FE1400A21259 /* atruler.s.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atruler.s.2.l; sourceTree = ""; }; + C1EA656A1680FE1400A21259 /* atruler.s.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atruler.s.2.p; sourceTree = ""; }; + C1EA656B1680FE1400A21259 /* webkit.keyfraymes.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = webkit.keyfraymes.0.css; sourceTree = ""; }; + C1EA656C1680FE1400A21259 /* webkit.keyfraymes.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = webkit.keyfraymes.0.l; sourceTree = ""; }; + C1EA656D1680FE1400A21259 /* webkit.keyfraymes.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = webkit.keyfraymes.0.p; sourceTree = ""; }; + C1EA656F1680FE1400A21259 /* atrules.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atrules.0.css; sourceTree = ""; }; + C1EA65701680FE1400A21259 /* atrules.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atrules.0.l; sourceTree = ""; }; + C1EA65711680FE1400A21259 /* atrules.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atrules.0.p; sourceTree = ""; }; + C1EA65721680FE1400A21259 /* atrules.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atrules.1.css; sourceTree = ""; }; + C1EA65731680FE1400A21259 /* atrules.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atrules.1.l; sourceTree = ""; }; + C1EA65741680FE1400A21259 /* atrules.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atrules.1.p; sourceTree = ""; }; + C1EA65751680FE1400A21259 /* atrules.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atrules.2.css; sourceTree = ""; }; + C1EA65761680FE1400A21259 /* atrules.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atrules.2.l; sourceTree = ""; }; + C1EA65771680FE1400A21259 /* atrules.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atrules.2.p; sourceTree = ""; }; + C1EA65781680FE1400A21259 /* atrules.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atrules.c.0.css; sourceTree = ""; }; + C1EA65791680FE1400A21259 /* atrules.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atrules.c.0.l; sourceTree = ""; }; + C1EA657A1680FE1400A21259 /* atrules.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atrules.c.0.p; sourceTree = ""; }; + C1EA657B1680FE1400A21259 /* atrules.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atrules.c.1.css; sourceTree = ""; }; + C1EA657C1680FE1400A21259 /* atrules.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atrules.c.1.l; sourceTree = ""; }; + C1EA657D1680FE1400A21259 /* atrules.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atrules.c.1.p; sourceTree = ""; }; + C1EA657E1680FE1400A21259 /* atrules.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atrules.s.0.css; sourceTree = ""; }; + C1EA657F1680FE1400A21259 /* atrules.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atrules.s.0.l; sourceTree = ""; }; + C1EA65801680FE1400A21259 /* atrules.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atrules.s.0.p; sourceTree = ""; }; + C1EA65811680FE1400A21259 /* atrules.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = atrules.s.1.css; sourceTree = ""; }; + C1EA65821680FE1400A21259 /* atrules.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = atrules.s.1.l; sourceTree = ""; }; + C1EA65831680FE1400A21259 /* atrules.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = atrules.s.1.p; sourceTree = ""; }; + C1EA65851680FE1400A21259 /* attrib.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = attrib.0.css; sourceTree = ""; }; + C1EA65861680FE1400A21259 /* attrib.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = attrib.0.l; sourceTree = ""; }; + C1EA65871680FE1400A21259 /* attrib.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = attrib.0.p; sourceTree = ""; }; + C1EA65881680FE1400A21259 /* attrib.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = attrib.1.css; sourceTree = ""; }; + C1EA65891680FE1400A21259 /* attrib.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = attrib.1.l; sourceTree = ""; }; + C1EA658A1680FE1400A21259 /* attrib.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = attrib.1.p; sourceTree = ""; }; + C1EA658B1680FE1400A21259 /* attrib.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = attrib.2.css; sourceTree = ""; }; + C1EA658C1680FE1400A21259 /* attrib.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = attrib.2.l; sourceTree = ""; }; + C1EA658D1680FE1400A21259 /* attrib.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = attrib.c.0.css; sourceTree = ""; }; + C1EA658E1680FE1400A21259 /* attrib.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = attrib.c.0.l; sourceTree = ""; }; + C1EA658F1680FE1400A21259 /* attrib.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = attrib.c.0.p; sourceTree = ""; }; + C1EA65901680FE1400A21259 /* attrib.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = attrib.c.1.css; sourceTree = ""; }; + C1EA65911680FE1400A21259 /* attrib.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = attrib.c.1.l; sourceTree = ""; }; + C1EA65921680FE1400A21259 /* attrib.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = attrib.c.1.p; sourceTree = ""; }; + C1EA65931680FE1400A21259 /* attrib.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = attrib.s.0.css; sourceTree = ""; }; + C1EA65941680FE1400A21259 /* attrib.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = attrib.s.0.l; sourceTree = ""; }; + C1EA65951680FE1400A21259 /* attrib.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = attrib.s.0.p; sourceTree = ""; }; + C1EA65961680FE1400A21259 /* attrib.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = attrib.s.1.css; sourceTree = ""; }; + C1EA65971680FE1400A21259 /* attrib.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = attrib.s.1.l; sourceTree = ""; }; + C1EA65981680FE1400A21259 /* attrib.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = attrib.s.1.p; sourceTree = ""; }; + C1EA659A1680FE1400A21259 /* attrselector.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = attrselector.0.css; sourceTree = ""; }; + C1EA659B1680FE1400A21259 /* attrselector.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = attrselector.0.l; sourceTree = ""; }; + C1EA659C1680FE1400A21259 /* attrselector.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = attrselector.0.p; sourceTree = ""; }; + C1EA659D1680FE1400A21259 /* attrselector.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = attrselector.1.css; sourceTree = ""; }; + C1EA659E1680FE1400A21259 /* attrselector.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = attrselector.1.l; sourceTree = ""; }; + C1EA659F1680FE1400A21259 /* attrselector.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = attrselector.1.p; sourceTree = ""; }; + C1EA65A01680FE1400A21259 /* attrselector.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = attrselector.2.css; sourceTree = ""; }; + C1EA65A11680FE1400A21259 /* attrselector.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = attrselector.2.l; sourceTree = ""; }; + C1EA65A21680FE1400A21259 /* attrselector.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = attrselector.2.p; sourceTree = ""; }; + C1EA65A31680FE1400A21259 /* attrselector.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = attrselector.3.css; sourceTree = ""; }; + C1EA65A41680FE1400A21259 /* attrselector.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = attrselector.3.l; sourceTree = ""; }; + C1EA65A51680FE1400A21259 /* attrselector.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = attrselector.3.p; sourceTree = ""; }; + C1EA65A61680FE1400A21259 /* attrselector.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = attrselector.4.css; sourceTree = ""; }; + C1EA65A71680FE1400A21259 /* attrselector.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = attrselector.4.l; sourceTree = ""; }; + C1EA65A81680FE1400A21259 /* attrselector.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = attrselector.4.p; sourceTree = ""; }; + C1EA65AA1680FE1400A21259 /* block.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.0.css; sourceTree = ""; }; + C1EA65AB1680FE1400A21259 /* block.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.0.l; sourceTree = ""; }; + C1EA65AC1680FE1400A21259 /* block.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.0.p; sourceTree = ""; }; + C1EA65AD1680FE1400A21259 /* block.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.1.css; sourceTree = ""; }; + C1EA65AE1680FE1400A21259 /* block.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.1.l; sourceTree = ""; }; + C1EA65AF1680FE1400A21259 /* block.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.1.p; sourceTree = ""; }; + C1EA65B01680FE1400A21259 /* block.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.2.css; sourceTree = ""; }; + C1EA65B11680FE1400A21259 /* block.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.2.l; sourceTree = ""; }; + C1EA65B21680FE1400A21259 /* block.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.2.p; sourceTree = ""; }; + C1EA65B31680FE1400A21259 /* block.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.3.css; sourceTree = ""; }; + C1EA65B41680FE1400A21259 /* block.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.3.l; sourceTree = ""; }; + C1EA65B51680FE1400A21259 /* block.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.3.p; sourceTree = ""; }; + C1EA65B61680FE1400A21259 /* block.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.4.css; sourceTree = ""; }; + C1EA65B71680FE1400A21259 /* block.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.4.l; sourceTree = ""; }; + C1EA65B81680FE1400A21259 /* block.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.4.p; sourceTree = ""; }; + C1EA65B91680FE1400A21259 /* block.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.c.0.css; sourceTree = ""; }; + C1EA65BA1680FE1400A21259 /* block.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.c.0.l; sourceTree = ""; }; + C1EA65BB1680FE1400A21259 /* block.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.c.0.p; sourceTree = ""; }; + C1EA65BC1680FE1400A21259 /* block.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.c.1.css; sourceTree = ""; }; + C1EA65BD1680FE1400A21259 /* block.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.c.1.l; sourceTree = ""; }; + C1EA65BE1680FE1400A21259 /* block.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.c.1.p; sourceTree = ""; }; + C1EA65BF1680FE1400A21259 /* block.c.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.c.2.css; sourceTree = ""; }; + C1EA65C01680FE1400A21259 /* block.c.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.c.2.l; sourceTree = ""; }; + C1EA65C11680FE1400A21259 /* block.c.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.c.2.p; sourceTree = ""; }; + C1EA65C21680FE1400A21259 /* block.c.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.c.3.css; sourceTree = ""; }; + C1EA65C31680FE1400A21259 /* block.c.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.c.3.l; sourceTree = ""; }; + C1EA65C41680FE1400A21259 /* block.c.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.c.3.p; sourceTree = ""; }; + C1EA65C51680FE1400A21259 /* block.c.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.c.4.css; sourceTree = ""; }; + C1EA65C61680FE1400A21259 /* block.c.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.c.4.l; sourceTree = ""; }; + C1EA65C71680FE1400A21259 /* block.c.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.c.4.p; sourceTree = ""; }; + C1EA65C81680FE1400A21259 /* block.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.s.0.css; sourceTree = ""; }; + C1EA65C91680FE1400A21259 /* block.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.s.0.l; sourceTree = ""; }; + C1EA65CA1680FE1400A21259 /* block.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.s.0.p; sourceTree = ""; }; + C1EA65CB1680FE1400A21259 /* block.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.s.1.css; sourceTree = ""; }; + C1EA65CC1680FE1400A21259 /* block.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.s.1.l; sourceTree = ""; }; + C1EA65CD1680FE1400A21259 /* block.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.s.1.p; sourceTree = ""; }; + C1EA65CE1680FE1400A21259 /* block.s.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.s.2.css; sourceTree = ""; }; + C1EA65CF1680FE1400A21259 /* block.s.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.s.2.l; sourceTree = ""; }; + C1EA65D01680FE1400A21259 /* block.s.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.s.2.p; sourceTree = ""; }; + C1EA65D11680FE1400A21259 /* block.s.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.s.3.css; sourceTree = ""; }; + C1EA65D21680FE1400A21259 /* block.s.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.s.3.l; sourceTree = ""; }; + C1EA65D31680FE1400A21259 /* block.s.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.s.3.p; sourceTree = ""; }; + C1EA65D41680FE1400A21259 /* block.s.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = block.s.4.css; sourceTree = ""; }; + C1EA65D51680FE1400A21259 /* block.s.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = block.s.4.l; sourceTree = ""; }; + C1EA65D61680FE1400A21259 /* block.s.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = block.s.4.p; sourceTree = ""; }; + C1EA65D81680FE1400A21259 /* braces.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.0.css; sourceTree = ""; }; + C1EA65D91680FE1400A21259 /* braces.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.0.l; sourceTree = ""; }; + C1EA65DA1680FE1400A21259 /* braces.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.0.p; sourceTree = ""; }; + C1EA65DB1680FE1400A21259 /* braces.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.1.css; sourceTree = ""; }; + C1EA65DC1680FE1400A21259 /* braces.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.1.l; sourceTree = ""; }; + C1EA65DD1680FE1400A21259 /* braces.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.1.p; sourceTree = ""; }; + C1EA65DE1680FE1400A21259 /* braces.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.2.css; sourceTree = ""; }; + C1EA65DF1680FE1400A21259 /* braces.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.2.l; sourceTree = ""; }; + C1EA65E01680FE1400A21259 /* braces.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.2.p; sourceTree = ""; }; + C1EA65E11680FE1400A21259 /* braces.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.3.css; sourceTree = ""; }; + C1EA65E21680FE1400A21259 /* braces.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.3.l; sourceTree = ""; }; + C1EA65E31680FE1400A21259 /* braces.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.3.p; sourceTree = ""; }; + C1EA65E41680FE1400A21259 /* braces.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.4.css; sourceTree = ""; }; + C1EA65E51680FE1400A21259 /* braces.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.4.l; sourceTree = ""; }; + C1EA65E61680FE1400A21259 /* braces.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.4.p; sourceTree = ""; }; + C1EA65E71680FE1400A21259 /* braces.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.5.css; sourceTree = ""; }; + C1EA65E81680FE1400A21259 /* braces.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.5.l; sourceTree = ""; }; + C1EA65E91680FE1400A21259 /* braces.5.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.5.p; sourceTree = ""; }; + C1EA65EA1680FE1400A21259 /* braces.6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.6.css; sourceTree = ""; }; + C1EA65EB1680FE1400A21259 /* braces.6.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.6.l; sourceTree = ""; }; + C1EA65EC1680FE1400A21259 /* braces.6.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.6.p; sourceTree = ""; }; + C1EA65ED1680FE1400A21259 /* braces.7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.7.css; sourceTree = ""; }; + C1EA65EE1680FE1400A21259 /* braces.7.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.7.l; sourceTree = ""; }; + C1EA65EF1680FE1400A21259 /* braces.7.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.7.p; sourceTree = ""; }; + C1EA65F01680FE1400A21259 /* braces.8.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.8.css; sourceTree = ""; }; + C1EA65F11680FE1400A21259 /* braces.8.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.8.l; sourceTree = ""; }; + C1EA65F21680FE1400A21259 /* braces.8.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.8.p; sourceTree = ""; }; + C1EA65F31680FE1400A21259 /* braces.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.c.0.css; sourceTree = ""; }; + C1EA65F41680FE1400A21259 /* braces.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.c.0.l; sourceTree = ""; }; + C1EA65F51680FE1400A21259 /* braces.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.c.0.p; sourceTree = ""; }; + C1EA65F61680FE1400A21259 /* braces.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.c.1.css; sourceTree = ""; }; + C1EA65F71680FE1400A21259 /* braces.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.c.1.l; sourceTree = ""; }; + C1EA65F81680FE1400A21259 /* braces.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.c.1.p; sourceTree = ""; }; + C1EA65F91680FE1400A21259 /* braces.c.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.c.2.css; sourceTree = ""; }; + C1EA65FA1680FE1400A21259 /* braces.c.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.c.2.l; sourceTree = ""; }; + C1EA65FB1680FE1400A21259 /* braces.c.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.c.2.p; sourceTree = ""; }; + C1EA65FC1680FE1400A21259 /* braces.c.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.c.3.css; sourceTree = ""; }; + C1EA65FD1680FE1400A21259 /* braces.c.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.c.3.l; sourceTree = ""; }; + C1EA65FE1680FE1400A21259 /* braces.c.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.c.3.p; sourceTree = ""; }; + C1EA65FF1680FE1400A21259 /* braces.c.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.c.4.css; sourceTree = ""; }; + C1EA66001680FE1400A21259 /* braces.c.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.c.4.l; sourceTree = ""; }; + C1EA66011680FE1400A21259 /* braces.c.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.c.4.p; sourceTree = ""; }; + C1EA66021680FE1400A21259 /* braces.c.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.c.5.css; sourceTree = ""; }; + C1EA66031680FE1400A21259 /* braces.c.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.c.5.l; sourceTree = ""; }; + C1EA66041680FE1400A21259 /* braces.c.5.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.c.5.p; sourceTree = ""; }; + C1EA66051680FE1400A21259 /* braces.c.6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.c.6.css; sourceTree = ""; }; + C1EA66061680FE1400A21259 /* braces.c.6.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.c.6.l; sourceTree = ""; }; + C1EA66071680FE1400A21259 /* braces.c.6.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.c.6.p; sourceTree = ""; }; + C1EA66081680FE1400A21259 /* braces.c.7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.c.7.css; sourceTree = ""; }; + C1EA66091680FE1400A21259 /* braces.c.7.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.c.7.l; sourceTree = ""; }; + C1EA660A1680FE1400A21259 /* braces.c.7.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.c.7.p; sourceTree = ""; }; + C1EA660B1680FE1400A21259 /* braces.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.s.0.css; sourceTree = ""; }; + C1EA660C1680FE1400A21259 /* braces.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.s.0.l; sourceTree = ""; }; + C1EA660D1680FE1400A21259 /* braces.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.s.0.p; sourceTree = ""; }; + C1EA660E1680FE1400A21259 /* braces.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.s.1.css; sourceTree = ""; }; + C1EA660F1680FE1400A21259 /* braces.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.s.1.l; sourceTree = ""; }; + C1EA66101680FE1400A21259 /* braces.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.s.1.p; sourceTree = ""; }; + C1EA66111680FE1400A21259 /* braces.s.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.s.2.css; sourceTree = ""; }; + C1EA66121680FE1400A21259 /* braces.s.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.s.2.l; sourceTree = ""; }; + C1EA66131680FE1400A21259 /* braces.s.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.s.2.p; sourceTree = ""; }; + C1EA66141680FE1400A21259 /* braces.s.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.s.3.css; sourceTree = ""; }; + C1EA66151680FE1400A21259 /* braces.s.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.s.3.l; sourceTree = ""; }; + C1EA66161680FE1400A21259 /* braces.s.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.s.3.p; sourceTree = ""; }; + C1EA66171680FE1400A21259 /* braces.s.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.s.4.css; sourceTree = ""; }; + C1EA66181680FE1400A21259 /* braces.s.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.s.4.l; sourceTree = ""; }; + C1EA66191680FE1400A21259 /* braces.s.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.s.4.p; sourceTree = ""; }; + C1EA661A1680FE1400A21259 /* braces.s.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.s.5.css; sourceTree = ""; }; + C1EA661B1680FE1400A21259 /* braces.s.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.s.5.l; sourceTree = ""; }; + C1EA661C1680FE1400A21259 /* braces.s.5.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.s.5.p; sourceTree = ""; }; + C1EA661D1680FE1400A21259 /* braces.s.6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.s.6.css; sourceTree = ""; }; + C1EA661E1680FE1400A21259 /* braces.s.6.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.s.6.l; sourceTree = ""; }; + C1EA661F1680FE1400A21259 /* braces.s.6.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.s.6.p; sourceTree = ""; }; + C1EA66201680FE1400A21259 /* braces.s.7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = braces.s.7.css; sourceTree = ""; }; + C1EA66211680FE1400A21259 /* braces.s.7.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = braces.s.7.l; sourceTree = ""; }; + C1EA66221680FE1400A21259 /* braces.s.7.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = braces.s.7.p; sourceTree = ""; }; + C1EA66241680FE1400A21259 /* clazz.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = clazz.0.css; sourceTree = ""; }; + C1EA66251680FE1400A21259 /* clazz.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = clazz.0.l; sourceTree = ""; }; + C1EA66261680FE1400A21259 /* clazz.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = clazz.0.p; sourceTree = ""; }; + C1EA66281680FE1400A21259 /* combinator.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = combinator.0.css; sourceTree = ""; }; + C1EA66291680FE1400A21259 /* combinator.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = combinator.0.l; sourceTree = ""; }; + C1EA662A1680FE1400A21259 /* combinator.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = combinator.0.p; sourceTree = ""; }; + C1EA662B1680FE1400A21259 /* combinator.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = combinator.1.css; sourceTree = ""; }; + C1EA662C1680FE1400A21259 /* combinator.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = combinator.1.l; sourceTree = ""; }; + C1EA662D1680FE1400A21259 /* combinator.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = combinator.1.p; sourceTree = ""; }; + C1EA662E1680FE1400A21259 /* combinator.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = combinator.2.css; sourceTree = ""; }; + C1EA662F1680FE1400A21259 /* combinator.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = combinator.2.l; sourceTree = ""; }; + C1EA66301680FE1400A21259 /* combinator.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = combinator.2.p; sourceTree = ""; }; + C1EA66321680FE1400A21259 /* comment.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = comment.0.css; sourceTree = ""; }; + C1EA66331680FE1400A21259 /* comment.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = comment.0.l; sourceTree = ""; }; + C1EA66341680FE1400A21259 /* comment.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = comment.0.p; sourceTree = ""; }; + C1EA66361680FE1400A21259 /* declaration.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = declaration.0.css; sourceTree = ""; }; + C1EA66371680FE1400A21259 /* declaration.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = declaration.0.l; sourceTree = ""; }; + C1EA66381680FE1400A21259 /* declaration.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = declaration.0.p; sourceTree = ""; }; + C1EA66391680FE1400A21259 /* declaration.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = declaration.1.css; sourceTree = ""; }; + C1EA663A1680FE1400A21259 /* declaration.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = declaration.1.l; sourceTree = ""; }; + C1EA663B1680FE1400A21259 /* declaration.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = declaration.1.p; sourceTree = ""; }; + C1EA663C1680FE1400A21259 /* declaration.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = declaration.c.0.css; sourceTree = ""; }; + C1EA663D1680FE1400A21259 /* declaration.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = declaration.c.0.l; sourceTree = ""; }; + C1EA663E1680FE1400A21259 /* declaration.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = declaration.c.0.p; sourceTree = ""; }; + C1EA663F1680FE1400A21259 /* declaration.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = declaration.c.1.css; sourceTree = ""; }; + C1EA66401680FE1400A21259 /* declaration.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = declaration.c.1.l; sourceTree = ""; }; + C1EA66411680FE1400A21259 /* declaration.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = declaration.c.1.p; sourceTree = ""; }; + C1EA66421680FE1400A21259 /* declaration.c.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = declaration.c.2.css; sourceTree = ""; }; + C1EA66431680FE1400A21259 /* declaration.c.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = declaration.c.2.l; sourceTree = ""; }; + C1EA66441680FE1400A21259 /* declaration.c.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = declaration.c.2.p; sourceTree = ""; }; + C1EA66451680FE1400A21259 /* declaration.c.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = declaration.c.3.css; sourceTree = ""; }; + C1EA66461680FE1400A21259 /* declaration.c.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = declaration.c.3.l; sourceTree = ""; }; + C1EA66471680FE1400A21259 /* declaration.c.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = declaration.c.3.p; sourceTree = ""; }; + C1EA66481680FE1400A21259 /* declaration.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = declaration.s.0.css; sourceTree = ""; }; + C1EA66491680FE1400A21259 /* declaration.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = declaration.s.0.l; sourceTree = ""; }; + C1EA664A1680FE1400A21259 /* declaration.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = declaration.s.0.p; sourceTree = ""; }; + C1EA664B1680FE1400A21259 /* declaration.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = declaration.s.1.css; sourceTree = ""; }; + C1EA664C1680FE1400A21259 /* declaration.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = declaration.s.1.l; sourceTree = ""; }; + C1EA664D1680FE1400A21259 /* declaration.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = declaration.s.1.p; sourceTree = ""; }; + C1EA664E1680FE1400A21259 /* declaration.s.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = declaration.s.2.css; sourceTree = ""; }; + C1EA664F1680FE1400A21259 /* declaration.s.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = declaration.s.2.l; sourceTree = ""; }; + C1EA66501680FE1400A21259 /* declaration.s.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = declaration.s.2.p; sourceTree = ""; }; + C1EA66511680FE1400A21259 /* declaration.s.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = declaration.s.3.css; sourceTree = ""; }; + C1EA66521680FE1400A21259 /* declaration.s.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = declaration.s.3.l; sourceTree = ""; }; + C1EA66531680FE1400A21259 /* declaration.s.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = declaration.s.3.p; sourceTree = ""; }; + C1EA66551680FE1400A21259 /* decldelim.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = decldelim.0.css; sourceTree = ""; }; + C1EA66561680FE1400A21259 /* decldelim.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = decldelim.0.l; sourceTree = ""; }; + C1EA66571680FE1400A21259 /* decldelim.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = decldelim.0.p; sourceTree = ""; }; + C1EA66591680FE1400A21259 /* delim.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = delim.0.css; sourceTree = ""; }; + C1EA665A1680FE1400A21259 /* delim.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = delim.0.l; sourceTree = ""; }; + C1EA665B1680FE1400A21259 /* delim.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = delim.0.p; sourceTree = ""; }; + C1EA665D1680FE1400A21259 /* dimension.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = dimension.0.css; sourceTree = ""; }; + C1EA665E1680FE1400A21259 /* dimension.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = dimension.0.l; sourceTree = ""; }; + C1EA665F1680FE1400A21259 /* dimension.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = dimension.0.p; sourceTree = ""; }; + C1EA66601680FE1400A21259 /* dimension.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = dimension.1.css; sourceTree = ""; }; + C1EA66611680FE1400A21259 /* dimension.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = dimension.1.l; sourceTree = ""; }; + C1EA66621680FE1400A21259 /* dimension.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = dimension.1.p; sourceTree = ""; }; + C1EA66631680FE1400A21259 /* dimension.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = dimension.2.css; sourceTree = ""; }; + C1EA66641680FE1400A21259 /* dimension.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = dimension.2.l; sourceTree = ""; }; + C1EA66651680FE1400A21259 /* dimension.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = dimension.2.p; sourceTree = ""; }; + C1EA66671680FE1400A21259 /* filter.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = filter.0.css; sourceTree = ""; }; + C1EA66681680FE1400A21259 /* filter.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = filter.0.l; sourceTree = ""; }; + C1EA66691680FE1400A21259 /* filter.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = filter.0.p; sourceTree = ""; }; + C1EA666A1680FE1400A21259 /* filter.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = filter.1.css; sourceTree = ""; }; + C1EA666B1680FE1400A21259 /* filter.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = filter.1.l; sourceTree = ""; }; + C1EA666C1680FE1400A21259 /* filter.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = filter.1.p; sourceTree = ""; }; + C1EA666D1680FE1400A21259 /* filter.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = filter.2.css; sourceTree = ""; }; + C1EA666E1680FE1400A21259 /* filter.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = filter.2.l; sourceTree = ""; }; + C1EA666F1680FE1400A21259 /* filter.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = filter.2.p; sourceTree = ""; }; + C1EA66701680FE1400A21259 /* filter.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = filter.3.css; sourceTree = ""; }; + C1EA66711680FE1400A21259 /* filter.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = filter.3.l; sourceTree = ""; }; + C1EA66721680FE1400A21259 /* filter.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = filter.3.p; sourceTree = ""; }; + C1EA66731680FE1400A21259 /* filter.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = filter.4.css; sourceTree = ""; }; + C1EA66741680FE1400A21259 /* filter.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = filter.4.l; sourceTree = ""; }; + C1EA66751680FE1400A21259 /* filter.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = filter.4.p; sourceTree = ""; }; + C1EA66761680FE1400A21259 /* filter.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = filter.5.css; sourceTree = ""; }; + C1EA66771680FE1400A21259 /* filter.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = filter.5.l; sourceTree = ""; }; + C1EA66781680FE1400A21259 /* filter.5.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = filter.5.p; sourceTree = ""; }; + C1EA66791680FE1400A21259 /* filter.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = filter.c.0.css; sourceTree = ""; }; + C1EA667A1680FE1400A21259 /* filter.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = filter.c.0.l; sourceTree = ""; }; + C1EA667B1680FE1400A21259 /* filter.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = filter.c.0.p; sourceTree = ""; }; + C1EA667C1680FE1400A21259 /* filter.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = filter.c.1.css; sourceTree = ""; }; + C1EA667D1680FE1400A21259 /* filter.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = filter.c.1.l; sourceTree = ""; }; + C1EA667E1680FE1400A21259 /* filter.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = filter.c.1.p; sourceTree = ""; }; + C1EA667F1680FE1400A21259 /* filter.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = filter.s.0.css; sourceTree = ""; }; + C1EA66801680FE1400A21259 /* filter.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = filter.s.0.l; sourceTree = ""; }; + C1EA66811680FE1400A21259 /* filter.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = filter.s.0.p; sourceTree = ""; }; + C1EA66821680FE1400A21259 /* filter.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = filter.s.1.css; sourceTree = ""; }; + C1EA66831680FE1400A21259 /* filter.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = filter.s.1.l; sourceTree = ""; }; + C1EA66841680FE1400A21259 /* filter.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = filter.s.1.p; sourceTree = ""; }; + C1EA66861680FE1400A21259 /* functionExpression.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = functionExpression.0.css; sourceTree = ""; }; + C1EA66871680FE1400A21259 /* functionExpression.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = functionExpression.0.l; sourceTree = ""; }; + C1EA66881680FE1400A21259 /* functionExpression.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = functionExpression.0.p; sourceTree = ""; }; + C1EA66891680FE1400A21259 /* functionExpression.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = functionExpression.1.css; sourceTree = ""; }; + C1EA668A1680FE1400A21259 /* functionExpression.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = functionExpression.1.l; sourceTree = ""; }; + C1EA668B1680FE1400A21259 /* functionExpression.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = functionExpression.1.p; sourceTree = ""; }; + C1EA668C1680FE1400A21259 /* functionExpression.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = functionExpression.2.css; sourceTree = ""; }; + C1EA668D1680FE1400A21259 /* functionExpression.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = functionExpression.2.l; sourceTree = ""; }; + C1EA668E1680FE1400A21259 /* functionExpression.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = functionExpression.2.p; sourceTree = ""; }; + C1EA668F1680FE1400A21259 /* functionExpression.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = functionExpression.3.css; sourceTree = ""; }; + C1EA66901680FE1400A21259 /* functionExpression.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = functionExpression.3.l; sourceTree = ""; }; + C1EA66911680FE1400A21259 /* functionExpression.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = functionExpression.3.p; sourceTree = ""; }; + C1EA66921680FE1400A21259 /* functionExpression.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = functionExpression.4.css; sourceTree = ""; }; + C1EA66931680FE1400A21259 /* functionExpression.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = functionExpression.4.l; sourceTree = ""; }; + C1EA66941680FE1400A21259 /* functionExpression.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = functionExpression.4.p; sourceTree = ""; }; + C1EA66951680FE1400A21259 /* functionExpression.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = functionExpression.5.css; sourceTree = ""; }; + C1EA66961680FE1400A21259 /* functionExpression.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = functionExpression.5.l; sourceTree = ""; }; + C1EA66971680FE1400A21259 /* functionExpression.5.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = functionExpression.5.p; sourceTree = ""; }; + C1EA66981680FE1400A21259 /* functionExpression.6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = functionExpression.6.css; sourceTree = ""; }; + C1EA66991680FE1400A21259 /* functionExpression.6.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = functionExpression.6.l; sourceTree = ""; }; + C1EA669A1680FE1400A21259 /* functionExpression.6.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = functionExpression.6.p; sourceTree = ""; }; + C1EA669B1680FE1400A21259 /* functionExpression.7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = functionExpression.7.css; sourceTree = ""; }; + C1EA669C1680FE1400A21259 /* functionExpression.7.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = functionExpression.7.l; sourceTree = ""; }; + C1EA669D1680FE1400A21259 /* functionExpression.7.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = functionExpression.7.p; sourceTree = ""; }; + C1EA669F1680FE1400A21259 /* function.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.0.css; sourceTree = ""; }; + C1EA66A01680FE1400A21259 /* function.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.0.l; sourceTree = ""; }; + C1EA66A11680FE1400A21259 /* function.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.0.p; sourceTree = ""; }; + C1EA66A21680FE1400A21259 /* function.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.1.css; sourceTree = ""; }; + C1EA66A31680FE1400A21259 /* function.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.1.l; sourceTree = ""; }; + C1EA66A41680FE1400A21259 /* function.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.1.p; sourceTree = ""; }; + C1EA66A51680FE1400A21259 /* function.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.2.css; sourceTree = ""; }; + C1EA66A61680FE1400A21259 /* function.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.2.l; sourceTree = ""; }; + C1EA66A71680FE1400A21259 /* function.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.2.p; sourceTree = ""; }; + C1EA66A81680FE1400A21259 /* function.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.3.css; sourceTree = ""; }; + C1EA66A91680FE1400A21259 /* function.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.3.l; sourceTree = ""; }; + C1EA66AA1680FE1400A21259 /* function.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.3.p; sourceTree = ""; }; + C1EA66AB1680FE1400A21259 /* function.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.4.css; sourceTree = ""; }; + C1EA66AC1680FE1400A21259 /* function.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.4.l; sourceTree = ""; }; + C1EA66AD1680FE1400A21259 /* function.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.4.p; sourceTree = ""; }; + C1EA66AE1680FE1400A21259 /* function.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.5.css; sourceTree = ""; }; + C1EA66AF1680FE1400A21259 /* function.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.5.l; sourceTree = ""; }; + C1EA66B01680FE1400A21259 /* function.5.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.5.p; sourceTree = ""; }; + C1EA66B11680FE1400A21259 /* function.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.c.0.css; sourceTree = ""; }; + C1EA66B21680FE1400A21259 /* function.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.c.0.l; sourceTree = ""; }; + C1EA66B31680FE1400A21259 /* function.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.c.0.p; sourceTree = ""; }; + C1EA66B41680FE1400A21259 /* function.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.c.1.css; sourceTree = ""; }; + C1EA66B51680FE1400A21259 /* function.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.c.1.l; sourceTree = ""; }; + C1EA66B61680FE1400A21259 /* function.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.c.1.p; sourceTree = ""; }; + C1EA66B71680FE1400A21259 /* function.c.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.c.2.css; sourceTree = ""; }; + C1EA66B81680FE1400A21259 /* function.c.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.c.2.l; sourceTree = ""; }; + C1EA66B91680FE1400A21259 /* function.c.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.c.2.p; sourceTree = ""; }; + C1EA66BA1680FE1400A21259 /* function.c.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.c.3.css; sourceTree = ""; }; + C1EA66BB1680FE1400A21259 /* function.c.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.c.3.l; sourceTree = ""; }; + C1EA66BC1680FE1400A21259 /* function.c.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.c.3.p; sourceTree = ""; }; + C1EA66BD1680FE1400A21259 /* function.c.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.c.4.css; sourceTree = ""; }; + C1EA66BE1680FE1400A21259 /* function.c.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.c.4.l; sourceTree = ""; }; + C1EA66BF1680FE1400A21259 /* function.c.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.c.4.p; sourceTree = ""; }; + C1EA66C01680FE1400A21259 /* function.c.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.c.5.css; sourceTree = ""; }; + C1EA66C11680FE1400A21259 /* function.c.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.c.5.l; sourceTree = ""; }; + C1EA66C21680FE1400A21259 /* function.c.5.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.c.5.p; sourceTree = ""; }; + C1EA66C31680FE1400A21259 /* function.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.s.0.css; sourceTree = ""; }; + C1EA66C41680FE1400A21259 /* function.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.s.0.l; sourceTree = ""; }; + C1EA66C51680FE1400A21259 /* function.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.s.0.p; sourceTree = ""; }; + C1EA66C61680FE1400A21259 /* function.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.s.1.css; sourceTree = ""; }; + C1EA66C71680FE1400A21259 /* function.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.s.1.l; sourceTree = ""; }; + C1EA66C81680FE1400A21259 /* function.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.s.1.p; sourceTree = ""; }; + C1EA66C91680FE1400A21259 /* function.s.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.s.2.css; sourceTree = ""; }; + C1EA66CA1680FE1400A21259 /* function.s.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.s.2.l; sourceTree = ""; }; + C1EA66CB1680FE1400A21259 /* function.s.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.s.2.p; sourceTree = ""; }; + C1EA66CC1680FE1400A21259 /* function.s.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.s.3.css; sourceTree = ""; }; + C1EA66CD1680FE1400A21259 /* function.s.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.s.3.l; sourceTree = ""; }; + C1EA66CE1680FE1400A21259 /* function.s.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.s.3.p; sourceTree = ""; }; + C1EA66CF1680FE1400A21259 /* function.s.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.s.4.css; sourceTree = ""; }; + C1EA66D01680FE1400A21259 /* function.s.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.s.4.l; sourceTree = ""; }; + C1EA66D11680FE1400A21259 /* function.s.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.s.4.p; sourceTree = ""; }; + C1EA66D21680FE1400A21259 /* function.s.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = function.s.5.css; sourceTree = ""; }; + C1EA66D31680FE1400A21259 /* function.s.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = function.s.5.l; sourceTree = ""; }; + C1EA66D41680FE1400A21259 /* function.s.5.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = function.s.5.p; sourceTree = ""; }; + C1EA66D61680FE1400A21259 /* ident.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ident.0.css; sourceTree = ""; }; + C1EA66D71680FE1400A21259 /* ident.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ident.0.l; sourceTree = ""; }; + C1EA66D81680FE1400A21259 /* ident.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ident.0.p; sourceTree = ""; }; + C1EA66D91680FE1400A21259 /* ident.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ident.1.css; sourceTree = ""; }; + C1EA66DA1680FE1400A21259 /* ident.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ident.1.l; sourceTree = ""; }; + C1EA66DB1680FE1400A21259 /* ident.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ident.1.p; sourceTree = ""; }; + C1EA66DC1680FE1400A21259 /* ident.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ident.2.css; sourceTree = ""; }; + C1EA66DD1680FE1400A21259 /* ident.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ident.2.l; sourceTree = ""; }; + C1EA66DE1680FE1400A21259 /* ident.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ident.2.p; sourceTree = ""; }; + C1EA66DF1680FE1400A21259 /* ident.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ident.3.css; sourceTree = ""; }; + C1EA66E01680FE1400A21259 /* ident.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ident.3.l; sourceTree = ""; }; + C1EA66E11680FE1400A21259 /* ident.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ident.3.p; sourceTree = ""; }; + C1EA66E21680FE1400A21259 /* ident.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ident.4.css; sourceTree = ""; }; + C1EA66E31680FE1400A21259 /* ident.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ident.4.l; sourceTree = ""; }; + C1EA66E41680FE1400A21259 /* ident.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ident.4.p; sourceTree = ""; }; + C1EA66E51680FE1400A21259 /* ident.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ident.5.css; sourceTree = ""; }; + C1EA66E61680FE1400A21259 /* ident.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ident.5.l; sourceTree = ""; }; + C1EA66E71680FE1400A21259 /* ident.5.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ident.5.p; sourceTree = ""; }; + C1EA66E91680FE1400A21259 /* important.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = important.0.css; sourceTree = ""; }; + C1EA66EA1680FE1400A21259 /* important.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = important.0.l; sourceTree = ""; }; + C1EA66EB1680FE1400A21259 /* important.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = important.0.p; sourceTree = ""; }; + C1EA66EC1680FE1400A21259 /* important.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = important.c.0.css; sourceTree = ""; }; + C1EA66ED1680FE1400A21259 /* important.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = important.c.0.l; sourceTree = ""; }; + C1EA66EE1680FE1400A21259 /* important.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = important.c.0.p; sourceTree = ""; }; + C1EA66EF1680FE1400A21259 /* important.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = important.s.0.css; sourceTree = ""; }; + C1EA66F01680FE1400A21259 /* important.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = important.s.0.l; sourceTree = ""; }; + C1EA66F11680FE1400A21259 /* important.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = important.s.0.p; sourceTree = ""; }; + C1EA66F31680FE1400A21259 /* nth.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nth.0.css; sourceTree = ""; }; + C1EA66F41680FE1400A21259 /* nth.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = nth.0.l; sourceTree = ""; }; + C1EA66F51680FE1400A21259 /* nth.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = nth.0.p; sourceTree = ""; }; + C1EA66F61680FE1400A21259 /* nth.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nth.1.css; sourceTree = ""; }; + C1EA66F71680FE1400A21259 /* nth.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = nth.1.l; sourceTree = ""; }; + C1EA66F81680FE1400A21259 /* nth.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = nth.1.p; sourceTree = ""; }; + C1EA66F91680FE1400A21259 /* nth.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nth.2.css; sourceTree = ""; }; + C1EA66FA1680FE1400A21259 /* nth.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = nth.2.l; sourceTree = ""; }; + C1EA66FB1680FE1400A21259 /* nth.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = nth.2.p; sourceTree = ""; }; + C1EA66FC1680FE1400A21259 /* nth.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nth.3.css; sourceTree = ""; }; + C1EA66FD1680FE1400A21259 /* nth.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = nth.3.l; sourceTree = ""; }; + C1EA66FE1680FE1400A21259 /* nth.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = nth.3.p; sourceTree = ""; }; + C1EA66FF1680FE1400A21259 /* nth.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nth.4.css; sourceTree = ""; }; + C1EA67001680FE1400A21259 /* nth.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = nth.4.l; sourceTree = ""; }; + C1EA67011680FE1400A21259 /* nth.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = nth.4.p; sourceTree = ""; }; + C1EA67031680FE1400A21259 /* nthselector.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nthselector.0.css; sourceTree = ""; }; + C1EA67041680FE1400A21259 /* nthselector.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = nthselector.0.l; sourceTree = ""; }; + C1EA67051680FE1400A21259 /* nthselector.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = nthselector.0.p; sourceTree = ""; }; + C1EA67061680FE1400A21259 /* nthselector.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nthselector.1.css; sourceTree = ""; }; + C1EA67071680FE1400A21259 /* nthselector.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = nthselector.1.l; sourceTree = ""; }; + C1EA67081680FE1400A21259 /* nthselector.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = nthselector.1.p; sourceTree = ""; }; + C1EA67091680FE1400A21259 /* nthselector.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nthselector.c.0.css; sourceTree = ""; }; + C1EA670A1680FE1400A21259 /* nthselector.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = nthselector.c.0.l; sourceTree = ""; }; + C1EA670B1680FE1400A21259 /* nthselector.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = nthselector.c.0.p; sourceTree = ""; }; + C1EA670C1680FE1400A21259 /* nthselector.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nthselector.c.1.css; sourceTree = ""; }; + C1EA670D1680FE1400A21259 /* nthselector.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = nthselector.c.1.l; sourceTree = ""; }; + C1EA670E1680FE1400A21259 /* nthselector.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = nthselector.c.1.p; sourceTree = ""; }; + C1EA670F1680FE1400A21259 /* nthselector.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nthselector.s.0.css; sourceTree = ""; }; + C1EA67101680FE1400A21259 /* nthselector.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = nthselector.s.0.l; sourceTree = ""; }; + C1EA67111680FE1400A21259 /* nthselector.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = nthselector.s.0.p; sourceTree = ""; }; + C1EA67121680FE1400A21259 /* nthselector.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = nthselector.s.1.css; sourceTree = ""; }; + C1EA67131680FE1400A21259 /* nthselector.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = nthselector.s.1.l; sourceTree = ""; }; + C1EA67141680FE1400A21259 /* nthselector.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = nthselector.s.1.p; sourceTree = ""; }; + C1EA67161680FE1400A21259 /* number.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = number.0.css; sourceTree = ""; }; + C1EA67171680FE1400A21259 /* number.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = number.0.l; sourceTree = ""; }; + C1EA67181680FE1400A21259 /* number.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = number.0.p; sourceTree = ""; }; + C1EA67191680FE1400A21259 /* number.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = number.1.css; sourceTree = ""; }; + C1EA671A1680FE1400A21259 /* number.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = number.1.l; sourceTree = ""; }; + C1EA671B1680FE1400A21259 /* number.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = number.1.p; sourceTree = ""; }; + C1EA671C1680FE1400A21259 /* number.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = number.2.css; sourceTree = ""; }; + C1EA671D1680FE1400A21259 /* number.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = number.2.l; sourceTree = ""; }; + C1EA671E1680FE1400A21259 /* number.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = number.2.p; sourceTree = ""; }; + C1EA671F1680FE1400A21259 /* number.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = number.3.css; sourceTree = ""; }; + C1EA67201680FE1400A21259 /* number.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = number.3.l; sourceTree = ""; }; + C1EA67211680FE1400A21259 /* number.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = number.4.css; sourceTree = ""; }; + C1EA67221680FE1400A21259 /* number.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = number.4.l; sourceTree = ""; }; + C1EA67231680FE1400A21259 /* number.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = number.5.css; sourceTree = ""; }; + C1EA67241680FE1400A21259 /* number.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = number.5.l; sourceTree = ""; }; + C1EA67251680FE1400A21259 /* number.6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = number.6.css; sourceTree = ""; }; + C1EA67261680FE1400A21259 /* number.6.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = number.6.l; sourceTree = ""; }; + C1EA67271680FE1400A21259 /* number.7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = number.7.css; sourceTree = ""; }; + C1EA67281680FE1400A21259 /* number.7.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = number.7.l; sourceTree = ""; }; + C1EA672A1680FE1400A21259 /* operator.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = operator.0.css; sourceTree = ""; }; + C1EA672B1680FE1400A21259 /* operator.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = operator.0.l; sourceTree = ""; }; + C1EA672C1680FE1400A21259 /* operator.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = operator.0.p; sourceTree = ""; }; + C1EA672D1680FE1400A21259 /* operator.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = operator.1.css; sourceTree = ""; }; + C1EA672E1680FE1400A21259 /* operator.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = operator.1.l; sourceTree = ""; }; + C1EA672F1680FE1400A21259 /* operator.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = operator.1.p; sourceTree = ""; }; + C1EA67301680FE1400A21259 /* operator.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = operator.2.css; sourceTree = ""; }; + C1EA67311680FE1400A21259 /* operator.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = operator.2.l; sourceTree = ""; }; + C1EA67321680FE1400A21259 /* operator.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = operator.2.p; sourceTree = ""; }; + C1EA67331680FE1400A21259 /* operator.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = operator.3.css; sourceTree = ""; }; + C1EA67341680FE1400A21259 /* operator.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = operator.3.l; sourceTree = ""; }; + C1EA67351680FE1400A21259 /* operator.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = operator.3.p; sourceTree = ""; }; + C1EA67371680FE1400A21259 /* percentage.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = percentage.0.css; sourceTree = ""; }; + C1EA67381680FE1400A21259 /* percentage.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = percentage.0.l; sourceTree = ""; }; + C1EA67391680FE1400A21259 /* percentage.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = percentage.0.p; sourceTree = ""; }; + C1EA673A1680FE1400A21259 /* percentage.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = percentage.1.css; sourceTree = ""; }; + C1EA673B1680FE1400A21259 /* percentage.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = percentage.1.l; sourceTree = ""; }; + C1EA673C1680FE1400A21259 /* percentage.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = percentage.1.p; sourceTree = ""; }; + C1EA673D1680FE1400A21259 /* percentage.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = percentage.2.css; sourceTree = ""; }; + C1EA673E1680FE1400A21259 /* percentage.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = percentage.2.l; sourceTree = ""; }; + C1EA673F1680FE1400A21259 /* percentage.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = percentage.2.p; sourceTree = ""; }; + C1EA67411680FE1400A21259 /* property.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = property.0.css; sourceTree = ""; }; + C1EA67421680FE1400A21259 /* property.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = property.0.l; sourceTree = ""; }; + C1EA67431680FE1400A21259 /* property.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = property.0.p; sourceTree = ""; }; + C1EA67441680FE1400A21259 /* property.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = property.1.css; sourceTree = ""; }; + C1EA67451680FE1400A21259 /* property.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = property.1.l; sourceTree = ""; }; + C1EA67461680FE1400A21259 /* property.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = property.1.p; sourceTree = ""; }; + C1EA67481680FE1400A21259 /* pseudoc.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = pseudoc.0.css; sourceTree = ""; }; + C1EA67491680FE1400A21259 /* pseudoc.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = pseudoc.0.l; sourceTree = ""; }; + C1EA674A1680FE1400A21259 /* pseudoc.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = pseudoc.0.p; sourceTree = ""; }; + C1EA674B1680FE1400A21259 /* pseudoc.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = pseudoc.1.css; sourceTree = ""; }; + C1EA674C1680FE1400A21259 /* pseudoc.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = pseudoc.1.l; sourceTree = ""; }; + C1EA674D1680FE1400A21259 /* pseudoc.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = pseudoc.1.p; sourceTree = ""; }; + C1EA674F1680FE1400A21259 /* pseudoe.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = pseudoe.0.css; sourceTree = ""; }; + C1EA67501680FE1400A21259 /* pseudoe.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = pseudoe.0.l; sourceTree = ""; }; + C1EA67511680FE1400A21259 /* pseudoe.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = pseudoe.0.p; sourceTree = ""; }; + C1EA67521680FE1400A21259 /* pseudoe.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = pseudoe.1.css; sourceTree = ""; }; + C1EA67531680FE1400A21259 /* pseudoe.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = pseudoe.1.l; sourceTree = ""; }; + C1EA67541680FE1400A21259 /* pseudoe.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = pseudoe.1.p; sourceTree = ""; }; + C1EA67561680FE1400A21259 /* ruleset.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.0.css; sourceTree = ""; }; + C1EA67571680FE1400A21259 /* ruleset.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.0.l; sourceTree = ""; }; + C1EA67581680FE1400A21259 /* ruleset.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.0.p; sourceTree = ""; }; + C1EA67591680FE1400A21259 /* ruleset.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.1.css; sourceTree = ""; }; + C1EA675A1680FE1400A21259 /* ruleset.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.1.l; sourceTree = ""; }; + C1EA675B1680FE1400A21259 /* ruleset.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.1.p; sourceTree = ""; }; + C1EA675C1680FE1400A21259 /* ruleset.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.2.css; sourceTree = ""; }; + C1EA675D1680FE1400A21259 /* ruleset.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.2.l; sourceTree = ""; }; + C1EA675E1680FE1400A21259 /* ruleset.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.2.p; sourceTree = ""; }; + C1EA675F1680FE1400A21259 /* ruleset.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.3.css; sourceTree = ""; }; + C1EA67601680FE1400A21259 /* ruleset.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.3.l; sourceTree = ""; }; + C1EA67611680FE1400A21259 /* ruleset.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.3.p; sourceTree = ""; }; + C1EA67621680FE1400A21259 /* ruleset.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.4.css; sourceTree = ""; }; + C1EA67631680FE1400A21259 /* ruleset.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.4.l; sourceTree = ""; }; + C1EA67641680FE1400A21259 /* ruleset.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.4.p; sourceTree = ""; }; + C1EA67651680FE1400A21259 /* ruleset.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.5.css; sourceTree = ""; }; + C1EA67661680FE1400A21259 /* ruleset.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.5.l; sourceTree = ""; }; + C1EA67671680FE1400A21259 /* ruleset.5.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.5.p; sourceTree = ""; }; + C1EA67681680FE1400A21259 /* ruleset.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.c.0.css; sourceTree = ""; }; + C1EA67691680FE1400A21259 /* ruleset.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.c.0.l; sourceTree = ""; }; + C1EA676A1680FE1400A21259 /* ruleset.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.c.0.p; sourceTree = ""; }; + C1EA676B1680FE1400A21259 /* ruleset.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.c.1.css; sourceTree = ""; }; + C1EA676C1680FE1400A21259 /* ruleset.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.c.1.l; sourceTree = ""; }; + C1EA676D1680FE1400A21259 /* ruleset.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.c.1.p; sourceTree = ""; }; + C1EA676E1680FE1400A21259 /* ruleset.c.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.c.2.css; sourceTree = ""; }; + C1EA676F1680FE1400A21259 /* ruleset.c.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.c.2.l; sourceTree = ""; }; + C1EA67701680FE1400A21259 /* ruleset.c.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.c.2.p; sourceTree = ""; }; + C1EA67711680FE1400A21259 /* ruleset.c.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.c.3.css; sourceTree = ""; }; + C1EA67721680FE1400A21259 /* ruleset.c.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.c.3.l; sourceTree = ""; }; + C1EA67731680FE1400A21259 /* ruleset.c.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.c.3.p; sourceTree = ""; }; + C1EA67741680FE1400A21259 /* ruleset.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.s.0.css; sourceTree = ""; }; + C1EA67751680FE1400A21259 /* ruleset.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.s.0.l; sourceTree = ""; }; + C1EA67761680FE1400A21259 /* ruleset.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.s.0.p; sourceTree = ""; }; + C1EA67771680FE1400A21259 /* ruleset.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.s.1.css; sourceTree = ""; }; + C1EA67781680FE1400A21259 /* ruleset.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.s.1.l; sourceTree = ""; }; + C1EA67791680FE1400A21259 /* ruleset.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.s.1.p; sourceTree = ""; }; + C1EA677A1680FE1400A21259 /* ruleset.s.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.s.2.css; sourceTree = ""; }; + C1EA677B1680FE1400A21259 /* ruleset.s.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.s.2.l; sourceTree = ""; }; + C1EA677C1680FE1400A21259 /* ruleset.s.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.s.2.p; sourceTree = ""; }; + C1EA677D1680FE1400A21259 /* ruleset.s.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.s.3.css; sourceTree = ""; }; + C1EA677E1680FE1400A21259 /* ruleset.s.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.s.3.l; sourceTree = ""; }; + C1EA677F1680FE1400A21259 /* ruleset.s.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.s.3.p; sourceTree = ""; }; + C1EA67801680FE1400A21259 /* ruleset.s.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.s.4.css; sourceTree = ""; }; + C1EA67811680FE1400A21259 /* ruleset.s.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.s.4.l; sourceTree = ""; }; + C1EA67821680FE1400A21259 /* ruleset.s.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.s.4.p; sourceTree = ""; }; + C1EA67831680FE1400A21259 /* ruleset.s.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = ruleset.s.5.css; sourceTree = ""; }; + C1EA67841680FE1400A21259 /* ruleset.s.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = ruleset.s.5.l; sourceTree = ""; }; + C1EA67851680FE1400A21259 /* ruleset.s.5.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = ruleset.s.5.p; sourceTree = ""; }; + C1EA67861680FE1400A21259 /* value.color.ident.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.color.ident.0.css; sourceTree = ""; }; + C1EA67871680FE1400A21259 /* value.color.ident.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.color.ident.0.l; sourceTree = ""; }; + C1EA67881680FE1400A21259 /* value.color.ident.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.color.ident.1.css; sourceTree = ""; }; + C1EA67891680FE1400A21259 /* value.color.ident.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.color.ident.1.l; sourceTree = ""; }; + C1EA678B1680FE1400A21259 /* selector.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = selector.0.css; sourceTree = ""; }; + C1EA678C1680FE1400A21259 /* selector.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = selector.0.l; sourceTree = ""; }; + C1EA678D1680FE1400A21259 /* selector.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = selector.0.p; sourceTree = ""; }; + C1EA678E1680FE1400A21259 /* selector.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = selector.1.css; sourceTree = ""; }; + C1EA678F1680FE1400A21259 /* selector.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = selector.1.l; sourceTree = ""; }; + C1EA67901680FE1400A21259 /* selector.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = selector.1.p; sourceTree = ""; }; + C1EA67921680FE1400A21259 /* shash.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = shash.0.css; sourceTree = ""; }; + C1EA67931680FE1400A21259 /* shash.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = shash.0.l; sourceTree = ""; }; + C1EA67941680FE1400A21259 /* shash.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = shash.0.p; sourceTree = ""; }; + C1EA67951680FE1400A21259 /* shash.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = shash.1.css; sourceTree = ""; }; + C1EA67961680FE1400A21259 /* shash.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = shash.1.l; sourceTree = ""; }; + C1EA67971680FE1400A21259 /* shash.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = shash.1.p; sourceTree = ""; }; + C1EA67991680FE1400A21259 /* simpleselector.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.0.css; sourceTree = ""; }; + C1EA679A1680FE1400A21259 /* simpleselector.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.0.l; sourceTree = ""; }; + C1EA679B1680FE1400A21259 /* simpleselector.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.0.p; sourceTree = ""; }; + C1EA679C1680FE1400A21259 /* simpleselector.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.1.css; sourceTree = ""; }; + C1EA679D1680FE1400A21259 /* simpleselector.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.1.l; sourceTree = ""; }; + C1EA679E1680FE1400A21259 /* simpleselector.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.1.p; sourceTree = ""; }; + C1EA679F1680FE1400A21259 /* simpleselector.10.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.10.css; sourceTree = ""; }; + C1EA67A01680FE1400A21259 /* simpleselector.10.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.10.l; sourceTree = ""; }; + C1EA67A11680FE1400A21259 /* simpleselector.10.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.10.p; sourceTree = ""; }; + C1EA67A21680FE1400A21259 /* simpleselector.11.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.11.css; sourceTree = ""; }; + C1EA67A31680FE1400A21259 /* simpleselector.11.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.11.l; sourceTree = ""; }; + C1EA67A41680FE1400A21259 /* simpleselector.11.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.11.p; sourceTree = ""; }; + C1EA67A51680FE1400A21259 /* simpleselector.12.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.12.css; sourceTree = ""; }; + C1EA67A61680FE1400A21259 /* simpleselector.12.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.12.l; sourceTree = ""; }; + C1EA67A71680FE1400A21259 /* simpleselector.12.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.12.p; sourceTree = ""; }; + C1EA67A81680FE1400A21259 /* simpleselector.13.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.13.css; sourceTree = ""; }; + C1EA67A91680FE1400A21259 /* simpleselector.13.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.13.l; sourceTree = ""; }; + C1EA67AA1680FE1400A21259 /* simpleselector.13.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.13.p; sourceTree = ""; }; + C1EA67AB1680FE1400A21259 /* simpleselector.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.2.css; sourceTree = ""; }; + C1EA67AC1680FE1400A21259 /* simpleselector.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.2.l; sourceTree = ""; }; + C1EA67AD1680FE1400A21259 /* simpleselector.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.2.p; sourceTree = ""; }; + C1EA67AE1680FE1400A21259 /* simpleselector.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.3.css; sourceTree = ""; }; + C1EA67AF1680FE1400A21259 /* simpleselector.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.3.l; sourceTree = ""; }; + C1EA67B01680FE1400A21259 /* simpleselector.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.3.p; sourceTree = ""; }; + C1EA67B11680FE1400A21259 /* simpleselector.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.4.css; sourceTree = ""; }; + C1EA67B21680FE1400A21259 /* simpleselector.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.4.l; sourceTree = ""; }; + C1EA67B31680FE1400A21259 /* simpleselector.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.4.p; sourceTree = ""; }; + C1EA67B41680FE1400A21259 /* simpleselector.5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.5.css; sourceTree = ""; }; + C1EA67B51680FE1400A21259 /* simpleselector.5.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.5.l; sourceTree = ""; }; + C1EA67B61680FE1400A21259 /* simpleselector.5.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.5.p; sourceTree = ""; }; + C1EA67B71680FE1400A21259 /* simpleselector.6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.6.css; sourceTree = ""; }; + C1EA67B81680FE1400A21259 /* simpleselector.6.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.6.l; sourceTree = ""; }; + C1EA67B91680FE1400A21259 /* simpleselector.6.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.6.p; sourceTree = ""; }; + C1EA67BA1680FE1400A21259 /* simpleselector.7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.7.css; sourceTree = ""; }; + C1EA67BB1680FE1400A21259 /* simpleselector.7.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.7.l; sourceTree = ""; }; + C1EA67BC1680FE1400A21259 /* simpleselector.7.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.7.p; sourceTree = ""; }; + C1EA67BD1680FE1400A21259 /* simpleselector.8.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.8.css; sourceTree = ""; }; + C1EA67BE1680FE1400A21259 /* simpleselector.8.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.8.l; sourceTree = ""; }; + C1EA67BF1680FE1400A21259 /* simpleselector.8.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.8.p; sourceTree = ""; }; + C1EA67C01680FE1400A21259 /* simpleselector.9.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.9.css; sourceTree = ""; }; + C1EA67C11680FE1400A21259 /* simpleselector.9.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.9.l; sourceTree = ""; }; + C1EA67C21680FE1400A21259 /* simpleselector.9.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.9.p; sourceTree = ""; }; + C1EA67C31680FE1400A21259 /* simpleselector.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.c.0.css; sourceTree = ""; }; + C1EA67C41680FE1400A21259 /* simpleselector.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.c.0.l; sourceTree = ""; }; + C1EA67C51680FE1400A21259 /* simpleselector.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.c.0.p; sourceTree = ""; }; + C1EA67C61680FE1400A21259 /* simpleselector.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.c.1.css; sourceTree = ""; }; + C1EA67C71680FE1400A21259 /* simpleselector.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.c.1.l; sourceTree = ""; }; + C1EA67C81680FE1400A21259 /* simpleselector.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.c.1.p; sourceTree = ""; }; + C1EA67C91680FE1400A21259 /* simpleselector.c.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.c.2.css; sourceTree = ""; }; + C1EA67CA1680FE1400A21259 /* simpleselector.c.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.c.2.l; sourceTree = ""; }; + C1EA67CB1680FE1400A21259 /* simpleselector.c.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.c.2.p; sourceTree = ""; }; + C1EA67CC1680FE1400A21259 /* simpleselector.c.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.c.3.css; sourceTree = ""; }; + C1EA67CD1680FE1400A21259 /* simpleselector.c.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.c.3.l; sourceTree = ""; }; + C1EA67CE1680FE1400A21259 /* simpleselector.c.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.c.3.p; sourceTree = ""; }; + C1EA67CF1680FE1400A21259 /* simpleselector.c.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.c.4.css; sourceTree = ""; }; + C1EA67D01680FE1400A21259 /* simpleselector.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.s.0.css; sourceTree = ""; }; + C1EA67D11680FE1400A21259 /* simpleselector.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.s.0.l; sourceTree = ""; }; + C1EA67D21680FE1400A21259 /* simpleselector.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.s.0.p; sourceTree = ""; }; + C1EA67D31680FE1400A21259 /* simpleselector.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.s.1.css; sourceTree = ""; }; + C1EA67D41680FE1400A21259 /* simpleselector.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.s.1.l; sourceTree = ""; }; + C1EA67D51680FE1400A21259 /* simpleselector.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.s.1.p; sourceTree = ""; }; + C1EA67D61680FE1400A21259 /* simpleselector.s.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.s.2.css; sourceTree = ""; }; + C1EA67D71680FE1400A21259 /* simpleselector.s.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.s.2.l; sourceTree = ""; }; + C1EA67D81680FE1400A21259 /* simpleselector.s.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.s.2.p; sourceTree = ""; }; + C1EA67D91680FE1400A21259 /* simpleselector.s.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.s.3.css; sourceTree = ""; }; + C1EA67DA1680FE1400A21259 /* simpleselector.s.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.s.3.l; sourceTree = ""; }; + C1EA67DB1680FE1400A21259 /* simpleselector.s.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.s.3.p; sourceTree = ""; }; + C1EA67DC1680FE1400A21259 /* simpleselector.s.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = simpleselector.s.4.css; sourceTree = ""; }; + C1EA67DD1680FE1400A21259 /* simpleselector.s.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = simpleselector.s.4.l; sourceTree = ""; }; + C1EA67DE1680FE1400A21259 /* simpleselector.s.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = simpleselector.s.4.p; sourceTree = ""; }; + C1EA67E01680FE1400A21259 /* string.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = string.0.css; sourceTree = ""; }; + C1EA67E11680FE1400A21259 /* string.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = string.0.l; sourceTree = ""; }; + C1EA67E21680FE1400A21259 /* string.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = string.0.p; sourceTree = ""; }; + C1EA67E31680FE1400A21259 /* string.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = string.1.css; sourceTree = ""; }; + C1EA67E41680FE1400A21259 /* string.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = string.1.l; sourceTree = ""; }; + C1EA67E51680FE1400A21259 /* string.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = string.1.p; sourceTree = ""; }; + C1EA67E61680FE1400A21259 /* string.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = string.2.css; sourceTree = ""; }; + C1EA67E71680FE1400A21259 /* string.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = string.2.l; sourceTree = ""; }; + C1EA67E81680FE1400A21259 /* string.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = string.2.p; sourceTree = ""; }; + C1EA67E91680FE1400A21259 /* string.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = string.3.css; sourceTree = ""; }; + C1EA67EA1680FE1400A21259 /* string.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = string.3.l; sourceTree = ""; }; + C1EA67EB1680FE1400A21259 /* string.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = string.3.p; sourceTree = ""; }; + C1EA67ED1680FE1400A21259 /* compress.attrib.string.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.attrib.string.test1.cl; sourceTree = ""; }; + C1EA67EE1680FE1400A21259 /* compress.attrib.string.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.attrib.string.test1.css; sourceTree = ""; }; + C1EA67EF1680FE1400A21259 /* compress.attrib.string.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.attrib.string.test2.cl; sourceTree = ""; }; + C1EA67F01680FE1400A21259 /* compress.attrib.string.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.attrib.string.test2.css; sourceTree = ""; }; + C1EA67F11680FE1400A21259 /* compress.colormark.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.colormark.test1.cl; sourceTree = ""; }; + C1EA67F21680FE1400A21259 /* compress.colormark.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.colormark.test1.css; sourceTree = ""; }; + C1EA67F31680FE1400A21259 /* compress.css21.part15.6.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part15.6.test1.cl; sourceTree = ""; }; + C1EA67F41680FE1400A21259 /* compress.css21.part15.6.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part15.6.test1.css; sourceTree = ""; }; + C1EA67F51680FE1400A21259 /* compress.css21.part4.3.2.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.2.test1.cl; sourceTree = ""; }; + C1EA67F61680FE1400A21259 /* compress.css21.part4.3.2.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.2.test1.css; sourceTree = ""; }; + C1EA67F71680FE1400A21259 /* compress.css21.part4.3.2.test10.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.2.test10.cl; sourceTree = ""; }; + C1EA67F81680FE1400A21259 /* compress.css21.part4.3.2.test10.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.2.test10.css; sourceTree = ""; }; + C1EA67F91680FE1400A21259 /* compress.css21.part4.3.2.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.2.test2.cl; sourceTree = ""; }; + C1EA67FA1680FE1400A21259 /* compress.css21.part4.3.2.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.2.test2.css; sourceTree = ""; }; + C1EA67FB1680FE1400A21259 /* compress.css21.part4.3.2.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.2.test3.cl; sourceTree = ""; }; + C1EA67FC1680FE1400A21259 /* compress.css21.part4.3.2.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.2.test3.css; sourceTree = ""; }; + C1EA67FD1680FE1400A21259 /* compress.css21.part4.3.2.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.2.test4.cl; sourceTree = ""; }; + C1EA67FE1680FE1400A21259 /* compress.css21.part4.3.2.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.2.test4.css; sourceTree = ""; }; + C1EA67FF1680FE1400A21259 /* compress.css21.part4.3.2.test5.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.2.test5.cl; sourceTree = ""; }; + C1EA68001680FE1400A21259 /* compress.css21.part4.3.2.test5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.2.test5.css; sourceTree = ""; }; + C1EA68011680FE1400A21259 /* compress.css21.part4.3.2.test6.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.2.test6.cl; sourceTree = ""; }; + C1EA68021680FE1400A21259 /* compress.css21.part4.3.2.test6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.2.test6.css; sourceTree = ""; }; + C1EA68031680FE1400A21259 /* compress.css21.part4.3.2.test7.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.2.test7.cl; sourceTree = ""; }; + C1EA68041680FE1400A21259 /* compress.css21.part4.3.2.test7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.2.test7.css; sourceTree = ""; }; + C1EA68051680FE1400A21259 /* compress.css21.part4.3.2.test8.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.2.test8.cl; sourceTree = ""; }; + C1EA68061680FE1400A21259 /* compress.css21.part4.3.2.test8.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.2.test8.css; sourceTree = ""; }; + C1EA68071680FE1400A21259 /* compress.css21.part4.3.2.test9.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.2.test9.cl; sourceTree = ""; }; + C1EA68081680FE1400A21259 /* compress.css21.part4.3.2.test9.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.2.test9.css; sourceTree = ""; }; + C1EA68091680FE1400A21259 /* compress.css21.part4.3.4.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.4.test1.cl; sourceTree = ""; }; + C1EA680A1680FE1400A21259 /* compress.css21.part4.3.4.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.4.test1.css; sourceTree = ""; }; + C1EA680B1680FE1400A21259 /* compress.css21.part4.3.4.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.4.test2.cl; sourceTree = ""; }; + C1EA680C1680FE1400A21259 /* compress.css21.part4.3.4.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.4.test2.css; sourceTree = ""; }; + C1EA680D1680FE1400A21259 /* compress.css21.part4.3.4.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.4.test3.cl; sourceTree = ""; }; + C1EA680E1680FE1400A21259 /* compress.css21.part4.3.4.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.4.test3.css; sourceTree = ""; }; + C1EA680F1680FE1400A21259 /* compress.css21.part4.3.4.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.4.test4.cl; sourceTree = ""; }; + C1EA68101680FE1400A21259 /* compress.css21.part4.3.4.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.4.test4.css; sourceTree = ""; }; + C1EA68111680FE1400A21259 /* compress.css21.part4.3.4.test5.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.4.test5.cl; sourceTree = ""; }; + C1EA68121680FE1400A21259 /* compress.css21.part4.3.4.test5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.4.test5.css; sourceTree = ""; }; + C1EA68131680FE1400A21259 /* compress.css21.part4.3.4.test6.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.4.test6.cl; sourceTree = ""; }; + C1EA68141680FE1400A21259 /* compress.css21.part4.3.4.test6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.4.test6.css; sourceTree = ""; }; + C1EA68151680FE1400A21259 /* compress.css21.part4.3.4.test7.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.4.test7.cl; sourceTree = ""; }; + C1EA68161680FE1400A21259 /* compress.css21.part4.3.4.test7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.4.test7.css; sourceTree = ""; }; + C1EA68171680FE1400A21259 /* compress.css21.part4.3.4.test8.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.4.test8.cl; sourceTree = ""; }; + C1EA68181680FE1400A21259 /* compress.css21.part4.3.4.test8.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.4.test8.css; sourceTree = ""; }; + C1EA68191680FE1400A21259 /* compress.css21.part4.3.4.test9.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.4.test9.cl; sourceTree = ""; }; + C1EA681A1680FE1400A21259 /* compress.css21.part4.3.4.test9.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.4.test9.css; sourceTree = ""; }; + C1EA681B1680FE1400A21259 /* compress.css21.part4.3.6.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.6.test1.cl; sourceTree = ""; }; + C1EA681C1680FE1400A21259 /* compress.css21.part4.3.6.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.6.test1.css; sourceTree = ""; }; + C1EA681D1680FE1400A21259 /* compress.css21.part4.3.6.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.6.test2.cl; sourceTree = ""; }; + C1EA681E1680FE1400A21259 /* compress.css21.part4.3.6.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.6.test2.css; sourceTree = ""; }; + C1EA681F1680FE1400A21259 /* compress.css21.part4.3.6.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.6.test3.cl; sourceTree = ""; }; + C1EA68201680FE1400A21259 /* compress.css21.part4.3.6.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.6.test3.css; sourceTree = ""; }; + C1EA68211680FE1400A21259 /* compress.css21.part4.3.6.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.6.test4.cl; sourceTree = ""; }; + C1EA68221680FE1400A21259 /* compress.css21.part4.3.6.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.6.test4.css; sourceTree = ""; }; + C1EA68231680FE1400A21259 /* compress.css21.part4.3.6.test5.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.6.test5.cl; sourceTree = ""; }; + C1EA68241680FE1400A21259 /* compress.css21.part4.3.6.test5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.6.test5.css; sourceTree = ""; }; + C1EA68251680FE1400A21259 /* compress.css21.part4.3.6.test6.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.6.test6.cl; sourceTree = ""; }; + C1EA68261680FE1400A21259 /* compress.css21.part4.3.6.test6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.6.test6.css; sourceTree = ""; }; + C1EA68271680FE1400A21259 /* compress.css21.part4.3.6.test7.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.6.test7.cl; sourceTree = ""; }; + C1EA68281680FE1400A21259 /* compress.css21.part4.3.6.test7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.6.test7.css; sourceTree = ""; }; + C1EA68291680FE1400A21259 /* compress.css21.part4.3.6.test8.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.6.test8.cl; sourceTree = ""; }; + C1EA682A1680FE1400A21259 /* compress.css21.part4.3.6.test8.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.6.test8.css; sourceTree = ""; }; + C1EA682B1680FE1400A21259 /* compress.css21.part4.3.7.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.7.test1.cl; sourceTree = ""; }; + C1EA682C1680FE1400A21259 /* compress.css21.part4.3.7.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.7.test1.css; sourceTree = ""; }; + C1EA682D1680FE1400A21259 /* compress.css21.part4.3.7.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.7.test2.cl; sourceTree = ""; }; + C1EA682E1680FE1400A21259 /* compress.css21.part4.3.7.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.7.test2.css; sourceTree = ""; }; + C1EA682F1680FE1400A21259 /* compress.css21.part4.3.7.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.7.test3.cl; sourceTree = ""; }; + C1EA68301680FE1400A21259 /* compress.css21.part4.3.7.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.7.test3.css; sourceTree = ""; }; + C1EA68311680FE1400A21259 /* compress.css21.part4.3.7.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.7.test4.cl; sourceTree = ""; }; + C1EA68321680FE1400A21259 /* compress.css21.part4.3.7.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.7.test4.css; sourceTree = ""; }; + C1EA68331680FE1400A21259 /* compress.css21.part4.3.7.test5.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.7.test5.cl; sourceTree = ""; }; + C1EA68341680FE1400A21259 /* compress.css21.part4.3.7.test5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.7.test5.css; sourceTree = ""; }; + C1EA68351680FE1400A21259 /* compress.css21.part4.3.7.test6.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.3.7.test6.cl; sourceTree = ""; }; + C1EA68361680FE1400A21259 /* compress.css21.part4.3.7.test6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.3.7.test6.css; sourceTree = ""; }; + C1EA68371680FE1400A21259 /* compress.css21.part4.4.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.4.test1.cl; sourceTree = ""; }; + C1EA68381680FE1400A21259 /* compress.css21.part4.4.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.4.test1.css; sourceTree = ""; }; + C1EA68391680FE1400A21259 /* compress.css21.part4.4.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.4.test2.cl; sourceTree = ""; }; + C1EA683A1680FE1400A21259 /* compress.css21.part4.4.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.4.test2.css; sourceTree = ""; }; + C1EA683B1680FE1400A21259 /* compress.css21.part4.4.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part4.4.test3.cl; sourceTree = ""; }; + C1EA683C1680FE1400A21259 /* compress.css21.part4.4.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part4.4.test3.css; sourceTree = ""; }; + C1EA683D1680FE1400A21259 /* compress.css21.part6.3.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part6.3.test1.cl; sourceTree = ""; }; + C1EA683E1680FE1400A21259 /* compress.css21.part6.3.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part6.3.test1.css; sourceTree = ""; }; + C1EA683F1680FE1400A21259 /* compress.css21.part6.3.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part6.3.test2.cl; sourceTree = ""; }; + C1EA68401680FE1400A21259 /* compress.css21.part6.3.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part6.3.test2.css; sourceTree = ""; }; + C1EA68411680FE1400A21259 /* compress.css21.part6.3.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part6.3.test3.cl; sourceTree = ""; }; + C1EA68421680FE1400A21259 /* compress.css21.part6.3.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part6.3.test3.css; sourceTree = ""; }; + C1EA68431680FE1400A21259 /* compress.css21.part6.3.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part6.3.test4.cl; sourceTree = ""; }; + C1EA68441680FE1400A21259 /* compress.css21.part6.3.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part6.3.test4.css; sourceTree = ""; }; + C1EA68451680FE1400A21259 /* compress.css21.part6.3.test5.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part6.3.test5.cl; sourceTree = ""; }; + C1EA68461680FE1400A21259 /* compress.css21.part6.3.test5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part6.3.test5.css; sourceTree = ""; }; + C1EA68471680FE1400A21259 /* compress.css21.part6.3.test6.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part6.3.test6.cl; sourceTree = ""; }; + C1EA68481680FE1400A21259 /* compress.css21.part6.3.test6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part6.3.test6.css; sourceTree = ""; }; + C1EA68491680FE1400A21259 /* compress.css21.part6.4.2.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part6.4.2.test1.cl; sourceTree = ""; }; + C1EA684A1680FE1400A21259 /* compress.css21.part6.4.2.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part6.4.2.test1.css; sourceTree = ""; }; + C1EA684B1680FE1400A21259 /* compress.css21.part6.4.2.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part6.4.2.test2.cl; sourceTree = ""; }; + C1EA684C1680FE1400A21259 /* compress.css21.part6.4.2.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part6.4.2.test2.css; sourceTree = ""; }; + C1EA684D1680FE1400A21259 /* compress.css21.part6.4.2.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part6.4.2.test3.cl; sourceTree = ""; }; + C1EA684E1680FE1400A21259 /* compress.css21.part6.4.2.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part6.4.2.test3.css; sourceTree = ""; }; + C1EA684F1680FE1400A21259 /* compress.css21.part7.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part7.test1.cl; sourceTree = ""; }; + C1EA68501680FE1400A21259 /* compress.css21.part7.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part7.test1.css; sourceTree = ""; }; + C1EA68511680FE1400A21259 /* compress.css21.part7.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css21.part7.test2.cl; sourceTree = ""; }; + C1EA68521680FE1400A21259 /* compress.css21.part7.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css21.part7.test2.css; sourceTree = ""; }; + C1EA68531680FE1400A21259 /* compress.css3.selectors.part2.test1.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test1.c.cl; sourceTree = ""; }; + C1EA68541680FE1400A21259 /* compress.css3.selectors.part2.test1.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test1.c.css; sourceTree = ""; }; + C1EA68551680FE1400A21259 /* compress.css3.selectors.part2.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test1.cl; sourceTree = ""; }; + C1EA68561680FE1400A21259 /* compress.css3.selectors.part2.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test1.css; sourceTree = ""; }; + C1EA68571680FE1400A21259 /* compress.css3.selectors.part2.test10.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test10.c.cl; sourceTree = ""; }; + C1EA68581680FE1400A21259 /* compress.css3.selectors.part2.test10.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test10.c.css; sourceTree = ""; }; + C1EA68591680FE1400A21259 /* compress.css3.selectors.part2.test10.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test10.cl; sourceTree = ""; }; + C1EA685A1680FE1400A21259 /* compress.css3.selectors.part2.test10.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test10.css; sourceTree = ""; }; + C1EA685B1680FE1400A21259 /* compress.css3.selectors.part2.test11.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test11.c.cl; sourceTree = ""; }; + C1EA685C1680FE1400A21259 /* compress.css3.selectors.part2.test11.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test11.c.css; sourceTree = ""; }; + C1EA685D1680FE1400A21259 /* compress.css3.selectors.part2.test11.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test11.cl; sourceTree = ""; }; + C1EA685E1680FE1400A21259 /* compress.css3.selectors.part2.test11.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test11.css; sourceTree = ""; }; + C1EA685F1680FE1400A21259 /* compress.css3.selectors.part2.test12.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test12.c.cl; sourceTree = ""; }; + C1EA68601680FE1400A21259 /* compress.css3.selectors.part2.test12.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test12.c.css; sourceTree = ""; }; + C1EA68611680FE1400A21259 /* compress.css3.selectors.part2.test12.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test12.cl; sourceTree = ""; }; + C1EA68621680FE1400A21259 /* compress.css3.selectors.part2.test12.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test12.css; sourceTree = ""; }; + C1EA68631680FE1400A21259 /* compress.css3.selectors.part2.test13.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test13.c.cl; sourceTree = ""; }; + C1EA68641680FE1400A21259 /* compress.css3.selectors.part2.test13.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test13.c.css; sourceTree = ""; }; + C1EA68651680FE1400A21259 /* compress.css3.selectors.part2.test13.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test13.cl; sourceTree = ""; }; + C1EA68661680FE1400A21259 /* compress.css3.selectors.part2.test13.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test13.css; sourceTree = ""; }; + C1EA68671680FE1400A21259 /* compress.css3.selectors.part2.test14.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test14.c.cl; sourceTree = ""; }; + C1EA68681680FE1400A21259 /* compress.css3.selectors.part2.test14.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test14.c.css; sourceTree = ""; }; + C1EA68691680FE1400A21259 /* compress.css3.selectors.part2.test14.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test14.cl; sourceTree = ""; }; + C1EA686A1680FE1400A21259 /* compress.css3.selectors.part2.test14.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test14.css; sourceTree = ""; }; + C1EA686B1680FE1400A21259 /* compress.css3.selectors.part2.test15.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test15.c.cl; sourceTree = ""; }; + C1EA686C1680FE1400A21259 /* compress.css3.selectors.part2.test15.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test15.c.css; sourceTree = ""; }; + C1EA686D1680FE1400A21259 /* compress.css3.selectors.part2.test15.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test15.cl; sourceTree = ""; }; + C1EA686E1680FE1400A21259 /* compress.css3.selectors.part2.test15.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test15.css; sourceTree = ""; }; + C1EA686F1680FE1400A21259 /* compress.css3.selectors.part2.test16.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test16.c.cl; sourceTree = ""; }; + C1EA68701680FE1400A21259 /* compress.css3.selectors.part2.test16.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test16.c.css; sourceTree = ""; }; + C1EA68711680FE1400A21259 /* compress.css3.selectors.part2.test16.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test16.cl; sourceTree = ""; }; + C1EA68721680FE1400A21259 /* compress.css3.selectors.part2.test16.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test16.css; sourceTree = ""; }; + C1EA68731680FE1400A21259 /* compress.css3.selectors.part2.test17.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test17.c.cl; sourceTree = ""; }; + C1EA68741680FE1400A21259 /* compress.css3.selectors.part2.test17.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test17.c.css; sourceTree = ""; }; + C1EA68751680FE1400A21259 /* compress.css3.selectors.part2.test17.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test17.cl; sourceTree = ""; }; + C1EA68761680FE1400A21259 /* compress.css3.selectors.part2.test17.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test17.css; sourceTree = ""; }; + C1EA68771680FE1400A21259 /* compress.css3.selectors.part2.test18.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test18.c.cl; sourceTree = ""; }; + C1EA68781680FE1400A21259 /* compress.css3.selectors.part2.test18.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test18.c.css; sourceTree = ""; }; + C1EA68791680FE1400A21259 /* compress.css3.selectors.part2.test18.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test18.cl; sourceTree = ""; }; + C1EA687A1680FE1400A21259 /* compress.css3.selectors.part2.test18.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test18.css; sourceTree = ""; }; + C1EA687B1680FE1400A21259 /* compress.css3.selectors.part2.test19.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test19.c.cl; sourceTree = ""; }; + C1EA687C1680FE1400A21259 /* compress.css3.selectors.part2.test19.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test19.c.css; sourceTree = ""; }; + C1EA687D1680FE1400A21259 /* compress.css3.selectors.part2.test19.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test19.cl; sourceTree = ""; }; + C1EA687E1680FE1400A21259 /* compress.css3.selectors.part2.test19.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test19.css; sourceTree = ""; }; + C1EA687F1680FE1400A21259 /* compress.css3.selectors.part2.test2.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test2.c.cl; sourceTree = ""; }; + C1EA68801680FE1400A21259 /* compress.css3.selectors.part2.test2.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test2.c.css; sourceTree = ""; }; + C1EA68811680FE1400A21259 /* compress.css3.selectors.part2.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test2.cl; sourceTree = ""; }; + C1EA68821680FE1400A21259 /* compress.css3.selectors.part2.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test2.css; sourceTree = ""; }; + C1EA68831680FE1400A21259 /* compress.css3.selectors.part2.test20.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test20.c.cl; sourceTree = ""; }; + C1EA68841680FE1400A21259 /* compress.css3.selectors.part2.test20.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test20.c.css; sourceTree = ""; }; + C1EA68851680FE1400A21259 /* compress.css3.selectors.part2.test20.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test20.cl; sourceTree = ""; }; + C1EA68861680FE1400A21259 /* compress.css3.selectors.part2.test20.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test20.css; sourceTree = ""; }; + C1EA68871680FE1400A21259 /* compress.css3.selectors.part2.test21.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test21.c.cl; sourceTree = ""; }; + C1EA68881680FE1400A21259 /* compress.css3.selectors.part2.test21.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test21.c.css; sourceTree = ""; }; + C1EA68891680FE1400A21259 /* compress.css3.selectors.part2.test21.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test21.cl; sourceTree = ""; }; + C1EA688A1680FE1400A21259 /* compress.css3.selectors.part2.test21.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test21.css; sourceTree = ""; }; + C1EA688B1680FE1400A21259 /* compress.css3.selectors.part2.test22.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test22.c.cl; sourceTree = ""; }; + C1EA688C1680FE1400A21259 /* compress.css3.selectors.part2.test22.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test22.c.css; sourceTree = ""; }; + C1EA688D1680FE1400A21259 /* compress.css3.selectors.part2.test22.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test22.cl; sourceTree = ""; }; + C1EA688E1680FE1400A21259 /* compress.css3.selectors.part2.test22.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test22.css; sourceTree = ""; }; + C1EA688F1680FE1400A21259 /* compress.css3.selectors.part2.test23.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test23.c.cl; sourceTree = ""; }; + C1EA68901680FE1400A21259 /* compress.css3.selectors.part2.test23.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test23.c.css; sourceTree = ""; }; + C1EA68911680FE1400A21259 /* compress.css3.selectors.part2.test23.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test23.cl; sourceTree = ""; }; + C1EA68921680FE1400A21259 /* compress.css3.selectors.part2.test23.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test23.css; sourceTree = ""; }; + C1EA68931680FE1400A21259 /* compress.css3.selectors.part2.test24.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test24.c.cl; sourceTree = ""; }; + C1EA68941680FE1400A21259 /* compress.css3.selectors.part2.test24.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test24.c.css; sourceTree = ""; }; + C1EA68951680FE1400A21259 /* compress.css3.selectors.part2.test24.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test24.cl; sourceTree = ""; }; + C1EA68961680FE1400A21259 /* compress.css3.selectors.part2.test24.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test24.css; sourceTree = ""; }; + C1EA68971680FE1400A21259 /* compress.css3.selectors.part2.test25.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test25.c.cl; sourceTree = ""; }; + C1EA68981680FE1400A21259 /* compress.css3.selectors.part2.test25.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test25.c.css; sourceTree = ""; }; + C1EA68991680FE1400A21259 /* compress.css3.selectors.part2.test25.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test25.cl; sourceTree = ""; }; + C1EA689A1680FE1400A21259 /* compress.css3.selectors.part2.test25.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test25.css; sourceTree = ""; }; + C1EA689B1680FE1400A21259 /* compress.css3.selectors.part2.test26.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test26.c.cl; sourceTree = ""; }; + C1EA689C1680FE1400A21259 /* compress.css3.selectors.part2.test26.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test26.c.css; sourceTree = ""; }; + C1EA689D1680FE1400A21259 /* compress.css3.selectors.part2.test26.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test26.cl; sourceTree = ""; }; + C1EA689E1680FE1400A21259 /* compress.css3.selectors.part2.test26.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test26.css; sourceTree = ""; }; + C1EA689F1680FE1400A21259 /* compress.css3.selectors.part2.test27.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test27.c.cl; sourceTree = ""; }; + C1EA68A01680FE1400A21259 /* compress.css3.selectors.part2.test27.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test27.c.css; sourceTree = ""; }; + C1EA68A11680FE1400A21259 /* compress.css3.selectors.part2.test27.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test27.cl; sourceTree = ""; }; + C1EA68A21680FE1400A21259 /* compress.css3.selectors.part2.test27.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test27.css; sourceTree = ""; }; + C1EA68A31680FE1400A21259 /* compress.css3.selectors.part2.test28.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test28.c.cl; sourceTree = ""; }; + C1EA68A41680FE1400A21259 /* compress.css3.selectors.part2.test28.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test28.c.css; sourceTree = ""; }; + C1EA68A51680FE1400A21259 /* compress.css3.selectors.part2.test28.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test28.cl; sourceTree = ""; }; + C1EA68A61680FE1400A21259 /* compress.css3.selectors.part2.test28.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test28.css; sourceTree = ""; }; + C1EA68A71680FE1400A21259 /* compress.css3.selectors.part2.test29.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test29.c.cl; sourceTree = ""; }; + C1EA68A81680FE1400A21259 /* compress.css3.selectors.part2.test29.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test29.c.css; sourceTree = ""; }; + C1EA68A91680FE1400A21259 /* compress.css3.selectors.part2.test29.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test29.cl; sourceTree = ""; }; + C1EA68AA1680FE1400A21259 /* compress.css3.selectors.part2.test29.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test29.css; sourceTree = ""; }; + C1EA68AB1680FE1400A21259 /* compress.css3.selectors.part2.test3.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test3.c.cl; sourceTree = ""; }; + C1EA68AC1680FE1400A21259 /* compress.css3.selectors.part2.test3.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test3.c.css; sourceTree = ""; }; + C1EA68AD1680FE1400A21259 /* compress.css3.selectors.part2.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test3.cl; sourceTree = ""; }; + C1EA68AE1680FE1400A21259 /* compress.css3.selectors.part2.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test3.css; sourceTree = ""; }; + C1EA68AF1680FE1400A21259 /* compress.css3.selectors.part2.test30.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test30.c.cl; sourceTree = ""; }; + C1EA68B01680FE1400A21259 /* compress.css3.selectors.part2.test30.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test30.c.css; sourceTree = ""; }; + C1EA68B11680FE1400A21259 /* compress.css3.selectors.part2.test30.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test30.cl; sourceTree = ""; }; + C1EA68B21680FE1400A21259 /* compress.css3.selectors.part2.test30.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test30.css; sourceTree = ""; }; + C1EA68B31680FE1400A21259 /* compress.css3.selectors.part2.test31.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test31.c.cl; sourceTree = ""; }; + C1EA68B41680FE1400A21259 /* compress.css3.selectors.part2.test31.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test31.c.css; sourceTree = ""; }; + C1EA68B51680FE1400A21259 /* compress.css3.selectors.part2.test31.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test31.cl; sourceTree = ""; }; + C1EA68B61680FE1400A21259 /* compress.css3.selectors.part2.test31.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test31.css; sourceTree = ""; }; + C1EA68B71680FE1400A21259 /* compress.css3.selectors.part2.test32.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test32.c.cl; sourceTree = ""; }; + C1EA68B81680FE1400A21259 /* compress.css3.selectors.part2.test32.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test32.c.css; sourceTree = ""; }; + C1EA68B91680FE1400A21259 /* compress.css3.selectors.part2.test32.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test32.cl; sourceTree = ""; }; + C1EA68BA1680FE1400A21259 /* compress.css3.selectors.part2.test32.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test32.css; sourceTree = ""; }; + C1EA68BB1680FE1400A21259 /* compress.css3.selectors.part2.test33.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test33.c.cl; sourceTree = ""; }; + C1EA68BC1680FE1400A21259 /* compress.css3.selectors.part2.test33.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test33.c.css; sourceTree = ""; }; + C1EA68BD1680FE1400A21259 /* compress.css3.selectors.part2.test33.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test33.cl; sourceTree = ""; }; + C1EA68BE1680FE1400A21259 /* compress.css3.selectors.part2.test33.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test33.css; sourceTree = ""; }; + C1EA68BF1680FE1400A21259 /* compress.css3.selectors.part2.test34.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test34.c.cl; sourceTree = ""; }; + C1EA68C01680FE1400A21259 /* compress.css3.selectors.part2.test34.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test34.c.css; sourceTree = ""; }; + C1EA68C11680FE1400A21259 /* compress.css3.selectors.part2.test34.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test34.cl; sourceTree = ""; }; + C1EA68C21680FE1400A21259 /* compress.css3.selectors.part2.test34.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test34.css; sourceTree = ""; }; + C1EA68C31680FE1400A21259 /* compress.css3.selectors.part2.test35.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test35.c.cl; sourceTree = ""; }; + C1EA68C41680FE1400A21259 /* compress.css3.selectors.part2.test35.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test35.c.css; sourceTree = ""; }; + C1EA68C51680FE1400A21259 /* compress.css3.selectors.part2.test35.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test35.cl; sourceTree = ""; }; + C1EA68C61680FE1400A21259 /* compress.css3.selectors.part2.test35.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test35.css; sourceTree = ""; }; + C1EA68C71680FE1400A21259 /* compress.css3.selectors.part2.test36.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test36.c.cl; sourceTree = ""; }; + C1EA68C81680FE1400A21259 /* compress.css3.selectors.part2.test36.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test36.c.css; sourceTree = ""; }; + C1EA68C91680FE1400A21259 /* compress.css3.selectors.part2.test36.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test36.cl; sourceTree = ""; }; + C1EA68CA1680FE1400A21259 /* compress.css3.selectors.part2.test36.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test36.css; sourceTree = ""; }; + C1EA68CB1680FE1400A21259 /* compress.css3.selectors.part2.test37.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test37.c.cl; sourceTree = ""; }; + C1EA68CC1680FE1400A21259 /* compress.css3.selectors.part2.test37.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test37.c.css; sourceTree = ""; }; + C1EA68CD1680FE1400A21259 /* compress.css3.selectors.part2.test37.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test37.cl; sourceTree = ""; }; + C1EA68CE1680FE1400A21259 /* compress.css3.selectors.part2.test37.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test37.css; sourceTree = ""; }; + C1EA68CF1680FE1400A21259 /* compress.css3.selectors.part2.test38.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test38.c.cl; sourceTree = ""; }; + C1EA68D01680FE1400A21259 /* compress.css3.selectors.part2.test38.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test38.c.css; sourceTree = ""; }; + C1EA68D11680FE1400A21259 /* compress.css3.selectors.part2.test38.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test38.cl; sourceTree = ""; }; + C1EA68D21680FE1400A21259 /* compress.css3.selectors.part2.test38.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test38.css; sourceTree = ""; }; + C1EA68D31680FE1400A21259 /* compress.css3.selectors.part2.test39.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test39.c.cl; sourceTree = ""; }; + C1EA68D41680FE1400A21259 /* compress.css3.selectors.part2.test39.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test39.c.css; sourceTree = ""; }; + C1EA68D51680FE1400A21259 /* compress.css3.selectors.part2.test39.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test39.cl; sourceTree = ""; }; + C1EA68D61680FE1400A21259 /* compress.css3.selectors.part2.test39.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test39.css; sourceTree = ""; }; + C1EA68D71680FE1400A21259 /* compress.css3.selectors.part2.test4.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test4.c.cl; sourceTree = ""; }; + C1EA68D81680FE1400A21259 /* compress.css3.selectors.part2.test4.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test4.c.css; sourceTree = ""; }; + C1EA68D91680FE1400A21259 /* compress.css3.selectors.part2.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test4.cl; sourceTree = ""; }; + C1EA68DA1680FE1400A21259 /* compress.css3.selectors.part2.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test4.css; sourceTree = ""; }; + C1EA68DB1680FE1400A21259 /* compress.css3.selectors.part2.test40.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test40.c.cl; sourceTree = ""; }; + C1EA68DC1680FE1400A21259 /* compress.css3.selectors.part2.test40.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test40.c.css; sourceTree = ""; }; + C1EA68DD1680FE1400A21259 /* compress.css3.selectors.part2.test40.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test40.cl; sourceTree = ""; }; + C1EA68DE1680FE1400A21259 /* compress.css3.selectors.part2.test40.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test40.css; sourceTree = ""; }; + C1EA68DF1680FE1400A21259 /* compress.css3.selectors.part2.test41.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test41.c.cl; sourceTree = ""; }; + C1EA68E01680FE1400A21259 /* compress.css3.selectors.part2.test41.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test41.c.css; sourceTree = ""; }; + C1EA68E11680FE1400A21259 /* compress.css3.selectors.part2.test41.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test41.cl; sourceTree = ""; }; + C1EA68E21680FE1400A21259 /* compress.css3.selectors.part2.test41.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test41.css; sourceTree = ""; }; + C1EA68E31680FE1400A21259 /* compress.css3.selectors.part2.test42.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test42.c.cl; sourceTree = ""; }; + C1EA68E41680FE1400A21259 /* compress.css3.selectors.part2.test42.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test42.c.css; sourceTree = ""; }; + C1EA68E51680FE1400A21259 /* compress.css3.selectors.part2.test42.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test42.cl; sourceTree = ""; }; + C1EA68E61680FE1400A21259 /* compress.css3.selectors.part2.test42.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test42.css; sourceTree = ""; }; + C1EA68E71680FE1400A21259 /* compress.css3.selectors.part2.test5.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test5.c.cl; sourceTree = ""; }; + C1EA68E81680FE1400A21259 /* compress.css3.selectors.part2.test5.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test5.c.css; sourceTree = ""; }; + C1EA68E91680FE1400A21259 /* compress.css3.selectors.part2.test5.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test5.cl; sourceTree = ""; }; + C1EA68EA1680FE1400A21259 /* compress.css3.selectors.part2.test5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test5.css; sourceTree = ""; }; + C1EA68EB1680FE1400A21259 /* compress.css3.selectors.part2.test6.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test6.c.cl; sourceTree = ""; }; + C1EA68EC1680FE1400A21259 /* compress.css3.selectors.part2.test6.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test6.c.css; sourceTree = ""; }; + C1EA68ED1680FE1400A21259 /* compress.css3.selectors.part2.test6.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test6.cl; sourceTree = ""; }; + C1EA68EE1680FE1400A21259 /* compress.css3.selectors.part2.test6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test6.css; sourceTree = ""; }; + C1EA68EF1680FE1400A21259 /* compress.css3.selectors.part2.test7.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test7.c.cl; sourceTree = ""; }; + C1EA68F01680FE1400A21259 /* compress.css3.selectors.part2.test7.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test7.c.css; sourceTree = ""; }; + C1EA68F11680FE1400A21259 /* compress.css3.selectors.part2.test7.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test7.cl; sourceTree = ""; }; + C1EA68F21680FE1400A21259 /* compress.css3.selectors.part2.test7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test7.css; sourceTree = ""; }; + C1EA68F31680FE1400A21259 /* compress.css3.selectors.part2.test8.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test8.c.cl; sourceTree = ""; }; + C1EA68F41680FE1400A21259 /* compress.css3.selectors.part2.test8.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test8.c.css; sourceTree = ""; }; + C1EA68F51680FE1400A21259 /* compress.css3.selectors.part2.test8.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test8.cl; sourceTree = ""; }; + C1EA68F61680FE1400A21259 /* compress.css3.selectors.part2.test8.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test8.css; sourceTree = ""; }; + C1EA68F71680FE1400A21259 /* compress.css3.selectors.part2.test9.c.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test9.c.cl; sourceTree = ""; }; + C1EA68F81680FE1400A21259 /* compress.css3.selectors.part2.test9.c.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test9.c.css; sourceTree = ""; }; + C1EA68F91680FE1400A21259 /* compress.css3.selectors.part2.test9.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.css3.selectors.part2.test9.cl; sourceTree = ""; }; + C1EA68FA1680FE1400A21259 /* compress.css3.selectors.part2.test9.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.css3.selectors.part2.test9.css; sourceTree = ""; }; + C1EA68FB1680FE1400A21259 /* compress.dont.background.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.dont.background.test1.cl; sourceTree = ""; }; + C1EA68FC1680FE1400A21259 /* compress.dont.background.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.dont.background.test1.css; sourceTree = ""; }; + C1EA68FD1680FE1400A21259 /* compress.dont.background.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.dont.background.test2.cl; sourceTree = ""; }; + C1EA68FE1680FE1400A21259 /* compress.dont.background.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.dont.background.test2.css; sourceTree = ""; }; + C1EA68FF1680FE1400A21259 /* compress.dont.background.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.dont.background.test3.cl; sourceTree = ""; }; + C1EA69001680FE1400A21259 /* compress.dont.background.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.dont.background.test3.css; sourceTree = ""; }; + C1EA69011680FE1400A21259 /* compress.dont.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.dont.test1.cl; sourceTree = ""; }; + C1EA69021680FE1400A21259 /* compress.dont.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.dont.test1.css; sourceTree = ""; }; + C1EA69031680FE1400A21259 /* compress.initial.background.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.initial.background.test1.cl; sourceTree = ""; }; + C1EA69041680FE1400A21259 /* compress.initial.background.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.initial.background.test1.css; sourceTree = ""; }; + C1EA69051680FE1400A21259 /* compress.initial.font.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.initial.font.test1.cl; sourceTree = ""; }; + C1EA69061680FE1400A21259 /* compress.initial.font.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.initial.font.test1.css; sourceTree = ""; }; + C1EA69071680FE1400A21259 /* compress.initial.font.test1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = compress.initial.font.test1.l; sourceTree = ""; }; + C1EA69081680FE1400A21259 /* compress.mess.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.mess.test1.cl; sourceTree = ""; }; + C1EA69091680FE1400A21259 /* compress.mess.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.mess.test1.css; sourceTree = ""; }; + C1EA690A1680FE1400A21259 /* compress.mess.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.mess.test2.cl; sourceTree = ""; }; + C1EA690B1680FE1400A21259 /* compress.mess.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.mess.test2.css; sourceTree = ""; }; + C1EA690C1680FE1400A21259 /* compress.mess.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.mess.test3.cl; sourceTree = ""; }; + C1EA690D1680FE1400A21259 /* compress.mess.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.mess.test3.css; sourceTree = ""; }; + C1EA690E1680FE1400A21259 /* compress.mess.test3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = compress.mess.test3.l; sourceTree = ""; }; + C1EA690F1680FE1400A21259 /* compress.restructure.background.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.background.test3.cl; sourceTree = ""; }; + C1EA69101680FE1400A21259 /* compress.restructure.background.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.background.test3.css; sourceTree = ""; }; + C1EA69111680FE1400A21259 /* compress.restructure.empty.atrule.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.empty.atrule.test1.cl; sourceTree = ""; }; + C1EA69121680FE1400A21259 /* compress.restructure.empty.atrule.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.empty.atrule.test1.css; sourceTree = ""; }; + C1EA69131680FE1400A21259 /* compress.restructure.empty.atrule.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.empty.atrule.test2.cl; sourceTree = ""; }; + C1EA69141680FE1400A21259 /* compress.restructure.empty.atrule.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.empty.atrule.test2.css; sourceTree = ""; }; + C1EA69151680FE1400A21259 /* compress.restructure.equal.selectors.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.equal.selectors.test1.cl; sourceTree = ""; }; + C1EA69161680FE1400A21259 /* compress.restructure.equal.selectors.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.equal.selectors.test1.css; sourceTree = ""; }; + C1EA69171680FE1400A21259 /* compress.restructure.equal.selectors.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.equal.selectors.test2.cl; sourceTree = ""; }; + C1EA69181680FE1400A21259 /* compress.restructure.equal.selectors.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.equal.selectors.test2.css; sourceTree = ""; }; + C1EA69191680FE1400A21259 /* compress.restructure.equal.selectors.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.equal.selectors.test3.cl; sourceTree = ""; }; + C1EA691A1680FE1400A21259 /* compress.restructure.equal.selectors.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.equal.selectors.test3.css; sourceTree = ""; }; + C1EA691B1680FE1400A21259 /* compress.restructure.equal.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.equal.test1.cl; sourceTree = ""; }; + C1EA691C1680FE1400A21259 /* compress.restructure.equal.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.equal.test1.css; sourceTree = ""; }; + C1EA691D1680FE1400A21259 /* compress.restructure.equal.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.equal.test2.cl; sourceTree = ""; }; + C1EA691E1680FE1400A21259 /* compress.restructure.equal.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.equal.test2.css; sourceTree = ""; }; + C1EA691F1680FE1400A21259 /* compress.restructure.equal.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.equal.test3.cl; sourceTree = ""; }; + C1EA69201680FE1400A21259 /* compress.restructure.equal.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.equal.test3.css; sourceTree = ""; }; + C1EA69211680FE1400A21259 /* compress.restructure.equal.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.equal.test4.cl; sourceTree = ""; }; + C1EA69221680FE1400A21259 /* compress.restructure.equal.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.equal.test4.css; sourceTree = ""; }; + C1EA69231680FE1400A21259 /* compress.restructure.equal.test5.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.equal.test5.cl; sourceTree = ""; }; + C1EA69241680FE1400A21259 /* compress.restructure.equal.test5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.equal.test5.css; sourceTree = ""; }; + C1EA69251680FE1400A21259 /* compress.restructure.equal.test6.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.equal.test6.cl; sourceTree = ""; }; + C1EA69261680FE1400A21259 /* compress.restructure.equal.test6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.equal.test6.css; sourceTree = ""; }; + C1EA69271680FE1400A21259 /* compress.restructure.equal.test7.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.equal.test7.cl; sourceTree = ""; }; + C1EA69281680FE1400A21259 /* compress.restructure.equal.test7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.equal.test7.css; sourceTree = ""; }; + C1EA69291680FE1400A21259 /* compress.restructure.filter.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.filter.test1.cl; sourceTree = ""; }; + C1EA692A1680FE1400A21259 /* compress.restructure.filter.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.filter.test1.css; sourceTree = ""; }; + C1EA692B1680FE1400A21259 /* compress.restructure.margin.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.margin.test1.cl; sourceTree = ""; }; + C1EA692C1680FE1400A21259 /* compress.restructure.margin.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.margin.test1.css; sourceTree = ""; }; + C1EA692D1680FE1400A21259 /* compress.restructure.margin.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.margin.test2.cl; sourceTree = ""; }; + C1EA692E1680FE1400A21259 /* compress.restructure.margin.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.margin.test2.css; sourceTree = ""; }; + C1EA692F1680FE1400A21259 /* compress.restructure.margin.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.margin.test3.cl; sourceTree = ""; }; + C1EA69301680FE1400A21259 /* compress.restructure.margin.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.margin.test3.css; sourceTree = ""; }; + C1EA69311680FE1400A21259 /* compress.restructure.merge.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.merge.test1.cl; sourceTree = ""; }; + C1EA69321680FE1400A21259 /* compress.restructure.merge.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.merge.test1.css; sourceTree = ""; }; + C1EA69331680FE1400A21259 /* compress.restructure.merge.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.merge.test2.cl; sourceTree = ""; }; + C1EA69341680FE1400A21259 /* compress.restructure.merge.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.merge.test2.css; sourceTree = ""; }; + C1EA69351680FE1400A21259 /* compress.restructure.merge.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.merge.test3.cl; sourceTree = ""; }; + C1EA69361680FE1400A21259 /* compress.restructure.merge.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.merge.test3.css; sourceTree = ""; }; + C1EA69371680FE1400A21259 /* compress.restructure.merge.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.merge.test4.cl; sourceTree = ""; }; + C1EA69381680FE1400A21259 /* compress.restructure.merge.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.merge.test4.css; sourceTree = ""; }; + C1EA69391680FE1400A21259 /* compress.restructure.padding.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.padding.test1.cl; sourceTree = ""; }; + C1EA693A1680FE1400A21259 /* compress.restructure.padding.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.padding.test1.css; sourceTree = ""; }; + C1EA693B1680FE1400A21259 /* compress.restructure.padding.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.restructure.padding.test2.cl; sourceTree = ""; }; + C1EA693C1680FE1400A21259 /* compress.restructure.padding.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.restructure.padding.test2.css; sourceTree = ""; }; + C1EA693D1680FE1400A21259 /* compress.shorthand.margin.padding.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.padding.test1.cl; sourceTree = ""; }; + C1EA693E1680FE1400A21259 /* compress.shorthand.margin.padding.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.padding.test1.css; sourceTree = ""; }; + C1EA693F1680FE1400A21259 /* compress.shorthand.margin.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.test1.cl; sourceTree = ""; }; + C1EA69401680FE1400A21259 /* compress.shorthand.margin.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.test1.css; sourceTree = ""; }; + C1EA69411680FE1400A21259 /* compress.shorthand.margin.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.test2.cl; sourceTree = ""; }; + C1EA69421680FE1400A21259 /* compress.shorthand.margin.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.test2.css; sourceTree = ""; }; + C1EA69431680FE1400A21259 /* compress.shorthand.margin.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.test3.cl; sourceTree = ""; }; + C1EA69441680FE1400A21259 /* compress.shorthand.margin.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.test3.css; sourceTree = ""; }; + C1EA69451680FE1400A21259 /* compress.shorthand.margin.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.test4.cl; sourceTree = ""; }; + C1EA69461680FE1400A21259 /* compress.shorthand.margin.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.test4.css; sourceTree = ""; }; + C1EA69471680FE1400A21259 /* compress.shorthand.margin.test5.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.test5.cl; sourceTree = ""; }; + C1EA69481680FE1400A21259 /* compress.shorthand.margin.test5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.test5.css; sourceTree = ""; }; + C1EA69491680FE1400A21259 /* compress.shorthand.margin.test6.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.test6.cl; sourceTree = ""; }; + C1EA694A1680FE1400A21259 /* compress.shorthand.margin.test6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.test6.css; sourceTree = ""; }; + C1EA694B1680FE1400A21259 /* compress.shorthand.margin.test7.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.test7.cl; sourceTree = ""; }; + C1EA694C1680FE1400A21259 /* compress.shorthand.margin.test7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.test7.css; sourceTree = ""; }; + C1EA694D1680FE1400A21259 /* compress.shorthand.margin.unary.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.unary.test1.cl; sourceTree = ""; }; + C1EA694E1680FE1400A21259 /* compress.shorthand.margin.unary.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.unary.test1.css; sourceTree = ""; }; + C1EA694F1680FE1400A21259 /* compress.shorthand.margin.unary.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.unary.test2.cl; sourceTree = ""; }; + C1EA69501680FE1400A21259 /* compress.shorthand.margin.unary.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.unary.test2.css; sourceTree = ""; }; + C1EA69511680FE1400A21259 /* compress.shorthand.margin.unary.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.unary.test3.cl; sourceTree = ""; }; + C1EA69521680FE1400A21259 /* compress.shorthand.margin.unary.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.unary.test3.css; sourceTree = ""; }; + C1EA69531680FE1400A21259 /* compress.shorthand.margin.unary.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.unary.test4.cl; sourceTree = ""; }; + C1EA69541680FE1400A21259 /* compress.shorthand.margin.unary.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.unary.test4.css; sourceTree = ""; }; + C1EA69551680FE1400A21259 /* compress.shorthand.margin.unary.test5.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.unary.test5.cl; sourceTree = ""; }; + C1EA69561680FE1400A21259 /* compress.shorthand.margin.unary.test5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.unary.test5.css; sourceTree = ""; }; + C1EA69571680FE1400A21259 /* compress.shorthand.margin.unary.test6.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.unary.test6.cl; sourceTree = ""; }; + C1EA69581680FE1400A21259 /* compress.shorthand.margin.unary.test6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.unary.test6.css; sourceTree = ""; }; + C1EA69591680FE1400A21259 /* compress.shorthand.margin.unary.test7.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.margin.unary.test7.cl; sourceTree = ""; }; + C1EA695A1680FE1400A21259 /* compress.shorthand.margin.unary.test7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.margin.unary.test7.css; sourceTree = ""; }; + C1EA695B1680FE1400A21259 /* compress.shorthand.padding.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.padding.test1.cl; sourceTree = ""; }; + C1EA695C1680FE1400A21259 /* compress.shorthand.padding.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.padding.test1.css; sourceTree = ""; }; + C1EA695D1680FE1400A21259 /* compress.shorthand.padding.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.padding.test2.cl; sourceTree = ""; }; + C1EA695E1680FE1400A21259 /* compress.shorthand.padding.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.padding.test2.css; sourceTree = ""; }; + C1EA695F1680FE1400A21259 /* compress.shorthand.padding.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.padding.test3.cl; sourceTree = ""; }; + C1EA69601680FE1400A21259 /* compress.shorthand.padding.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.padding.test3.css; sourceTree = ""; }; + C1EA69611680FE1400A21259 /* compress.shorthand.padding.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.padding.test4.cl; sourceTree = ""; }; + C1EA69621680FE1400A21259 /* compress.shorthand.padding.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.padding.test4.css; sourceTree = ""; }; + C1EA69631680FE1400A21259 /* compress.shorthand.padding.test5.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.padding.test5.cl; sourceTree = ""; }; + C1EA69641680FE1400A21259 /* compress.shorthand.padding.test5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.padding.test5.css; sourceTree = ""; }; + C1EA69651680FE1400A21259 /* compress.shorthand.padding.test6.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.padding.test6.cl; sourceTree = ""; }; + C1EA69661680FE1400A21259 /* compress.shorthand.padding.test6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.padding.test6.css; sourceTree = ""; }; + C1EA69671680FE1400A21259 /* compress.shorthand.padding.test7.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = compress.shorthand.padding.test7.cl; sourceTree = ""; }; + C1EA69681680FE1400A21259 /* compress.shorthand.padding.test7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = compress.shorthand.padding.test7.css; sourceTree = ""; }; + C1EA69691680FE1400A21259 /* issue16.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue16.test1.cl; sourceTree = ""; }; + C1EA696A1680FE1400A21259 /* issue16.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue16.test1.css; sourceTree = ""; }; + C1EA696B1680FE1400A21259 /* issue39.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test1.cl; sourceTree = ""; }; + C1EA696C1680FE1400A21259 /* issue39.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test1.css; sourceTree = ""; }; + C1EA696D1680FE1400A21259 /* issue39.test10.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test10.cl; sourceTree = ""; }; + C1EA696E1680FE1400A21259 /* issue39.test10.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test10.css; sourceTree = ""; }; + C1EA696F1680FE1400A21259 /* issue39.test11.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test11.cl; sourceTree = ""; }; + C1EA69701680FE1400A21259 /* issue39.test11.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test11.css; sourceTree = ""; }; + C1EA69711680FE1400A21259 /* issue39.test12.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test12.cl; sourceTree = ""; }; + C1EA69721680FE1400A21259 /* issue39.test12.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test12.css; sourceTree = ""; }; + C1EA69731680FE1400A21259 /* issue39.test13.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test13.cl; sourceTree = ""; }; + C1EA69741680FE1400A21259 /* issue39.test13.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test13.css; sourceTree = ""; }; + C1EA69751680FE1400A21259 /* issue39.test14.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test14.cl; sourceTree = ""; }; + C1EA69761680FE1400A21259 /* issue39.test14.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test14.css; sourceTree = ""; }; + C1EA69771680FE1400A21259 /* issue39.test15.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test15.cl; sourceTree = ""; }; + C1EA69781680FE1400A21259 /* issue39.test15.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test15.css; sourceTree = ""; }; + C1EA69791680FE1400A21259 /* issue39.test16.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test16.cl; sourceTree = ""; }; + C1EA697A1680FE1400A21259 /* issue39.test16.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test16.css; sourceTree = ""; }; + C1EA697B1680FE1400A21259 /* issue39.test17.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test17.cl; sourceTree = ""; }; + C1EA697C1680FE1400A21259 /* issue39.test17.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test17.css; sourceTree = ""; }; + C1EA697D1680FE1400A21259 /* issue39.test18.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test18.cl; sourceTree = ""; }; + C1EA697E1680FE1400A21259 /* issue39.test18.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test18.css; sourceTree = ""; }; + C1EA697F1680FE1400A21259 /* issue39.test19.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test19.cl; sourceTree = ""; }; + C1EA69801680FE1400A21259 /* issue39.test19.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test19.css; sourceTree = ""; }; + C1EA69811680FE1400A21259 /* issue39.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test2.cl; sourceTree = ""; }; + C1EA69821680FE1400A21259 /* issue39.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test2.css; sourceTree = ""; }; + C1EA69831680FE1400A21259 /* issue39.test20.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test20.cl; sourceTree = ""; }; + C1EA69841680FE1400A21259 /* issue39.test20.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test20.css; sourceTree = ""; }; + C1EA69851680FE1400A21259 /* issue39.test21.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test21.cl; sourceTree = ""; }; + C1EA69861680FE1400A21259 /* issue39.test21.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test21.css; sourceTree = ""; }; + C1EA69871680FE1400A21259 /* issue39.test22.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test22.cl; sourceTree = ""; }; + C1EA69881680FE1400A21259 /* issue39.test22.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test22.css; sourceTree = ""; }; + C1EA69891680FE1400A21259 /* issue39.test23.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test23.cl; sourceTree = ""; }; + C1EA698A1680FE1400A21259 /* issue39.test23.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test23.css; sourceTree = ""; }; + C1EA698B1680FE1400A21259 /* issue39.test24.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test24.cl; sourceTree = ""; }; + C1EA698C1680FE1400A21259 /* issue39.test24.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test24.css; sourceTree = ""; }; + C1EA698D1680FE1400A21259 /* issue39.test25.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test25.cl; sourceTree = ""; }; + C1EA698E1680FE1400A21259 /* issue39.test25.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test25.css; sourceTree = ""; }; + C1EA698F1680FE1400A21259 /* issue39.test26.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test26.cl; sourceTree = ""; }; + C1EA69901680FE1400A21259 /* issue39.test26.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test26.css; sourceTree = ""; }; + C1EA69911680FE1400A21259 /* issue39.test27.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test27.cl; sourceTree = ""; }; + C1EA69921680FE1400A21259 /* issue39.test27.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test27.css; sourceTree = ""; }; + C1EA69931680FE1400A21259 /* issue39.test28.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test28.cl; sourceTree = ""; }; + C1EA69941680FE1400A21259 /* issue39.test28.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test28.css; sourceTree = ""; }; + C1EA69951680FE1400A21259 /* issue39.test29.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test29.cl; sourceTree = ""; }; + C1EA69961680FE1400A21259 /* issue39.test29.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test29.css; sourceTree = ""; }; + C1EA69971680FE1400A21259 /* issue39.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test3.cl; sourceTree = ""; }; + C1EA69981680FE1400A21259 /* issue39.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test3.css; sourceTree = ""; }; + C1EA69991680FE1400A21259 /* issue39.test30.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test30.cl; sourceTree = ""; }; + C1EA699A1680FE1400A21259 /* issue39.test30.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test30.css; sourceTree = ""; }; + C1EA699B1680FE1400A21259 /* issue39.test31.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test31.cl; sourceTree = ""; }; + C1EA699C1680FE1400A21259 /* issue39.test31.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test31.css; sourceTree = ""; }; + C1EA699D1680FE1400A21259 /* issue39.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test4.cl; sourceTree = ""; }; + C1EA699E1680FE1400A21259 /* issue39.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test4.css; sourceTree = ""; }; + C1EA699F1680FE1400A21259 /* issue39.test5.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test5.cl; sourceTree = ""; }; + C1EA69A01680FE1400A21259 /* issue39.test5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test5.css; sourceTree = ""; }; + C1EA69A11680FE1400A21259 /* issue39.test6.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test6.cl; sourceTree = ""; }; + C1EA69A21680FE1400A21259 /* issue39.test6.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test6.css; sourceTree = ""; }; + C1EA69A31680FE1400A21259 /* issue39.test7.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test7.cl; sourceTree = ""; }; + C1EA69A41680FE1400A21259 /* issue39.test7.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test7.css; sourceTree = ""; }; + C1EA69A51680FE1400A21259 /* issue39.test8.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test8.cl; sourceTree = ""; }; + C1EA69A61680FE1400A21259 /* issue39.test8.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test8.css; sourceTree = ""; }; + C1EA69A71680FE1400A21259 /* issue39.test9.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue39.test9.cl; sourceTree = ""; }; + C1EA69A81680FE1400A21259 /* issue39.test9.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue39.test9.css; sourceTree = ""; }; + C1EA69A91680FE1400A21259 /* issue45.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue45.test1.cl; sourceTree = ""; }; + C1EA69AA1680FE1400A21259 /* issue45.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue45.test1.css; sourceTree = ""; }; + C1EA69AB1680FE1400A21259 /* issue48.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue48.test1.cl; sourceTree = ""; }; + C1EA69AC1680FE1400A21259 /* issue48.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue48.test1.css; sourceTree = ""; }; + C1EA69AD1680FE1400A21259 /* issue50.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue50.test1.cl; sourceTree = ""; }; + C1EA69AE1680FE1400A21259 /* issue50.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue50.test1.css; sourceTree = ""; }; + C1EA69AF1680FE1400A21259 /* issue50.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue50.test2.cl; sourceTree = ""; }; + C1EA69B01680FE1400A21259 /* issue50.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue50.test2.css; sourceTree = ""; }; + C1EA69B11680FE1400A21259 /* issue52.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue52.test1.cl; sourceTree = ""; }; + C1EA69B21680FE1400A21259 /* issue52.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue52.test1.css; sourceTree = ""; }; + C1EA69B31680FE1400A21259 /* issue52.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue52.test2.cl; sourceTree = ""; }; + C1EA69B41680FE1400A21259 /* issue52.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue52.test2.css; sourceTree = ""; }; + C1EA69B51680FE1400A21259 /* issue53.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue53.test1.cl; sourceTree = ""; }; + C1EA69B61680FE1400A21259 /* issue53.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue53.test1.css; sourceTree = ""; }; + C1EA69B71680FE1400A21259 /* issue53.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue53.test2.cl; sourceTree = ""; }; + C1EA69B81680FE1400A21259 /* issue53.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue53.test2.css; sourceTree = ""; }; + C1EA69B91680FE1400A21259 /* issue54.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue54.test1.cl; sourceTree = ""; }; + C1EA69BA1680FE1400A21259 /* issue54.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue54.test1.css; sourceTree = ""; }; + C1EA69BB1680FE1400A21259 /* issue57.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue57.test1.cl; sourceTree = ""; }; + C1EA69BC1680FE1400A21259 /* issue57.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue57.test1.css; sourceTree = ""; }; + C1EA69BD1680FE1400A21259 /* issue57.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue57.test2.cl; sourceTree = ""; }; + C1EA69BE1680FE1400A21259 /* issue57.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue57.test2.css; sourceTree = ""; }; + C1EA69BF1680FE1400A21259 /* issue71.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue71.test1.cl; sourceTree = ""; }; + C1EA69C01680FE1400A21259 /* issue71.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue71.test1.css; sourceTree = ""; }; + C1EA69C11680FE1400A21259 /* issue76.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue76.test1.cl; sourceTree = ""; }; + C1EA69C21680FE1400A21259 /* issue76.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue76.test1.css; sourceTree = ""; }; + C1EA69C31680FE1400A21259 /* issue76.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue76.test2.cl; sourceTree = ""; }; + C1EA69C41680FE1400A21259 /* issue76.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue76.test2.css; sourceTree = ""; }; + C1EA69C51680FE1400A21259 /* issue76.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue76.test3.cl; sourceTree = ""; }; + C1EA69C61680FE1400A21259 /* issue76.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue76.test3.css; sourceTree = ""; }; + C1EA69C71680FE1400A21259 /* issue76.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue76.test4.cl; sourceTree = ""; }; + C1EA69C81680FE1400A21259 /* issue76.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue76.test4.css; sourceTree = ""; }; + C1EA69C91680FE1400A21259 /* issue76.test5.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue76.test5.cl; sourceTree = ""; }; + C1EA69CA1680FE1400A21259 /* issue76.test5.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue76.test5.css; sourceTree = ""; }; + C1EA69CB1680FE1400A21259 /* issue78.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue78.test1.cl; sourceTree = ""; }; + C1EA69CC1680FE1400A21259 /* issue78.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue78.test1.css; sourceTree = ""; }; + C1EA69CD1680FE1400A21259 /* issue78.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue78.test2.cl; sourceTree = ""; }; + C1EA69CE1680FE1400A21259 /* issue78.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue78.test2.css; sourceTree = ""; }; + C1EA69CF1680FE1400A21259 /* issue78.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue78.test3.cl; sourceTree = ""; }; + C1EA69D01680FE1400A21259 /* issue78.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue78.test3.css; sourceTree = ""; }; + C1EA69D11680FE1400A21259 /* issue78.test4.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue78.test4.cl; sourceTree = ""; }; + C1EA69D21680FE1400A21259 /* issue78.test4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue78.test4.css; sourceTree = ""; }; + C1EA69D31680FE1400A21259 /* issue79.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue79.test1.cl; sourceTree = ""; }; + C1EA69D41680FE1400A21259 /* issue79.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue79.test1.css; sourceTree = ""; }; + C1EA69D51680FE1400A21259 /* issue79.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue79.test2.cl; sourceTree = ""; }; + C1EA69D61680FE1400A21259 /* issue79.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue79.test2.css; sourceTree = ""; }; + C1EA69D71680FE1400A21259 /* issue81.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue81.test1.cl; sourceTree = ""; }; + C1EA69D81680FE1400A21259 /* issue81.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue81.test1.css; sourceTree = ""; }; + C1EA69D91680FE1400A21259 /* issue81.test2.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue81.test2.cl; sourceTree = ""; }; + C1EA69DA1680FE1400A21259 /* issue81.test2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue81.test2.css; sourceTree = ""; }; + C1EA69DB1680FE1400A21259 /* issue81.test3.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue81.test3.cl; sourceTree = ""; }; + C1EA69DC1680FE1400A21259 /* issue81.test3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue81.test3.css; sourceTree = ""; }; + C1EA69DD1680FE1400A21259 /* issue82.test1.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.opencl; path = issue82.test1.cl; sourceTree = ""; }; + C1EA69DE1680FE1400A21259 /* issue82.test1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = issue82.test1.css; sourceTree = ""; }; + C1EA69DF1680FE1400A21259 /* stylesheet.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = stylesheet.0.css; sourceTree = ""; }; + C1EA69E01680FE1400A21259 /* stylesheet.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = stylesheet.0.l; sourceTree = ""; }; + C1EA69E11680FE1400A21259 /* stylesheet.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = stylesheet.0.p; sourceTree = ""; }; + C1EA69E21680FE1400A21259 /* stylesheet.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = stylesheet.1.css; sourceTree = ""; }; + C1EA69E31680FE1400A21259 /* stylesheet.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = stylesheet.1.l; sourceTree = ""; }; + C1EA69E41680FE1400A21259 /* stylesheet.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = stylesheet.1.p; sourceTree = ""; }; + C1EA69E51680FE1400A21259 /* stylesheet.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = stylesheet.2.css; sourceTree = ""; }; + C1EA69E61680FE1400A21259 /* stylesheet.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = stylesheet.2.l; sourceTree = ""; }; + C1EA69E71680FE1400A21259 /* stylesheet.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = stylesheet.2.p; sourceTree = ""; }; + C1EA69E81680FE1400A21259 /* stylesheet.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = stylesheet.3.css; sourceTree = ""; }; + C1EA69E91680FE1400A21259 /* stylesheet.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = stylesheet.3.l; sourceTree = ""; }; + C1EA69EA1680FE1400A21259 /* stylesheet.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = stylesheet.3.p; sourceTree = ""; }; + C1EA69EB1680FE1400A21259 /* stylesheet.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = stylesheet.4.css; sourceTree = ""; }; + C1EA69EC1680FE1400A21259 /* stylesheet.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = stylesheet.4.l; sourceTree = ""; }; + C1EA69ED1680FE1400A21259 /* stylesheet.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = stylesheet.4.p; sourceTree = ""; }; + C1EA69EE1680FE1400A21259 /* stylesheet.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = stylesheet.c.0.css; sourceTree = ""; }; + C1EA69EF1680FE1400A21259 /* stylesheet.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = stylesheet.c.0.l; sourceTree = ""; }; + C1EA69F01680FE1400A21259 /* stylesheet.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = stylesheet.c.0.p; sourceTree = ""; }; + C1EA69F11680FE1400A21259 /* stylesheet.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = stylesheet.s.0.css; sourceTree = ""; }; + C1EA69F21680FE1400A21259 /* stylesheet.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = stylesheet.s.0.l; sourceTree = ""; }; + C1EA69F31680FE1400A21259 /* stylesheet.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = stylesheet.s.0.p; sourceTree = ""; }; + C1EA69F41680FE1400A21259 /* stylesheet.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = stylesheet.s.1.css; sourceTree = ""; }; + C1EA69F51680FE1400A21259 /* stylesheet.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = stylesheet.s.1.l; sourceTree = ""; }; + C1EA69F61680FE1400A21259 /* stylesheet.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = stylesheet.s.1.p; sourceTree = ""; }; + C1EA69F71680FE1400A21259 /* stylesheet.s.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = stylesheet.s.2.css; sourceTree = ""; }; + C1EA69F81680FE1400A21259 /* stylesheet.s.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = stylesheet.s.2.l; sourceTree = ""; }; + C1EA69F91680FE1400A21259 /* stylesheet.s.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = stylesheet.s.2.p; sourceTree = ""; }; + C1EA69FA1680FE1400A21259 /* stylesheet.s.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = stylesheet.s.3.css; sourceTree = ""; }; + C1EA69FB1680FE1400A21259 /* stylesheet.s.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = stylesheet.s.3.l; sourceTree = ""; }; + C1EA69FC1680FE1400A21259 /* stylesheet.s.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = stylesheet.s.3.p; sourceTree = ""; }; + C1EA69FE1680FE1400A21259 /* unary.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = unary.0.css; sourceTree = ""; }; + C1EA69FF1680FE1400A21259 /* unary.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = unary.0.l; sourceTree = ""; }; + C1EA6A001680FE1400A21259 /* unary.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = unary.0.p; sourceTree = ""; }; + C1EA6A011680FE1400A21259 /* unary.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = unary.1.css; sourceTree = ""; }; + C1EA6A021680FE1400A21259 /* unary.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = unary.1.l; sourceTree = ""; }; + C1EA6A031680FE1400A21259 /* unary.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = unary.1.p; sourceTree = ""; }; + C1EA6A051680FE1400A21259 /* unknown.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = unknown.0.css; sourceTree = ""; }; + C1EA6A061680FE1400A21259 /* unknown.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = unknown.0.l; sourceTree = ""; }; + C1EA6A071680FE1400A21259 /* unknown.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = unknown.1.css; sourceTree = ""; }; + C1EA6A081680FE1400A21259 /* unknown.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = unknown.1.l; sourceTree = ""; }; + C1EA6A091680FE1400A21259 /* unknown.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = unknown.2.css; sourceTree = ""; }; + C1EA6A0A1680FE1400A21259 /* unknown.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = unknown.2.l; sourceTree = ""; }; + C1EA6A0C1680FE1400A21259 /* uri.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = uri.0.css; sourceTree = ""; }; + C1EA6A0D1680FE1400A21259 /* uri.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = uri.0.l; sourceTree = ""; }; + C1EA6A0E1680FE1400A21259 /* uri.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = uri.0.p; sourceTree = ""; }; + C1EA6A0F1680FE1400A21259 /* uri.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = uri.1.css; sourceTree = ""; }; + C1EA6A101680FE1400A21259 /* uri.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = uri.1.l; sourceTree = ""; }; + C1EA6A111680FE1400A21259 /* uri.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = uri.1.p; sourceTree = ""; }; + C1EA6A121680FE1400A21259 /* uri.c.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = uri.c.0.css; sourceTree = ""; }; + C1EA6A131680FE1400A21259 /* uri.c.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = uri.c.0.l; sourceTree = ""; }; + C1EA6A141680FE1400A21259 /* uri.c.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = uri.c.0.p; sourceTree = ""; }; + C1EA6A151680FE1400A21259 /* uri.c.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = uri.c.1.css; sourceTree = ""; }; + C1EA6A161680FE1400A21259 /* uri.c.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = uri.c.1.l; sourceTree = ""; }; + C1EA6A171680FE1400A21259 /* uri.c.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = uri.c.1.p; sourceTree = ""; }; + C1EA6A181680FE1400A21259 /* uri.s.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = uri.s.0.css; sourceTree = ""; }; + C1EA6A191680FE1400A21259 /* uri.s.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = uri.s.0.l; sourceTree = ""; }; + C1EA6A1A1680FE1400A21259 /* uri.s.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = uri.s.0.p; sourceTree = ""; }; + C1EA6A1B1680FE1400A21259 /* uri.s.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = uri.s.1.css; sourceTree = ""; }; + C1EA6A1C1680FE1400A21259 /* uri.s.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = uri.s.1.l; sourceTree = ""; }; + C1EA6A1D1680FE1400A21259 /* uri.s.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = uri.s.1.p; sourceTree = ""; }; + C1EA6A1F1680FE1400A21259 /* value.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.0.css; sourceTree = ""; }; + C1EA6A201680FE1400A21259 /* value.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.0.l; sourceTree = ""; }; + C1EA6A211680FE1400A21259 /* value.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = value.0.p; sourceTree = ""; }; + C1EA6A221680FE1400A21259 /* value.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.1.css; sourceTree = ""; }; + C1EA6A231680FE1400A21259 /* value.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.1.l; sourceTree = ""; }; + C1EA6A241680FE1400A21259 /* value.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = value.1.p; sourceTree = ""; }; + C1EA6A251680FE1400A21259 /* value.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.2.css; sourceTree = ""; }; + C1EA6A261680FE1400A21259 /* value.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.2.l; sourceTree = ""; }; + C1EA6A271680FE1400A21259 /* value.2.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = value.2.p; sourceTree = ""; }; + C1EA6A281680FE1400A21259 /* value.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.3.css; sourceTree = ""; }; + C1EA6A291680FE1400A21259 /* value.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.3.l; sourceTree = ""; }; + C1EA6A2A1680FE1400A21259 /* value.3.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = value.3.p; sourceTree = ""; }; + C1EA6A2B1680FE1400A21259 /* value.4.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.4.css; sourceTree = ""; }; + C1EA6A2C1680FE1400A21259 /* value.4.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.4.l; sourceTree = ""; }; + C1EA6A2D1680FE1400A21259 /* value.4.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = value.4.p; sourceTree = ""; }; + C1EA6A2E1680FE1400A21259 /* value.dimension.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.dimension.0.css; sourceTree = ""; }; + C1EA6A2F1680FE1400A21259 /* value.dimension.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.dimension.0.l; sourceTree = ""; }; + C1EA6A301680FE1400A21259 /* value.dimension.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.dimension.1.css; sourceTree = ""; }; + C1EA6A311680FE1400A21259 /* value.dimension.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.dimension.1.l; sourceTree = ""; }; + C1EA6A321680FE1400A21259 /* value.dimension.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.dimension.2.css; sourceTree = ""; }; + C1EA6A331680FE1400A21259 /* value.dimension.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.dimension.2.l; sourceTree = ""; }; + C1EA6A341680FE1400A21259 /* value.rgb.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.rgb.0.css; sourceTree = ""; }; + C1EA6A351680FE1400A21259 /* value.rgb.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.rgb.0.l; sourceTree = ""; }; + C1EA6A361680FE1400A21259 /* value.rgb.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.rgb.1.css; sourceTree = ""; }; + C1EA6A371680FE1400A21259 /* value.rgb.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.rgb.1.l; sourceTree = ""; }; + C1EA6A381680FE1400A21259 /* value.rgb.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.rgb.2.css; sourceTree = ""; }; + C1EA6A391680FE1400A21259 /* value.rgb.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.rgb.2.l; sourceTree = ""; }; + C1EA6A3A1680FE1400A21259 /* value.vhash.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.vhash.0.css; sourceTree = ""; }; + C1EA6A3B1680FE1400A21259 /* value.vhash.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.vhash.0.l; sourceTree = ""; }; + C1EA6A3C1680FE1400A21259 /* value.vhash.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.vhash.1.css; sourceTree = ""; }; + C1EA6A3D1680FE1400A21259 /* value.vhash.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.vhash.1.l; sourceTree = ""; }; + C1EA6A3E1680FE1400A21259 /* value.vhash.2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.vhash.2.css; sourceTree = ""; }; + C1EA6A3F1680FE1400A21259 /* value.vhash.2.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.vhash.2.l; sourceTree = ""; }; + C1EA6A401680FE1400A21259 /* value.vhash.3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = value.vhash.3.css; sourceTree = ""; }; + C1EA6A411680FE1400A21259 /* value.vhash.3.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = value.vhash.3.l; sourceTree = ""; }; + C1EA6A431680FE1400A21259 /* vhash.0.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = vhash.0.css; sourceTree = ""; }; + C1EA6A441680FE1400A21259 /* vhash.0.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = vhash.0.l; sourceTree = ""; }; + C1EA6A451680FE1400A21259 /* vhash.0.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = vhash.0.p; sourceTree = ""; }; + C1EA6A461680FE1400A21259 /* vhash.1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = vhash.1.css; sourceTree = ""; }; + C1EA6A471680FE1400A21259 /* vhash.1.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = vhash.1.l; sourceTree = ""; }; + C1EA6A481680FE1400A21259 /* vhash.1.p */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = vhash.1.p; sourceTree = ""; }; + C1EA6A491680FE1400A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA6A4A1680FE1400A21259 /* USAGE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = USAGE; sourceTree = ""; }; + C1EA6A4B1680FE1400A21259 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VERSION; sourceTree = ""; }; + C1EA6A4D1680FE1400A21259 /* csso.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = csso.css; sourceTree = ""; }; + C1EA6A4E1680FE1400A21259 /* csso.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = csso.html; sourceTree = ""; }; + C1EA6A4F1680FE1400A21259 /* csso.web.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = csso.web.js; sourceTree = ""; }; + C1EA6A501680FE1400A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6A511680FE1400A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6A531680FE1400A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6A541680FE1400A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA6A561680FE1400A21259 /* execLoaders.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = execLoaders.js; sourceTree = ""; }; + C1EA6A571680FE1400A21259 /* execModule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = execModule.js; sourceTree = ""; }; + C1EA6A581680FE1400A21259 /* require.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = require.js; sourceTree = ""; }; + C1EA6A591680FE1400A21259 /* require.webpack.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = require.webpack.js; sourceTree = ""; }; + C1EA6A5C1680FE1400A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6A5D1680FE1400A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA6A5F1680FE1400A21259 /* createThrottledFunction.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = createThrottledFunction.js; sourceTree = ""; }; + C1EA6A601680FE1400A21259 /* resolve.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = resolve.js; sourceTree = ""; }; + C1EA6A611680FE1400A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6A621680FE1400A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6A651680FE1400A21259 /* a.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = a.js; sourceTree = ""; }; + C1EA6A661680FE1400A21259 /* abc.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = abc.txt; sourceTree = ""; }; + C1EA6A671680FE1400A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6A681680FE1400A21259 /* c.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = c.js; sourceTree = ""; }; + C1EA6A691680FE1400A21259 /* complex.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = complex.js; sourceTree = ""; }; + C1EA6A6B1680FE1400A21259 /* complex1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = complex1.js; sourceTree = ""; }; + C1EA6A6C1680FE1400A21259 /* main1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main1.js; sourceTree = ""; }; + C1EA6A6D1680FE1400A21259 /* main2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main2.js; sourceTree = ""; }; + C1EA6A6E1680FE1400A21259 /* main3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main3.js; sourceTree = ""; }; + C1EA6A711680FE1400A21259 /* step1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = step1.js; sourceTree = ""; }; + C1EA6A721680FE1400A21259 /* step2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = step2.js; sourceTree = ""; }; + C1EA6A751680FE1400A21259 /* a.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = a.js; sourceTree = ""; }; + C1EA6A761680FE1400A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6A781680FE1400A21259 /* a.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = a.js; sourceTree = ""; }; + C1EA6A791680FE1400A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6A7B1680FE1400A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6A7D1680FE1400A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6A7E1680FE1400A21259 /* resolve.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = resolve.js; sourceTree = ""; }; + C1EA6A7F1680FE1400A21259 /* simple.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = simple.js; sourceTree = ""; }; + C1EA6A801680FE1400A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6A811680FE1400A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6A831680FE1400A21259 /* amd.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = amd.js; sourceTree = ""; }; + C1EA6A841680FE1400A21259 /* commonjs-loaders.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "commonjs-loaders.js"; sourceTree = ""; }; + C1EA6A851680FE1400A21259 /* commonjs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = commonjs.js; sourceTree = ""; }; + C1EA6A881680FE1400A21259 /* file2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = file2.js; sourceTree = ""; }; + C1EA6A891680FE1400A21259 /* file.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = file.js; sourceTree = ""; }; + C1EA6A8A1680FE1400A21259 /* freeVars.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = freeVars.js; sourceTree = ""; }; + C1EA6A8B1680FE1400A21259 /* inner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = inner.js; sourceTree = ""; }; + C1EA6A8C1680FE1400A21259 /* loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = loader.js; sourceTree = ""; }; + C1EA6A8D1680FE1400A21259 /* outer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = outer.js; sourceTree = ""; }; + C1EA6A8E1680FE1400A21259 /* modules-async.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "modules-async.js"; sourceTree = ""; }; + C1EA6A8F1680FE1400A21259 /* require-context.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "require-context.js"; sourceTree = ""; }; + C1EA6A911680FE1400A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6A921680FE1400A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA6A941680FE1400A21259 /* createThrottledFunction.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = createThrottledFunction.js; sourceTree = ""; }; + C1EA6A951680FE1400A21259 /* resolve.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = resolve.js; sourceTree = ""; }; + C1EA6A961680FE1400A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6A971680FE1400A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6A991680FE1400A21259 /* errors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = errors.js; sourceTree = ""; }; + C1EA6A9B1680FE1400A21259 /* a.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = a.js; sourceTree = ""; }; + C1EA6A9C1680FE1400A21259 /* abc.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = abc.txt; sourceTree = ""; }; + C1EA6A9D1680FE1400A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6A9E1680FE1400A21259 /* c.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = c.js; sourceTree = ""; }; + C1EA6A9F1680FE1400A21259 /* complex.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = complex.js; sourceTree = ""; }; + C1EA6AA11680FE1400A21259 /* complex1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = complex1.js; sourceTree = ""; }; + C1EA6AA21680FE1400A21259 /* main1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main1.js; sourceTree = ""; }; + C1EA6AA31680FE1400A21259 /* main2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main2.js; sourceTree = ""; }; + C1EA6AA41680FE1400A21259 /* main3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main3.js; sourceTree = ""; }; + C1EA6AA71680FE1400A21259 /* step1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = step1.js; sourceTree = ""; }; + C1EA6AA81680FE1400A21259 /* step2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = step2.js; sourceTree = ""; }; + C1EA6AAB1680FE1400A21259 /* a.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = a.js; sourceTree = ""; }; + C1EA6AAC1680FE1400A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6AAE1680FE1400A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6AB01680FE1400A21259 /* a.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = a.js; sourceTree = ""; }; + C1EA6AB11680FE1400A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6AB31680FE1400A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6AB51680FE1400A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6AB61680FE1400A21259 /* resolve.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = resolve.js; sourceTree = ""; }; + C1EA6AB71680FE1400A21259 /* simple.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = simple.js; sourceTree = ""; }; + C1EA6AB91680FE1400A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA6ABC1680FE1400A21259 /* codemirror.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = codemirror.css; sourceTree = ""; }; + C1EA6ABD1680FE1400A21259 /* codemirror.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = codemirror.js; sourceTree = ""; }; + C1EA6ABE1680FE1400A21259 /* javascript.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = javascript.js; sourceTree = ""; }; + C1EA6ABF1680FE1400A21259 /* json2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json2.js; sourceTree = ""; }; + C1EA6AC01680FE1400A21259 /* style.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = style.css; sourceTree = ""; }; + C1EA6AC21680FE1400A21259 /* treeview-min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "treeview-min.js"; sourceTree = ""; }; + C1EA6AC31680FE1400A21259 /* treeview-sprite.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "treeview-sprite.gif"; sourceTree = ""; }; + C1EA6AC41680FE1400A21259 /* treeview.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = treeview.css; sourceTree = ""; }; + C1EA6AC51680FE1400A21259 /* yahoo-dom-event.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "yahoo-dom-event.js"; sourceTree = ""; }; + C1EA6AC71680FE1400A21259 /* esparse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = esparse.js; sourceTree = ""; }; + C1EA6AC81680FE1400A21259 /* changes */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = changes; sourceTree = ""; }; + C1EA6AC91680FE1400A21259 /* cm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = cm; sourceTree = ""; }; + C1EA6ACB1680FE1400A21259 /* checkenv.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = checkenv.js; sourceTree = ""; }; + C1EA6ACC1680FE1400A21259 /* collector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = collector.html; sourceTree = ""; }; + C1EA6ACD1680FE1400A21259 /* collector.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = collector.js; sourceTree = ""; }; + C1EA6ACE1680FE1400A21259 /* functiontrace.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functiontrace.html; sourceTree = ""; }; + C1EA6ACF1680FE1400A21259 /* functiontrace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = functiontrace.js; sourceTree = ""; }; + C1EA6AD01680FE1400A21259 /* parse.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = parse.css; sourceTree = ""; }; + C1EA6AD11680FE1400A21259 /* parse.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = parse.html; sourceTree = ""; }; + C1EA6AD21680FE1400A21259 /* precedence.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = precedence.html; sourceTree = ""; }; + C1EA6AD31680FE1400A21259 /* rewrite.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = rewrite.html; sourceTree = ""; }; + C1EA6AD41680FE1400A21259 /* rewrite.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rewrite.js; sourceTree = ""; }; + C1EA6AD51680FE1400A21259 /* esprima.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = esprima.js; sourceTree = ""; }; + C1EA6AD61680FE1400A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA6AD71680FE1400A21259 /* LICENSE.BSD */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.BSD; sourceTree = ""; }; + C1EA6AD81680FE1400A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6AD91680FE1400A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6ADC1680FE1400A21259 /* backbone-0.5.3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "backbone-0.5.3.js"; sourceTree = ""; }; + C1EA6ADD1680FE1400A21259 /* benchmark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = benchmark.js; sourceTree = ""; }; + C1EA6ADE1680FE1400A21259 /* escodegen.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = escodegen.js; sourceTree = ""; }; + C1EA6ADF1680FE1400A21259 /* esmorph.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = esmorph.js; sourceTree = ""; }; + C1EA6AE01680FE1400A21259 /* ext-core-3.0.0.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "ext-core-3.0.0.js"; sourceTree = ""; }; + C1EA6AE11680FE1400A21259 /* ext-core-3.1.0.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "ext-core-3.1.0.js"; sourceTree = ""; }; + C1EA6AE21680FE1400A21259 /* jquery-1.6.4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jquery-1.6.4.js"; sourceTree = ""; }; + C1EA6AE31680FE1400A21259 /* jquery-1.7.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jquery-1.7.1.js"; sourceTree = ""; }; + C1EA6AE41680FE1400A21259 /* jquery.mobile-1.0.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jquery.mobile-1.0.js"; sourceTree = ""; }; + C1EA6AE51680FE1400A21259 /* jsdefs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsdefs.js; sourceTree = ""; }; + C1EA6AE61680FE1400A21259 /* jslex.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jslex.js; sourceTree = ""; }; + C1EA6AE71680FE1400A21259 /* jsparse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsparse.js; sourceTree = ""; }; + C1EA6AE81680FE1400A21259 /* mootools-1.3.2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "mootools-1.3.2.js"; sourceTree = ""; }; + C1EA6AE91680FE1400A21259 /* mootools-1.4.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "mootools-1.4.1.js"; sourceTree = ""; }; + C1EA6AEA1680FE1400A21259 /* parse-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "parse-js.js"; sourceTree = ""; }; + C1EA6AEB1680FE1400A21259 /* platform.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = platform.js; sourceTree = ""; }; + C1EA6AEC1680FE1400A21259 /* prototype-1.6.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "prototype-1.6.1.js"; sourceTree = ""; }; + C1EA6AED1680FE1400A21259 /* prototype-1.7.0.0.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "prototype-1.7.0.0.js"; sourceTree = ""; }; + C1EA6AEE1680FE1400A21259 /* Tokenizer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Tokenizer.js; sourceTree = ""; }; + C1EA6AEF1680FE1400A21259 /* underscore-1.2.3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "underscore-1.2.3.js"; sourceTree = ""; }; + C1EA6AF01680FE1400A21259 /* XMLHttpRequest.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = XMLHttpRequest.js; sourceTree = ""; }; + C1EA6AF11680FE1400A21259 /* ZeParser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ZeParser.js; sourceTree = ""; }; + C1EA6AF21680FE1400A21259 /* benchmarks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = benchmarks.html; sourceTree = ""; }; + C1EA6AF31680FE1400A21259 /* benchmarks.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = benchmarks.js; sourceTree = ""; }; + C1EA6AF41680FE1400A21259 /* compare.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = compare.html; sourceTree = ""; }; + C1EA6AF51680FE1400A21259 /* compare.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compare.js; sourceTree = ""; }; + C1EA6AF61680FE1400A21259 /* compat.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = compat.html; sourceTree = ""; }; + C1EA6AF71680FE1400A21259 /* compat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compat.js; sourceTree = ""; }; + C1EA6AF81680FE1400A21259 /* coverage.footer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = coverage.footer.html; sourceTree = ""; }; + C1EA6AF91680FE1400A21259 /* coverage.header.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = coverage.header.html; sourceTree = ""; }; + C1EA6AFA1680FE1400A21259 /* coverage.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = coverage.html; sourceTree = ""; }; + C1EA6AFB1680FE1400A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA6AFC1680FE1400A21259 /* reflect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = reflect.js; sourceTree = ""; }; + C1EA6AFD1680FE1400A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA6AFE1680FE1400A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA6B001680FE1400A21259 /* generate-unicode-regex.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = "generate-unicode-regex.py"; sourceTree = ""; }; + C1EA6B011680FE1400A21259 /* update-coverage.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "update-coverage.sh"; sourceTree = ""; }; + C1EA6B031680FE1400A21259 /* auto.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = auto.js; sourceTree = ""; }; + C1EA6B041680FE1400A21259 /* html.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = html.js; sourceTree = ""; }; + C1EA6B051680FE1400A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6B061680FE1400A21259 /* index.loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.loader.js; sourceTree = ""; }; + C1EA6B071680FE1400A21259 /* jpeg.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jpeg.js; sourceTree = ""; }; + C1EA6B081680FE1400A21259 /* jpg.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jpg.js; sourceTree = ""; }; + C1EA6B091680FE1400A21259 /* js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = js.js; sourceTree = ""; }; + C1EA6B0A1680FE1400A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6B0B1680FE1400A21259 /* png.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = png.js; sourceTree = ""; }; + C1EA6B0C1680FE1400A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6B0D1680FE1400A21259 /* swf.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = swf.js; sourceTree = ""; }; + C1EA6B0E1680FE1400A21259 /* txt.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = txt.js; sourceTree = ""; }; + C1EA6B101680FE1400A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6B111680FE1400A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6B141680FE1400A21259 /* jade */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jade; sourceTree = ""; }; + C1EA6B161680FE1400A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6B181680FE1500A21259 /* jade */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jade; sourceTree = ""; }; + C1EA6B191680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6B1A1680FE1500A21259 /* jade.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jade.js; sourceTree = ""; }; + C1EA6B1B1680FE1500A21259 /* jade.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jade.md; sourceTree = ""; }; + C1EA6B1C1680FE1500A21259 /* jade.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jade.min.js; sourceTree = ""; }; + C1EA6B1E1680FE1500A21259 /* compiler.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = compiler.js; sourceTree = ""; }; + C1EA6B1F1680FE1500A21259 /* doctypes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = doctypes.js; sourceTree = ""; }; + C1EA6B201680FE1500A21259 /* filters.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = filters.js; sourceTree = ""; }; + C1EA6B211680FE1500A21259 /* inline-tags.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "inline-tags.js"; sourceTree = ""; }; + C1EA6B221680FE1500A21259 /* jade.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jade.js; sourceTree = ""; }; + C1EA6B231680FE1500A21259 /* lexer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lexer.js; sourceTree = ""; }; + C1EA6B251680FE1500A21259 /* attrs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = attrs.js; sourceTree = ""; }; + C1EA6B261680FE1500A21259 /* block-comment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "block-comment.js"; sourceTree = ""; }; + C1EA6B271680FE1500A21259 /* block.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = block.js; sourceTree = ""; }; + C1EA6B281680FE1500A21259 /* case.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = case.js; sourceTree = ""; }; + C1EA6B291680FE1500A21259 /* code.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = code.js; sourceTree = ""; }; + C1EA6B2A1680FE1500A21259 /* comment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = comment.js; sourceTree = ""; }; + C1EA6B2B1680FE1500A21259 /* doctype.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = doctype.js; sourceTree = ""; }; + C1EA6B2C1680FE1500A21259 /* each.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = each.js; sourceTree = ""; }; + C1EA6B2D1680FE1500A21259 /* filter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = filter.js; sourceTree = ""; }; + C1EA6B2E1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6B2F1680FE1500A21259 /* literal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = literal.js; sourceTree = ""; }; + C1EA6B301680FE1500A21259 /* mixin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mixin.js; sourceTree = ""; }; + C1EA6B311680FE1500A21259 /* node.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = node.js; sourceTree = ""; }; + C1EA6B321680FE1500A21259 /* tag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tag.js; sourceTree = ""; }; + C1EA6B331680FE1500A21259 /* text.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = text.js; sourceTree = ""; }; + C1EA6B341680FE1500A21259 /* parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.js; sourceTree = ""; }; + C1EA6B351680FE1500A21259 /* runtime.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtime.js; sourceTree = ""; }; + C1EA6B361680FE1500A21259 /* self-closing.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "self-closing.js"; sourceTree = ""; }; + C1EA6B371680FE1500A21259 /* utils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.js; sourceTree = ""; }; + C1EA6B381680FE1500A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA6B3B1680FE1500A21259 /* cake */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = cake; sourceTree = ""; }; + C1EA6B3C1680FE1500A21259 /* coffee */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = coffee; sourceTree = ""; }; + C1EA6B3E1680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6B401680FE1500A21259 /* cake */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = cake; sourceTree = ""; }; + C1EA6B411680FE1500A21259 /* coffee */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = coffee; sourceTree = ""; }; + C1EA6B421680FE1500A21259 /* CNAME */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CNAME; sourceTree = ""; }; + C1EA6B431680FE1500A21259 /* CONTRIBUTING.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CONTRIBUTING.md; sourceTree = ""; }; + C1EA6B451680FE1500A21259 /* jsl.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jsl.conf; sourceTree = ""; }; + C1EA6B481680FE1500A21259 /* browser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = browser.js; sourceTree = ""; }; + C1EA6B491680FE1500A21259 /* cake.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cake.js; sourceTree = ""; }; + C1EA6B4A1680FE1500A21259 /* coffee-script.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "coffee-script.js"; sourceTree = ""; }; + C1EA6B4B1680FE1500A21259 /* command.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = command.js; sourceTree = ""; }; + C1EA6B4C1680FE1500A21259 /* grammar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = grammar.js; sourceTree = ""; }; + C1EA6B4D1680FE1500A21259 /* helpers.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = helpers.js; sourceTree = ""; }; + C1EA6B4E1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6B4F1680FE1500A21259 /* lexer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lexer.js; sourceTree = ""; }; + C1EA6B501680FE1500A21259 /* nodes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nodes.js; sourceTree = ""; }; + C1EA6B511680FE1500A21259 /* optparse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = optparse.js; sourceTree = ""; }; + C1EA6B521680FE1500A21259 /* parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.js; sourceTree = ""; }; + C1EA6B531680FE1500A21259 /* repl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = repl.js; sourceTree = ""; }; + C1EA6B541680FE1500A21259 /* rewriter.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rewriter.js; sourceTree = ""; }; + C1EA6B551680FE1500A21259 /* scope.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = scope.js; sourceTree = ""; }; + C1EA6B561680FE1500A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA6B571680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6B581680FE1500A21259 /* Rakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Rakefile; sourceTree = ""; }; + C1EA6B591680FE1500A21259 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + C1EA6B5B1680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6B5C1680FE1500A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA6B5D1680FE1500A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA6B5E1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6B601680FE1500A21259 /* commander.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = commander.js; sourceTree = ""; }; + C1EA6B611680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA6B621680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6B631680FE1500A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA6B651680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6B661680FE1500A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA6B681680FE1500A21259 /* pow.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pow.js; sourceTree = ""; }; + C1EA6B691680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6B6A1680FE1500A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA6B6B1680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6B6C1680FE1500A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA6B6E1680FE1500A21259 /* chmod.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = chmod.js; sourceTree = ""; }; + C1EA6B6F1680FE1500A21259 /* clobber.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = clobber.js; sourceTree = ""; }; + C1EA6B701680FE1500A21259 /* mkdirp.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mkdirp.js; sourceTree = ""; }; + C1EA6B711680FE1500A21259 /* perm.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = perm.js; sourceTree = ""; }; + C1EA6B721680FE1500A21259 /* perm_sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = perm_sync.js; sourceTree = ""; }; + C1EA6B731680FE1500A21259 /* race.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = race.js; sourceTree = ""; }; + C1EA6B741680FE1500A21259 /* rel.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rel.js; sourceTree = ""; }; + C1EA6B751680FE1500A21259 /* return.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = return.js; sourceTree = ""; }; + C1EA6B761680FE1500A21259 /* return_sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = return_sync.js; sourceTree = ""; }; + C1EA6B771680FE1500A21259 /* root.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = root.js; sourceTree = ""; }; + C1EA6B781680FE1500A21259 /* sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sync.js; sourceTree = ""; }; + C1EA6B791680FE1500A21259 /* umask.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = umask.js; sourceTree = ""; }; + C1EA6B7A1680FE1500A21259 /* umask_sync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = umask_sync.js; sourceTree = ""; }; + C1EA6B7B1680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6B7C1680FE1500A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA6B7D1680FE1500A21259 /* runtime.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtime.js; sourceTree = ""; }; + C1EA6B7E1680FE1500A21259 /* runtime.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtime.min.js; sourceTree = ""; }; + C1EA6B801680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6B811680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6B841680FE1500A21259 /* json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = json5; sourceTree = ""; }; + C1EA6B861680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6B871680FE1500A21259 /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG.md; sourceTree = ""; }; + C1EA6B891680FE1500A21259 /* cli.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cli.js; sourceTree = ""; }; + C1EA6B8A1680FE1500A21259 /* json5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json5.js; sourceTree = ""; }; + C1EA6B8B1680FE1500A21259 /* require.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = require.js; sourceTree = ""; }; + C1EA6B8C1680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA6B8D1680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6B8E1680FE1500A21259 /* package.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = package.json5; sourceTree = ""; }; + C1EA6B8F1680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6B931680FE1500A21259 /* empty-array.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "empty-array.json"; sourceTree = ""; }; + C1EA6B941680FE1500A21259 /* leading-comma-array.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "leading-comma-array.js"; sourceTree = ""; }; + C1EA6B951680FE1500A21259 /* lone-trailing-comma-array.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lone-trailing-comma-array.js"; sourceTree = ""; }; + C1EA6B961680FE1500A21259 /* no-comma-array.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "no-comma-array.txt"; sourceTree = ""; }; + C1EA6B971680FE1500A21259 /* regular-array.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "regular-array.json"; sourceTree = ""; }; + C1EA6B981680FE1500A21259 /* trailing-comma-array.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "trailing-comma-array.json5"; sourceTree = ""; }; + C1EA6B9A1680FE1500A21259 /* block-comment-following-array-element.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "block-comment-following-array-element.json5"; sourceTree = ""; }; + C1EA6B9B1680FE1500A21259 /* block-comment-following-top-level-value.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "block-comment-following-top-level-value.json5"; sourceTree = ""; }; + C1EA6B9C1680FE1500A21259 /* block-comment-in-string.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "block-comment-in-string.json"; sourceTree = ""; }; + C1EA6B9D1680FE1500A21259 /* block-comment-preceding-top-level-value.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "block-comment-preceding-top-level-value.json5"; sourceTree = ""; }; + C1EA6B9E1680FE1500A21259 /* block-comment-with-asterisks.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "block-comment-with-asterisks.json5"; sourceTree = ""; }; + C1EA6B9F1680FE1500A21259 /* inline-comment-following-array-element.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "inline-comment-following-array-element.json5"; sourceTree = ""; }; + C1EA6BA01680FE1500A21259 /* inline-comment-following-top-level-value.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "inline-comment-following-top-level-value.json5"; sourceTree = ""; }; + C1EA6BA11680FE1500A21259 /* inline-comment-in-string.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "inline-comment-in-string.json"; sourceTree = ""; }; + C1EA6BA21680FE1500A21259 /* inline-comment-preceding-top-level-value.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "inline-comment-preceding-top-level-value.json5"; sourceTree = ""; }; + C1EA6BA31680FE1500A21259 /* top-level-block-comment.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "top-level-block-comment.txt"; sourceTree = ""; }; + C1EA6BA41680FE1500A21259 /* top-level-inline-comment.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "top-level-inline-comment.txt"; sourceTree = ""; }; + C1EA6BA51680FE1500A21259 /* unterminated-block-comment.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "unterminated-block-comment.txt"; sourceTree = ""; }; + C1EA6BA71680FE1500A21259 /* empty.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = empty.txt; sourceTree = ""; }; + C1EA6BA81680FE1500A21259 /* npm-package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "npm-package.json"; sourceTree = ""; }; + C1EA6BA91680FE1500A21259 /* npm-package.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "npm-package.json5"; sourceTree = ""; }; + C1EA6BAA1680FE1500A21259 /* readme-example.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "readme-example.json5"; sourceTree = ""; }; + C1EA6BAC1680FE1500A21259 /* decimal-literal-with-exponent.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "decimal-literal-with-exponent.json"; sourceTree = ""; }; + C1EA6BAD1680FE1500A21259 /* decimal-literal-with-negative-exponent.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "decimal-literal-with-negative-exponent.json"; sourceTree = ""; }; + C1EA6BAE1680FE1500A21259 /* decimal-literal.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "decimal-literal.json"; sourceTree = ""; }; + C1EA6BAF1680FE1500A21259 /* hexadecimal-literal-with-lowercase-letter.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "hexadecimal-literal-with-lowercase-letter.json5"; sourceTree = ""; }; + C1EA6BB01680FE1500A21259 /* hexadecimal-literal-with-no-digits.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "hexadecimal-literal-with-no-digits.txt"; sourceTree = ""; }; + C1EA6BB11680FE1500A21259 /* hexadecimal-literal-with-uppercase-x.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "hexadecimal-literal-with-uppercase-x.json5"; sourceTree = ""; }; + C1EA6BB21680FE1500A21259 /* hexadecimal-literal.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "hexadecimal-literal.json5"; sourceTree = ""; }; + C1EA6BB31680FE1500A21259 /* leading-decimal-point.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "leading-decimal-point.json5"; sourceTree = ""; }; + C1EA6BB41680FE1500A21259 /* negative-decimal-literal.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "negative-decimal-literal.json"; sourceTree = ""; }; + C1EA6BB51680FE1500A21259 /* negative-hexadecimal-literal.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "negative-hexadecimal-literal.json5"; sourceTree = ""; }; + C1EA6BB61680FE1500A21259 /* negative-leading-decimal-point.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "negative-leading-decimal-point.json5"; sourceTree = ""; }; + C1EA6BB71680FE1500A21259 /* noctal-literal-with-octal-digit-after-leading-zero.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "noctal-literal-with-octal-digit-after-leading-zero.js"; sourceTree = ""; }; + C1EA6BB81680FE1500A21259 /* noctal-literal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "noctal-literal.js"; sourceTree = ""; }; + C1EA6BB91680FE1500A21259 /* octal-literal.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "octal-literal.txt"; sourceTree = ""; }; + C1EA6BBA1680FE1500A21259 /* trailing-decimal-point-with-exponent.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "trailing-decimal-point-with-exponent.js"; sourceTree = ""; }; + C1EA6BBB1680FE1500A21259 /* trailing-decimal-point.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "trailing-decimal-point.js"; sourceTree = ""; }; + C1EA6BBC1680FE1500A21259 /* zero-literal.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "zero-literal.json"; sourceTree = ""; }; + C1EA6BBE1680FE1500A21259 /* empty-object.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "empty-object.json"; sourceTree = ""; }; + C1EA6BBF1680FE1500A21259 /* illegal-unquoted-key-number.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "illegal-unquoted-key-number.txt"; sourceTree = ""; }; + C1EA6BC01680FE1500A21259 /* illegal-unquoted-key-symbol.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "illegal-unquoted-key-symbol.txt"; sourceTree = ""; }; + C1EA6BC11680FE1500A21259 /* leading-comma-object.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "leading-comma-object.txt"; sourceTree = ""; }; + C1EA6BC21680FE1500A21259 /* lone-trailing-comma-object.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "lone-trailing-comma-object.txt"; sourceTree = ""; }; + C1EA6BC31680FE1500A21259 /* no-comma-object.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "no-comma-object.txt"; sourceTree = ""; }; + C1EA6BC41680FE1500A21259 /* reserved-unquoted-key.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "reserved-unquoted-key.json5"; sourceTree = ""; }; + C1EA6BC51680FE1500A21259 /* single-quoted-key.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "single-quoted-key.json5"; sourceTree = ""; }; + C1EA6BC61680FE1500A21259 /* trailing-comma-object.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "trailing-comma-object.json5"; sourceTree = ""; }; + C1EA6BC71680FE1500A21259 /* unquoted-keys.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "unquoted-keys.json5"; sourceTree = ""; }; + C1EA6BC91680FE1500A21259 /* escaped-single-quoted-string.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "escaped-single-quoted-string.json5"; sourceTree = ""; }; + C1EA6BCA1680FE1500A21259 /* multi-line-string.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "multi-line-string.json5"; sourceTree = ""; }; + C1EA6BCB1680FE1500A21259 /* single-quoted-string.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "single-quoted-string.json5"; sourceTree = ""; }; + C1EA6BCD1680FE1500A21259 /* unicode-escaped-unquoted-key.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "unicode-escaped-unquoted-key.json5"; sourceTree = ""; }; + C1EA6BCE1680FE1500A21259 /* unicode-unquoted-key.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "unicode-unquoted-key.json5"; sourceTree = ""; }; + C1EA6BCF1680FE1500A21259 /* parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parse.js; sourceTree = ""; }; + C1EA6BD01680FE1500A21259 /* readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.md; sourceTree = ""; }; + C1EA6BD11680FE1500A21259 /* require.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = require.js; sourceTree = ""; }; + C1EA6BD21680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6BD31680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6BD41680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6BD51680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6BD71680FE1500A21259 /* fs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fs.js; sourceTree = ""; }; + C1EA6BD91680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6BDA1680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6BDB1680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6BDD1680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6BDE1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6BE11680FE1500A21259 /* lessc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = lessc; sourceTree = ""; }; + C1EA6BE31680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6BE51680FE1500A21259 /* benchmark.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = benchmark.less; sourceTree = ""; }; + C1EA6BE61680FE1500A21259 /* less-benchmark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-benchmark.js"; sourceTree = ""; }; + C1EA6BE81680FE1500A21259 /* lessc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = lessc; sourceTree = ""; }; + C1EA6BEA1680FE1500A21259 /* amd.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = amd.js; sourceTree = ""; }; + C1EA6BEB1680FE1500A21259 /* ecma-5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "ecma-5.js"; sourceTree = ""; }; + C1EA6BEC1680FE1500A21259 /* header.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = header.js; sourceTree = ""; }; + C1EA6BED1680FE1500A21259 /* require-rhino.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "require-rhino.js"; sourceTree = ""; }; + C1EA6BEE1680FE1500A21259 /* require.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = require.js; sourceTree = ""; }; + C1EA6BEF1680FE1500A21259 /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG.md; sourceTree = ""; }; + C1EA6BF11680FE1500A21259 /* less-1.1.0.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.0.js"; sourceTree = ""; }; + C1EA6BF21680FE1500A21259 /* less-1.1.0.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.0.min.js"; sourceTree = ""; }; + C1EA6BF31680FE1500A21259 /* less-1.1.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.1.js"; sourceTree = ""; }; + C1EA6BF41680FE1500A21259 /* less-1.1.1.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.1.min.js"; sourceTree = ""; }; + C1EA6BF51680FE1500A21259 /* less-1.1.2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.2.js"; sourceTree = ""; }; + C1EA6BF61680FE1500A21259 /* less-1.1.2.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.2.min.js"; sourceTree = ""; }; + C1EA6BF71680FE1500A21259 /* less-1.1.3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.3.js"; sourceTree = ""; }; + C1EA6BF81680FE1500A21259 /* less-1.1.3.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.3.min.js"; sourceTree = ""; }; + C1EA6BF91680FE1500A21259 /* less-1.1.4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.4.js"; sourceTree = ""; }; + C1EA6BFA1680FE1500A21259 /* less-1.1.4.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.4.min.js"; sourceTree = ""; }; + C1EA6BFB1680FE1500A21259 /* less-1.1.5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.5.js"; sourceTree = ""; }; + C1EA6BFC1680FE1500A21259 /* less-1.1.5.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.5.min.js"; sourceTree = ""; }; + C1EA6BFD1680FE1500A21259 /* less-1.1.6.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.6.js"; sourceTree = ""; }; + C1EA6BFE1680FE1500A21259 /* less-1.1.6.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.1.6.min.js"; sourceTree = ""; }; + C1EA6BFF1680FE1500A21259 /* less-1.2.0.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.2.0.js"; sourceTree = ""; }; + C1EA6C001680FE1500A21259 /* less-1.2.0.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.2.0.min.js"; sourceTree = ""; }; + C1EA6C011680FE1500A21259 /* less-1.2.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.2.1.js"; sourceTree = ""; }; + C1EA6C021680FE1500A21259 /* less-1.2.1.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.2.1.min.js"; sourceTree = ""; }; + C1EA6C031680FE1500A21259 /* less-1.2.2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.2.2.js"; sourceTree = ""; }; + C1EA6C041680FE1500A21259 /* less-1.2.2.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.2.2.min.js"; sourceTree = ""; }; + C1EA6C051680FE1500A21259 /* less-1.3.0.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.3.0.js"; sourceTree = ""; }; + C1EA6C061680FE1500A21259 /* less-1.3.0.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.3.0.min.js"; sourceTree = ""; }; + C1EA6C071680FE1500A21259 /* less-1.3.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.3.1.js"; sourceTree = ""; }; + C1EA6C081680FE1500A21259 /* less-1.3.1.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-1.3.1.min.js"; sourceTree = ""; }; + C1EA6C091680FE1500A21259 /* less-rhino-1.1.3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-rhino-1.1.3.js"; sourceTree = ""; }; + C1EA6C0A1680FE1500A21259 /* less-rhino-1.1.5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-rhino-1.1.5.js"; sourceTree = ""; }; + C1EA6C0B1680FE1500A21259 /* less-rhino-1.3.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-rhino-1.3.1.js"; sourceTree = ""; }; + C1EA6C0E1680FE1500A21259 /* browser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = browser.js; sourceTree = ""; }; + C1EA6C0F1680FE1500A21259 /* colors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = colors.js; sourceTree = ""; }; + C1EA6C101680FE1500A21259 /* cssmin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cssmin.js; sourceTree = ""; }; + C1EA6C111680FE1500A21259 /* functions.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = functions.js; sourceTree = ""; }; + C1EA6C121680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6C131680FE1500A21259 /* lessc_helper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lessc_helper.js; sourceTree = ""; }; + C1EA6C141680FE1500A21259 /* parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.js; sourceTree = ""; }; + C1EA6C151680FE1500A21259 /* rhino.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rhino.js; sourceTree = ""; }; + C1EA6C171680FE1500A21259 /* alpha.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = alpha.js; sourceTree = ""; }; + C1EA6C181680FE1500A21259 /* anonymous.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = anonymous.js; sourceTree = ""; }; + C1EA6C191680FE1500A21259 /* assignment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assignment.js; sourceTree = ""; }; + C1EA6C1A1680FE1500A21259 /* call.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = call.js; sourceTree = ""; }; + C1EA6C1B1680FE1500A21259 /* color.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = color.js; sourceTree = ""; }; + C1EA6C1C1680FE1500A21259 /* comment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = comment.js; sourceTree = ""; }; + C1EA6C1D1680FE1500A21259 /* condition.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = condition.js; sourceTree = ""; }; + C1EA6C1E1680FE1500A21259 /* dimension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = dimension.js; sourceTree = ""; }; + C1EA6C1F1680FE1500A21259 /* directive.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = directive.js; sourceTree = ""; }; + C1EA6C201680FE1500A21259 /* element.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = element.js; sourceTree = ""; }; + C1EA6C211680FE1500A21259 /* expression.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = expression.js; sourceTree = ""; }; + C1EA6C221680FE1500A21259 /* import.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = import.js; sourceTree = ""; }; + C1EA6C231680FE1500A21259 /* javascript.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = javascript.js; sourceTree = ""; }; + C1EA6C241680FE1500A21259 /* keyword.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = keyword.js; sourceTree = ""; }; + C1EA6C251680FE1500A21259 /* media.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = media.js; sourceTree = ""; }; + C1EA6C261680FE1500A21259 /* mixin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mixin.js; sourceTree = ""; }; + C1EA6C271680FE1500A21259 /* operation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = operation.js; sourceTree = ""; }; + C1EA6C281680FE1500A21259 /* paren.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = paren.js; sourceTree = ""; }; + C1EA6C291680FE1500A21259 /* quoted.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = quoted.js; sourceTree = ""; }; + C1EA6C2A1680FE1500A21259 /* ratio.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ratio.js; sourceTree = ""; }; + C1EA6C2B1680FE1500A21259 /* rule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rule.js; sourceTree = ""; }; + C1EA6C2C1680FE1500A21259 /* ruleset.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ruleset.js; sourceTree = ""; }; + C1EA6C2D1680FE1500A21259 /* selector.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = selector.js; sourceTree = ""; }; + C1EA6C2E1680FE1500A21259 /* url.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = url.js; sourceTree = ""; }; + C1EA6C2F1680FE1500A21259 /* value.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = value.js; sourceTree = ""; }; + C1EA6C301680FE1500A21259 /* variable.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = variable.js; sourceTree = ""; }; + C1EA6C311680FE1500A21259 /* tree.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tree.js; sourceTree = ""; }; + C1EA6C321680FE1500A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA6C331680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA6C341680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6C351680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6C381680FE1500A21259 /* colors.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = colors.css; sourceTree = ""; }; + C1EA6C391680FE1500A21259 /* comments.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = comments.css; sourceTree = ""; }; + C1EA6C3A1680FE1500A21259 /* css-3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "css-3.css"; sourceTree = ""; }; + C1EA6C3B1680FE1500A21259 /* css-escapes.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "css-escapes.css"; sourceTree = ""; }; + C1EA6C3C1680FE1500A21259 /* css.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = css.css; sourceTree = ""; }; + C1EA6C3E1680FE1500A21259 /* linenumbers-all.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "linenumbers-all.css"; sourceTree = ""; }; + C1EA6C3F1680FE1500A21259 /* linenumbers-comments.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "linenumbers-comments.css"; sourceTree = ""; }; + C1EA6C401680FE1500A21259 /* linenumbers-mediaquery.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "linenumbers-mediaquery.css"; sourceTree = ""; }; + C1EA6C411680FE1500A21259 /* functions.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = functions.css; sourceTree = ""; }; + C1EA6C421680FE1500A21259 /* ie-filters.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "ie-filters.css"; sourceTree = ""; }; + C1EA6C431680FE1500A21259 /* import-once.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "import-once.css"; sourceTree = ""; }; + C1EA6C441680FE1500A21259 /* import.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = import.css; sourceTree = ""; }; + C1EA6C451680FE1500A21259 /* javascript.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = javascript.css; sourceTree = ""; }; + C1EA6C461680FE1500A21259 /* lazy-eval.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "lazy-eval.css"; sourceTree = ""; }; + C1EA6C471680FE1500A21259 /* media.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = media.css; sourceTree = ""; }; + C1EA6C481680FE1500A21259 /* mixins-args.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "mixins-args.css"; sourceTree = ""; }; + C1EA6C491680FE1500A21259 /* mixins-closure.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "mixins-closure.css"; sourceTree = ""; }; + C1EA6C4A1680FE1500A21259 /* mixins-guards.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "mixins-guards.css"; sourceTree = ""; }; + C1EA6C4B1680FE1500A21259 /* mixins-important.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "mixins-important.css"; sourceTree = ""; }; + C1EA6C4C1680FE1500A21259 /* mixins-named-args.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "mixins-named-args.css"; sourceTree = ""; }; + C1EA6C4D1680FE1500A21259 /* mixins-nested.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "mixins-nested.css"; sourceTree = ""; }; + C1EA6C4E1680FE1500A21259 /* mixins-pattern.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "mixins-pattern.css"; sourceTree = ""; }; + C1EA6C4F1680FE1500A21259 /* mixins.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = mixins.css; sourceTree = ""; }; + C1EA6C501680FE1500A21259 /* operations.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = operations.css; sourceTree = ""; }; + C1EA6C511680FE1500A21259 /* parens.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = parens.css; sourceTree = ""; }; + C1EA6C521680FE1500A21259 /* rulesets.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = rulesets.css; sourceTree = ""; }; + C1EA6C531680FE1500A21259 /* scope.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = scope.css; sourceTree = ""; }; + C1EA6C541680FE1500A21259 /* selectors.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = selectors.css; sourceTree = ""; }; + C1EA6C551680FE1500A21259 /* strings.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = strings.css; sourceTree = ""; }; + C1EA6C561680FE1500A21259 /* variables.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = variables.css; sourceTree = ""; }; + C1EA6C571680FE1500A21259 /* whitespace.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = whitespace.css; sourceTree = ""; }; + C1EA6C591680FE1500A21259 /* colors.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = colors.less; sourceTree = ""; }; + C1EA6C5A1680FE1500A21259 /* comments.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = comments.less; sourceTree = ""; }; + C1EA6C5B1680FE1500A21259 /* css-3.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "css-3.less"; sourceTree = ""; }; + C1EA6C5C1680FE1500A21259 /* css-escapes.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "css-escapes.less"; sourceTree = ""; }; + C1EA6C5D1680FE1500A21259 /* css.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = css.less; sourceTree = ""; }; + C1EA6C601680FE1500A21259 /* test.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test.less; sourceTree = ""; }; + C1EA6C611680FE1500A21259 /* linenumbers.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = linenumbers.less; sourceTree = ""; }; + C1EA6C631680FE1500A21259 /* comment-in-selector.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "comment-in-selector.less"; sourceTree = ""; }; + C1EA6C641680FE1500A21259 /* comment-in-selector.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "comment-in-selector.txt"; sourceTree = ""; }; + C1EA6C651680FE1500A21259 /* import-missing.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-missing.less"; sourceTree = ""; }; + C1EA6C661680FE1500A21259 /* import-missing.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-missing.txt"; sourceTree = ""; }; + C1EA6C671680FE1500A21259 /* import-no-semi.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-no-semi.less"; sourceTree = ""; }; + C1EA6C681680FE1500A21259 /* import-no-semi.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-no-semi.txt"; sourceTree = ""; }; + C1EA6C691680FE1500A21259 /* import-subfolder1.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-subfolder1.less"; sourceTree = ""; }; + C1EA6C6A1680FE1500A21259 /* import-subfolder1.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-subfolder1.txt"; sourceTree = ""; }; + C1EA6C6B1680FE1500A21259 /* import-subfolder2.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-subfolder2.less"; sourceTree = ""; }; + C1EA6C6C1680FE1500A21259 /* import-subfolder2.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-subfolder2.txt"; sourceTree = ""; }; + C1EA6C6E1680FE1500A21259 /* import-subfolder1.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-subfolder1.less"; sourceTree = ""; }; + C1EA6C6F1680FE1500A21259 /* import-subfolder2.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-subfolder2.less"; sourceTree = ""; }; + C1EA6C711680FE1500A21259 /* mixin-not-defined.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "mixin-not-defined.less"; sourceTree = ""; }; + C1EA6C721680FE1500A21259 /* parse-error-curly-bracket.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "parse-error-curly-bracket.less"; sourceTree = ""; }; + C1EA6C731680FE1500A21259 /* javascript-error.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "javascript-error.less"; sourceTree = ""; }; + C1EA6C741680FE1500A21259 /* javascript-error.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "javascript-error.txt"; sourceTree = ""; }; + C1EA6C751680FE1500A21259 /* mixin-not-defined.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "mixin-not-defined.less"; sourceTree = ""; }; + C1EA6C761680FE1500A21259 /* mixin-not-defined.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "mixin-not-defined.txt"; sourceTree = ""; }; + C1EA6C771680FE1500A21259 /* parse-error-curly-bracket.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "parse-error-curly-bracket.less"; sourceTree = ""; }; + C1EA6C781680FE1500A21259 /* parse-error-curly-bracket.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "parse-error-curly-bracket.txt"; sourceTree = ""; }; + C1EA6C791680FE1500A21259 /* parse-error-missing-bracket.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "parse-error-missing-bracket.less"; sourceTree = ""; }; + C1EA6C7A1680FE1500A21259 /* parse-error-missing-bracket.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "parse-error-missing-bracket.txt"; sourceTree = ""; }; + C1EA6C7B1680FE1500A21259 /* property-ie5-hack.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "property-ie5-hack.less"; sourceTree = ""; }; + C1EA6C7C1680FE1500A21259 /* property-ie5-hack.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "property-ie5-hack.txt"; sourceTree = ""; }; + C1EA6C7D1680FE1500A21259 /* functions.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = functions.less; sourceTree = ""; }; + C1EA6C7E1680FE1500A21259 /* ie-filters.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "ie-filters.less"; sourceTree = ""; }; + C1EA6C811680FE1500A21259 /* import-once-test-a.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-once-test-a.less"; sourceTree = ""; }; + C1EA6C821680FE1500A21259 /* import-once-test-c.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-once-test-c.less"; sourceTree = ""; }; + C1EA6C831680FE1500A21259 /* import-test-a.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-test-a.less"; sourceTree = ""; }; + C1EA6C841680FE1500A21259 /* import-test-b.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-test-b.less"; sourceTree = ""; }; + C1EA6C851680FE1500A21259 /* import-test-c.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-test-c.less"; sourceTree = ""; }; + C1EA6C861680FE1500A21259 /* import-test-d.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "import-test-d.css"; sourceTree = ""; }; + C1EA6C871680FE1500A21259 /* import-test-e.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-test-e.less"; sourceTree = ""; }; + C1EA6C881680FE1500A21259 /* import-once.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "import-once.less"; sourceTree = ""; }; + C1EA6C891680FE1500A21259 /* import.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = import.less; sourceTree = ""; }; + C1EA6C8A1680FE1500A21259 /* javascript.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = javascript.less; sourceTree = ""; }; + C1EA6C8B1680FE1500A21259 /* lazy-eval.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "lazy-eval.less"; sourceTree = ""; }; + C1EA6C8C1680FE1500A21259 /* media.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = media.less; sourceTree = ""; }; + C1EA6C8D1680FE1500A21259 /* mixins-args.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "mixins-args.less"; sourceTree = ""; }; + C1EA6C8E1680FE1500A21259 /* mixins-closure.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "mixins-closure.less"; sourceTree = ""; }; + C1EA6C8F1680FE1500A21259 /* mixins-guards.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "mixins-guards.less"; sourceTree = ""; }; + C1EA6C901680FE1500A21259 /* mixins-important.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "mixins-important.less"; sourceTree = ""; }; + C1EA6C911680FE1500A21259 /* mixins-named-args.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "mixins-named-args.less"; sourceTree = ""; }; + C1EA6C921680FE1500A21259 /* mixins-nested.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "mixins-nested.less"; sourceTree = ""; }; + C1EA6C931680FE1500A21259 /* mixins-pattern.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "mixins-pattern.less"; sourceTree = ""; }; + C1EA6C941680FE1500A21259 /* mixins.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mixins.less; sourceTree = ""; }; + C1EA6C951680FE1500A21259 /* operations.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = operations.less; sourceTree = ""; }; + C1EA6C961680FE1500A21259 /* parens.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = parens.less; sourceTree = ""; }; + C1EA6C971680FE1500A21259 /* rulesets.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rulesets.less; sourceTree = ""; }; + C1EA6C981680FE1500A21259 /* scope.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = scope.less; sourceTree = ""; }; + C1EA6C991680FE1500A21259 /* selectors.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = selectors.less; sourceTree = ""; }; + C1EA6C9A1680FE1500A21259 /* strings.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = strings.less; sourceTree = ""; }; + C1EA6C9B1680FE1500A21259 /* variables.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = variables.less; sourceTree = ""; }; + C1EA6C9C1680FE1500A21259 /* whitespace.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = whitespace.less; sourceTree = ""; }; + C1EA6C9D1680FE1500A21259 /* less-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "less-test.js"; sourceTree = ""; }; + C1EA6C9E1680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6C9F1680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6CA11680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6CA31680FE1500A21259 /* bool.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bool.js; sourceTree = ""; }; + C1EA6CA41680FE1500A21259 /* boolean_double.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = boolean_double.js; sourceTree = ""; }; + C1EA6CA51680FE1500A21259 /* boolean_single.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = boolean_single.js; sourceTree = ""; }; + C1EA6CA61680FE1500A21259 /* default_hash.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = default_hash.js; sourceTree = ""; }; + C1EA6CA71680FE1500A21259 /* default_singles.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = default_singles.js; sourceTree = ""; }; + C1EA6CA81680FE1500A21259 /* divide.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = divide.js; sourceTree = ""; }; + C1EA6CA91680FE1500A21259 /* line_count.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = line_count.js; sourceTree = ""; }; + C1EA6CAA1680FE1500A21259 /* line_count_options.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = line_count_options.js; sourceTree = ""; }; + C1EA6CAB1680FE1500A21259 /* line_count_wrap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = line_count_wrap.js; sourceTree = ""; }; + C1EA6CAC1680FE1500A21259 /* nonopt.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nonopt.js; sourceTree = ""; }; + C1EA6CAD1680FE1500A21259 /* reflect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = reflect.js; sourceTree = ""; }; + C1EA6CAE1680FE1500A21259 /* short.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = short.js; sourceTree = ""; }; + C1EA6CAF1680FE1500A21259 /* string.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = string.js; sourceTree = ""; }; + C1EA6CB01680FE1500A21259 /* usage-options.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "usage-options.js"; sourceTree = ""; }; + C1EA6CB11680FE1500A21259 /* xup.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = xup.js; sourceTree = ""; }; + C1EA6CB21680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6CB31680FE1500A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA6CB61680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6CB81680FE1500A21259 /* center.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = center.js; sourceTree = ""; }; + C1EA6CB91680FE1500A21259 /* meat.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = meat.js; sourceTree = ""; }; + C1EA6CBA1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6CBB1680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6CBC1680FE1500A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA6CBE1680FE1500A21259 /* break.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = break.js; sourceTree = ""; }; + C1EA6CBF1680FE1500A21259 /* idleness.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = idleness.txt; sourceTree = ""; }; + C1EA6CC01680FE1500A21259 /* wrap.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = wrap.js; sourceTree = ""; }; + C1EA6CC11680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6CC21680FE1500A21259 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; + C1EA6CC51680FE1500A21259 /* argv.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = argv.js; sourceTree = ""; }; + C1EA6CC61680FE1500A21259 /* bin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bin.js; sourceTree = ""; }; + C1EA6CC71680FE1500A21259 /* _.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = _.js; sourceTree = ""; }; + C1EA6CC81680FE1500A21259 /* parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parse.js; sourceTree = ""; }; + C1EA6CC91680FE1500A21259 /* usage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = usage.js; sourceTree = ""; }; + C1EA6CCB1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6CCC1680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6CCD1680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6CCF1680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6CD01680FE1500A21259 /* addScript.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = addScript.js; sourceTree = ""; }; + C1EA6CD11680FE1500A21259 /* addScript.web.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = addScript.web.js; sourceTree = ""; }; + C1EA6CD21680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6CD51680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6CD61680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6CD91680FE1500A21259 /* json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = json5; sourceTree = ""; }; + C1EA6CDB1680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6CDC1680FE1500A21259 /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG.md; sourceTree = ""; }; + C1EA6CDE1680FE1500A21259 /* cli.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cli.js; sourceTree = ""; }; + C1EA6CDF1680FE1500A21259 /* json5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = json5.js; sourceTree = ""; }; + C1EA6CE01680FE1500A21259 /* require.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = require.js; sourceTree = ""; }; + C1EA6CE11680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA6CE21680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6CE31680FE1500A21259 /* package.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = package.json5; sourceTree = ""; }; + C1EA6CE41680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6CE81680FE1500A21259 /* empty-array.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "empty-array.json"; sourceTree = ""; }; + C1EA6CE91680FE1500A21259 /* leading-comma-array.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "leading-comma-array.js"; sourceTree = ""; }; + C1EA6CEA1680FE1500A21259 /* lone-trailing-comma-array.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "lone-trailing-comma-array.js"; sourceTree = ""; }; + C1EA6CEB1680FE1500A21259 /* no-comma-array.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "no-comma-array.txt"; sourceTree = ""; }; + C1EA6CEC1680FE1500A21259 /* regular-array.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "regular-array.json"; sourceTree = ""; }; + C1EA6CED1680FE1500A21259 /* trailing-comma-array.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "trailing-comma-array.json5"; sourceTree = ""; }; + C1EA6CEF1680FE1500A21259 /* block-comment-following-array-element.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "block-comment-following-array-element.json5"; sourceTree = ""; }; + C1EA6CF01680FE1500A21259 /* block-comment-following-top-level-value.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "block-comment-following-top-level-value.json5"; sourceTree = ""; }; + C1EA6CF11680FE1500A21259 /* block-comment-in-string.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "block-comment-in-string.json"; sourceTree = ""; }; + C1EA6CF21680FE1500A21259 /* block-comment-preceding-top-level-value.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "block-comment-preceding-top-level-value.json5"; sourceTree = ""; }; + C1EA6CF31680FE1500A21259 /* block-comment-with-asterisks.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "block-comment-with-asterisks.json5"; sourceTree = ""; }; + C1EA6CF41680FE1500A21259 /* inline-comment-following-array-element.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "inline-comment-following-array-element.json5"; sourceTree = ""; }; + C1EA6CF51680FE1500A21259 /* inline-comment-following-top-level-value.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "inline-comment-following-top-level-value.json5"; sourceTree = ""; }; + C1EA6CF61680FE1500A21259 /* inline-comment-in-string.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "inline-comment-in-string.json"; sourceTree = ""; }; + C1EA6CF71680FE1500A21259 /* inline-comment-preceding-top-level-value.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "inline-comment-preceding-top-level-value.json5"; sourceTree = ""; }; + C1EA6CF81680FE1500A21259 /* top-level-block-comment.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "top-level-block-comment.txt"; sourceTree = ""; }; + C1EA6CF91680FE1500A21259 /* top-level-inline-comment.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "top-level-inline-comment.txt"; sourceTree = ""; }; + C1EA6CFA1680FE1500A21259 /* unterminated-block-comment.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "unterminated-block-comment.txt"; sourceTree = ""; }; + C1EA6CFC1680FE1500A21259 /* empty.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = empty.txt; sourceTree = ""; }; + C1EA6CFD1680FE1500A21259 /* npm-package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "npm-package.json"; sourceTree = ""; }; + C1EA6CFE1680FE1500A21259 /* npm-package.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "npm-package.json5"; sourceTree = ""; }; + C1EA6CFF1680FE1500A21259 /* readme-example.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "readme-example.json5"; sourceTree = ""; }; + C1EA6D011680FE1500A21259 /* decimal-literal-with-exponent.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "decimal-literal-with-exponent.json"; sourceTree = ""; }; + C1EA6D021680FE1500A21259 /* decimal-literal-with-negative-exponent.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "decimal-literal-with-negative-exponent.json"; sourceTree = ""; }; + C1EA6D031680FE1500A21259 /* decimal-literal.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "decimal-literal.json"; sourceTree = ""; }; + C1EA6D041680FE1500A21259 /* hexadecimal-literal-with-lowercase-letter.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "hexadecimal-literal-with-lowercase-letter.json5"; sourceTree = ""; }; + C1EA6D051680FE1500A21259 /* hexadecimal-literal-with-no-digits.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "hexadecimal-literal-with-no-digits.txt"; sourceTree = ""; }; + C1EA6D061680FE1500A21259 /* hexadecimal-literal-with-uppercase-x.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "hexadecimal-literal-with-uppercase-x.json5"; sourceTree = ""; }; + C1EA6D071680FE1500A21259 /* hexadecimal-literal.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "hexadecimal-literal.json5"; sourceTree = ""; }; + C1EA6D081680FE1500A21259 /* leading-decimal-point.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "leading-decimal-point.json5"; sourceTree = ""; }; + C1EA6D091680FE1500A21259 /* negative-decimal-literal.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "negative-decimal-literal.json"; sourceTree = ""; }; + C1EA6D0A1680FE1500A21259 /* negative-hexadecimal-literal.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "negative-hexadecimal-literal.json5"; sourceTree = ""; }; + C1EA6D0B1680FE1500A21259 /* negative-leading-decimal-point.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "negative-leading-decimal-point.json5"; sourceTree = ""; }; + C1EA6D0C1680FE1500A21259 /* noctal-literal-with-octal-digit-after-leading-zero.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "noctal-literal-with-octal-digit-after-leading-zero.js"; sourceTree = ""; }; + C1EA6D0D1680FE1500A21259 /* noctal-literal.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "noctal-literal.js"; sourceTree = ""; }; + C1EA6D0E1680FE1500A21259 /* octal-literal.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "octal-literal.txt"; sourceTree = ""; }; + C1EA6D0F1680FE1500A21259 /* trailing-decimal-point-with-exponent.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "trailing-decimal-point-with-exponent.js"; sourceTree = ""; }; + C1EA6D101680FE1500A21259 /* trailing-decimal-point.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "trailing-decimal-point.js"; sourceTree = ""; }; + C1EA6D111680FE1500A21259 /* zero-literal.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "zero-literal.json"; sourceTree = ""; }; + C1EA6D131680FE1500A21259 /* empty-object.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "empty-object.json"; sourceTree = ""; }; + C1EA6D141680FE1500A21259 /* illegal-unquoted-key-number.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "illegal-unquoted-key-number.txt"; sourceTree = ""; }; + C1EA6D151680FE1500A21259 /* illegal-unquoted-key-symbol.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "illegal-unquoted-key-symbol.txt"; sourceTree = ""; }; + C1EA6D161680FE1500A21259 /* leading-comma-object.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "leading-comma-object.txt"; sourceTree = ""; }; + C1EA6D171680FE1500A21259 /* lone-trailing-comma-object.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "lone-trailing-comma-object.txt"; sourceTree = ""; }; + C1EA6D181680FE1500A21259 /* no-comma-object.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "no-comma-object.txt"; sourceTree = ""; }; + C1EA6D191680FE1500A21259 /* reserved-unquoted-key.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "reserved-unquoted-key.json5"; sourceTree = ""; }; + C1EA6D1A1680FE1500A21259 /* single-quoted-key.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "single-quoted-key.json5"; sourceTree = ""; }; + C1EA6D1B1680FE1500A21259 /* trailing-comma-object.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "trailing-comma-object.json5"; sourceTree = ""; }; + C1EA6D1C1680FE1500A21259 /* unquoted-keys.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "unquoted-keys.json5"; sourceTree = ""; }; + C1EA6D1E1680FE1500A21259 /* escaped-single-quoted-string.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "escaped-single-quoted-string.json5"; sourceTree = ""; }; + C1EA6D1F1680FE1500A21259 /* multi-line-string.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "multi-line-string.json5"; sourceTree = ""; }; + C1EA6D201680FE1500A21259 /* single-quoted-string.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "single-quoted-string.json5"; sourceTree = ""; }; + C1EA6D221680FE1500A21259 /* unicode-escaped-unquoted-key.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "unicode-escaped-unquoted-key.json5"; sourceTree = ""; }; + C1EA6D231680FE1500A21259 /* unicode-unquoted-key.json5 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "unicode-unquoted-key.json5"; sourceTree = ""; }; + C1EA6D241680FE1500A21259 /* parse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parse.js; sourceTree = ""; }; + C1EA6D251680FE1500A21259 /* readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.md; sourceTree = ""; }; + C1EA6D261680FE1500A21259 /* require.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = require.js; sourceTree = ""; }; + C1EA6D271680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6D281680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6D2A1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6D2B1680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6D2C1680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6D2D1680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6D2E1680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6D311680FE1500A21259 /* sprintf.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sprintf.js; sourceTree = ""; }; + C1EA6D321680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6D331680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6D351680FE1500A21259 /* addStyle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = addStyle.js; sourceTree = ""; }; + C1EA6D361680FE1500A21259 /* addStyle.web.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = addStyle.web.js; sourceTree = ""; }; + C1EA6D371680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6D381680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6D391680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6D3B1680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6D3D1680FE1500A21259 /* uglifyjs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = uglifyjs; sourceTree = ""; }; + C1EA6D3E1680FE1500A21259 /* docstyle.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = docstyle.css; sourceTree = ""; }; + C1EA6D401680FE1500A21259 /* consolidator.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = consolidator.js; sourceTree = ""; }; + C1EA6D411680FE1500A21259 /* object-ast.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "object-ast.js"; sourceTree = ""; }; + C1EA6D421680FE1500A21259 /* parse-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "parse-js.js"; sourceTree = ""; }; + C1EA6D431680FE1500A21259 /* process.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = process.js; sourceTree = ""; }; + C1EA6D441680FE1500A21259 /* squeeze-more.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "squeeze-more.js"; sourceTree = ""; }; + C1EA6D451680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6D461680FE1500A21259 /* README.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = README.html; sourceTree = ""; }; + C1EA6D471680FE1500A21259 /* README.org */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.org; sourceTree = ""; }; + C1EA6D491680FE1500A21259 /* beautify.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = beautify.js; sourceTree = ""; }; + C1EA6D4A1680FE1500A21259 /* testparser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = testparser.js; sourceTree = ""; }; + C1EA6D4E1680FE1500A21259 /* array1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array1.js; sourceTree = ""; }; + C1EA6D4F1680FE1500A21259 /* array2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array2.js; sourceTree = ""; }; + C1EA6D501680FE1500A21259 /* array3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array3.js; sourceTree = ""; }; + C1EA6D511680FE1500A21259 /* array4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array4.js; sourceTree = ""; }; + C1EA6D521680FE1500A21259 /* assignment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assignment.js; sourceTree = ""; }; + C1EA6D531680FE1500A21259 /* concatstring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = concatstring.js; sourceTree = ""; }; + C1EA6D541680FE1500A21259 /* const.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = const.js; sourceTree = ""; }; + C1EA6D551680FE1500A21259 /* empty-blocks.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "empty-blocks.js"; sourceTree = ""; }; + C1EA6D561680FE1500A21259 /* forstatement.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = forstatement.js; sourceTree = ""; }; + C1EA6D571680FE1500A21259 /* if.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = if.js; sourceTree = ""; }; + C1EA6D581680FE1500A21259 /* ifreturn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ifreturn.js; sourceTree = ""; }; + C1EA6D591680FE1500A21259 /* ifreturn2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ifreturn2.js; sourceTree = ""; }; + C1EA6D5A1680FE1500A21259 /* issue10.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue10.js; sourceTree = ""; }; + C1EA6D5B1680FE1500A21259 /* issue11.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue11.js; sourceTree = ""; }; + C1EA6D5C1680FE1500A21259 /* issue13.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue13.js; sourceTree = ""; }; + C1EA6D5D1680FE1500A21259 /* issue14.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue14.js; sourceTree = ""; }; + C1EA6D5E1680FE1500A21259 /* issue16.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue16.js; sourceTree = ""; }; + C1EA6D5F1680FE1500A21259 /* issue17.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue17.js; sourceTree = ""; }; + C1EA6D601680FE1500A21259 /* issue20.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue20.js; sourceTree = ""; }; + C1EA6D611680FE1500A21259 /* issue21.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue21.js; sourceTree = ""; }; + C1EA6D621680FE1500A21259 /* issue25.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue25.js; sourceTree = ""; }; + C1EA6D631680FE1500A21259 /* issue27.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue27.js; sourceTree = ""; }; + C1EA6D641680FE1500A21259 /* issue278.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue278.js; sourceTree = ""; }; + C1EA6D651680FE1500A21259 /* issue28.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue28.js; sourceTree = ""; }; + C1EA6D661680FE1500A21259 /* issue29.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue29.js; sourceTree = ""; }; + C1EA6D671680FE1500A21259 /* issue30.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue30.js; sourceTree = ""; }; + C1EA6D681680FE1500A21259 /* issue34.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue34.js; sourceTree = ""; }; + C1EA6D691680FE1500A21259 /* issue4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue4.js; sourceTree = ""; }; + C1EA6D6A1680FE1500A21259 /* issue48.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue48.js; sourceTree = ""; }; + C1EA6D6B1680FE1500A21259 /* issue50.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue50.js; sourceTree = ""; }; + C1EA6D6C1680FE1500A21259 /* issue53.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue53.js; sourceTree = ""; }; + C1EA6D6D1680FE1500A21259 /* issue54.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue54.1.js; sourceTree = ""; }; + C1EA6D6E1680FE1500A21259 /* issue68.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue68.js; sourceTree = ""; }; + C1EA6D6F1680FE1500A21259 /* issue69.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue69.js; sourceTree = ""; }; + C1EA6D701680FE1500A21259 /* issue9.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue9.js; sourceTree = ""; }; + C1EA6D711680FE1500A21259 /* mangle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mangle.js; sourceTree = ""; }; + C1EA6D721680FE1500A21259 /* null_string.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = null_string.js; sourceTree = ""; }; + C1EA6D731680FE1500A21259 /* strict-equals.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "strict-equals.js"; sourceTree = ""; }; + C1EA6D741680FE1500A21259 /* var.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = var.js; sourceTree = ""; }; + C1EA6D751680FE1500A21259 /* whitespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = whitespace.js; sourceTree = ""; }; + C1EA6D761680FE1500A21259 /* with.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = with.js; sourceTree = ""; }; + C1EA6D781680FE1500A21259 /* array1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array1.js; sourceTree = ""; }; + C1EA6D791680FE1500A21259 /* array2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array2.js; sourceTree = ""; }; + C1EA6D7A1680FE1500A21259 /* array3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array3.js; sourceTree = ""; }; + C1EA6D7B1680FE1500A21259 /* array4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = array4.js; sourceTree = ""; }; + C1EA6D7C1680FE1500A21259 /* assignment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = assignment.js; sourceTree = ""; }; + C1EA6D7D1680FE1500A21259 /* concatstring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = concatstring.js; sourceTree = ""; }; + C1EA6D7E1680FE1500A21259 /* const.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = const.js; sourceTree = ""; }; + C1EA6D7F1680FE1500A21259 /* empty-blocks.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "empty-blocks.js"; sourceTree = ""; }; + C1EA6D801680FE1500A21259 /* forstatement.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = forstatement.js; sourceTree = ""; }; + C1EA6D811680FE1500A21259 /* if.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = if.js; sourceTree = ""; }; + C1EA6D821680FE1500A21259 /* ifreturn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ifreturn.js; sourceTree = ""; }; + C1EA6D831680FE1500A21259 /* ifreturn2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ifreturn2.js; sourceTree = ""; }; + C1EA6D841680FE1500A21259 /* issue10.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue10.js; sourceTree = ""; }; + C1EA6D851680FE1500A21259 /* issue11.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue11.js; sourceTree = ""; }; + C1EA6D861680FE1500A21259 /* issue13.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue13.js; sourceTree = ""; }; + C1EA6D871680FE1500A21259 /* issue14.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue14.js; sourceTree = ""; }; + C1EA6D881680FE1500A21259 /* issue16.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue16.js; sourceTree = ""; }; + C1EA6D891680FE1500A21259 /* issue17.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue17.js; sourceTree = ""; }; + C1EA6D8A1680FE1500A21259 /* issue20.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue20.js; sourceTree = ""; }; + C1EA6D8B1680FE1500A21259 /* issue21.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue21.js; sourceTree = ""; }; + C1EA6D8C1680FE1500A21259 /* issue25.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue25.js; sourceTree = ""; }; + C1EA6D8D1680FE1500A21259 /* issue27.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue27.js; sourceTree = ""; }; + C1EA6D8E1680FE1500A21259 /* issue278.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue278.js; sourceTree = ""; }; + C1EA6D8F1680FE1500A21259 /* issue28.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue28.js; sourceTree = ""; }; + C1EA6D901680FE1500A21259 /* issue29.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue29.js; sourceTree = ""; }; + C1EA6D911680FE1500A21259 /* issue30.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue30.js; sourceTree = ""; }; + C1EA6D921680FE1500A21259 /* issue34.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue34.js; sourceTree = ""; }; + C1EA6D931680FE1500A21259 /* issue4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue4.js; sourceTree = ""; }; + C1EA6D941680FE1500A21259 /* issue48.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue48.js; sourceTree = ""; }; + C1EA6D951680FE1500A21259 /* issue50.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue50.js; sourceTree = ""; }; + C1EA6D961680FE1500A21259 /* issue53.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue53.js; sourceTree = ""; }; + C1EA6D971680FE1500A21259 /* issue54.1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue54.1.js; sourceTree = ""; }; + C1EA6D981680FE1500A21259 /* issue68.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue68.js; sourceTree = ""; }; + C1EA6D991680FE1500A21259 /* issue69.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue69.js; sourceTree = ""; }; + C1EA6D9A1680FE1500A21259 /* issue9.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = issue9.js; sourceTree = ""; }; + C1EA6D9B1680FE1500A21259 /* mangle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mangle.js; sourceTree = ""; }; + C1EA6D9C1680FE1500A21259 /* null_string.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = null_string.js; sourceTree = ""; }; + C1EA6D9D1680FE1500A21259 /* strict-equals.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "strict-equals.js"; sourceTree = ""; }; + C1EA6D9E1680FE1500A21259 /* var.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = var.js; sourceTree = ""; }; + C1EA6D9F1680FE1500A21259 /* whitespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = whitespace.js; sourceTree = ""; }; + C1EA6DA01680FE1500A21259 /* with.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = with.js; sourceTree = ""; }; + C1EA6DA11680FE1500A21259 /* scripts.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = scripts.js; sourceTree = ""; }; + C1EA6DA31680FE1500A21259 /* 269.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = 269.js; sourceTree = ""; }; + C1EA6DA41680FE1500A21259 /* app.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = app.js; sourceTree = ""; }; + C1EA6DA51680FE1500A21259 /* embed-tokens.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "embed-tokens.js"; sourceTree = ""; }; + C1EA6DA61680FE1500A21259 /* goto.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = goto.js; sourceTree = ""; }; + C1EA6DA71680FE1500A21259 /* goto2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = goto2.js; sourceTree = ""; }; + C1EA6DA81680FE1500A21259 /* hoist.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hoist.js; sourceTree = ""; }; + C1EA6DA91680FE1500A21259 /* instrument.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = instrument.js; sourceTree = ""; }; + C1EA6DAA1680FE1500A21259 /* instrument2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = instrument2.js; sourceTree = ""; }; + C1EA6DAB1680FE1500A21259 /* liftvars.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = liftvars.js; sourceTree = ""; }; + C1EA6DAC1680FE1500A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA6DAD1680FE1500A21259 /* uglify-hangs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "uglify-hangs.js"; sourceTree = ""; }; + C1EA6DAE1680FE1500A21259 /* uglify-hangs2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "uglify-hangs2.js"; sourceTree = ""; }; + C1EA6DAF1680FE1500A21259 /* uglify-js.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "uglify-js.js"; sourceTree = ""; }; + C1EA6DB11680FE1500A21259 /* cacheable.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cacheable.js; sourceTree = ""; }; + C1EA6DB21680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6DB31680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6DB41680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6DB61680FE1500A21259 /* cacheable.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cacheable.js; sourceTree = ""; }; + C1EA6DB71680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6DB81680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6DB91680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6DBB1680FE1500A21259 /* browser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = browser.js; sourceTree = ""; }; + C1EA6DBC1680FE1500A21259 /* browserAsync.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = browserAsync.js; sourceTree = ""; }; + C1EA6DBD1680FE1500A21259 /* browserSingle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = browserSingle.js; sourceTree = ""; }; + C1EA6DBE1680FE1500A21259 /* node.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = node.js; sourceTree = ""; }; + C1EA6DBF1680FE1500A21259 /* nodeTemplate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nodeTemplate.js; sourceTree = ""; }; + C1EA6DC21680FE1500A21259 /* build.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = build.js; sourceTree = ""; }; + C1EA6DC31680FE1500A21259 /* chai.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = chai.js; sourceTree = ""; }; + C1EA6DC61680FE1500A21259 /* stylesheet-import1.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "stylesheet-import1.css"; sourceTree = ""; }; + C1EA6DC71680FE1500A21259 /* stylesheet-import3.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "stylesheet-import3.css"; sourceTree = ""; }; + C1EA6DC81680FE1500A21259 /* generateCss.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = generateCss.js; sourceTree = ""; }; + C1EA6DC91680FE1500A21259 /* stylesheet.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = stylesheet.css; sourceTree = ""; }; + C1EA6DCB1680FE1500A21259 /* errorfile.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = errorfile.js; sourceTree = ""; }; + C1EA6DCC1680FE1500A21259 /* file1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = file1.js; sourceTree = ""; }; + C1EA6DCD1680FE1500A21259 /* file2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = file2.js; sourceTree = ""; }; + C1EA6DCE1680FE1500A21259 /* file3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = file3.js; sourceTree = ""; }; + C1EA6DCF1680FE1500A21259 /* typeof.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = typeof.js; sourceTree = ""; }; + C1EA6DD11680FE1500A21259 /* fail.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fail.png; sourceTree = ""; }; + C1EA6DD21680FE1500A21259 /* image.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = image.png; sourceTree = ""; }; + C1EA6DD51680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6DD81680FE1500A21259 /* import1.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = import1.less; sourceTree = ""; }; + C1EA6DD91680FE1500A21259 /* stylesheet.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = stylesheet.less; sourceTree = ""; }; + C1EA6DDB1680FE1500A21259 /* a.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = a.js; sourceTree = ""; }; + C1EA6DDC1680FE1500A21259 /* acircular.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = acircular.js; sourceTree = ""; }; + C1EA6DDD1680FE1500A21259 /* acircular2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = acircular2.js; sourceTree = ""; }; + C1EA6DDE1680FE1500A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6DDF1680FE1500A21259 /* c.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = c.js; sourceTree = ""; }; + C1EA6DE01680FE1500A21259 /* circular.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = circular.js; sourceTree = ""; }; + C1EA6DE11680FE1500A21259 /* circular2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = circular2.js; sourceTree = ""; }; + C1EA6DE21680FE1500A21259 /* constructor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = constructor.js; sourceTree = ""; }; + C1EA6DE31680FE1500A21259 /* d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = d.js; sourceTree = ""; }; + C1EA6DE41680FE1500A21259 /* duplicate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = duplicate.js; sourceTree = ""; }; + C1EA6DE51680FE1500A21259 /* duplicate2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = duplicate2.js; sourceTree = ""; }; + C1EA6DE61680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6DE71680FE1500A21259 /* index.web.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.web.js; sourceTree = ""; }; + C1EA6DE81680FE1500A21259 /* singluar.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = singluar.js; sourceTree = ""; }; + C1EA6DE91680FE1500A21259 /* singluar2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = singluar2.js; sourceTree = ""; }; + C1EA6DEA1680FE1500A21259 /* two.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = two.js; sourceTree = ""; }; + C1EA6DEB1680FE1500A21259 /* libary2config.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = libary2config.js; sourceTree = ""; }; + C1EA6DED1680FE1500A21259 /* reverseloader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = reverseloader.js; sourceTree = ""; }; + C1EA6DEE1680FE1500A21259 /* middlewareTest.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = middlewareTest.js; sourceTree = ""; }; + C1EA6DEF1680FE1500A21259 /* mocha.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = mocha.css; sourceTree = ""; }; + C1EA6DF01680FE1500A21259 /* mocha.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mocha.js; sourceTree = ""; }; + C1EA6DF21680FE1500A21259 /* extra.loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = extra.loader.js; sourceTree = ""; }; + C1EA6DF41680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6DF61680FE1500A21259 /* comp.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = comp.js; sourceTree = ""; }; + C1EA6DF71680FE1500A21259 /* component.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = component.js; sourceTree = ""; }; + C1EA6DFA1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6DFC1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6DFF1680FE1500A21259 /* extra.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = extra.js; sourceTree = ""; }; + C1EA6E001680FE1500A21259 /* extra2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = extra2.js; sourceTree = ""; }; + C1EA6E011680FE1500A21259 /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.js; sourceTree = ""; }; + C1EA6E021680FE1500A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA6E031680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6E051680FE1500A21259 /* import2.less */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = import2.less; sourceTree = ""; }; + C1EA6E061680FE1500A21259 /* stylesheet-import2.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = "stylesheet-import2.css"; sourceTree = ""; }; + C1EA6E081680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6E0A1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6E0C1680FE1500A21259 /* file.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = file.js; sourceTree = ""; }; + C1EA6E0D1680FE1500A21259 /* subfilemodule.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = subfilemodule.js; sourceTree = ""; }; + C1EA6E0F1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6E121680FE1500A21259 /* loader-indirect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "loader-indirect.js"; sourceTree = ""; }; + C1EA6E131680FE1500A21259 /* loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = loader.js; sourceTree = ""; }; + C1EA6E141680FE1500A21259 /* loader.webpack-loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "loader.webpack-loader.js"; sourceTree = ""; }; + C1EA6E151680FE1500A21259 /* loader2.web-loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "loader2.web-loader.js"; sourceTree = ""; }; + C1EA6E161680FE1500A21259 /* loader3.loader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = loader3.loader.js; sourceTree = ""; }; + C1EA6E171680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6E191680FE1500A21259 /* common.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = common.js; sourceTree = ""; }; + C1EA6E1C1680FE1500A21259 /* plain.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = plain.js; sourceTree = ""; }; + C1EA6E1D1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6E1F1680FE1500A21259 /* test-assert.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-assert.js"; sourceTree = ""; }; + C1EA6E201680FE1500A21259 /* test-event-emitter-add-listeners.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-event-emitter-add-listeners.js"; sourceTree = ""; }; + C1EA6E211680FE1500A21259 /* test-event-emitter-check-listener-leaks.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-event-emitter-check-listener-leaks.js"; sourceTree = ""; }; + C1EA6E221680FE1500A21259 /* test-event-emitter-max-listeners.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-event-emitter-max-listeners.js"; sourceTree = ""; }; + C1EA6E231680FE1500A21259 /* test-event-emitter-modify-in-emit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-event-emitter-modify-in-emit.js"; sourceTree = ""; }; + C1EA6E241680FE1500A21259 /* test-event-emitter-num-args.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-event-emitter-num-args.js"; sourceTree = ""; }; + C1EA6E251680FE1500A21259 /* test-event-emitter-once.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-event-emitter-once.js"; sourceTree = ""; }; + C1EA6E261680FE1500A21259 /* test-event-emitter-remove-all-listeners.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-event-emitter-remove-all-listeners.js"; sourceTree = ""; }; + C1EA6E271680FE1500A21259 /* test-event-emitter-remove-listeners.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-event-emitter-remove-listeners.js"; sourceTree = ""; }; + C1EA6E281680FE1500A21259 /* test-global.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-global.js"; sourceTree = ""; }; + C1EA6E291680FE1500A21259 /* test-next-tick-doesnt-hang.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-next-tick-doesnt-hang.js"; sourceTree = ""; }; + C1EA6E2A1680FE1500A21259 /* test-next-tick-ordering2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-next-tick-ordering2.js"; sourceTree = ""; }; + C1EA6E2B1680FE1500A21259 /* test-path.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-path.js"; sourceTree = ""; }; + C1EA6E2C1680FE1500A21259 /* test-punycode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-punycode.js"; sourceTree = ""; }; + C1EA6E2D1680FE1500A21259 /* test-querystring.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-querystring.js"; sourceTree = ""; }; + C1EA6E2E1680FE1500A21259 /* test-sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-sys.js"; sourceTree = ""; }; + C1EA6E2F1680FE1500A21259 /* test-timers-zero-timeout.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-timers-zero-timeout.js"; sourceTree = ""; }; + C1EA6E301680FE1500A21259 /* test-timers.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-timers.js"; sourceTree = ""; }; + C1EA6E311680FE1500A21259 /* test-url.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-url.js"; sourceTree = ""; }; + C1EA6E321680FE1500A21259 /* test-util-format.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-util-format.js"; sourceTree = ""; }; + C1EA6E331680FE1500A21259 /* test-util-inspect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-util-inspect.js"; sourceTree = ""; }; + C1EA6E341680FE1500A21259 /* test-util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "test-util.js"; sourceTree = ""; }; + C1EA6E361680FE1500A21259 /* abc.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = abc.txt; sourceTree = ""; }; + C1EA6E371680FE1500A21259 /* script.coffee */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = script.coffee; sourceTree = ""; }; + C1EA6E381680FE1500A21259 /* template.jade */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = template.jade; sourceTree = ""; }; + C1EA6E3A1680FE1500A21259 /* dump-file.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "dump-file.txt"; sourceTree = ""; }; + C1EA6E3C1680FE1500A21259 /* tmpl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tmpl.js; sourceTree = ""; }; + C1EA6E3D1680FE1500A21259 /* templateLoader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = templateLoader.js; sourceTree = ""; }; + C1EA6E3E1680FE1500A21259 /* templateLoaderIndirect.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = templateLoaderIndirect.js; sourceTree = ""; }; + C1EA6E3F1680FE1500A21259 /* tmpl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tmpl.js; sourceTree = ""; }; + C1EA6E401680FE1500A21259 /* tests.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tests.html; sourceTree = ""; }; + C1EA6E431680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6E441680FE1500A21259 /* buildDeps.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buildDeps.js; sourceTree = ""; }; + C1EA6E461680FE1500A21259 /* a.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = a.js; sourceTree = ""; }; + C1EA6E471680FE1500A21259 /* abc.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = abc.txt; sourceTree = ""; }; + C1EA6E481680FE1500A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6E491680FE1500A21259 /* c.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = c.js; sourceTree = ""; }; + C1EA6E4A1680FE1500A21259 /* complex.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = complex.js; sourceTree = ""; }; + C1EA6E4C1680FE1500A21259 /* item (0).js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "item (0).js"; sourceTree = ""; }; + C1EA6E4D1680FE1500A21259 /* item (1).js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "item (1).js"; sourceTree = ""; }; + C1EA6E4E1680FE1500A21259 /* item (2).js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "item (2).js"; sourceTree = ""; }; + C1EA6E4F1680FE1500A21259 /* item (3).js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "item (3).js"; sourceTree = ""; }; + C1EA6E501680FE1500A21259 /* item (4).js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "item (4).js"; sourceTree = ""; }; + C1EA6E511680FE1500A21259 /* item (5).js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "item (5).js"; sourceTree = ""; }; + C1EA6E521680FE1500A21259 /* item (6).js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "item (6).js"; sourceTree = ""; }; + C1EA6E531680FE1500A21259 /* item (7).js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "item (7).js"; sourceTree = ""; }; + C1EA6E541680FE1500A21259 /* item (8).js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "item (8).js"; sourceTree = ""; }; + C1EA6E551680FE1500A21259 /* item (9).js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "item (9).js"; sourceTree = ""; }; + C1EA6E571680FE1500A21259 /* complex1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = complex1.js; sourceTree = ""; }; + C1EA6E581680FE1500A21259 /* main1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main1.js; sourceTree = ""; }; + C1EA6E591680FE1500A21259 /* main2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main2.js; sourceTree = ""; }; + C1EA6E5A1680FE1500A21259 /* main3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main3.js; sourceTree = ""; }; + C1EA6E5B1680FE1500A21259 /* main4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main4.js; sourceTree = ""; }; + C1EA6E5E1680FE1500A21259 /* step1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = step1.js; sourceTree = ""; }; + C1EA6E5F1680FE1500A21259 /* step2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = step2.js; sourceTree = ""; }; + C1EA6E621680FE1500A21259 /* a.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = a.js; sourceTree = ""; }; + C1EA6E631680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6E651680FE1500A21259 /* a.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = a.js; sourceTree = ""; }; + C1EA6E661680FE1500A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6E681680FE1500A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6E6A1680FE1500A21259 /* b.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = b.js; sourceTree = ""; }; + C1EA6E6B1680FE1500A21259 /* polyfills.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = polyfills.js; sourceTree = ""; }; + C1EA6E6D1680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6E6E1680FE1500A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA6E701680FE1500A21259 /* parser.benchmark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = parser.benchmark.js; sourceTree = ""; }; + C1EA6E711680FE1500A21259 /* sender.benchmark.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sender.benchmark.js; sourceTree = ""; }; + C1EA6E721680FE1500A21259 /* speed.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = speed.js; sourceTree = ""; }; + C1EA6E731680FE1500A21259 /* util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = util.js; sourceTree = ""; }; + C1EA6E751680FE1500A21259 /* wscat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = wscat; sourceTree = ""; }; + C1EA6E761680FE1500A21259 /* binding.gyp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = binding.gyp; sourceTree = ""; }; + C1EA6E781680FE1500A21259 /* binding.Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = binding.Makefile; sourceTree = ""; }; + C1EA6E791680FE1500A21259 /* bufferutil.target.mk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bufferutil.target.mk; sourceTree = ""; }; + C1EA6E7A1680FE1500A21259 /* config.gypi */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = config.gypi; sourceTree = ""; }; + C1EA6E7B1680FE1500A21259 /* gyp-mac-tool */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "gyp-mac-tool"; sourceTree = ""; }; + C1EA6E7C1680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA6E801680FE1500A21259 /* bufferutil.node.d */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.dtrace; path = bufferutil.node.d; sourceTree = ""; }; + C1EA6E841680FE1500A21259 /* bufferutil.o.d */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.dtrace; path = bufferutil.o.d; sourceTree = ""; }; + C1EA6E871680FE1500A21259 /* validation.o.d */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.dtrace; path = validation.o.d; sourceTree = ""; }; + C1EA6E881680FE1500A21259 /* validation.node.d */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.dtrace; path = validation.node.d; sourceTree = ""; }; + C1EA6E891680FE1500A21259 /* bufferutil.node */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = bufferutil.node; sourceTree = ""; }; + C1EA6E8A1680FE1500A21259 /* linker.lock */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = linker.lock; sourceTree = ""; }; + C1EA6E8E1680FE1500A21259 /* bufferutil.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = bufferutil.o; sourceTree = ""; }; + C1EA6E911680FE1500A21259 /* validation.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = validation.o; sourceTree = ""; }; + C1EA6E921680FE1500A21259 /* validation.node */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = validation.node; sourceTree = ""; }; + C1EA6E931680FE1500A21259 /* validation.target.mk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = validation.target.mk; sourceTree = ""; }; + C1EA6E951680FE1500A21259 /* ws.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ws.md; sourceTree = ""; }; + C1EA6E981680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6E991680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6E9B1680FE1500A21259 /* app.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = app.js; sourceTree = ""; }; + C1EA6E9C1680FE1500A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA6E9D1680FE1500A21259 /* uploader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = uploader.js; sourceTree = ""; }; + C1EA6E9E1680FE1500A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA6EA01680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6EA21680FE1500A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA6EA31680FE1500A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA6EA51680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6EA71680FE1500A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA6EA81680FE1500A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA6EA91680FE1500A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA6EAA1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6EAB1680FE1500A21259 /* install.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = install.js; sourceTree = ""; }; + C1EA6EAD1680FE1500A21259 /* BufferPool.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = BufferPool.js; sourceTree = ""; }; + C1EA6EAE1680FE1500A21259 /* BufferUtil.fallback.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = BufferUtil.fallback.js; sourceTree = ""; }; + C1EA6EAF1680FE1500A21259 /* BufferUtil.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = BufferUtil.js; sourceTree = ""; }; + C1EA6EB01680FE1500A21259 /* ErrorCodes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ErrorCodes.js; sourceTree = ""; }; + C1EA6EB11680FE1500A21259 /* Receiver.hixie.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Receiver.hixie.js; sourceTree = ""; }; + C1EA6EB21680FE1500A21259 /* Receiver.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Receiver.js; sourceTree = ""; }; + C1EA6EB31680FE1500A21259 /* Sender.hixie.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Sender.hixie.js; sourceTree = ""; }; + C1EA6EB41680FE1500A21259 /* Sender.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Sender.js; sourceTree = ""; }; + C1EA6EB51680FE1500A21259 /* Validation.fallback.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Validation.fallback.js; sourceTree = ""; }; + C1EA6EB61680FE1500A21259 /* Validation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Validation.js; sourceTree = ""; }; + C1EA6EB71680FE1500A21259 /* WebSocket.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = WebSocket.js; sourceTree = ""; }; + C1EA6EB81680FE1500A21259 /* WebSocketServer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = WebSocketServer.js; sourceTree = ""; }; + C1EA6EB91680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA6EBC1680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6EBD1680FE1500A21259 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + C1EA6EBE1680FE1500A21259 /* History.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = History.md; sourceTree = ""; }; + C1EA6EBF1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA6EC11680FE1500A21259 /* commander.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = commander.js; sourceTree = ""; }; + C1EA6EC21680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA6EC31680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6EC41680FE1500A21259 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Readme.md; sourceTree = ""; }; + C1EA6EC61680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6EC81680FE1500A21259 /* options.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = options.js; sourceTree = ""; }; + C1EA6EC91680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA6ECA1680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6ECB1680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6ECE1680FE1500A21259 /* test.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test.conf; sourceTree = ""; }; + C1EA6ECF1680FE1500A21259 /* options.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = options.test.js; sourceTree = ""; }; + C1EA6ED11680FE1500A21259 /* .npmignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .npmignore; sourceTree = ""; }; + C1EA6ED21680FE1500A21259 /* example.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = example.js; sourceTree = ""; }; + C1EA6ED31680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6ED41680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6ED51680FE1500A21259 /* tinycolor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tinycolor.js; sourceTree = ""; }; + C1EA6ED61680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA6ED71680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA6ED91680FE1500A21259 /* bufferutil.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bufferutil.cc; sourceTree = ""; }; + C1EA6EDA1680FE1500A21259 /* validation.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validation.cc; sourceTree = ""; }; + C1EA6EDC1680FE1500A21259 /* autobahn-server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "autobahn-server.js"; sourceTree = ""; }; + C1EA6EDD1680FE1500A21259 /* autobahn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = autobahn.js; sourceTree = ""; }; + C1EA6EDE1680FE1500A21259 /* BufferPool.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = BufferPool.test.js; sourceTree = ""; }; + C1EA6EE01680FE1500A21259 /* certificate.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = certificate.pem; sourceTree = ""; }; + C1EA6EE11680FE1500A21259 /* key.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = key.pem; sourceTree = ""; }; + C1EA6EE21680FE1500A21259 /* request.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = request.pem; sourceTree = ""; }; + C1EA6EE31680FE1500A21259 /* textfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = textfile; sourceTree = ""; }; + C1EA6EE41680FE1500A21259 /* hybi-common.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "hybi-common.js"; sourceTree = ""; }; + C1EA6EE51680FE1500A21259 /* Receiver.hixie.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Receiver.hixie.test.js; sourceTree = ""; }; + C1EA6EE61680FE1500A21259 /* Receiver.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Receiver.test.js; sourceTree = ""; }; + C1EA6EE71680FE1500A21259 /* Sender.hixie.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Sender.hixie.test.js; sourceTree = ""; }; + C1EA6EE81680FE1500A21259 /* Sender.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Sender.test.js; sourceTree = ""; }; + C1EA6EE91680FE1500A21259 /* testserver.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = testserver.js; sourceTree = ""; }; + C1EA6EEA1680FE1500A21259 /* Validation.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Validation.test.js; sourceTree = ""; }; + C1EA6EEB1680FE1500A21259 /* WebSocket.integration.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = WebSocket.integration.js; sourceTree = ""; }; + C1EA6EEC1680FE1500A21259 /* WebSocket.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = WebSocket.test.js; sourceTree = ""; }; + C1EA6EED1680FE1500A21259 /* WebSocketServer.test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = WebSocketServer.test.js; sourceTree = ""; }; + C1EA6EEE1680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = package.json; path = ../../package.json; sourceTree = ""; }; + C1EA6EEF1680FE1500A21259 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = ../../README; sourceTree = ""; }; + C1EA6EF01680FE1500A21259 /* ripple-example.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "ripple-example.txt"; path = "../../ripple-example.txt"; sourceTree = ""; }; + C1EA6EF11680FE1500A21259 /* ripple2010.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = ripple2010.sln; path = ../../ripple2010.sln; sourceTree = ""; }; + C1EA6EF21680FE1500A21259 /* ripple2010.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = ripple2010.vcxproj; path = ../../ripple2010.vcxproj; sourceTree = ""; }; + C1EA6EF31680FE1500A21259 /* ripple2010.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = ripple2010.vcxproj.filters; path = ../../ripple2010.vcxproj.filters; sourceTree = ""; }; + C1EA6EF41680FE1500A21259 /* rippled-example.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "rippled-example.cfg"; path = "../../rippled-example.cfg"; sourceTree = ""; }; + C1EA6EF51680FE1500A21259 /* rippled.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rippled.cfg; path = ../../rippled.cfg; sourceTree = ""; }; + C1EA6EF61680FE1500A21259 /* SConstruct */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = SConstruct; path = ../../SConstruct; sourceTree = ""; }; + C1EA6EF91680FE1500A21259 /* protoc.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = protoc.py; sourceTree = ""; }; + C1EA6EFA1680FE1500A21259 /* protoc.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = protoc.pyc; sourceTree = ""; }; + C1EA6EFE1680FE1500A21259 /* database.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = database.cpp; sourceTree = ""; }; + C1EA6EFF1680FE1500A21259 /* database.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = database.h; sourceTree = ""; }; + C1EA6F011680FE1500A21259 /* mysqldatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mysqldatabase.cpp; sourceTree = ""; }; + C1EA6F021680FE1500A21259 /* mysqldatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mysqldatabase.h; sourceTree = ""; }; + C1EA6F031680FE1500A21259 /* sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite3.c; sourceTree = ""; }; + C1EA6F041680FE1500A21259 /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite3.h; sourceTree = ""; }; + C1EA6F051680FE1500A21259 /* sqlite3ext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite3ext.h; sourceTree = ""; }; + C1EA6F061680FE1500A21259 /* SqliteDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SqliteDatabase.cpp; sourceTree = ""; }; + C1EA6F071680FE1500A21259 /* SqliteDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SqliteDatabase.h; sourceTree = ""; }; + C1EA6F091680FE1500A21259 /* dbutility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dbutility.h; sourceTree = ""; }; + C1EA6F0A1680FE1500A21259 /* windatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = windatabase.cpp; sourceTree = ""; }; + C1EA6F0B1680FE1500A21259 /* windatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = windatabase.h; sourceTree = ""; }; + C1EA6F0D1680FE1500A21259 /* autolink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = autolink.h; sourceTree = ""; }; + C1EA6F0E1680FE1500A21259 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; + C1EA6F0F1680FE1500A21259 /* features.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = features.h; sourceTree = ""; }; + C1EA6F101680FE1500A21259 /* forwards.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = forwards.h; sourceTree = ""; }; + C1EA6F111680FE1500A21259 /* json.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = json.h; sourceTree = ""; }; + C1EA6F121680FE1500A21259 /* json_batchallocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = json_batchallocator.h; sourceTree = ""; }; + C1EA6F131680FE1500A21259 /* json_internalarray.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = json_internalarray.inl; sourceTree = ""; }; + C1EA6F141680FE1500A21259 /* json_internalmap.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = json_internalmap.inl; sourceTree = ""; }; + C1EA6F151680FE1500A21259 /* json_reader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_reader.cpp; sourceTree = ""; }; + C1EA6F161680FE1500A21259 /* json_value.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_value.cpp; sourceTree = ""; }; + C1EA6F171680FE1500A21259 /* json_valueiterator.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = json_valueiterator.inl; sourceTree = ""; }; + C1EA6F181680FE1500A21259 /* json_writer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_writer.cpp; sourceTree = ""; }; + C1EA6F191680FE1500A21259 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C1EA6F1A1680FE1500A21259 /* reader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reader.h; sourceTree = ""; }; + C1EA6F1B1680FE1500A21259 /* value.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = value.h; sourceTree = ""; }; + C1EA6F1C1680FE1500A21259 /* version */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = version; sourceTree = ""; }; + C1EA6F1D1680FE1500A21259 /* writer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = writer.h; sourceTree = ""; }; + C1EA6F1F1680FE1500A21259 /* AccountItems.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AccountItems.cpp; sourceTree = ""; }; + C1EA6F201680FE1500A21259 /* AccountItems.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccountItems.h; sourceTree = ""; }; + C1EA6F211680FE1500A21259 /* AccountSetTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AccountSetTransactor.cpp; sourceTree = ""; }; + C1EA6F221680FE1500A21259 /* AccountSetTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccountSetTransactor.h; sourceTree = ""; }; + C1EA6F231680FE1500A21259 /* AccountState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AccountState.cpp; sourceTree = ""; }; + C1EA6F241680FE1500A21259 /* AccountState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccountState.h; sourceTree = ""; }; + C1EA6F251680FE1500A21259 /* Amount.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Amount.cpp; sourceTree = ""; }; + C1EA6F261680FE1500A21259 /* Application.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Application.cpp; sourceTree = ""; }; + C1EA6F271680FE1500A21259 /* Application.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Application.h; sourceTree = ""; }; + C1EA6F281680FE1500A21259 /* base58.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base58.h; sourceTree = ""; }; + C1EA6F291680FE1500A21259 /* bignum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bignum.h; sourceTree = ""; }; + C1EA6F2A1680FE1500A21259 /* BitcoinUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BitcoinUtil.cpp; sourceTree = ""; }; + C1EA6F2B1680FE1500A21259 /* BitcoinUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitcoinUtil.h; sourceTree = ""; }; + C1EA6F2C1680FE1500A21259 /* CallRPC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CallRPC.cpp; sourceTree = ""; }; + C1EA6F2D1680FE1500A21259 /* CallRPC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CallRPC.h; sourceTree = ""; }; + C1EA6F2E1680FE1500A21259 /* CanonicalTXSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CanonicalTXSet.cpp; sourceTree = ""; }; + C1EA6F2F1680FE1500A21259 /* CanonicalTXSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CanonicalTXSet.h; sourceTree = ""; }; + C1EA6F301680FE1500A21259 /* Config.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Config.cpp; sourceTree = ""; }; + C1EA6F311680FE1500A21259 /* Config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Config.h; sourceTree = ""; }; + C1EA6F321680FE1500A21259 /* ConnectionPool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionPool.cpp; sourceTree = ""; }; + C1EA6F331680FE1500A21259 /* ConnectionPool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConnectionPool.h; sourceTree = ""; }; + C1EA6F341680FE1500A21259 /* Contract.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Contract.cpp; sourceTree = ""; }; + C1EA6F351680FE1500A21259 /* Contract.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Contract.h; sourceTree = ""; }; + C1EA6F361680FE1500A21259 /* DBInit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DBInit.cpp; sourceTree = ""; }; + C1EA6F371680FE1500A21259 /* DeterministicKeys.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeterministicKeys.cpp; sourceTree = ""; }; + C1EA6F381680FE1500A21259 /* ECIES.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ECIES.cpp; sourceTree = ""; }; + C1EA6F391680FE1500A21259 /* FeatureTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FeatureTable.cpp; sourceTree = ""; }; + C1EA6F3A1680FE1500A21259 /* FeatureTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FeatureTable.h; sourceTree = ""; }; + C1EA6F3B1680FE1500A21259 /* FieldNames.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FieldNames.cpp; sourceTree = ""; }; + C1EA6F3C1680FE1500A21259 /* FieldNames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FieldNames.h; sourceTree = ""; }; + C1EA6F3D1680FE1500A21259 /* HashedObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HashedObject.cpp; sourceTree = ""; }; + C1EA6F3E1680FE1500A21259 /* HashedObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashedObject.h; sourceTree = ""; }; + C1EA6F3F1680FE1500A21259 /* HashPrefixes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashPrefixes.h; sourceTree = ""; }; + C1EA6F401680FE1500A21259 /* HTTPRequest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPRequest.cpp; sourceTree = ""; }; + C1EA6F411680FE1500A21259 /* HTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPRequest.h; sourceTree = ""; }; + C1EA6F421680FE1500A21259 /* HttpsClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpsClient.cpp; sourceTree = ""; }; + C1EA6F431680FE1500A21259 /* HttpsClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpsClient.h; sourceTree = ""; }; + C1EA6F441680FE1500A21259 /* InstanceCounter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InstanceCounter.cpp; sourceTree = ""; }; + C1EA6F451680FE1500A21259 /* InstanceCounter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InstanceCounter.h; sourceTree = ""; }; + C1EA6F461680FE1500A21259 /* Interpreter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Interpreter.cpp; sourceTree = ""; }; + C1EA6F471680FE1500A21259 /* Interpreter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Interpreter.h; sourceTree = ""; }; + C1EA6F481680FE1500A21259 /* JobQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JobQueue.cpp; sourceTree = ""; }; + C1EA6F491680FE1500A21259 /* JobQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JobQueue.h; sourceTree = ""; }; + C1EA6F4A1680FE1500A21259 /* key.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = key.h; sourceTree = ""; }; + C1EA6F4B1680FE1500A21259 /* Ledger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Ledger.cpp; sourceTree = ""; }; + C1EA6F4C1680FE1500A21259 /* Ledger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ledger.h; sourceTree = ""; }; + C1EA6F4D1680FE1500A21259 /* LedgerAcquire.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerAcquire.cpp; sourceTree = ""; }; + C1EA6F4E1680FE1500A21259 /* LedgerAcquire.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerAcquire.h; sourceTree = ""; }; + C1EA6F4F1680FE1500A21259 /* LedgerConsensus.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerConsensus.cpp; sourceTree = ""; }; + C1EA6F501680FE1500A21259 /* LedgerConsensus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerConsensus.h; sourceTree = ""; }; + C1EA6F511680FE1500A21259 /* LedgerEntrySet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerEntrySet.cpp; sourceTree = ""; }; + C1EA6F521680FE1500A21259 /* LedgerEntrySet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerEntrySet.h; sourceTree = ""; }; + C1EA6F531680FE1500A21259 /* LedgerFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerFormats.cpp; sourceTree = ""; }; + C1EA6F541680FE1500A21259 /* LedgerFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerFormats.h; sourceTree = ""; }; + C1EA6F551680FE1500A21259 /* LedgerHistory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerHistory.cpp; sourceTree = ""; }; + C1EA6F561680FE1500A21259 /* LedgerHistory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerHistory.h; sourceTree = ""; }; + C1EA6F571680FE1500A21259 /* LedgerMaster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerMaster.cpp; sourceTree = ""; }; + C1EA6F581680FE1500A21259 /* LedgerMaster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerMaster.h; sourceTree = ""; }; + C1EA6F591680FE1500A21259 /* LedgerProposal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerProposal.cpp; sourceTree = ""; }; + C1EA6F5A1680FE1500A21259 /* LedgerProposal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerProposal.h; sourceTree = ""; }; + C1EA6F5B1680FE1500A21259 /* LedgerTiming.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerTiming.cpp; sourceTree = ""; }; + C1EA6F5C1680FE1500A21259 /* LedgerTiming.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerTiming.h; sourceTree = ""; }; + C1EA6F5D1680FE1500A21259 /* LoadManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LoadManager.cpp; sourceTree = ""; }; + C1EA6F5E1680FE1500A21259 /* LoadManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoadManager.h; sourceTree = ""; }; + C1EA6F5F1680FE1500A21259 /* LoadMonitor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LoadMonitor.cpp; sourceTree = ""; }; + C1EA6F601680FE1500A21259 /* LoadMonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoadMonitor.h; sourceTree = ""; }; + C1EA6F611680FE1500A21259 /* Log.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Log.cpp; sourceTree = ""; }; + C1EA6F621680FE1500A21259 /* Log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Log.h; sourceTree = ""; }; + C1EA6F631680FE1500A21259 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; + C1EA6F641680FE1500A21259 /* NetworkOPs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NetworkOPs.cpp; sourceTree = ""; }; + C1EA6F651680FE1500A21259 /* NetworkOPs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetworkOPs.h; sourceTree = ""; }; + C1EA6F661680FE1500A21259 /* NetworkStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetworkStatus.h; sourceTree = ""; }; + C1EA6F671680FE1500A21259 /* NicknameState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NicknameState.cpp; sourceTree = ""; }; + C1EA6F681680FE1500A21259 /* NicknameState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NicknameState.h; sourceTree = ""; }; + C1EA6F691680FE1500A21259 /* Offer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Offer.cpp; sourceTree = ""; }; + C1EA6F6A1680FE1500A21259 /* Offer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Offer.h; sourceTree = ""; }; + C1EA6F6B1680FE1500A21259 /* OfferCancelTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OfferCancelTransactor.cpp; sourceTree = ""; }; + C1EA6F6C1680FE1500A21259 /* OfferCancelTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OfferCancelTransactor.h; sourceTree = ""; }; + C1EA6F6D1680FE1500A21259 /* OfferCreateTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OfferCreateTransactor.cpp; sourceTree = ""; }; + C1EA6F6E1680FE1500A21259 /* OfferCreateTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OfferCreateTransactor.h; sourceTree = ""; }; + C1EA6F6F1680FE1500A21259 /* Operation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Operation.cpp; sourceTree = ""; }; + C1EA6F701680FE1500A21259 /* Operation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Operation.h; sourceTree = ""; }; + C1EA6F711680FE1500A21259 /* OrderBook.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OrderBook.cpp; sourceTree = ""; }; + C1EA6F721680FE1500A21259 /* OrderBook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrderBook.h; sourceTree = ""; }; + C1EA6F731680FE1500A21259 /* OrderBookDB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OrderBookDB.cpp; sourceTree = ""; }; + C1EA6F741680FE1500A21259 /* OrderBookDB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrderBookDB.h; sourceTree = ""; }; + C1EA6F751680FE1500A21259 /* PackedMessage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PackedMessage.cpp; sourceTree = ""; }; + C1EA6F761680FE1500A21259 /* PackedMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PackedMessage.h; sourceTree = ""; }; + C1EA6F771680FE1500A21259 /* ParameterTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ParameterTable.cpp; sourceTree = ""; }; + C1EA6F781680FE1500A21259 /* ParameterTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParameterTable.h; sourceTree = ""; }; + C1EA6F791680FE1500A21259 /* ParseSection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ParseSection.cpp; sourceTree = ""; }; + C1EA6F7A1680FE1500A21259 /* ParseSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParseSection.h; sourceTree = ""; }; + C1EA6F7B1680FE1500A21259 /* Pathfinder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Pathfinder.cpp; sourceTree = ""; }; + C1EA6F7C1680FE1500A21259 /* Pathfinder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pathfinder.h; sourceTree = ""; }; + C1EA6F7D1680FE1500A21259 /* PaymentTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PaymentTransactor.cpp; sourceTree = ""; }; + C1EA6F7E1680FE1500A21259 /* PaymentTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PaymentTransactor.h; sourceTree = ""; }; + C1EA6F7F1680FE1500A21259 /* Peer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Peer.cpp; sourceTree = ""; }; + C1EA6F801680FE1500A21259 /* Peer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Peer.h; sourceTree = ""; }; + C1EA6F811680FE1500A21259 /* PeerDoor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeerDoor.cpp; sourceTree = ""; }; + C1EA6F821680FE1500A21259 /* PeerDoor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeerDoor.h; sourceTree = ""; }; + C1EA6F831680FE1500A21259 /* PlatRand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlatRand.cpp; sourceTree = ""; }; + C1EA6F841680FE1500A21259 /* ProofOfWork.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProofOfWork.cpp; sourceTree = ""; }; + C1EA6F851680FE1500A21259 /* ProofOfWork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProofOfWork.h; sourceTree = ""; }; + C1EA6F861680FE1500A21259 /* PubKeyCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PubKeyCache.cpp; sourceTree = ""; }; + C1EA6F871680FE1500A21259 /* PubKeyCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PubKeyCache.h; sourceTree = ""; }; + C1EA6F881680FE1500A21259 /* RangeSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RangeSet.cpp; sourceTree = ""; }; + C1EA6F891680FE1500A21259 /* RangeSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RangeSet.h; sourceTree = ""; }; + C1EA6F8A1680FE1500A21259 /* RegularKeySetTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RegularKeySetTransactor.cpp; sourceTree = ""; }; + C1EA6F8B1680FE1500A21259 /* RegularKeySetTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegularKeySetTransactor.h; sourceTree = ""; }; + C1EA6F8C1680FE1500A21259 /* rfc1751.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rfc1751.cpp; sourceTree = ""; }; + C1EA6F8D1680FE1500A21259 /* rfc1751.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rfc1751.h; sourceTree = ""; }; + C1EA6F8E1680FE1500A21259 /* ripple.proto */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ripple.proto; sourceTree = ""; }; + C1EA6F8F1680FE1500A21259 /* RippleAddress.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RippleAddress.cpp; sourceTree = ""; }; + C1EA6F901680FE1500A21259 /* RippleAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RippleAddress.h; sourceTree = ""; }; + C1EA6F911680FE1500A21259 /* RippleCalc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RippleCalc.cpp; sourceTree = ""; }; + C1EA6F921680FE1500A21259 /* RippleCalc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RippleCalc.h; sourceTree = ""; }; + C1EA6F931680FE1500A21259 /* RippleState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RippleState.cpp; sourceTree = ""; }; + C1EA6F941680FE1500A21259 /* RippleState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RippleState.h; sourceTree = ""; }; + C1EA6F951680FE1500A21259 /* rpc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rpc.cpp; sourceTree = ""; }; + C1EA6F961680FE1500A21259 /* RPC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPC.h; sourceTree = ""; }; + C1EA6F971680FE1500A21259 /* RPCDoor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RPCDoor.cpp; sourceTree = ""; }; + C1EA6F981680FE1500A21259 /* RPCDoor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPCDoor.h; sourceTree = ""; }; + C1EA6F991680FE1500A21259 /* RPCErr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RPCErr.cpp; sourceTree = ""; }; + C1EA6F9A1680FE1500A21259 /* RPCErr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPCErr.h; sourceTree = ""; }; + C1EA6F9B1680FE1500A21259 /* RPCHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RPCHandler.cpp; sourceTree = ""; }; + C1EA6F9C1680FE1500A21259 /* RPCHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPCHandler.h; sourceTree = ""; }; + C1EA6F9D1680FE1500A21259 /* RPCServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RPCServer.cpp; sourceTree = ""; }; + C1EA6F9E1680FE1500A21259 /* RPCServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPCServer.h; sourceTree = ""; }; + C1EA6F9F1680FE1500A21259 /* ScopedLock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScopedLock.h; sourceTree = ""; }; + C1EA6FA01680FE1500A21259 /* ScriptData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScriptData.cpp; sourceTree = ""; }; + C1EA6FA11680FE1500A21259 /* ScriptData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptData.h; sourceTree = ""; }; + C1EA6FA21680FE1500A21259 /* SecureAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecureAllocator.h; sourceTree = ""; }; + C1EA6FA31680FE1500A21259 /* SerializedLedger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SerializedLedger.cpp; sourceTree = ""; }; + C1EA6FA41680FE1500A21259 /* SerializedLedger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerializedLedger.h; sourceTree = ""; }; + C1EA6FA51680FE1500A21259 /* SerializedObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SerializedObject.cpp; sourceTree = ""; }; + C1EA6FA61680FE1500A21259 /* SerializedObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerializedObject.h; sourceTree = ""; }; + C1EA6FA71680FE1500A21259 /* SerializedTransaction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SerializedTransaction.cpp; sourceTree = ""; }; + C1EA6FA81680FE1500A21259 /* SerializedTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerializedTransaction.h; sourceTree = ""; }; + C1EA6FA91680FE1500A21259 /* SerializedTypes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SerializedTypes.cpp; sourceTree = ""; }; + C1EA6FAA1680FE1500A21259 /* SerializedTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerializedTypes.h; sourceTree = ""; }; + C1EA6FAB1680FE1500A21259 /* SerializedValidation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SerializedValidation.cpp; sourceTree = ""; }; + C1EA6FAC1680FE1500A21259 /* SerializedValidation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerializedValidation.h; sourceTree = ""; }; + C1EA6FAD1680FE1500A21259 /* SerializeProto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerializeProto.h; sourceTree = ""; }; + C1EA6FAE1680FE1500A21259 /* Serializer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Serializer.cpp; sourceTree = ""; }; + C1EA6FAF1680FE1500A21259 /* Serializer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Serializer.h; sourceTree = ""; }; + C1EA6FB01680FE1500A21259 /* SHAMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SHAMap.cpp; sourceTree = ""; }; + C1EA6FB11680FE1500A21259 /* SHAMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SHAMap.h; sourceTree = ""; }; + C1EA6FB21680FE1500A21259 /* SHAMapDiff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SHAMapDiff.cpp; sourceTree = ""; }; + C1EA6FB31680FE1500A21259 /* SHAMapNodes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SHAMapNodes.cpp; sourceTree = ""; }; + C1EA6FB41680FE1500A21259 /* SHAMapSync.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SHAMapSync.cpp; sourceTree = ""; }; + C1EA6FB51680FE1500A21259 /* SHAMapSync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SHAMapSync.h; sourceTree = ""; }; + C1EA6FB61680FE1500A21259 /* SNTPClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SNTPClient.cpp; sourceTree = ""; }; + C1EA6FB71680FE1500A21259 /* SNTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTPClient.h; sourceTree = ""; }; + C1EA6FB81680FE1500A21259 /* Suppression.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Suppression.cpp; sourceTree = ""; }; + C1EA6FB91680FE1500A21259 /* Suppression.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Suppression.h; sourceTree = ""; }; + C1EA6FBA1680FE1500A21259 /* TaggedCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TaggedCache.h; sourceTree = ""; }; + C1EA6FBB1680FE1500A21259 /* Transaction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Transaction.cpp; sourceTree = ""; }; + C1EA6FBC1680FE1500A21259 /* Transaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Transaction.h; sourceTree = ""; }; + C1EA6FBD1680FE1500A21259 /* TransactionEngine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionEngine.cpp; sourceTree = ""; }; + C1EA6FBE1680FE1500A21259 /* TransactionEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransactionEngine.h; sourceTree = ""; }; + C1EA6FBF1680FE1500A21259 /* TransactionErr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionErr.cpp; sourceTree = ""; }; + C1EA6FC01680FE1500A21259 /* TransactionErr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransactionErr.h; sourceTree = ""; }; + C1EA6FC11680FE1500A21259 /* TransactionFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionFormats.cpp; sourceTree = ""; }; + C1EA6FC21680FE1500A21259 /* TransactionFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransactionFormats.h; sourceTree = ""; }; + C1EA6FC31680FE1500A21259 /* TransactionMaster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionMaster.cpp; sourceTree = ""; }; + C1EA6FC41680FE1500A21259 /* TransactionMaster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransactionMaster.h; sourceTree = ""; }; + C1EA6FC51680FE1500A21259 /* TransactionMeta.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionMeta.cpp; sourceTree = ""; }; + C1EA6FC61680FE1500A21259 /* TransactionMeta.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransactionMeta.h; sourceTree = ""; }; + C1EA6FC71680FE1500A21259 /* Transactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Transactor.cpp; sourceTree = ""; }; + C1EA6FC81680FE1500A21259 /* Transactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Transactor.h; sourceTree = ""; }; + C1EA6FC91680FE1500A21259 /* TrustSetTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TrustSetTransactor.cpp; sourceTree = ""; }; + C1EA6FCA1680FE1500A21259 /* TrustSetTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TrustSetTransactor.h; sourceTree = ""; }; + C1EA6FCB1680FE1500A21259 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; + C1EA6FCC1680FE1500A21259 /* uint256.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uint256.h; sourceTree = ""; }; + C1EA6FCD1680FE1500A21259 /* UniqueNodeList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UniqueNodeList.cpp; sourceTree = ""; }; + C1EA6FCE1680FE1500A21259 /* UniqueNodeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UniqueNodeList.h; sourceTree = ""; }; + C1EA6FCF1680FE1500A21259 /* utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = utils.cpp; sourceTree = ""; }; + C1EA6FD01680FE1500A21259 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils.h; sourceTree = ""; }; + C1EA6FD11680FE1500A21259 /* ValidationCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ValidationCollection.cpp; sourceTree = ""; }; + C1EA6FD21680FE1500A21259 /* ValidationCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ValidationCollection.h; sourceTree = ""; }; + C1EA6FD31680FE1500A21259 /* Version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Version.h; sourceTree = ""; }; + C1EA6FD41680FE1500A21259 /* Wallet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Wallet.cpp; sourceTree = ""; }; + C1EA6FD51680FE1500A21259 /* Wallet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Wallet.h; sourceTree = ""; }; + C1EA6FD61680FE1500A21259 /* WalletAddTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WalletAddTransactor.cpp; sourceTree = ""; }; + C1EA6FD71680FE1500A21259 /* WalletAddTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WalletAddTransactor.h; sourceTree = ""; }; + C1EA6FD81680FE1500A21259 /* WSConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WSConnection.h; sourceTree = ""; }; + C1EA6FD91680FE1500A21259 /* WSDoor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WSDoor.cpp; sourceTree = ""; }; + C1EA6FDA1680FE1500A21259 /* WSDoor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WSDoor.h; sourceTree = ""; }; + C1EA6FDB1680FE1500A21259 /* WSHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WSHandler.h; sourceTree = ""; }; + C1EA6FDD1680FE1500A21259 /* dependencies.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dependencies.txt; sourceTree = ""; }; + C1EA6FDF1680FE1500A21259 /* uri.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = uri.txt; sourceTree = ""; }; + C1EA6FE21680FE1500A21259 /* broadcast_admin.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = broadcast_admin.html; sourceTree = ""; }; + C1EA6FE31680FE1500A21259 /* broadcast_admin_handler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = broadcast_admin_handler.hpp; sourceTree = ""; }; + C1EA6FE41680FE1500A21259 /* broadcast_handler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = broadcast_handler.hpp; sourceTree = ""; }; + C1EA6FE51680FE1500A21259 /* broadcast_server_handler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = broadcast_server_handler.hpp; sourceTree = ""; }; + C1EA6FE61680FE1500A21259 /* broadcast_server_tls.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = broadcast_server_tls.cpp; sourceTree = ""; }; + C1EA6FE71680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA6FEA1680FE1500A21259 /* API.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = API.txt; sourceTree = ""; }; + C1EA6FEC1680FE1500A21259 /* ajax.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = ajax.html; sourceTree = ""; }; + C1EA6FED1680FE1500A21259 /* annotating.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotating.html; sourceTree = ""; }; + C1EA6FEE1680FE1500A21259 /* arrow-down.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "arrow-down.gif"; sourceTree = ""; }; + C1EA6FEF1680FE1500A21259 /* arrow-left.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "arrow-left.gif"; sourceTree = ""; }; + C1EA6FF01680FE1500A21259 /* arrow-right.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "arrow-right.gif"; sourceTree = ""; }; + C1EA6FF11680FE1500A21259 /* arrow-up.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "arrow-up.gif"; sourceTree = ""; }; + C1EA6FF21680FE1500A21259 /* basic.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = basic.html; sourceTree = ""; }; + C1EA6FF31680FE1500A21259 /* data-eu-gdp-growth-1.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-eu-gdp-growth-1.json"; sourceTree = ""; }; + C1EA6FF41680FE1500A21259 /* data-eu-gdp-growth-2.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-eu-gdp-growth-2.json"; sourceTree = ""; }; + C1EA6FF51680FE1500A21259 /* data-eu-gdp-growth-3.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-eu-gdp-growth-3.json"; sourceTree = ""; }; + C1EA6FF61680FE1500A21259 /* data-eu-gdp-growth-4.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-eu-gdp-growth-4.json"; sourceTree = ""; }; + C1EA6FF71680FE1500A21259 /* data-eu-gdp-growth-5.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-eu-gdp-growth-5.json"; sourceTree = ""; }; + C1EA6FF81680FE1500A21259 /* data-eu-gdp-growth.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-eu-gdp-growth.json"; sourceTree = ""; }; + C1EA6FF91680FE1500A21259 /* data-japan-gdp-growth.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-japan-gdp-growth.json"; sourceTree = ""; }; + C1EA6FFA1680FE1500A21259 /* data-usa-gdp-growth.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-usa-gdp-growth.json"; sourceTree = ""; }; + C1EA6FFB1680FE1500A21259 /* graph-types.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "graph-types.html"; sourceTree = ""; }; + C1EA6FFC1680FE1500A21259 /* hs-2004-27-a-large_web.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "hs-2004-27-a-large_web.jpg"; sourceTree = ""; }; + C1EA6FFD1680FE1500A21259 /* image.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = image.html; sourceTree = ""; }; + C1EA6FFE1680FE1500A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA6FFF1680FE1500A21259 /* interacting-axes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "interacting-axes.html"; sourceTree = ""; }; + C1EA70001680FE1500A21259 /* interacting.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = interacting.html; sourceTree = ""; }; + C1EA70011680FE1500A21259 /* layout.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = layout.css; sourceTree = ""; }; + C1EA70021680FE1500A21259 /* multiple-axes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "multiple-axes.html"; sourceTree = ""; }; + C1EA70031680FE1500A21259 /* navigate.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = navigate.html; sourceTree = ""; }; + C1EA70041680FE1500A21259 /* percentiles.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = percentiles.html; sourceTree = ""; }; + C1EA70051680FE1500A21259 /* pie.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pie.html; sourceTree = ""; }; + C1EA70061680FE1500A21259 /* realtime.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = realtime.html; sourceTree = ""; }; + C1EA70071680FE1500A21259 /* resize.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = resize.html; sourceTree = ""; }; + C1EA70081680FE1500A21259 /* selection.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = selection.html; sourceTree = ""; }; + C1EA70091680FE1500A21259 /* setting-options.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "setting-options.html"; sourceTree = ""; }; + C1EA700A1680FE1500A21259 /* stacking.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = stacking.html; sourceTree = ""; }; + C1EA700B1680FE1500A21259 /* symbols.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = symbols.html; sourceTree = ""; }; + C1EA700C1680FE1500A21259 /* thresholding.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thresholding.html; sourceTree = ""; }; + C1EA700D1680FE1500A21259 /* time.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = time.html; sourceTree = ""; }; + C1EA700E1680FE1500A21259 /* tracking.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tracking.html; sourceTree = ""; }; + C1EA700F1680FE1500A21259 /* turning-series.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "turning-series.html"; sourceTree = ""; }; + C1EA70101680FE1500A21259 /* visitors.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = visitors.html; sourceTree = ""; }; + C1EA70111680FE1500A21259 /* zooming.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = zooming.html; sourceTree = ""; }; + C1EA70121680FE1500A21259 /* excanvas.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = excanvas.js; sourceTree = ""; }; + C1EA70131680FE1500A21259 /* excanvas.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = excanvas.min.js; sourceTree = ""; }; + C1EA70141680FE1500A21259 /* FAQ.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = FAQ.txt; sourceTree = ""; }; + C1EA70151680FE1500A21259 /* jquery.colorhelpers.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.colorhelpers.js; sourceTree = ""; }; + C1EA70161680FE1500A21259 /* jquery.colorhelpers.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.colorhelpers.min.js; sourceTree = ""; }; + C1EA70171680FE1500A21259 /* jquery.flot.crosshair.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.crosshair.js; sourceTree = ""; }; + C1EA70181680FE1500A21259 /* jquery.flot.crosshair.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.crosshair.min.js; sourceTree = ""; }; + C1EA70191680FE1500A21259 /* jquery.flot.fillbetween.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.fillbetween.js; sourceTree = ""; }; + C1EA701A1680FE1500A21259 /* jquery.flot.fillbetween.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.fillbetween.min.js; sourceTree = ""; }; + C1EA701B1680FE1500A21259 /* jquery.flot.image.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.image.js; sourceTree = ""; }; + C1EA701C1680FE1500A21259 /* jquery.flot.image.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.image.min.js; sourceTree = ""; }; + C1EA701D1680FE1500A21259 /* jquery.flot.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.js; sourceTree = ""; }; + C1EA701E1680FE1500A21259 /* jquery.flot.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.min.js; sourceTree = ""; }; + C1EA701F1680FE1500A21259 /* jquery.flot.navigate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.navigate.js; sourceTree = ""; }; + C1EA70201680FE1500A21259 /* jquery.flot.navigate.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.navigate.min.js; sourceTree = ""; }; + C1EA70211680FE1500A21259 /* jquery.flot.pie.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.pie.js; sourceTree = ""; }; + C1EA70221680FE1500A21259 /* jquery.flot.pie.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.pie.min.js; sourceTree = ""; }; + C1EA70231680FE1500A21259 /* jquery.flot.resize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.resize.js; sourceTree = ""; }; + C1EA70241680FE1500A21259 /* jquery.flot.resize.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.resize.min.js; sourceTree = ""; }; + C1EA70251680FE1500A21259 /* jquery.flot.selection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.selection.js; sourceTree = ""; }; + C1EA70261680FE1500A21259 /* jquery.flot.selection.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.selection.min.js; sourceTree = ""; }; + C1EA70271680FE1500A21259 /* jquery.flot.stack.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.stack.js; sourceTree = ""; }; + C1EA70281680FE1500A21259 /* jquery.flot.stack.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.stack.min.js; sourceTree = ""; }; + C1EA70291680FE1500A21259 /* jquery.flot.symbol.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.symbol.js; sourceTree = ""; }; + C1EA702A1680FE1500A21259 /* jquery.flot.symbol.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.symbol.min.js; sourceTree = ""; }; + C1EA702B1680FE1500A21259 /* jquery.flot.threshold.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.threshold.js; sourceTree = ""; }; + C1EA702C1680FE1500A21259 /* jquery.flot.threshold.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.threshold.min.js; sourceTree = ""; }; + C1EA702D1680FE1500A21259 /* jquery.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.js; sourceTree = ""; }; + C1EA702E1680FE1500A21259 /* jquery.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.min.js; sourceTree = ""; }; + C1EA702F1680FE1500A21259 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C1EA70301680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA70311680FE1500A21259 /* NEWS.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NEWS.txt; sourceTree = ""; }; + C1EA70321680FE1500A21259 /* PLUGINS.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PLUGINS.txt; sourceTree = ""; }; + C1EA70331680FE1500A21259 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = ""; }; + C1EA70341680FE1500A21259 /* md5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = md5.js; sourceTree = ""; }; + C1EA70351680FE1500A21259 /* wscmd.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = wscmd.hpp; sourceTree = ""; }; + C1EA70371680FE1500A21259 /* chat_client.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = chat_client.cpp; sourceTree = ""; }; + C1EA70381680FE1500A21259 /* chat_client.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = chat_client.html; sourceTree = ""; }; + C1EA70391680FE1500A21259 /* chat_client_handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = chat_client_handler.cpp; sourceTree = ""; }; + C1EA703A1680FE1500A21259 /* chat_client_handler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = chat_client_handler.hpp; sourceTree = ""; }; + C1EA703B1680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA703C1680FE1500A21259 /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C1EA703E1680FE1500A21259 /* jquery-1.6.3.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jquery-1.6.3.min.js"; sourceTree = ""; }; + C1EA70401680FE1500A21259 /* chat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = chat.cpp; sourceTree = ""; }; + C1EA70411680FE1500A21259 /* chat.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = chat.hpp; sourceTree = ""; }; + C1EA70421680FE1500A21259 /* chat_server.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = chat_server.cpp; sourceTree = ""; }; + C1EA70431680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA70441680FE1500A21259 /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C1EA70451680FE1500A21259 /* common.mk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = common.mk; sourceTree = ""; }; + C1EA70471680FE1500A21259 /* concurrent_client.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = concurrent_client.html; sourceTree = ""; }; + C1EA70481680FE1500A21259 /* concurrent_server.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = concurrent_server.cpp; sourceTree = ""; }; + C1EA70491680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA704A1680FE1500A21259 /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C1EA704C1680FE1500A21259 /* echo_client.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = echo_client.cpp; sourceTree = ""; }; + C1EA704D1680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA704E1680FE1500A21259 /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C1EA70501680FE1500A21259 /* echo_client.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = echo_client.html; sourceTree = ""; }; + C1EA70511680FE1500A21259 /* echo_server.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = echo_server.cpp; sourceTree = ""; }; + C1EA70521680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA70531680FE1500A21259 /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C1EA70551680FE1500A21259 /* echo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = echo.cpp; sourceTree = ""; }; + C1EA70561680FE1500A21259 /* echo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = echo.hpp; sourceTree = ""; }; + C1EA70571680FE1500A21259 /* echo_client.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = echo_client.html; sourceTree = ""; }; + C1EA70581680FE1500A21259 /* echo_server_tls.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = echo_server_tls.cpp; sourceTree = ""; }; + C1EA70591680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA705A1680FE1500A21259 /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C1EA705C1680FE1500A21259 /* fuzzing_client.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fuzzing_client.cpp; sourceTree = ""; }; + C1EA705D1680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA705F1680FE1500A21259 /* echo_client.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = echo_client.html; sourceTree = ""; }; + C1EA70601680FE1500A21259 /* fuzzing_server_tls.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fuzzing_server_tls.cpp; sourceTree = ""; }; + C1EA70611680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA70621680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA70641680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA70651680FE1500A21259 /* stress_client.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stress_client.cpp; sourceTree = ""; }; + C1EA70671680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA70681680FE1500A21259 /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C1EA70691680FE1500A21259 /* telemetry_server.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = telemetry_server.cpp; sourceTree = ""; }; + C1EA706B1680FE1500A21259 /* case.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = case.cpp; sourceTree = ""; }; + C1EA706C1680FE1500A21259 /* case.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = case.hpp; sourceTree = ""; }; + C1EA706D1680FE1500A21259 /* generic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = generic.cpp; sourceTree = ""; }; + C1EA706E1680FE1500A21259 /* generic.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = generic.hpp; sourceTree = ""; }; + C1EA706F1680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA70701680FE1500A21259 /* message_test.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = message_test.html; sourceTree = ""; }; + C1EA70711680FE1500A21259 /* request.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = request.cpp; sourceTree = ""; }; + C1EA70721680FE1500A21259 /* request.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = request.hpp; sourceTree = ""; }; + C1EA70731680FE1500A21259 /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C1EA70741680FE1500A21259 /* stress_aggregate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stress_aggregate.cpp; sourceTree = ""; }; + C1EA70751680FE1500A21259 /* stress_aggregate.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = stress_aggregate.hpp; sourceTree = ""; }; + C1EA70761680FE1500A21259 /* stress_handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stress_handler.cpp; sourceTree = ""; }; + C1EA70771680FE1500A21259 /* stress_handler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = stress_handler.hpp; sourceTree = ""; }; + C1EA70781680FE1500A21259 /* stress_test.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = stress_test.html; sourceTree = ""; }; + C1EA707A1680FE1500A21259 /* backbone-localstorage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "backbone-localstorage.js"; sourceTree = ""; }; + C1EA707B1680FE1500A21259 /* backbone.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backbone.js; sourceTree = ""; }; + C1EA707C1680FE1500A21259 /* jquery.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.min.js; sourceTree = ""; }; + C1EA707D1680FE1500A21259 /* underscore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = underscore.js; sourceTree = ""; }; + C1EA707E1680FE1500A21259 /* wscmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wscmd.cpp; sourceTree = ""; }; + C1EA707F1680FE1500A21259 /* wscmd.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = wscmd.hpp; sourceTree = ""; }; + C1EA70801680FE1500A21259 /* wsperf.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = wsperf.cfg; sourceTree = ""; }; + C1EA70811680FE1500A21259 /* wsperf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wsperf.cpp; sourceTree = ""; }; + C1EA70821680FE1500A21259 /* wsperf_commander.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = wsperf_commander.html; sourceTree = ""; }; + C1EA70831680FE1500A21259 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = ""; }; + C1EA70841680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA70851680FE1500A21259 /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.txt; sourceTree = ""; }; + C1EA70861680FE1500A21259 /* SConstruct */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConstruct; sourceTree = ""; }; + C1EA70891680FE1500A21259 /* base64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = base64.cpp; sourceTree = ""; }; + C1EA708A1680FE1500A21259 /* base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base64.h; sourceTree = ""; }; + C1EA708B1680FE1500A21259 /* common.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = common.hpp; sourceTree = ""; }; + C1EA708C1680FE1500A21259 /* connection.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = connection.hpp; sourceTree = ""; }; + C1EA708D1680FE1500A21259 /* endpoint.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = endpoint.hpp; sourceTree = ""; }; + C1EA708F1680FE1500A21259 /* constants.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = constants.hpp; sourceTree = ""; }; + C1EA70901680FE1500A21259 /* parser.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = parser.hpp; sourceTree = ""; }; + C1EA70921680FE1500A21259 /* logger.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = logger.hpp; sourceTree = ""; }; + C1EA70941680FE1500A21259 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md5.c; sourceTree = ""; }; + C1EA70951680FE1500A21259 /* md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = ""; }; + C1EA70961680FE1500A21259 /* md5.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = md5.hpp; sourceTree = ""; }; + C1EA70981680FE1500A21259 /* control.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = control.hpp; sourceTree = ""; }; + C1EA70991680FE1500A21259 /* data.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = data.cpp; sourceTree = ""; }; + C1EA709A1680FE1500A21259 /* data.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = data.hpp; sourceTree = ""; }; + C1EA709B1680FE1500A21259 /* network_utilities.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = network_utilities.cpp; sourceTree = ""; }; + C1EA709C1680FE1500A21259 /* network_utilities.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = network_utilities.hpp; sourceTree = ""; }; + C1EA709E1680FE1500A21259 /* hybi.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = hybi.hpp; sourceTree = ""; }; + C1EA709F1680FE1500A21259 /* hybi_header.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hybi_header.cpp; sourceTree = ""; }; + C1EA70A01680FE1500A21259 /* hybi_header.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = hybi_header.hpp; sourceTree = ""; }; + C1EA70A11680FE1500A21259 /* hybi_legacy.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = hybi_legacy.hpp; sourceTree = ""; }; + C1EA70A21680FE1500A21259 /* hybi_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hybi_util.cpp; sourceTree = ""; }; + C1EA70A31680FE1500A21259 /* hybi_util.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = hybi_util.hpp; sourceTree = ""; }; + C1EA70A41680FE1500A21259 /* processor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = processor.hpp; sourceTree = ""; }; + C1EA70A61680FE1500A21259 /* blank_rng.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = blank_rng.cpp; sourceTree = ""; }; + C1EA70A71680FE1500A21259 /* blank_rng.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = blank_rng.hpp; sourceTree = ""; }; + C1EA70A81680FE1500A21259 /* boost_rng.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = boost_rng.cpp; sourceTree = ""; }; + C1EA70A91680FE1500A21259 /* boost_rng.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = boost_rng.hpp; sourceTree = ""; }; + C1EA70AB1680FE1500A21259 /* client.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = client.hpp; sourceTree = ""; }; + C1EA70AC1680FE1500A21259 /* server.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = server.hpp; sourceTree = ""; }; + C1EA70AD1680FE1500A21259 /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C1EA70AF1680FE1500A21259 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = ""; }; + C1EA70B01680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA70B11680FE1500A21259 /* Makefile.nt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.nt; sourceTree = ""; }; + C1EA70B21680FE1500A21259 /* sha.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sha.cpp; sourceTree = ""; }; + C1EA70B31680FE1500A21259 /* sha1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sha1.cpp; sourceTree = ""; }; + C1EA70B41680FE1500A21259 /* sha1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sha1.h; sourceTree = ""; }; + C1EA70B51680FE1500A21259 /* shacmp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shacmp.cpp; sourceTree = ""; }; + C1EA70B61680FE1500A21259 /* shatest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shatest.cpp; sourceTree = ""; }; + C1EA70B71680FE1500A21259 /* shared_const_buffer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = shared_const_buffer.hpp; sourceTree = ""; }; + C1EA70B91680FE1500A21259 /* plain.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = plain.hpp; sourceTree = ""; }; + C1EA70BA1680FE1500A21259 /* socket_base.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = socket_base.hpp; sourceTree = ""; }; + C1EA70BB1680FE1500A21259 /* tls.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tls.hpp; sourceTree = ""; }; + C1EA70BD1680FE1500A21259 /* client.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = client.pem; sourceTree = ""; }; + C1EA70BE1680FE1500A21259 /* dh512.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dh512.pem; sourceTree = ""; }; + C1EA70BF1680FE1500A21259 /* server.cer */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.cer; sourceTree = ""; }; + C1EA70C01680FE1500A21259 /* server.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.pem; sourceTree = ""; }; + C1EA70C11680FE1500A21259 /* uri.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = uri.cpp; sourceTree = ""; }; + C1EA70C21680FE1500A21259 /* uri.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = uri.hpp; sourceTree = ""; }; + C1EA70C41680FE1500A21259 /* utf8_validator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = utf8_validator.hpp; sourceTree = ""; }; + C1EA70C51680FE1500A21259 /* websocket_frame.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = websocket_frame.hpp; sourceTree = ""; }; + C1EA70C61680FE1500A21259 /* websocketpp.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = websocketpp.hpp; sourceTree = ""; }; + C1EA70C91680FE1500A21259 /* hybi_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hybi_util.cpp; sourceTree = ""; }; + C1EA70CA1680FE1500A21259 /* logging.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = logging.cpp; sourceTree = ""; }; + C1EA70CB1680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA70CC1680FE1500A21259 /* parsing.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parsing.cpp; sourceTree = ""; }; + C1EA70CD1680FE1500A21259 /* uri_perf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = uri_perf.cpp; sourceTree = ""; }; + C1EA70CE1680FE1500A21259 /* todo.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = todo.txt; sourceTree = ""; }; + C1EA70D01680FE1500A21259 /* project.bbprojectdata */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = project.bbprojectdata; sourceTree = ""; }; + C1EA70D11680FE1500A21259 /* Scratchpad.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Scratchpad.txt; sourceTree = ""; }; + C1EA70D21680FE1500A21259 /* Unix Worksheet.worksheet */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.worksheet; path = "Unix Worksheet.worksheet"; sourceTree = ""; }; + C1EA70D31680FE1500A21259 /* zaphoyd.bbprojectsettings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = zaphoyd.bbprojectsettings; sourceTree = ""; }; + C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = websocketpp.xcodeproj; sourceTree = ""; }; + C1EA70D91680FE1500A21259 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; + C1EA70DA1680FE1500A21259 /* common.vsprops */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = common.vsprops; sourceTree = ""; }; + C1EA70DC1680FE1500A21259 /* chatclient.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = chatclient.vcproj; sourceTree = ""; }; + C1EA70DD1680FE1500A21259 /* chatserver.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = chatserver.vcproj; sourceTree = ""; }; + C1EA70DE1680FE1500A21259 /* concurrent_server.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = concurrent_server.vcproj; sourceTree = ""; }; + C1EA70DF1680FE1500A21259 /* echoserver.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = echoserver.vcproj; sourceTree = ""; }; + C1EA70E01680FE1500A21259 /* stdint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stdint.h; sourceTree = ""; }; + C1EA70E11680FE1500A21259 /* websocketpp.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = websocketpp.sln; sourceTree = ""; }; + C1EA70E21680FE1500A21259 /* websocketpp.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = websocketpp.vcproj; sourceTree = ""; }; + C1EA70E41680FE1500A21259 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; + C1EA70E61680FE1500A21259 /* chatclient.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = chatclient.vcxproj; sourceTree = ""; }; + C1EA70E71680FE1500A21259 /* chatclient.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = chatclient.vcxproj.filters; sourceTree = ""; }; + C1EA70E81680FE1500A21259 /* chatserver.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = chatserver.vcxproj; sourceTree = ""; }; + C1EA70E91680FE1500A21259 /* chatserver.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = chatserver.vcxproj.filters; sourceTree = ""; }; + C1EA70EA1680FE1500A21259 /* echoclient.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = echoclient.vcxproj; sourceTree = ""; }; + C1EA70EB1680FE1500A21259 /* echoclient.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = echoclient.vcxproj.filters; sourceTree = ""; }; + C1EA70EC1680FE1500A21259 /* echoserver.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = echoserver.vcxproj; sourceTree = ""; }; + C1EA70ED1680FE1500A21259 /* echoserver.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = echoserver.vcxproj.filters; sourceTree = ""; }; + C1EA70EF1680FE1500A21259 /* wsperf.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = wsperf.vcxproj; sourceTree = ""; }; + C1EA70F01680FE1500A21259 /* wsperf.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = wsperf.vcxproj.filters; sourceTree = ""; }; + C1EA70F11680FE1500A21259 /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.txt; sourceTree = ""; }; + C1EA70F21680FE1500A21259 /* websocketpp.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = websocketpp.sln; sourceTree = ""; }; + C1EA70F31680FE1500A21259 /* websocketpp.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = websocketpp.vcxproj; sourceTree = ""; }; + C1EA70F41680FE1500A21259 /* websocketpp.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = websocketpp.vcxproj.filters; sourceTree = ""; }; + C1EA70F61680FE1500A21259 /* account.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = account.js; sourceTree = ""; }; + C1EA70F71680FE1500A21259 /* amount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = amount.js; sourceTree = ""; }; + C1EA70F91680FE1500A21259 /* cryptojs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cryptojs.js; sourceTree = ""; }; + C1EA70FB1680FE1500A21259 /* AES.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = AES.js; sourceTree = ""; }; + C1EA70FC1680FE1500A21259 /* BlockModes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = BlockModes.js; sourceTree = ""; }; + C1EA70FD1680FE1500A21259 /* Crypto.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Crypto.js; sourceTree = ""; }; + C1EA70FE1680FE1500A21259 /* CryptoMath.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CryptoMath.js; sourceTree = ""; }; + C1EA70FF1680FE1500A21259 /* DES.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = DES.js; sourceTree = ""; }; + C1EA71001680FE1500A21259 /* HMAC.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = HMAC.js; sourceTree = ""; }; + C1EA71011680FE1500A21259 /* MARC4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = MARC4.js; sourceTree = ""; }; + C1EA71021680FE1500A21259 /* MD5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = MD5.js; sourceTree = ""; }; + C1EA71031680FE1500A21259 /* PBKDF2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = PBKDF2.js; sourceTree = ""; }; + C1EA71041680FE1500A21259 /* PBKDF2Async.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = PBKDF2Async.js; sourceTree = ""; }; + C1EA71051680FE1500A21259 /* Rabbit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Rabbit.js; sourceTree = ""; }; + C1EA71061680FE1500A21259 /* SHA1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = SHA1.js; sourceTree = ""; }; + C1EA71071680FE1500A21259 /* SHA256.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = SHA256.js; sourceTree = ""; }; + C1EA71081680FE1500A21259 /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C1EA71091680FE1500A21259 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C1EA710B1680FE1500A21259 /* PBKDF2-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "PBKDF2-test.js"; sourceTree = ""; }; + C1EA710C1680FE1500A21259 /* test.coffee */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test.coffee; sourceTree = ""; }; + C1EA710D1680FE1500A21259 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C1EA710E1680FE1500A21259 /* jsbn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsbn.js; sourceTree = ""; }; + C1EA710F1680FE1500A21259 /* network.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = network.js; sourceTree = ""; }; + C1EA71101680FE1500A21259 /* nodeutils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nodeutils.js; sourceTree = ""; }; + C1EA71111680FE1500A21259 /* remote.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = remote.js; sourceTree = ""; }; + C1EA71121680FE1500A21259 /* serializer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = serializer.js; sourceTree = ""; }; + C1EA71151680FE1500A21259 /* browserTest.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = browserTest.html; sourceTree = ""; }; + C1EA71161680FE1500A21259 /* browserUtil.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = browserUtil.js; sourceTree = ""; }; + C1EA71171680FE1500A21259 /* rhinoUtil.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rhinoUtil.js; sourceTree = ""; }; + C1EA71181680FE1500A21259 /* test.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = test.css; sourceTree = ""; }; + C1EA711A1680FE1500A21259 /* compiler.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = compiler.jar; sourceTree = ""; }; + C1EA711B1680FE1500A21259 /* compress_with_closure.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = compress_with_closure.sh; sourceTree = ""; }; + C1EA711C1680FE1500A21259 /* compress_with_yui.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = compress_with_yui.sh; sourceTree = ""; }; + C1EA711D1680FE1500A21259 /* dewindowize.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = dewindowize.pl; sourceTree = ""; }; + C1EA711E1680FE1500A21259 /* digitize.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = digitize.pl; sourceTree = ""; }; + C1EA711F1680FE1500A21259 /* opacify.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = opacify.pl; sourceTree = ""; }; + C1EA71201680FE1500A21259 /* remove_constants.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = remove_constants.pl; sourceTree = ""; }; + C1EA71211680FE1500A21259 /* yuicompressor-2.4.2.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = "yuicompressor-2.4.2.jar"; sourceTree = ""; }; + C1EA71221680FE1500A21259 /* config.mk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = config.mk; sourceTree = ""; }; + C1EA71231680FE1500A21259 /* configure */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = configure; sourceTree = ""; }; + C1EA71251680FE1500A21259 /* aes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = aes.js; sourceTree = ""; }; + C1EA71261680FE1500A21259 /* bitArray.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bitArray.js; sourceTree = ""; }; + C1EA71271680FE1500A21259 /* bn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bn.js; sourceTree = ""; }; + C1EA71281680FE1500A21259 /* cbc.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cbc.js; sourceTree = ""; }; + C1EA71291680FE1500A21259 /* ccm.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ccm.js; sourceTree = ""; }; + C1EA712A1680FE1500A21259 /* codecBase64.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = codecBase64.js; sourceTree = ""; }; + C1EA712B1680FE1500A21259 /* codecBytes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = codecBytes.js; sourceTree = ""; }; + C1EA712C1680FE1500A21259 /* codecHex.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = codecHex.js; sourceTree = ""; }; + C1EA712D1680FE1500A21259 /* codecString.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = codecString.js; sourceTree = ""; }; + C1EA712E1680FE1500A21259 /* convenience.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = convenience.js; sourceTree = ""; }; + C1EA712F1680FE1500A21259 /* ecc.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ecc.js; sourceTree = ""; }; + C1EA71301680FE1500A21259 /* hmac.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hmac.js; sourceTree = ""; }; + C1EA71311680FE1500A21259 /* ocb2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ocb2.js; sourceTree = ""; }; + C1EA71321680FE1500A21259 /* pbkdf2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pbkdf2.js; sourceTree = ""; }; + C1EA71331680FE1500A21259 /* random.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = random.js; sourceTree = ""; }; + C1EA71341680FE1500A21259 /* sha1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha1.js; sourceTree = ""; }; + C1EA71351680FE1500A21259 /* sha256.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha256.js; sourceTree = ""; }; + C1EA71361680FE1500A21259 /* sjcl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sjcl.js; sourceTree = ""; }; + C1EA71371680FE1500A21259 /* srp.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = srp.js; sourceTree = ""; }; + C1EA71381680FE1500A21259 /* core.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = core.js; sourceTree = ""; }; + C1EA71391680FE1500A21259 /* core_closure.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = core_closure.js; sourceTree = ""; }; + C1EA713B1680FE1500A21259 /* alpha-arrow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "alpha-arrow.png"; sourceTree = ""; }; + C1EA713C1680FE1500A21259 /* example.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = example.css; sourceTree = ""; }; + C1EA713D1680FE1500A21259 /* example.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = example.js; sourceTree = ""; }; + C1EA713E1680FE1500A21259 /* form.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = form.js; sourceTree = ""; }; + C1EA713F1680FE1500A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA71431680FE1500A21259 /* Chain.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Chain.js; sourceTree = ""; }; + C1EA71441680FE1500A21259 /* Dumper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Dumper.js; sourceTree = ""; }; + C1EA71451680FE1500A21259 /* Hash.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Hash.js; sourceTree = ""; }; + C1EA71461680FE1500A21259 /* Link.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Link.js; sourceTree = ""; }; + C1EA71471680FE1500A21259 /* Namespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Namespace.js; sourceTree = ""; }; + C1EA71481680FE1500A21259 /* Opt.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Opt.js; sourceTree = ""; }; + C1EA71491680FE1500A21259 /* Reflection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Reflection.js; sourceTree = ""; }; + C1EA714A1680FE1500A21259 /* String.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = String.js; sourceTree = ""; }; + C1EA714B1680FE1500A21259 /* Testrun.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Testrun.js; sourceTree = ""; }; + C1EA714C1680FE1500A21259 /* frame.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = frame.js; sourceTree = ""; }; + C1EA714E1680FE1500A21259 /* FOODOC.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = FOODOC.js; sourceTree = ""; }; + C1EA71501680FE1500A21259 /* DomReader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = DomReader.js; sourceTree = ""; }; + C1EA71511680FE1500A21259 /* XMLDoc.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = XMLDoc.js; sourceTree = ""; }; + C1EA71521680FE1500A21259 /* XMLParse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = XMLParse.js; sourceTree = ""; }; + C1EA71531680FE1500A21259 /* XMLDOC.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = XMLDOC.js; sourceTree = ""; }; + C1EA71561680FE1500A21259 /* DocComment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = DocComment.js; sourceTree = ""; }; + C1EA71571680FE1500A21259 /* DocTag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = DocTag.js; sourceTree = ""; }; + C1EA71581680FE1500A21259 /* JsDoc.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = JsDoc.js; sourceTree = ""; }; + C1EA71591680FE1500A21259 /* JsPlate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = JsPlate.js; sourceTree = ""; }; + C1EA715A1680FE1500A21259 /* Lang.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Lang.js; sourceTree = ""; }; + C1EA715B1680FE1500A21259 /* Parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Parser.js; sourceTree = ""; }; + C1EA715C1680FE1500A21259 /* PluginManager.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = PluginManager.js; sourceTree = ""; }; + C1EA715D1680FE1500A21259 /* Symbol.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Symbol.js; sourceTree = ""; }; + C1EA715E1680FE1500A21259 /* SymbolSet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = SymbolSet.js; sourceTree = ""; }; + C1EA715F1680FE1500A21259 /* TextStream.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = TextStream.js; sourceTree = ""; }; + C1EA71601680FE1500A21259 /* Token.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Token.js; sourceTree = ""; }; + C1EA71611680FE1500A21259 /* TokenReader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = TokenReader.js; sourceTree = ""; }; + C1EA71621680FE1500A21259 /* TokenStream.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = TokenStream.js; sourceTree = ""; }; + C1EA71631680FE1500A21259 /* Util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Util.js; sourceTree = ""; }; + C1EA71641680FE1500A21259 /* Walker.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Walker.js; sourceTree = ""; }; + C1EA71651680FE1500A21259 /* JSDOC.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = JSDOC.js; sourceTree = ""; }; + C1EA71661680FE1500A21259 /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.js; sourceTree = ""; }; + C1EA71681680FE1500A21259 /* commentSrcJson.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = commentSrcJson.js; sourceTree = ""; }; + C1EA71691680FE1500A21259 /* frameworkPrototype.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = frameworkPrototype.js; sourceTree = ""; }; + C1EA716A1680FE1500A21259 /* functionCall.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = functionCall.js; sourceTree = ""; }; + C1EA716B1680FE1500A21259 /* publishSrcHilite.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = publishSrcHilite.js; sourceTree = ""; }; + C1EA716C1680FE1500A21259 /* symbolLink.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = symbolLink.js; sourceTree = ""; }; + C1EA716D1680FE1500A21259 /* tagParamConfig.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tagParamConfig.js; sourceTree = ""; }; + C1EA716E1680FE1500A21259 /* tagSynonyms.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tagSynonyms.js; sourceTree = ""; }; + C1EA716F1680FE1500A21259 /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C1EA71711680FE1500A21259 /* runner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runner.js; sourceTree = ""; }; + C1EA71721680FE1500A21259 /* TestDoc.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = TestDoc.js; sourceTree = ""; }; + C1EA71741680FE1500A21259 /* addon.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = addon.js; sourceTree = ""; }; + C1EA71751680FE1500A21259 /* anon_inner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = anon_inner.js; sourceTree = ""; }; + C1EA71761680FE1500A21259 /* augments.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = augments.js; sourceTree = ""; }; + C1EA71771680FE1500A21259 /* augments2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = augments2.js; sourceTree = ""; }; + C1EA71781680FE1500A21259 /* borrows.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borrows.js; sourceTree = ""; }; + C1EA71791680FE1500A21259 /* borrows2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borrows2.js; sourceTree = ""; }; + C1EA717A1680FE1500A21259 /* config.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = config.js; sourceTree = ""; }; + C1EA717B1680FE1500A21259 /* constructs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = constructs.js; sourceTree = ""; }; + C1EA717C1680FE1500A21259 /* encoding.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = encoding.js; sourceTree = ""; }; + C1EA717D1680FE1500A21259 /* encoding_other.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = encoding_other.js; sourceTree = ""; }; + C1EA717E1680FE1500A21259 /* event.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = event.js; sourceTree = ""; }; + C1EA717F1680FE1500A21259 /* exports.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = exports.js; sourceTree = ""; }; + C1EA71801680FE1500A21259 /* functions_anon.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = functions_anon.js; sourceTree = ""; }; + C1EA71811680FE1500A21259 /* functions_nested.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = functions_nested.js; sourceTree = ""; }; + C1EA71821680FE1500A21259 /* global.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = global.js; sourceTree = ""; }; + C1EA71831680FE1500A21259 /* globals.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = globals.js; sourceTree = ""; }; + C1EA71841680FE1500A21259 /* ignore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ignore.js; sourceTree = ""; }; + C1EA71851680FE1500A21259 /* inner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = inner.js; sourceTree = ""; }; + C1EA71861680FE1500A21259 /* jsdoc_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsdoc_test.js; sourceTree = ""; }; + C1EA71871680FE1500A21259 /* lend.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lend.js; sourceTree = ""; }; + C1EA71881680FE1500A21259 /* memberof.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = memberof.js; sourceTree = ""; }; + C1EA71891680FE1500A21259 /* memberof2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = memberof2.js; sourceTree = ""; }; + C1EA718A1680FE1500A21259 /* memberof3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = memberof3.js; sourceTree = ""; }; + C1EA718B1680FE1500A21259 /* memberof_constructor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = memberof_constructor.js; sourceTree = ""; }; + C1EA718C1680FE1500A21259 /* module.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = module.js; sourceTree = ""; }; + C1EA718D1680FE1500A21259 /* multi_methods.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = multi_methods.js; sourceTree = ""; }; + C1EA718E1680FE1500A21259 /* name.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = name.js; sourceTree = ""; }; + C1EA718F1680FE1500A21259 /* namespace_nested.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = namespace_nested.js; sourceTree = ""; }; + C1EA71901680FE1500A21259 /* nocode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nocode.js; sourceTree = ""; }; + C1EA71911680FE1500A21259 /* oblit_anon.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = oblit_anon.js; sourceTree = ""; }; + C1EA71921680FE1500A21259 /* overview.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = overview.js; sourceTree = ""; }; + C1EA71931680FE1500A21259 /* param_inline.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = param_inline.js; sourceTree = ""; }; + C1EA71941680FE1500A21259 /* params_optional.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = params_optional.js; sourceTree = ""; }; + C1EA71951680FE1500A21259 /* prototype.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = prototype.js; sourceTree = ""; }; + C1EA71961680FE1500A21259 /* prototype_nested.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = prototype_nested.js; sourceTree = ""; }; + C1EA71971680FE1500A21259 /* prototype_oblit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = prototype_oblit.js; sourceTree = ""; }; + C1EA71981680FE1500A21259 /* prototype_oblit_constructor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = prototype_oblit_constructor.js; sourceTree = ""; }; + C1EA71991680FE1500A21259 /* public.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = public.js; sourceTree = ""; }; + C1EA719B1680FE1500A21259 /* code.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = code.js; sourceTree = ""; }; + C1EA719C1680FE1500A21259 /* notcode.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = notcode.txt; sourceTree = ""; }; + C1EA719D1680FE1500A21259 /* shared.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shared.js; sourceTree = ""; }; + C1EA719E1680FE1500A21259 /* shared2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shared2.js; sourceTree = ""; }; + C1EA719F1680FE1500A21259 /* shortcuts.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shortcuts.js; sourceTree = ""; }; + C1EA71A01680FE1500A21259 /* static_this.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = static_this.js; sourceTree = ""; }; + C1EA71A11680FE1500A21259 /* synonyms.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = synonyms.js; sourceTree = ""; }; + C1EA71A21680FE1500A21259 /* tosource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tosource.js; sourceTree = ""; }; + C1EA71A31680FE1500A21259 /* variable_redefine.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = variable_redefine.js; sourceTree = ""; }; + C1EA71A41680FE1500A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA71A51680FE1500A21259 /* changes.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = changes.txt; sourceTree = ""; }; + C1EA71A71680FE1500A21259 /* sample.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = sample.conf; sourceTree = ""; }; + C1EA71A91680FE1500A21259 /* build.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = build.xml; sourceTree = ""; }; + C1EA71AA1680FE1500A21259 /* build_1.4.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = build_1.4.xml; sourceTree = ""; }; + C1EA71AC1680FE1500A21259 /* js.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = js.jar; sourceTree = ""; }; + C1EA71AE1680FE1500A21259 /* JsDebugRun.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; path = JsDebugRun.java; sourceTree = ""; }; + C1EA71AF1680FE1500A21259 /* JsRun.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; path = JsRun.java; sourceTree = ""; }; + C1EA71B01680FE1500A21259 /* jsdebug.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = jsdebug.jar; sourceTree = ""; }; + C1EA71B11680FE1500A21259 /* jsrun.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = jsrun.jar; sourceTree = ""; }; + C1EA71B21680FE1500A21259 /* jsrun.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = jsrun.sh; sourceTree = ""; }; + C1EA71B31680FE1500A21259 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = ""; }; + C1EA71B61680FE1500A21259 /* allclasses.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = allclasses.tmpl; sourceTree = ""; }; + C1EA71B71680FE1500A21259 /* allfiles.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = allfiles.tmpl; sourceTree = ""; }; + C1EA71B81680FE1500A21259 /* class.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = class.tmpl; sourceTree = ""; }; + C1EA71BA1680FE1500A21259 /* default.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = default.css; sourceTree = ""; }; + C1EA71BB1680FE1500A21259 /* index.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = index.tmpl; sourceTree = ""; }; + C1EA71BC1680FE1500A21259 /* publish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = publish.js; sourceTree = ""; }; + C1EA71BE1680FE1500A21259 /* header.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = header.html; sourceTree = ""; }; + C1EA71BF1680FE1500A21259 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C1EA71C01680FE1500A21259 /* symbol.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = symbol.tmpl; sourceTree = ""; }; + C1EA71C21680FE1500A21259 /* coding_guidelines.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = coding_guidelines.pl; sourceTree = ""; }; + C1EA71C31680FE1500A21259 /* jslint_rhino.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jslint_rhino.js; sourceTree = ""; }; + C1EA71C41680FE1500A21259 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C1EA71C61680FE1500A21259 /* bsd.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bsd.txt; sourceTree = ""; }; + C1EA71C71680FE1500A21259 /* COPYRIGHT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYRIGHT; sourceTree = ""; }; + C1EA71C81680FE1500A21259 /* gpl-2.0.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "gpl-2.0.txt"; sourceTree = ""; }; + C1EA71C91680FE1500A21259 /* gpl-3.0.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "gpl-3.0.txt"; sourceTree = ""; }; + C1EA71CA1680FE1500A21259 /* INSTALL */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = INSTALL; sourceTree = ""; }; + C1EA71CB1680FE1500A21259 /* sjcl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sjcl.js; sourceTree = ""; }; + C1EA71CD1680FE1500A21259 /* aes_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = aes_test.js; sourceTree = ""; }; + C1EA71CE1680FE1500A21259 /* aes_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = aes_vectors.js; sourceTree = ""; }; + C1EA71CF1680FE1500A21259 /* bn_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bn_test.js; sourceTree = ""; }; + C1EA71D01680FE1500A21259 /* bn_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bn_vectors.js; sourceTree = ""; }; + C1EA71D11680FE1500A21259 /* cbc_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cbc_test.js; sourceTree = ""; }; + C1EA71D21680FE1500A21259 /* cbc_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cbc_vectors.js; sourceTree = ""; }; + C1EA71D31680FE1500A21259 /* ccm_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ccm_test.js; sourceTree = ""; }; + C1EA71D41680FE1500A21259 /* ccm_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ccm_vectors.js; sourceTree = ""; }; + C1EA71D51680FE1500A21259 /* ecdh_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ecdh_test.js; sourceTree = ""; }; + C1EA71D61680FE1500A21259 /* ecdsa_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ecdsa_test.js; sourceTree = ""; }; + C1EA71D71680FE1500A21259 /* hmac_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hmac_test.js; sourceTree = ""; }; + C1EA71D81680FE1500A21259 /* hmac_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hmac_vectors.js; sourceTree = ""; }; + C1EA71D91680FE1500A21259 /* ocb2_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ocb2_test.js; sourceTree = ""; }; + C1EA71DA1680FE1500A21259 /* ocb2_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ocb2_vectors.js; sourceTree = ""; }; + C1EA71DB1680FE1500A21259 /* pbkdf2_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pbkdf2_test.js; sourceTree = ""; }; + C1EA71DC1680FE1500A21259 /* run_tests_browser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run_tests_browser.js; sourceTree = ""; }; + C1EA71DD1680FE1500A21259 /* run_tests_rhino.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run_tests_rhino.js; sourceTree = ""; }; + C1EA71DE1680FE1500A21259 /* sha1_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha1_test.js; sourceTree = ""; }; + C1EA71DF1680FE1500A21259 /* sha1_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha1_vectors.js; sourceTree = ""; }; + C1EA71E01680FE1500A21259 /* sha256_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha256_test.js; sourceTree = ""; }; + C1EA71E11680FE1500A21259 /* sha256_test_brute_force.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha256_test_brute_force.js; sourceTree = ""; }; + C1EA71E21680FE1500A21259 /* sha256_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha256_vectors.js; sourceTree = ""; }; + C1EA71E31680FE1500A21259 /* srp_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = srp_test.js; sourceTree = ""; }; + C1EA71E41680FE1500A21259 /* srp_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = srp_vectors.js; sourceTree = ""; }; + C1EA71E51680FE1500A21259 /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C1EA71E61680FE1500A21259 /* utils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.js; sourceTree = ""; }; + C1EA71E71680FE1500A21259 /* utils.web.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.web.js; sourceTree = ""; }; + C1EA71E81680FE1500A21259 /* tags */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = tags; path = ../../tags; sourceTree = ""; }; + C1EA71EA1680FE1500A21259 /* amount-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "amount-test.js"; sourceTree = ""; }; + C1EA71EB1680FE1500A21259 /* buster.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = buster.js; sourceTree = ""; }; + C1EA71EC1680FE1500A21259 /* config-example.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "config-example.js"; sourceTree = ""; }; + C1EA71ED1680FE1500A21259 /* config.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = config.js; sourceTree = ""; }; + C1EA71EE1680FE1500A21259 /* monitor-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "monitor-test.js"; sourceTree = ""; }; + C1EA71EF1680FE1500A21259 /* offer-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "offer-test.js"; sourceTree = ""; }; + C1EA71F01680FE1500A21259 /* path-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "path-test.js"; sourceTree = ""; }; + C1EA71F11680FE1500A21259 /* remote-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "remote-test.js"; sourceTree = ""; }; + C1EA71F21680FE1500A21259 /* send-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "send-test.js"; sourceTree = ""; }; + C1EA71F31680FE1500A21259 /* server-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "server-test.js"; sourceTree = ""; }; + C1EA71F41680FE1500A21259 /* server.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = server.js; sourceTree = ""; }; + C1EA71F51680FE1500A21259 /* testconfig.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = testconfig.js; sourceTree = ""; }; + C1EA71F61680FE1500A21259 /* testutils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = testutils.js; sourceTree = ""; }; + C1EA71F71680FE1500A21259 /* utils-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "utils-test.js"; sourceTree = ""; }; + C1EA71F81680FE1500A21259 /* websocket-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "websocket-test.js"; sourceTree = ""; }; + C1EA71F91680FE1500A21259 /* testcommit.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = testcommit.txt; path = ../../testcommit.txt; sourceTree = ""; }; + C1EA71FD1680FE1500A21259 /* rippled.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rippled.cfg; sourceTree = ""; }; + C1EA71FE1680FE1500A21259 /* validators-example.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "validators-example.txt"; path = "../../validators-example.txt"; sourceTree = ""; }; + C1EA71FF1680FE1500A21259 /* validators.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = validators.txt; path = ../../validators.txt; sourceTree = ""; }; + C1EA72011680FE1500A21259 /* domain.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = domain.js; sourceTree = ""; }; + C1EA72021680FE1500A21259 /* ws.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ws.js; sourceTree = ""; }; + C1EA72031680FE1500A21259 /* webpack.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = webpack.js; path = ../../webpack.js; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + C1EA4FC51680FDCA00A21259 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C1EA72121680FE1800A21259 /* database.o in Frameworks */, + C1EA72131680FE1800A21259 /* sqlite3.o in Frameworks */, + C1EA72141680FE1800A21259 /* SqliteDatabase.o in Frameworks */, + C1EA72151680FE1800A21259 /* json_reader.o in Frameworks */, + C1EA72161680FE1800A21259 /* json_value.o in Frameworks */, + C1EA72171680FE1800A21259 /* json_writer.o in Frameworks */, + C1EA72181680FE1800A21259 /* AccountItems.o in Frameworks */, + C1EA72191680FE1800A21259 /* AccountSetTransactor.o in Frameworks */, + C1EA721A1680FE1800A21259 /* AccountState.o in Frameworks */, + C1EA721B1680FE1800A21259 /* Amount.o in Frameworks */, + C1EA721C1680FE1800A21259 /* Application.o in Frameworks */, + C1EA721D1680FE1800A21259 /* BitcoinUtil.o in Frameworks */, + C1EA721E1680FE1800A21259 /* CallRPC.o in Frameworks */, + C1EA721F1680FE1800A21259 /* CanonicalTXSet.o in Frameworks */, + C1EA72201680FE1800A21259 /* Config.o in Frameworks */, + C1EA72211680FE1800A21259 /* ConnectionPool.o in Frameworks */, + C1EA72221680FE1800A21259 /* Contract.o in Frameworks */, + C1EA72231680FE1800A21259 /* DBInit.o in Frameworks */, + C1EA72241680FE1800A21259 /* DeterministicKeys.o in Frameworks */, + C1EA72251680FE1800A21259 /* ECIES.o in Frameworks */, + C1EA72261680FE1800A21259 /* FeatureTable.o in Frameworks */, + C1EA72271680FE1800A21259 /* FieldNames.o in Frameworks */, + C1EA72281680FE1800A21259 /* HashedObject.o in Frameworks */, + C1EA72291680FE1800A21259 /* HTTPRequest.o in Frameworks */, + C1EA722A1680FE1800A21259 /* HttpsClient.o in Frameworks */, + C1EA722B1680FE1800A21259 /* InstanceCounter.o in Frameworks */, + C1EA722C1680FE1800A21259 /* Interpreter.o in Frameworks */, + C1EA722D1680FE1800A21259 /* JobQueue.o in Frameworks */, + C1EA722E1680FE1800A21259 /* Ledger.o in Frameworks */, + C1EA722F1680FE1800A21259 /* LedgerAcquire.o in Frameworks */, + C1EA72301680FE1800A21259 /* LedgerConsensus.o in Frameworks */, + C1EA72311680FE1800A21259 /* LedgerEntrySet.o in Frameworks */, + C1EA72321680FE1800A21259 /* LedgerFormats.o in Frameworks */, + C1EA72331680FE1800A21259 /* LedgerHistory.o in Frameworks */, + C1EA72341680FE1800A21259 /* LedgerMaster.o in Frameworks */, + C1EA72351680FE1800A21259 /* LedgerProposal.o in Frameworks */, + C1EA72361680FE1800A21259 /* LedgerTiming.o in Frameworks */, + C1EA72371680FE1800A21259 /* LoadManager.o in Frameworks */, + C1EA72381680FE1800A21259 /* LoadMonitor.o in Frameworks */, + C1EA72391680FE1800A21259 /* Log.o in Frameworks */, + C1EA723A1680FE1800A21259 /* main.o in Frameworks */, + C1EA723B1680FE1800A21259 /* NetworkOPs.o in Frameworks */, + C1EA723C1680FE1800A21259 /* NicknameState.o in Frameworks */, + C1EA723D1680FE1800A21259 /* Offer.o in Frameworks */, + C1EA723E1680FE1800A21259 /* OfferCancelTransactor.o in Frameworks */, + C1EA723F1680FE1800A21259 /* OfferCreateTransactor.o in Frameworks */, + C1EA72401680FE1800A21259 /* Operation.o in Frameworks */, + C1EA72411680FE1800A21259 /* OrderBook.o in Frameworks */, + C1EA72421680FE1800A21259 /* OrderBookDB.o in Frameworks */, + C1EA72431680FE1800A21259 /* PackedMessage.o in Frameworks */, + C1EA72441680FE1800A21259 /* ParameterTable.o in Frameworks */, + C1EA72451680FE1800A21259 /* ParseSection.o in Frameworks */, + C1EA72461680FE1800A21259 /* Pathfinder.o in Frameworks */, + C1EA72471680FE1800A21259 /* PaymentTransactor.o in Frameworks */, + C1EA72481680FE1800A21259 /* Peer.o in Frameworks */, + C1EA72491680FE1800A21259 /* PeerDoor.o in Frameworks */, + C1EA724A1680FE1800A21259 /* PlatRand.o in Frameworks */, + C1EA724B1680FE1800A21259 /* ProofOfWork.o in Frameworks */, + C1EA724C1680FE1800A21259 /* PubKeyCache.o in Frameworks */, + C1EA724D1680FE1800A21259 /* RangeSet.o in Frameworks */, + C1EA724E1680FE1800A21259 /* RegularKeySetTransactor.o in Frameworks */, + C1EA724F1680FE1800A21259 /* rfc1751.o in Frameworks */, + C1EA72501680FE1800A21259 /* RippleAddress.o in Frameworks */, + C1EA72511680FE1800A21259 /* RippleCalc.o in Frameworks */, + C1EA72521680FE1800A21259 /* RippleState.o in Frameworks */, + C1EA72531680FE1800A21259 /* rpc.o in Frameworks */, + C1EA72541680FE1800A21259 /* RPCDoor.o in Frameworks */, + C1EA72551680FE1800A21259 /* RPCErr.o in Frameworks */, + C1EA72561680FE1800A21259 /* RPCHandler.o in Frameworks */, + C1EA72571680FE1800A21259 /* RPCServer.o in Frameworks */, + C1EA72581680FE1800A21259 /* ScriptData.o in Frameworks */, + C1EA72591680FE1800A21259 /* SerializedLedger.o in Frameworks */, + C1EA725A1680FE1800A21259 /* SerializedObject.o in Frameworks */, + C1EA725B1680FE1800A21259 /* SerializedTransaction.o in Frameworks */, + C1EA725C1680FE1800A21259 /* SerializedTypes.o in Frameworks */, + C1EA725D1680FE1800A21259 /* SerializedValidation.o in Frameworks */, + C1EA725E1680FE1800A21259 /* Serializer.o in Frameworks */, + C1EA725F1680FE1800A21259 /* SHAMap.o in Frameworks */, + C1EA72601680FE1800A21259 /* SHAMapDiff.o in Frameworks */, + C1EA72611680FE1800A21259 /* SHAMapNodes.o in Frameworks */, + C1EA72621680FE1800A21259 /* SHAMapSync.o in Frameworks */, + C1EA72631680FE1800A21259 /* SNTPClient.o in Frameworks */, + C1EA72641680FE1800A21259 /* Suppression.o in Frameworks */, + C1EA72651680FE1800A21259 /* Transaction.o in Frameworks */, + C1EA72661680FE1800A21259 /* TransactionEngine.o in Frameworks */, + C1EA72671680FE1800A21259 /* TransactionErr.o in Frameworks */, + C1EA72681680FE1800A21259 /* TransactionFormats.o in Frameworks */, + C1EA72691680FE1800A21259 /* TransactionMaster.o in Frameworks */, + C1EA726A1680FE1800A21259 /* TransactionMeta.o in Frameworks */, + C1EA726B1680FE1800A21259 /* Transactor.o in Frameworks */, + C1EA726C1680FE1800A21259 /* TrustSetTransactor.o in Frameworks */, + C1EA726D1680FE1800A21259 /* UniqueNodeList.o in Frameworks */, + C1EA726E1680FE1800A21259 /* utils.o in Frameworks */, + C1EA726F1680FE1800A21259 /* ValidationCollection.o in Frameworks */, + C1EA72701680FE1800A21259 /* Wallet.o in Frameworks */, + C1EA72711680FE1800A21259 /* WalletAddTransactor.o in Frameworks */, + C1EA72721680FE1800A21259 /* WSDoor.o in Frameworks */, + C1EA72731680FE1800A21259 /* base64.o in Frameworks */, + C1EA72741680FE1800A21259 /* md5.o in Frameworks */, + C1EA72751680FE1800A21259 /* data.o in Frameworks */, + C1EA72761680FE1800A21259 /* network_utilities.o in Frameworks */, + C1EA72771680FE1800A21259 /* hybi_header.o in Frameworks */, + C1EA72781680FE1800A21259 /* hybi_util.o in Frameworks */, + C1EA72791680FE1800A21259 /* sha1.o in Frameworks */, + C1EA727A1680FE1800A21259 /* uri.o in Frameworks */, + C1EA727C1680FE1800A21259 /* ripple.pb.o in Frameworks */, + C1EA76DE1680FE1900A21259 /* contextify.node in Frameworks */, + C1EA76DF1680FE1900A21259 /* contextify.o in Frameworks */, + C1EA79AD1680FE1900A21259 /* contextify.node in Frameworks */, + C1EA79AE1680FE1900A21259 /* contextify.o in Frameworks */, + C1EA82E81680FE1A00A21259 /* bufferutil.node in Frameworks */, + C1EA82E91680FE1A00A21259 /* bufferutil.o in Frameworks */, + C1EA82EA1680FE1A00A21259 /* validation.o in Frameworks */, + C1EA82EB1680FE1A00A21259 /* validation.node in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + C1EA4FBD1680FDCA00A21259 = { + isa = PBXGroup; + children = ( + C1EA4FCB1680FDCA00A21259 /* NewCoin */, + C1EA4FC91680FDCA00A21259 /* Products */, + ); + sourceTree = ""; + }; + C1EA4FC91680FDCA00A21259 /* Products */ = { + isa = PBXGroup; + children = ( + C1EA4FC81680FDCA00A21259 /* NewCoin */, + ); + name = Products; + sourceTree = ""; + }; + C1EA4FCB1680FDCA00A21259 /* NewCoin */ = { + isa = PBXGroup; + children = ( + C1EA4FD51680FE1000A21259 /* bin */, + C1EA4FDD1680FE1000A21259 /* build */, + C1EA50571680FE1000A21259 /* deploy */, + C1EA505C1680FE1100A21259 /* LICENSE */, + C1EA505D1680FE1100A21259 /* NewCoin */, + C1EA50641680FE1100A21259 /* NewCoin.1 */, + C1EA50651680FE1100A21259 /* newcoin.sln */, + C1EA50661680FE1100A21259 /* newcoin.vcxproj */, + C1EA50671680FE1100A21259 /* newcoin.vcxproj.filters */, + C1EA50681680FE1100A21259 /* node_modules */, + C1EA6EEE1680FE1500A21259 /* package.json */, + C1EA6EEF1680FE1500A21259 /* README */, + C1EA6EF01680FE1500A21259 /* ripple-example.txt */, + C1EA6EF11680FE1500A21259 /* ripple2010.sln */, + C1EA6EF21680FE1500A21259 /* ripple2010.vcxproj */, + C1EA6EF31680FE1500A21259 /* ripple2010.vcxproj.filters */, + C1EA6EF41680FE1500A21259 /* rippled-example.cfg */, + C1EA6EF51680FE1500A21259 /* rippled.cfg */, + C1EA6EF61680FE1500A21259 /* SConstruct */, + C1EA6EF71680FE1500A21259 /* site_scons */, + C1EA6EFB1680FE1500A21259 /* src */, + C1EA71E81680FE1500A21259 /* tags */, + C1EA71E91680FE1500A21259 /* test */, + C1EA71F91680FE1500A21259 /* testcommit.txt */, + C1EA71FA1680FE1500A21259 /* tmp */, + C1EA71FE1680FE1500A21259 /* validators-example.txt */, + C1EA71FF1680FE1500A21259 /* validators.txt */, + C1EA72001680FE1500A21259 /* web_modules */, + C1EA72031680FE1500A21259 /* webpack.js */, + C1EA4FCC1680FDCA00A21259 /* main.cpp */, + C1EA4FCE1680FDCA00A21259 /* NewCoin.1 */, + ); + path = NewCoin; + sourceTree = ""; + }; + C1EA4FD51680FE1000A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA4FD61680FE1000A21259 /* network-build */, + C1EA4FD71680FE1000A21259 /* network-init */, + C1EA4FD81680FE1000A21259 /* network-restart */, + C1EA4FD91680FE1000A21259 /* network-start */, + C1EA4FDA1680FE1000A21259 /* network-stop */, + C1EA4FDB1680FE1000A21259 /* network-update */, + C1EA4FDC1680FE1000A21259 /* nx */, + ); + name = bin; + path = ../../bin; + sourceTree = ""; + }; + C1EA4FDD1680FE1000A21259 /* build */ = { + isa = PBXGroup; + children = ( + C1EA4FDE1680FE1000A21259 /* obj */, + C1EA50521680FE1000A21259 /* proto */, + C1EA50561680FE1000A21259 /* rippled */, + ); + name = build; + path = ../../build; + sourceTree = ""; + }; + C1EA4FDE1680FE1000A21259 /* obj */ = { + isa = PBXGroup; + children = ( + C1EA4FDF1680FE1000A21259 /* database */, + C1EA4FE31680FE1000A21259 /* json */, + C1EA4FE71680FE1000A21259 /* ripple */, + C1EA50431680FE1000A21259 /* websocketpp */, + ); + path = obj; + sourceTree = ""; + }; + C1EA4FDF1680FE1000A21259 /* database */ = { + isa = PBXGroup; + children = ( + C1EA4FE01680FE1000A21259 /* database.o */, + C1EA4FE11680FE1000A21259 /* sqlite3.o */, + C1EA4FE21680FE1000A21259 /* SqliteDatabase.o */, + ); + path = database; + sourceTree = ""; + }; + C1EA4FE31680FE1000A21259 /* json */ = { + isa = PBXGroup; + children = ( + C1EA4FE41680FE1000A21259 /* json_reader.o */, + C1EA4FE51680FE1000A21259 /* json_value.o */, + C1EA4FE61680FE1000A21259 /* json_writer.o */, + ); + path = json; + sourceTree = ""; + }; + C1EA4FE71680FE1000A21259 /* ripple */ = { + isa = PBXGroup; + children = ( + C1EA4FE81680FE1000A21259 /* AccountItems.o */, + C1EA4FE91680FE1000A21259 /* AccountSetTransactor.o */, + C1EA4FEA1680FE1000A21259 /* AccountState.o */, + C1EA4FEB1680FE1000A21259 /* Amount.o */, + C1EA4FEC1680FE1000A21259 /* Application.o */, + C1EA4FED1680FE1000A21259 /* BitcoinUtil.o */, + C1EA4FEE1680FE1000A21259 /* CallRPC.o */, + C1EA4FEF1680FE1000A21259 /* CanonicalTXSet.o */, + C1EA4FF01680FE1000A21259 /* Config.o */, + C1EA4FF11680FE1000A21259 /* ConnectionPool.o */, + C1EA4FF21680FE1000A21259 /* Contract.o */, + C1EA4FF31680FE1000A21259 /* DBInit.o */, + C1EA4FF41680FE1000A21259 /* DeterministicKeys.o */, + C1EA4FF51680FE1000A21259 /* ECIES.o */, + C1EA4FF61680FE1000A21259 /* FeatureTable.o */, + C1EA4FF71680FE1000A21259 /* FieldNames.o */, + C1EA4FF81680FE1000A21259 /* HashedObject.o */, + C1EA4FF91680FE1000A21259 /* HTTPRequest.o */, + C1EA4FFA1680FE1000A21259 /* HttpsClient.o */, + C1EA4FFB1680FE1000A21259 /* InstanceCounter.o */, + C1EA4FFC1680FE1000A21259 /* Interpreter.o */, + C1EA4FFD1680FE1000A21259 /* JobQueue.o */, + C1EA4FFE1680FE1000A21259 /* Ledger.o */, + C1EA4FFF1680FE1000A21259 /* LedgerAcquire.o */, + C1EA50001680FE1000A21259 /* LedgerConsensus.o */, + C1EA50011680FE1000A21259 /* LedgerEntrySet.o */, + C1EA50021680FE1000A21259 /* LedgerFormats.o */, + C1EA50031680FE1000A21259 /* LedgerHistory.o */, + C1EA50041680FE1000A21259 /* LedgerMaster.o */, + C1EA50051680FE1000A21259 /* LedgerProposal.o */, + C1EA50061680FE1000A21259 /* LedgerTiming.o */, + C1EA50071680FE1000A21259 /* LoadManager.o */, + C1EA50081680FE1000A21259 /* LoadMonitor.o */, + C1EA50091680FE1000A21259 /* Log.o */, + C1EA500A1680FE1000A21259 /* main.o */, + C1EA500B1680FE1000A21259 /* NetworkOPs.o */, + C1EA500C1680FE1000A21259 /* NicknameState.o */, + C1EA500D1680FE1000A21259 /* Offer.o */, + C1EA500E1680FE1000A21259 /* OfferCancelTransactor.o */, + C1EA500F1680FE1000A21259 /* OfferCreateTransactor.o */, + C1EA50101680FE1000A21259 /* Operation.o */, + C1EA50111680FE1000A21259 /* OrderBook.o */, + C1EA50121680FE1000A21259 /* OrderBookDB.o */, + C1EA50131680FE1000A21259 /* PackedMessage.o */, + C1EA50141680FE1000A21259 /* ParameterTable.o */, + C1EA50151680FE1000A21259 /* ParseSection.o */, + C1EA50161680FE1000A21259 /* Pathfinder.o */, + C1EA50171680FE1000A21259 /* PaymentTransactor.o */, + C1EA50181680FE1000A21259 /* Peer.o */, + C1EA50191680FE1000A21259 /* PeerDoor.o */, + C1EA501A1680FE1000A21259 /* PlatRand.o */, + C1EA501B1680FE1000A21259 /* ProofOfWork.o */, + C1EA501C1680FE1000A21259 /* PubKeyCache.o */, + C1EA501D1680FE1000A21259 /* RangeSet.o */, + C1EA501E1680FE1000A21259 /* RegularKeySetTransactor.o */, + C1EA501F1680FE1000A21259 /* rfc1751.o */, + C1EA50201680FE1000A21259 /* RippleAddress.o */, + C1EA50211680FE1000A21259 /* RippleCalc.o */, + C1EA50221680FE1000A21259 /* RippleState.o */, + C1EA50231680FE1000A21259 /* rpc.o */, + C1EA50241680FE1000A21259 /* RPCDoor.o */, + C1EA50251680FE1000A21259 /* RPCErr.o */, + C1EA50261680FE1000A21259 /* RPCHandler.o */, + C1EA50271680FE1000A21259 /* RPCServer.o */, + C1EA50281680FE1000A21259 /* ScriptData.o */, + C1EA50291680FE1000A21259 /* SerializedLedger.o */, + C1EA502A1680FE1000A21259 /* SerializedObject.o */, + C1EA502B1680FE1000A21259 /* SerializedTransaction.o */, + C1EA502C1680FE1000A21259 /* SerializedTypes.o */, + C1EA502D1680FE1000A21259 /* SerializedValidation.o */, + C1EA502E1680FE1000A21259 /* Serializer.o */, + C1EA502F1680FE1000A21259 /* SHAMap.o */, + C1EA50301680FE1000A21259 /* SHAMapDiff.o */, + C1EA50311680FE1000A21259 /* SHAMapNodes.o */, + C1EA50321680FE1000A21259 /* SHAMapSync.o */, + C1EA50331680FE1000A21259 /* SNTPClient.o */, + C1EA50341680FE1000A21259 /* Suppression.o */, + C1EA50351680FE1000A21259 /* Transaction.o */, + C1EA50361680FE1000A21259 /* TransactionEngine.o */, + C1EA50371680FE1000A21259 /* TransactionErr.o */, + C1EA50381680FE1000A21259 /* TransactionFormats.o */, + C1EA50391680FE1000A21259 /* TransactionMaster.o */, + C1EA503A1680FE1000A21259 /* TransactionMeta.o */, + C1EA503B1680FE1000A21259 /* Transactor.o */, + C1EA503C1680FE1000A21259 /* TrustSetTransactor.o */, + C1EA503D1680FE1000A21259 /* UniqueNodeList.o */, + C1EA503E1680FE1000A21259 /* utils.o */, + C1EA503F1680FE1000A21259 /* ValidationCollection.o */, + C1EA50401680FE1000A21259 /* Wallet.o */, + C1EA50411680FE1000A21259 /* WalletAddTransactor.o */, + C1EA50421680FE1000A21259 /* WSDoor.o */, + ); + path = ripple; + sourceTree = ""; + }; + C1EA50431680FE1000A21259 /* websocketpp */ = { + isa = PBXGroup; + children = ( + C1EA50441680FE1000A21259 /* src */, + ); + path = websocketpp; + sourceTree = ""; + }; + C1EA50441680FE1000A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA50451680FE1000A21259 /* base64 */, + C1EA50471680FE1000A21259 /* md5 */, + C1EA50491680FE1000A21259 /* messages */, + C1EA504B1680FE1000A21259 /* network_utilities.o */, + C1EA504C1680FE1000A21259 /* processors */, + C1EA504F1680FE1000A21259 /* sha1 */, + C1EA50511680FE1000A21259 /* uri.o */, + ); + path = src; + sourceTree = ""; + }; + C1EA50451680FE1000A21259 /* base64 */ = { + isa = PBXGroup; + children = ( + C1EA50461680FE1000A21259 /* base64.o */, + ); + path = base64; + sourceTree = ""; + }; + C1EA50471680FE1000A21259 /* md5 */ = { + isa = PBXGroup; + children = ( + C1EA50481680FE1000A21259 /* md5.o */, + ); + path = md5; + sourceTree = ""; + }; + C1EA50491680FE1000A21259 /* messages */ = { + isa = PBXGroup; + children = ( + C1EA504A1680FE1000A21259 /* data.o */, + ); + path = messages; + sourceTree = ""; + }; + C1EA504C1680FE1000A21259 /* processors */ = { + isa = PBXGroup; + children = ( + C1EA504D1680FE1000A21259 /* hybi_header.o */, + C1EA504E1680FE1000A21259 /* hybi_util.o */, + ); + path = processors; + sourceTree = ""; + }; + C1EA504F1680FE1000A21259 /* sha1 */ = { + isa = PBXGroup; + children = ( + C1EA50501680FE1000A21259 /* sha1.o */, + ); + path = sha1; + sourceTree = ""; + }; + C1EA50521680FE1000A21259 /* proto */ = { + isa = PBXGroup; + children = ( + C1EA50531680FE1000A21259 /* ripple.pb.cc */, + C1EA50541680FE1000A21259 /* ripple.pb.h */, + C1EA50551680FE1000A21259 /* ripple.pb.o */, + ); + path = proto; + sourceTree = ""; + }; + C1EA50571680FE1000A21259 /* deploy */ = { + isa = PBXGroup; + children = ( + C1EA50581680FE1000A21259 /* cointoss.nsi */, + C1EA50591680FE1000A21259 /* newcoind.cfg */, + C1EA505A1680FE1100A21259 /* start CoinToss.bat */, + C1EA505B1680FE1100A21259 /* validators.txt */, + ); + name = deploy; + path = ../../deploy; + sourceTree = ""; + }; + C1EA505D1680FE1100A21259 /* NewCoin */ = { + isa = PBXGroup; + children = ( + C1EA505E1680FE1100A21259 /* NewCoin */, + C1EA50611680FE1100A21259 /* NewCoin.xcodeproj */, + ); + name = NewCoin; + sourceTree = SOURCE_ROOT; + }; + C1EA505E1680FE1100A21259 /* NewCoin */ = { + isa = PBXGroup; + children = ( + C1EA505F1680FE1100A21259 /* main.cpp */, + C1EA50601680FE1100A21259 /* NewCoin.1 */, + ); + path = NewCoin; + sourceTree = ""; + }; + C1EA50621680FE1100A21259 /* Products */ = { + isa = PBXGroup; + name = Products; + sourceTree = ""; + }; + C1EA50681680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA50691680FE1100A21259 /* .bin */, + C1EA50711680FE1100A21259 /* async */, + C1EA507B1680FE1100A21259 /* buster */, + C1EA64A61680FE1300A21259 /* extend */, + C1EA64AB1680FE1300A21259 /* webpack */, + C1EA6E6C1680FE1500A21259 /* ws */, + ); + name = node_modules; + path = ../../node_modules; + sourceTree = ""; + }; + C1EA50691680FE1100A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA506A1680FE1100A21259 /* buster */, + C1EA506B1680FE1100A21259 /* buster-autotest */, + C1EA506C1680FE1100A21259 /* buster-server */, + C1EA506D1680FE1100A21259 /* buster-static */, + C1EA506E1680FE1100A21259 /* buster-test */, + C1EA506F1680FE1100A21259 /* webpack */, + C1EA50701680FE1100A21259 /* wscat */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA50711680FE1100A21259 /* async */ = { + isa = PBXGroup; + children = ( + C1EA50721680FE1100A21259 /* .gitmodules */, + C1EA50731680FE1100A21259 /* .npmignore */, + C1EA50741680FE1100A21259 /* index.js */, + C1EA50751680FE1100A21259 /* lib */, + C1EA50771680FE1100A21259 /* LICENSE */, + C1EA50781680FE1100A21259 /* Makefile */, + C1EA50791680FE1100A21259 /* package.json */, + C1EA507A1680FE1100A21259 /* README.md */, + ); + path = async; + sourceTree = ""; + }; + C1EA50751680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA50761680FE1100A21259 /* async.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA507B1680FE1100A21259 /* buster */ = { + isa = PBXGroup; + children = ( + C1EA507C1680FE1100A21259 /* .travis.yml */, + C1EA507D1680FE1100A21259 /* bin */, + C1EA50841680FE1100A21259 /* build */, + C1EA50851680FE1100A21259 /* jsTestDriver.conf */, + C1EA50861680FE1100A21259 /* lib */, + C1EA508E1680FE1100A21259 /* node_modules */, + C1EA649B1680FE1300A21259 /* package.json */, + C1EA649C1680FE1300A21259 /* Readme.md */, + C1EA649D1680FE1300A21259 /* resources */, + C1EA649F1680FE1300A21259 /* run-tests */, + C1EA64A01680FE1300A21259 /* script */, + C1EA64A21680FE1300A21259 /* test */, + ); + path = buster; + sourceTree = ""; + }; + C1EA507D1680FE1100A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA507E1680FE1100A21259 /* buster */, + C1EA507F1680FE1100A21259 /* buster-autotest */, + C1EA50801680FE1100A21259 /* buster-headless */, + C1EA50811680FE1100A21259 /* buster-server */, + C1EA50821680FE1100A21259 /* buster-static */, + C1EA50831680FE1100A21259 /* buster-test */, + ); + path = bin; + sourceTree = ""; + }; + C1EA50861680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA50871680FE1100A21259 /* buster */, + C1EA508D1680FE1100A21259 /* buster.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA50871680FE1100A21259 /* buster */ = { + isa = PBXGroup; + children = ( + C1EA50881680FE1100A21259 /* browser-wiring.js */, + C1EA50891680FE1100A21259 /* buster-wiring.js */, + C1EA508A1680FE1100A21259 /* capture-server-wiring.js */, + C1EA508B1680FE1100A21259 /* framework-extension.js */, + C1EA508C1680FE1100A21259 /* wiring-extension.js */, + ); + path = buster; + sourceTree = ""; + }; + C1EA508E1680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA508F1680FE1100A21259 /* .bin */, + C1EA50911680FE1100A21259 /* buster-assertions */, + C1EA50A51680FE1100A21259 /* buster-autotest */, + C1EA511A1680FE1100A21259 /* buster-core */, + C1EA51701680FE1100A21259 /* buster-evented-logger */, + C1EA51851680FE1100A21259 /* buster-format */, + C1EA51911680FE1100A21259 /* buster-server-cli */, + C1EA58AD1680FE1200A21259 /* buster-sinon */, + C1EA58B71680FE1200A21259 /* buster-static */, + C1EA5A291680FE1200A21259 /* buster-syntax */, + C1EA5DB11680FE1200A21259 /* buster-test */, + C1EA60FB1680FE1300A21259 /* buster-test-cli */, + C1EA643D1680FE1300A21259 /* sinon */, + C1EA647C1680FE1300A21259 /* when */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA508F1680FE1100A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA50901680FE1100A21259 /* buster-static */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA50911680FE1100A21259 /* buster-assertions */ = { + isa = PBXGroup; + children = ( + C1EA50921680FE1100A21259 /* .travis.yml */, + C1EA50931680FE1100A21259 /* AUTHORS */, + C1EA50941680FE1100A21259 /* jsl.conf */, + C1EA50951680FE1100A21259 /* jsTestDriver.conf */, + C1EA50961680FE1100A21259 /* lib */, + C1EA509A1680FE1100A21259 /* LICENSE */, + C1EA509B1680FE1100A21259 /* package.json */, + C1EA509C1680FE1100A21259 /* Readme.md */, + C1EA509D1680FE1100A21259 /* run-tests */, + C1EA509E1680FE1100A21259 /* test */, + ); + path = "buster-assertions"; + sourceTree = ""; + }; + C1EA50961680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA50971680FE1100A21259 /* buster-assertions */, + C1EA50991680FE1100A21259 /* buster-assertions.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA50971680FE1100A21259 /* buster-assertions */ = { + isa = PBXGroup; + children = ( + C1EA50981680FE1100A21259 /* expect.js */, + ); + path = "buster-assertions"; + sourceTree = ""; + }; + C1EA509E1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA509F1680FE1100A21259 /* buster-assertions */, + C1EA50A11680FE1100A21259 /* buster-assertions-test.js */, + C1EA50A21680FE1100A21259 /* buster-assertions-util-test.js */, + C1EA50A31680FE1100A21259 /* test-helper.js */, + C1EA50A41680FE1100A21259 /* test.html */, + ); + path = test; + sourceTree = ""; + }; + C1EA509F1680FE1100A21259 /* buster-assertions */ = { + isa = PBXGroup; + children = ( + C1EA50A01680FE1100A21259 /* expect-test.js */, + ); + path = "buster-assertions"; + sourceTree = ""; + }; + C1EA50A51680FE1100A21259 /* buster-autotest */ = { + isa = PBXGroup; + children = ( + C1EA50A61680FE1100A21259 /* .npmignore */, + C1EA50A71680FE1100A21259 /* .travis.yml */, + C1EA50A81680FE1100A21259 /* buster.js */, + C1EA50A91680FE1100A21259 /* lib */, + C1EA50AC1680FE1100A21259 /* node_modules */, + C1EA51161680FE1100A21259 /* package.json */, + C1EA51171680FE1100A21259 /* Readme.md */, + C1EA51181680FE1100A21259 /* test */, + ); + path = "buster-autotest"; + sourceTree = ""; + }; + C1EA50A91680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA50AA1680FE1100A21259 /* buster-autotest.js */, + C1EA50AB1680FE1100A21259 /* on-interrupt.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA50AC1680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA50AD1680FE1100A21259 /* buster-glob */, + C1EA50F71680FE1100A21259 /* fs-watch-tree */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA50AD1680FE1100A21259 /* buster-glob */ = { + isa = PBXGroup; + children = ( + C1EA50AE1680FE1100A21259 /* .npmignore */, + C1EA50AF1680FE1100A21259 /* .travis.yml */, + C1EA50B01680FE1100A21259 /* autolint.json */, + C1EA50B11680FE1100A21259 /* buster.js */, + C1EA50B21680FE1100A21259 /* lib */, + C1EA50B41680FE1100A21259 /* node_modules */, + C1EA50F31680FE1100A21259 /* package.json */, + C1EA50F41680FE1100A21259 /* Readme.md */, + C1EA50F51680FE1100A21259 /* test */, + ); + path = "buster-glob"; + sourceTree = ""; + }; + C1EA50B21680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA50B31680FE1100A21259 /* buster-glob.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA50B41680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA50B51680FE1100A21259 /* glob */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA50B51680FE1100A21259 /* glob */ = { + isa = PBXGroup; + children = ( + C1EA50B61680FE1100A21259 /* .npmignore */, + C1EA50B71680FE1100A21259 /* .travis.yml */, + C1EA50B81680FE1100A21259 /* examples */, + C1EA50BB1680FE1100A21259 /* glob.js */, + C1EA50BC1680FE1100A21259 /* LICENSE */, + C1EA50BD1680FE1100A21259 /* node_modules */, + C1EA50E81680FE1100A21259 /* package.json */, + C1EA50E91680FE1100A21259 /* README.md */, + C1EA50EA1680FE1100A21259 /* test */, + ); + path = glob; + sourceTree = ""; + }; + C1EA50B81680FE1100A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA50B91680FE1100A21259 /* g.js */, + C1EA50BA1680FE1100A21259 /* usr-local.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA50BD1680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA50BE1680FE1100A21259 /* graceful-fs */, + C1EA50C61680FE1100A21259 /* inherits */, + C1EA50CA1680FE1100A21259 /* minimatch */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA50BE1680FE1100A21259 /* graceful-fs */ = { + isa = PBXGroup; + children = ( + C1EA50BF1680FE1100A21259 /* .npmignore */, + C1EA50C01680FE1100A21259 /* graceful-fs.js */, + C1EA50C11680FE1100A21259 /* LICENSE */, + C1EA50C21680FE1100A21259 /* package.json */, + C1EA50C31680FE1100A21259 /* README.md */, + C1EA50C41680FE1100A21259 /* test */, + ); + path = "graceful-fs"; + sourceTree = ""; + }; + C1EA50C41680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA50C51680FE1100A21259 /* open.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA50C61680FE1100A21259 /* inherits */ = { + isa = PBXGroup; + children = ( + C1EA50C71680FE1100A21259 /* inherits.js */, + C1EA50C81680FE1100A21259 /* package.json */, + C1EA50C91680FE1100A21259 /* README.md */, + ); + path = inherits; + sourceTree = ""; + }; + C1EA50CA1680FE1100A21259 /* minimatch */ = { + isa = PBXGroup; + children = ( + C1EA50CB1680FE1100A21259 /* .travis.yml */, + C1EA50CC1680FE1100A21259 /* LICENSE */, + C1EA50CD1680FE1100A21259 /* minimatch.js */, + C1EA50CE1680FE1100A21259 /* node_modules */, + C1EA50E11680FE1100A21259 /* package.json */, + C1EA50E21680FE1100A21259 /* README.md */, + C1EA50E31680FE1100A21259 /* test */, + ); + path = minimatch; + sourceTree = ""; + }; + C1EA50CE1680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA50CF1680FE1100A21259 /* lru-cache */, + C1EA50D91680FE1100A21259 /* sigmund */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA50CF1680FE1100A21259 /* lru-cache */ = { + isa = PBXGroup; + children = ( + C1EA50D01680FE1100A21259 /* .npmignore */, + C1EA50D11680FE1100A21259 /* AUTHORS */, + C1EA50D21680FE1100A21259 /* lib */, + C1EA50D41680FE1100A21259 /* LICENSE */, + C1EA50D51680FE1100A21259 /* package.json */, + C1EA50D61680FE1100A21259 /* README.md */, + C1EA50D71680FE1100A21259 /* test */, + ); + path = "lru-cache"; + sourceTree = ""; + }; + C1EA50D21680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA50D31680FE1100A21259 /* lru-cache.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA50D71680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA50D81680FE1100A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA50D91680FE1100A21259 /* sigmund */ = { + isa = PBXGroup; + children = ( + C1EA50DA1680FE1100A21259 /* bench.js */, + C1EA50DB1680FE1100A21259 /* LICENSE */, + C1EA50DC1680FE1100A21259 /* package.json */, + C1EA50DD1680FE1100A21259 /* README.md */, + C1EA50DE1680FE1100A21259 /* sigmund.js */, + C1EA50DF1680FE1100A21259 /* test */, + ); + path = sigmund; + sourceTree = ""; + }; + C1EA50DF1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA50E01680FE1100A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA50E31680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA50E41680FE1100A21259 /* basic.js */, + C1EA50E51680FE1100A21259 /* brace-expand.js */, + C1EA50E61680FE1100A21259 /* caching.js */, + C1EA50E71680FE1100A21259 /* defaults.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA50EA1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA50EB1680FE1100A21259 /* 00-setup.js */, + C1EA50EC1680FE1100A21259 /* bash-comparison.js */, + C1EA50ED1680FE1100A21259 /* cwd-test.js */, + C1EA50EE1680FE1100A21259 /* mark.js */, + C1EA50EF1680FE1100A21259 /* pause-resume.js */, + C1EA50F01680FE1100A21259 /* root-nomount.js */, + C1EA50F11680FE1100A21259 /* root.js */, + C1EA50F21680FE1100A21259 /* zz-cleanup.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA50F51680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA50F61680FE1100A21259 /* buster-glob-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA50F71680FE1100A21259 /* fs-watch-tree */ = { + isa = PBXGroup; + children = ( + C1EA50F81680FE1100A21259 /* .npmignore */, + C1EA50F91680FE1100A21259 /* .travis.yml */, + C1EA50FA1680FE1100A21259 /* buster.js */, + C1EA50FB1680FE1100A21259 /* check-fs-watch-results */, + C1EA51001680FE1100A21259 /* check-fs-watch.js */, + C1EA51011680FE1100A21259 /* lib */, + C1EA510B1680FE1100A21259 /* package.json */, + C1EA510C1680FE1100A21259 /* README.md */, + C1EA510D1680FE1100A21259 /* test */, + ); + path = "fs-watch-tree"; + sourceTree = ""; + }; + C1EA50FB1680FE1100A21259 /* check-fs-watch-results */ = { + isa = PBXGroup; + children = ( + C1EA50FC1680FE1100A21259 /* centos.txt */, + C1EA50FD1680FE1100A21259 /* osx.txt */, + C1EA50FE1680FE1100A21259 /* ubuntu.txt */, + C1EA50FF1680FE1100A21259 /* windows.txt */, + ); + path = "check-fs-watch-results"; + sourceTree = ""; + }; + C1EA51011680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA51021680FE1100A21259 /* async.js */, + C1EA51031680FE1100A21259 /* change-tracker.js */, + C1EA51041680FE1100A21259 /* fs-filtered.js */, + C1EA51051680FE1100A21259 /* fs-watch-tree.js */, + C1EA51061680FE1100A21259 /* fs-watcher.js */, + C1EA51071680FE1100A21259 /* tree-watcher.js */, + C1EA51081680FE1100A21259 /* walk-tree.js */, + C1EA51091680FE1100A21259 /* watch-tree-generic.js */, + C1EA510A1680FE1100A21259 /* watch-tree-unix.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA510D1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA510E1680FE1100A21259 /* change-tracker-test.js */, + C1EA510F1680FE1100A21259 /* fs-filtered-test.js */, + C1EA51101680FE1100A21259 /* fs-watcher-test.js */, + C1EA51111680FE1100A21259 /* helper.js */, + C1EA51121680FE1100A21259 /* os-watch-helper.js */, + C1EA51131680FE1100A21259 /* tree-watcher-test.js */, + C1EA51141680FE1100A21259 /* walk-tree-test.js */, + C1EA51151680FE1100A21259 /* watch-tree-unix-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA51181680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA51191680FE1100A21259 /* buster-autotest-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA511A1680FE1100A21259 /* buster-core */ = { + isa = PBXGroup; + children = ( + C1EA511B1680FE1100A21259 /* .travis.yml */, + C1EA511C1680FE1100A21259 /* AUTHORS */, + C1EA511D1680FE1100A21259 /* jsTestDriver.conf */, + C1EA511E1680FE1100A21259 /* lib */, + C1EA51221680FE1100A21259 /* LICENSE */, + C1EA51231680FE1100A21259 /* package.json */, + C1EA51241680FE1100A21259 /* Readme.md */, + C1EA51251680FE1100A21259 /* run-tests */, + C1EA51261680FE1100A21259 /* test */, + C1EA51291680FE1100A21259 /* vendor */, + ); + path = "buster-core"; + sourceTree = ""; + }; + C1EA511E1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA511F1680FE1100A21259 /* buster-core.js */, + C1EA51201680FE1100A21259 /* buster-event-emitter.js */, + C1EA51211680FE1100A21259 /* define-version-getter.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA51261680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA51271680FE1100A21259 /* buster-core-test.js */, + C1EA51281680FE1100A21259 /* buster-event-emitter-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA51291680FE1100A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA512A1680FE1100A21259 /* buster-util */, + C1EA51361680FE1100A21259 /* sinon */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA512A1680FE1100A21259 /* buster-util */ = { + isa = PBXGroup; + children = ( + C1EA512B1680FE1100A21259 /* AUTHORS */, + C1EA512C1680FE1100A21259 /* jstdhtml */, + C1EA512D1680FE1100A21259 /* lib */, + C1EA51341680FE1100A21259 /* LICENSE */, + C1EA51351680FE1100A21259 /* package.json */, + ); + path = "buster-util"; + sourceTree = ""; + }; + C1EA512D1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA512E1680FE1100A21259 /* buster-util */, + C1EA51331680FE1100A21259 /* buster-util.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA512E1680FE1100A21259 /* buster-util */ = { + isa = PBXGroup; + children = ( + C1EA512F1680FE1100A21259 /* jstestdriver-shim.js */, + C1EA51301680FE1100A21259 /* req-res.js */, + C1EA51311680FE1100A21259 /* runner.js */, + C1EA51321680FE1100A21259 /* test-case.js */, + ); + path = "buster-util"; + sourceTree = ""; + }; + C1EA51361680FE1100A21259 /* sinon */ = { + isa = PBXGroup; + children = ( + C1EA51371680FE1100A21259 /* .npmignore */, + C1EA51381680FE1100A21259 /* .travis.yml */, + C1EA51391680FE1100A21259 /* AUTHORS */, + C1EA513A1680FE1100A21259 /* build */, + C1EA513B1680FE1100A21259 /* Changelog.txt */, + C1EA513C1680FE1100A21259 /* jsl.conf */, + C1EA513D1680FE1100A21259 /* lib */, + C1EA51511680FE1100A21259 /* LICENSE */, + C1EA51521680FE1100A21259 /* package.json */, + C1EA51531680FE1100A21259 /* README.md */, + C1EA51541680FE1100A21259 /* test */, + ); + path = sinon; + sourceTree = ""; + }; + C1EA513D1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA513E1680FE1100A21259 /* sinon */, + C1EA51501680FE1100A21259 /* sinon.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA513E1680FE1100A21259 /* sinon */ = { + isa = PBXGroup; + children = ( + C1EA513F1680FE1100A21259 /* assert.js */, + C1EA51401680FE1100A21259 /* collection.js */, + C1EA51411680FE1100A21259 /* match.js */, + C1EA51421680FE1100A21259 /* mock.js */, + C1EA51431680FE1100A21259 /* sandbox.js */, + C1EA51441680FE1100A21259 /* spy.js */, + C1EA51451680FE1100A21259 /* stub.js */, + C1EA51461680FE1100A21259 /* test.js */, + C1EA51471680FE1100A21259 /* test_case.js */, + C1EA51481680FE1100A21259 /* util */, + ); + path = sinon; + sourceTree = ""; + }; + C1EA51481680FE1100A21259 /* util */ = { + isa = PBXGroup; + children = ( + C1EA51491680FE1100A21259 /* event.js */, + C1EA514A1680FE1100A21259 /* fake_server.js */, + C1EA514B1680FE1100A21259 /* fake_server_with_clock.js */, + C1EA514C1680FE1100A21259 /* fake_timers.js */, + C1EA514D1680FE1100A21259 /* fake_xml_http_request.js */, + C1EA514E1680FE1100A21259 /* timers_ie.js */, + C1EA514F1680FE1100A21259 /* xhr_ie.js */, + ); + path = util; + sourceTree = ""; + }; + C1EA51541680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA51551680FE1100A21259 /* node */, + C1EA51571680FE1100A21259 /* resources */, + C1EA51591680FE1100A21259 /* rhino */, + C1EA515C1680FE1100A21259 /* runner.js */, + C1EA515D1680FE1100A21259 /* sinon */, + C1EA516D1680FE1100A21259 /* sinon-dist.html */, + C1EA516E1680FE1100A21259 /* sinon.html */, + C1EA516F1680FE1100A21259 /* sinon_test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA51551680FE1100A21259 /* node */ = { + isa = PBXGroup; + children = ( + C1EA51561680FE1100A21259 /* run.js */, + ); + path = node; + sourceTree = ""; + }; + C1EA51571680FE1100A21259 /* resources */ = { + isa = PBXGroup; + children = ( + C1EA51581680FE1100A21259 /* xhr_target.txt */, + ); + path = resources; + sourceTree = ""; + }; + C1EA51591680FE1100A21259 /* rhino */ = { + isa = PBXGroup; + children = ( + C1EA515A1680FE1100A21259 /* env.rhino.1.2.js */, + C1EA515B1680FE1100A21259 /* run.js */, + ); + path = rhino; + sourceTree = ""; + }; + C1EA515D1680FE1100A21259 /* sinon */ = { + isa = PBXGroup; + children = ( + C1EA515E1680FE1100A21259 /* assert_test.js */, + C1EA515F1680FE1100A21259 /* collection_test.js */, + C1EA51601680FE1100A21259 /* match_test.js */, + C1EA51611680FE1100A21259 /* mock_test.js */, + C1EA51621680FE1100A21259 /* sandbox_test.js */, + C1EA51631680FE1100A21259 /* spy_test.js */, + C1EA51641680FE1100A21259 /* stub_test.js */, + C1EA51651680FE1100A21259 /* test_case_test.js */, + C1EA51661680FE1100A21259 /* test_test.js */, + C1EA51671680FE1100A21259 /* util */, + ); + path = sinon; + sourceTree = ""; + }; + C1EA51671680FE1100A21259 /* util */ = { + isa = PBXGroup; + children = ( + C1EA51681680FE1100A21259 /* event_test.js */, + C1EA51691680FE1100A21259 /* fake_server_test.js */, + C1EA516A1680FE1100A21259 /* fake_server_with_clock_test.js */, + C1EA516B1680FE1100A21259 /* fake_timers_test.js */, + C1EA516C1680FE1100A21259 /* fake_xml_http_request_test.js */, + ); + path = util; + sourceTree = ""; + }; + C1EA51701680FE1100A21259 /* buster-evented-logger */ = { + isa = PBXGroup; + children = ( + C1EA51711680FE1100A21259 /* .travis.yml */, + C1EA51721680FE1100A21259 /* AUTHORS */, + C1EA51731680FE1100A21259 /* jsTestDriver.conf */, + C1EA51741680FE1100A21259 /* lib */, + C1EA51761680FE1100A21259 /* LICENSE */, + C1EA51771680FE1100A21259 /* package.json */, + C1EA51781680FE1100A21259 /* Readme.md */, + C1EA51791680FE1100A21259 /* run-tests */, + C1EA517A1680FE1100A21259 /* test */, + C1EA517D1680FE1100A21259 /* vendor */, + ); + path = "buster-evented-logger"; + sourceTree = ""; + }; + C1EA51741680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA51751680FE1100A21259 /* buster-evented-logger.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA517A1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA517B1680FE1100A21259 /* buster-evented-logger-test.js */, + C1EA517C1680FE1100A21259 /* test.html */, + ); + path = test; + sourceTree = ""; + }; + C1EA517D1680FE1100A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA517E1680FE1100A21259 /* json */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA517E1680FE1100A21259 /* json */ = { + isa = PBXGroup; + children = ( + C1EA517F1680FE1100A21259 /* cycle.js */, + C1EA51801680FE1100A21259 /* json.js */, + C1EA51811680FE1100A21259 /* json2.js */, + C1EA51821680FE1100A21259 /* json_parse.js */, + C1EA51831680FE1100A21259 /* json_parse_state.js */, + C1EA51841680FE1100A21259 /* README */, + ); + path = json; + sourceTree = ""; + }; + C1EA51851680FE1100A21259 /* buster-format */ = { + isa = PBXGroup; + children = ( + C1EA51861680FE1100A21259 /* .travis.yml */, + C1EA51871680FE1100A21259 /* AUTHORS */, + C1EA51881680FE1100A21259 /* jsTestDriver.conf */, + C1EA51891680FE1100A21259 /* lib */, + C1EA518B1680FE1100A21259 /* LICENSE */, + C1EA518C1680FE1100A21259 /* package.json */, + C1EA518D1680FE1100A21259 /* Readme.md */, + C1EA518E1680FE1100A21259 /* run-tests */, + C1EA518F1680FE1100A21259 /* test */, + ); + path = "buster-format"; + sourceTree = ""; + }; + C1EA51891680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA518A1680FE1100A21259 /* buster-format.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA518F1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA51901680FE1100A21259 /* buster-format-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA51911680FE1100A21259 /* buster-server-cli */ = { + isa = PBXGroup; + children = ( + C1EA51921680FE1100A21259 /* .npmignore */, + C1EA51931680FE1100A21259 /* .travis.yml */, + C1EA51941680FE1100A21259 /* AUTHORS */, + C1EA51951680FE1100A21259 /* autolint.js */, + C1EA51961680FE1100A21259 /* lib */, + C1EA51991680FE1100A21259 /* LICENSE */, + C1EA519A1680FE1100A21259 /* node_modules */, + C1EA58881680FE1200A21259 /* package.json */, + C1EA58891680FE1200A21259 /* public */, + C1EA58A51680FE1200A21259 /* Readme.md */, + C1EA58A61680FE1200A21259 /* run-tests.js */, + C1EA58A71680FE1200A21259 /* test */, + C1EA58AA1680FE1200A21259 /* views */, + ); + path = "buster-server-cli"; + sourceTree = ""; + }; + C1EA51961680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA51971680FE1100A21259 /* middleware.js */, + C1EA51981680FE1100A21259 /* server-cli.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA519A1680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA519B1680FE1100A21259 /* buster-cli */, + C1EA52A41680FE1100A21259 /* ejs */, + C1EA52D41680FE1100A21259 /* paperboy */, + C1EA52E31680FE1100A21259 /* phantom */, + C1EA57251680FE1200A21259 /* platform */, + C1EA572F1680FE1200A21259 /* ramp */, + C1EA57B11680FE1200A21259 /* ramp-resources */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA519B1680FE1100A21259 /* buster-cli */ = { + isa = PBXGroup; + children = ( + C1EA519C1680FE1100A21259 /* .npmignore */, + C1EA519D1680FE1100A21259 /* .travis.yml */, + C1EA519E1680FE1100A21259 /* autolint.json */, + C1EA519F1680FE1100A21259 /* lib */, + C1EA51A71680FE1100A21259 /* node_modules */, + C1EA529E1680FE1100A21259 /* package.json */, + C1EA529F1680FE1100A21259 /* Readme.md */, + C1EA52A01680FE1100A21259 /* run-tests */, + C1EA52A11680FE1100A21259 /* test */, + ); + path = "buster-cli"; + sourceTree = ""; + }; + C1EA519F1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA51A01680FE1100A21259 /* buster-cli */, + C1EA51A51680FE1100A21259 /* buster-cli.js */, + C1EA51A61680FE1100A21259 /* test-helper.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA51A01680FE1100A21259 /* buster-cli */ = { + isa = PBXGroup; + children = ( + C1EA51A11680FE1100A21259 /* args.js */, + C1EA51A21680FE1100A21259 /* config.js */, + C1EA51A31680FE1100A21259 /* help.js */, + C1EA51A41680FE1100A21259 /* logger.js */, + ); + path = "buster-cli"; + sourceTree = ""; + }; + C1EA51A71680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA51A81680FE1100A21259 /* buster-configuration */, + C1EA523E1680FE1100A21259 /* buster-terminal */, + C1EA524E1680FE1100A21259 /* minimatch */, + C1EA526C1680FE1100A21259 /* posix-argv-parser */, + C1EA52851680FE1100A21259 /* rimraf */, + C1EA52921680FE1100A21259 /* stream-logger */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA51A81680FE1100A21259 /* buster-configuration */ = { + isa = PBXGroup; + children = ( + C1EA51A91680FE1100A21259 /* .travis.yml */, + C1EA51AA1680FE1100A21259 /* autolint.json */, + C1EA51AB1680FE1100A21259 /* buster.js */, + C1EA51AC1680FE1100A21259 /* lib */, + C1EA51B11680FE1100A21259 /* node_modules */, + C1EA522E1680FE1100A21259 /* package.json */, + C1EA522F1680FE1100A21259 /* Readme.md */, + C1EA52301680FE1100A21259 /* test */, + C1EA523D1680FE1100A21259 /* todo.org */, + ); + path = "buster-configuration"; + sourceTree = ""; + }; + C1EA51AC1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA51AD1680FE1100A21259 /* buster-configuration.js */, + C1EA51AE1680FE1100A21259 /* file-loader.js */, + C1EA51AF1680FE1100A21259 /* group.js */, + C1EA51B01680FE1100A21259 /* util.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA51B11680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA51B21680FE1100A21259 /* glob */, + C1EA51D21680FE1100A21259 /* ramp-resources */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA51B21680FE1100A21259 /* glob */ = { + isa = PBXGroup; + children = ( + C1EA51B31680FE1100A21259 /* .npmignore */, + C1EA51B41680FE1100A21259 /* .travis.yml */, + C1EA51B51680FE1100A21259 /* examples */, + C1EA51B81680FE1100A21259 /* glob.js */, + C1EA51B91680FE1100A21259 /* LICENSE */, + C1EA51BA1680FE1100A21259 /* node_modules */, + C1EA51C71680FE1100A21259 /* package.json */, + C1EA51C81680FE1100A21259 /* README.md */, + C1EA51C91680FE1100A21259 /* test */, + ); + path = glob; + sourceTree = ""; + }; + C1EA51B51680FE1100A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA51B61680FE1100A21259 /* g.js */, + C1EA51B71680FE1100A21259 /* usr-local.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA51BA1680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA51BB1680FE1100A21259 /* graceful-fs */, + C1EA51C31680FE1100A21259 /* inherits */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA51BB1680FE1100A21259 /* graceful-fs */ = { + isa = PBXGroup; + children = ( + C1EA51BC1680FE1100A21259 /* .npmignore */, + C1EA51BD1680FE1100A21259 /* graceful-fs.js */, + C1EA51BE1680FE1100A21259 /* LICENSE */, + C1EA51BF1680FE1100A21259 /* package.json */, + C1EA51C01680FE1100A21259 /* README.md */, + C1EA51C11680FE1100A21259 /* test */, + ); + path = "graceful-fs"; + sourceTree = ""; + }; + C1EA51C11680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA51C21680FE1100A21259 /* open.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA51C31680FE1100A21259 /* inherits */ = { + isa = PBXGroup; + children = ( + C1EA51C41680FE1100A21259 /* inherits.js */, + C1EA51C51680FE1100A21259 /* package.json */, + C1EA51C61680FE1100A21259 /* README.md */, + ); + path = inherits; + sourceTree = ""; + }; + C1EA51C91680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA51CA1680FE1100A21259 /* 00-setup.js */, + C1EA51CB1680FE1100A21259 /* bash-comparison.js */, + C1EA51CC1680FE1100A21259 /* cwd-test.js */, + C1EA51CD1680FE1100A21259 /* mark.js */, + C1EA51CE1680FE1100A21259 /* pause-resume.js */, + C1EA51CF1680FE1100A21259 /* root-nomount.js */, + C1EA51D01680FE1100A21259 /* root.js */, + C1EA51D11680FE1100A21259 /* zz-cleanup.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA51D21680FE1100A21259 /* ramp-resources */ = { + isa = PBXGroup; + children = ( + C1EA51D31680FE1100A21259 /* .npmignore */, + C1EA51D41680FE1100A21259 /* .travis.yml */, + C1EA51D51680FE1100A21259 /* autolint.js */, + C1EA51D61680FE1100A21259 /* buster.js */, + C1EA51D71680FE1100A21259 /* examples */, + C1EA51E31680FE1100A21259 /* lib */, + C1EA51F11680FE1100A21259 /* node_modules */, + C1EA521A1680FE1100A21259 /* package.json */, + C1EA521B1680FE1100A21259 /* Readme.md */, + C1EA521C1680FE1100A21259 /* test */, + ); + path = "ramp-resources"; + sourceTree = ""; + }; + C1EA51D71680FE1100A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA51D81680FE1100A21259 /* webserver */, + ); + path = examples; + sourceTree = ""; + }; + C1EA51D81680FE1100A21259 /* webserver */ = { + isa = PBXGroup; + children = ( + C1EA51D91680FE1100A21259 /* fixtures */, + C1EA51DE1680FE1100A21259 /* medium.json */, + C1EA51DF1680FE1100A21259 /* publish.js */, + C1EA51E01680FE1100A21259 /* README.md */, + C1EA51E11680FE1100A21259 /* server.js */, + C1EA51E21680FE1100A21259 /* small.json */, + ); + path = webserver; + sourceTree = ""; + }; + C1EA51D91680FE1100A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA51DA1680FE1100A21259 /* 1.png */, + C1EA51DB1680FE1100A21259 /* 2.html */, + C1EA51DC1680FE1100A21259 /* 3.txt */, + C1EA51DD1680FE1100A21259 /* 4.tgz */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA51E31680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA51E41680FE1100A21259 /* file-etag.js */, + C1EA51E51680FE1100A21259 /* http-proxy.js */, + C1EA51E61680FE1100A21259 /* invalid-error.js */, + C1EA51E71680FE1100A21259 /* load-path.js */, + C1EA51E81680FE1100A21259 /* processors */, + C1EA51EA1680FE1100A21259 /* ramp-resources.js */, + C1EA51EB1680FE1100A21259 /* resource-combiner.js */, + C1EA51EC1680FE1100A21259 /* resource-file-resolver.js */, + C1EA51ED1680FE1100A21259 /* resource-middleware.js */, + C1EA51EE1680FE1100A21259 /* resource-set-cache.js */, + C1EA51EF1680FE1100A21259 /* resource-set.js */, + C1EA51F01680FE1100A21259 /* resource.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA51E81680FE1100A21259 /* processors */ = { + isa = PBXGroup; + children = ( + C1EA51E91680FE1100A21259 /* iife.js */, + ); + path = processors; + sourceTree = ""; + }; + C1EA51F11680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA51F21680FE1100A21259 /* buster-glob */, + C1EA51FD1680FE1100A21259 /* mime */, + C1EA52061680FE1100A21259 /* minimatch */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA51F21680FE1100A21259 /* buster-glob */ = { + isa = PBXGroup; + children = ( + C1EA51F31680FE1100A21259 /* .npmignore */, + C1EA51F41680FE1100A21259 /* .travis.yml */, + C1EA51F51680FE1100A21259 /* autolint.json */, + C1EA51F61680FE1100A21259 /* buster.js */, + C1EA51F71680FE1100A21259 /* lib */, + C1EA51F91680FE1100A21259 /* package.json */, + C1EA51FA1680FE1100A21259 /* Readme.md */, + C1EA51FB1680FE1100A21259 /* test */, + ); + path = "buster-glob"; + sourceTree = ""; + }; + C1EA51F71680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA51F81680FE1100A21259 /* buster-glob.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA51FB1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA51FC1680FE1100A21259 /* buster-glob-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA51FD1680FE1100A21259 /* mime */ = { + isa = PBXGroup; + children = ( + C1EA51FE1680FE1100A21259 /* LICENSE */, + C1EA51FF1680FE1100A21259 /* mime.js */, + C1EA52001680FE1100A21259 /* package.json */, + C1EA52011680FE1100A21259 /* README.md */, + C1EA52021680FE1100A21259 /* test.js */, + C1EA52031680FE1100A21259 /* types */, + ); + path = mime; + sourceTree = ""; + }; + C1EA52031680FE1100A21259 /* types */ = { + isa = PBXGroup; + children = ( + C1EA52041680FE1100A21259 /* mime.types */, + C1EA52051680FE1100A21259 /* node.types */, + ); + path = types; + sourceTree = ""; + }; + C1EA52061680FE1100A21259 /* minimatch */ = { + isa = PBXGroup; + children = ( + C1EA52071680FE1100A21259 /* .travis.yml */, + C1EA52081680FE1100A21259 /* LICENSE */, + C1EA52091680FE1100A21259 /* minimatch.js */, + C1EA520A1680FE1100A21259 /* node_modules */, + C1EA52141680FE1100A21259 /* package.json */, + C1EA52151680FE1100A21259 /* README.md */, + C1EA52161680FE1100A21259 /* test */, + ); + path = minimatch; + sourceTree = ""; + }; + C1EA520A1680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA520B1680FE1100A21259 /* lru-cache */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA520B1680FE1100A21259 /* lru-cache */ = { + isa = PBXGroup; + children = ( + C1EA520C1680FE1100A21259 /* .npmignore */, + C1EA520D1680FE1100A21259 /* lib */, + C1EA520F1680FE1100A21259 /* LICENSE */, + C1EA52101680FE1100A21259 /* package.json */, + C1EA52111680FE1100A21259 /* README.md */, + C1EA52121680FE1100A21259 /* test */, + ); + path = "lru-cache"; + sourceTree = ""; + }; + C1EA520D1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA520E1680FE1100A21259 /* lru-cache.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA52121680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA52131680FE1100A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA52161680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA52171680FE1100A21259 /* basic.js */, + C1EA52181680FE1100A21259 /* brace-expand.js */, + C1EA52191680FE1100A21259 /* caching.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA521C1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA521D1680FE1100A21259 /* fixtures */, + C1EA52251680FE1100A21259 /* http-proxy-test.js */, + C1EA52261680FE1100A21259 /* load-path-test.js */, + C1EA52271680FE1100A21259 /* processors */, + C1EA52291680FE1100A21259 /* resource-middleware-test.js */, + C1EA522A1680FE1100A21259 /* resource-set-cache-test.js */, + C1EA522B1680FE1100A21259 /* resource-set-test.js */, + C1EA522C1680FE1100A21259 /* resource-test.js */, + C1EA522D1680FE1100A21259 /* test-helper.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA521D1680FE1100A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA521E1680FE1100A21259 /* bar.js */, + C1EA521F1680FE1100A21259 /* foo.js */, + C1EA52201680FE1100A21259 /* other-test */, + C1EA52231680FE1100A21259 /* test */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA52201680FE1100A21259 /* other-test */ = { + isa = PBXGroup; + children = ( + C1EA52211680FE1100A21259 /* other.js */, + C1EA52221680FE1100A21259 /* some-test.js */, + ); + path = "other-test"; + sourceTree = ""; + }; + C1EA52231680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA52241680FE1100A21259 /* my-testish.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA52271680FE1100A21259 /* processors */ = { + isa = PBXGroup; + children = ( + C1EA52281680FE1100A21259 /* iife-processor-test.js */, + ); + path = processors; + sourceTree = ""; + }; + C1EA52301680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA52311680FE1100A21259 /* buster-configuration-test.js */, + C1EA52321680FE1100A21259 /* file-loader-test.js */, + C1EA52331680FE1100A21259 /* fixtures */, + C1EA523B1680FE1100A21259 /* group-test.js */, + C1EA523C1680FE1100A21259 /* test-helper.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA52331680FE1100A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA52341680FE1100A21259 /* bar.js */, + C1EA52351680FE1100A21259 /* dups */, + C1EA52381680FE1100A21259 /* foo.js */, + C1EA52391680FE1100A21259 /* test */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA52351680FE1100A21259 /* dups */ = { + isa = PBXGroup; + children = ( + C1EA52361680FE1100A21259 /* file */, + C1EA52371680FE1100A21259 /* file.js */, + ); + path = dups; + sourceTree = ""; + }; + C1EA52391680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA523A1680FE1100A21259 /* my-testish.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA523E1680FE1100A21259 /* buster-terminal */ = { + isa = PBXGroup; + children = ( + C1EA523F1680FE1100A21259 /* .travis.yml */, + C1EA52401680FE1100A21259 /* AUTHORS */, + C1EA52411680FE1100A21259 /* autolint.json */, + C1EA52421680FE1100A21259 /* buster.js */, + C1EA52431680FE1100A21259 /* lib */, + C1EA52471680FE1100A21259 /* package.json */, + C1EA52481680FE1100A21259 /* Readme.md */, + C1EA52491680FE1100A21259 /* test */, + ); + path = "buster-terminal"; + sourceTree = ""; + }; + C1EA52431680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA52441680FE1100A21259 /* buster-terminal.js */, + C1EA52451680FE1100A21259 /* matrix.js */, + C1EA52461680FE1100A21259 /* relative-grid.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA52491680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA524A1680FE1100A21259 /* buster-terminal-test.js */, + C1EA524B1680FE1100A21259 /* helper.js */, + C1EA524C1680FE1100A21259 /* matrix-test.js */, + C1EA524D1680FE1100A21259 /* relative-grid-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA524E1680FE1100A21259 /* minimatch */ = { + isa = PBXGroup; + children = ( + C1EA524F1680FE1100A21259 /* .travis.yml */, + C1EA52501680FE1100A21259 /* LICENSE */, + C1EA52511680FE1100A21259 /* minimatch.js */, + C1EA52521680FE1100A21259 /* node_modules */, + C1EA52651680FE1100A21259 /* package.json */, + C1EA52661680FE1100A21259 /* README.md */, + C1EA52671680FE1100A21259 /* test */, + ); + path = minimatch; + sourceTree = ""; + }; + C1EA52521680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA52531680FE1100A21259 /* lru-cache */, + C1EA525D1680FE1100A21259 /* sigmund */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA52531680FE1100A21259 /* lru-cache */ = { + isa = PBXGroup; + children = ( + C1EA52541680FE1100A21259 /* .npmignore */, + C1EA52551680FE1100A21259 /* AUTHORS */, + C1EA52561680FE1100A21259 /* lib */, + C1EA52581680FE1100A21259 /* LICENSE */, + C1EA52591680FE1100A21259 /* package.json */, + C1EA525A1680FE1100A21259 /* README.md */, + C1EA525B1680FE1100A21259 /* test */, + ); + path = "lru-cache"; + sourceTree = ""; + }; + C1EA52561680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA52571680FE1100A21259 /* lru-cache.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA525B1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA525C1680FE1100A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA525D1680FE1100A21259 /* sigmund */ = { + isa = PBXGroup; + children = ( + C1EA525E1680FE1100A21259 /* bench.js */, + C1EA525F1680FE1100A21259 /* LICENSE */, + C1EA52601680FE1100A21259 /* package.json */, + C1EA52611680FE1100A21259 /* README.md */, + C1EA52621680FE1100A21259 /* sigmund.js */, + C1EA52631680FE1100A21259 /* test */, + ); + path = sigmund; + sourceTree = ""; + }; + C1EA52631680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA52641680FE1100A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA52671680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA52681680FE1100A21259 /* basic.js */, + C1EA52691680FE1100A21259 /* brace-expand.js */, + C1EA526A1680FE1100A21259 /* caching.js */, + C1EA526B1680FE1100A21259 /* defaults.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA526C1680FE1100A21259 /* posix-argv-parser */ = { + isa = PBXGroup; + children = ( + C1EA526D1680FE1100A21259 /* .npmignore */, + C1EA526E1680FE1100A21259 /* .travis.yml */, + C1EA526F1680FE1100A21259 /* autolint.js */, + C1EA52701680FE1100A21259 /* buster.js */, + C1EA52711680FE1100A21259 /* lib */, + C1EA527A1680FE1100A21259 /* LICENSE */, + C1EA527B1680FE1100A21259 /* package.json */, + C1EA527C1680FE1100A21259 /* Readme.md */, + C1EA527D1680FE1100A21259 /* test */, + ); + path = "posix-argv-parser"; + sourceTree = ""; + }; + C1EA52711680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA52721680FE1100A21259 /* argument.js */, + C1EA52731680FE1100A21259 /* operand.js */, + C1EA52741680FE1100A21259 /* option.js */, + C1EA52751680FE1100A21259 /* parser.js */, + C1EA52761680FE1100A21259 /* posix-argv-parser.js */, + C1EA52771680FE1100A21259 /* shorthand.js */, + C1EA52781680FE1100A21259 /* types.js */, + C1EA52791680FE1100A21259 /* validators.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA527D1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA527E1680FE1100A21259 /* operand-test.js */, + C1EA527F1680FE1100A21259 /* option-test.js */, + C1EA52801680FE1100A21259 /* parser-test.js */, + C1EA52811680FE1100A21259 /* posix-argv-parser-test.js */, + C1EA52821680FE1100A21259 /* shorthand-test.js */, + C1EA52831680FE1100A21259 /* types-test.js */, + C1EA52841680FE1100A21259 /* validators-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA52851680FE1100A21259 /* rimraf */ = { + isa = PBXGroup; + children = ( + C1EA52861680FE1100A21259 /* AUTHORS */, + C1EA52871680FE1100A21259 /* fiber.js */, + C1EA52881680FE1100A21259 /* LICENSE */, + C1EA52891680FE1100A21259 /* package.json */, + C1EA528A1680FE1100A21259 /* README.md */, + C1EA528B1680FE1100A21259 /* rimraf.js */, + C1EA528C1680FE1100A21259 /* test */, + ); + path = rimraf; + sourceTree = ""; + }; + C1EA528C1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA528D1680FE1100A21259 /* run.sh */, + C1EA528E1680FE1100A21259 /* setup.sh */, + C1EA528F1680FE1100A21259 /* test-async.js */, + C1EA52901680FE1100A21259 /* test-fiber.js */, + C1EA52911680FE1100A21259 /* test-sync.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA52921680FE1100A21259 /* stream-logger */ = { + isa = PBXGroup; + children = ( + C1EA52931680FE1100A21259 /* .npmignore */, + C1EA52941680FE1100A21259 /* .travis.yml */, + C1EA52951680FE1100A21259 /* autolint.json */, + C1EA52961680FE1100A21259 /* buster.js */, + C1EA52971680FE1100A21259 /* lib */, + C1EA52991680FE1100A21259 /* LICENSE */, + C1EA529A1680FE1100A21259 /* package.json */, + C1EA529B1680FE1100A21259 /* Readme.md */, + C1EA529C1680FE1100A21259 /* test */, + ); + path = "stream-logger"; + sourceTree = ""; + }; + C1EA52971680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA52981680FE1100A21259 /* stream-logger.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA529C1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA529D1680FE1100A21259 /* stream-logger-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA52A11680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA52A21680FE1100A21259 /* buster-cli-test.js */, + C1EA52A31680FE1100A21259 /* buster.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA52A41680FE1100A21259 /* ejs */ = { + isa = PBXGroup; + children = ( + C1EA52A51680FE1100A21259 /* .gitmodules */, + C1EA52A61680FE1100A21259 /* .npmignore */, + C1EA52A71680FE1100A21259 /* benchmark.js */, + C1EA52A81680FE1100A21259 /* ejs.js */, + C1EA52A91680FE1100A21259 /* ejs.min.js */, + C1EA52AA1680FE1100A21259 /* examples */, + C1EA52AE1680FE1100A21259 /* History.md */, + C1EA52AF1680FE1100A21259 /* index.js */, + C1EA52B01680FE1100A21259 /* lib */, + C1EA52B41680FE1100A21259 /* Makefile */, + C1EA52B51680FE1100A21259 /* package.json */, + C1EA52B61680FE1100A21259 /* Readme.md */, + C1EA52B71680FE1100A21259 /* support */, + C1EA52D21680FE1100A21259 /* test */, + ); + path = ejs; + sourceTree = ""; + }; + C1EA52AA1680FE1100A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA52AB1680FE1100A21259 /* client.html */, + C1EA52AC1680FE1100A21259 /* list.ejs */, + C1EA52AD1680FE1100A21259 /* list.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA52B01680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA52B11680FE1100A21259 /* ejs.js */, + C1EA52B21680FE1100A21259 /* filters.js */, + C1EA52B31680FE1100A21259 /* utils.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA52B71680FE1100A21259 /* support */ = { + isa = PBXGroup; + children = ( + C1EA52B81680FE1100A21259 /* compile.js */, + C1EA52B91680FE1100A21259 /* expresso */, + ); + path = support; + sourceTree = ""; + }; + C1EA52B91680FE1100A21259 /* expresso */ = { + isa = PBXGroup; + children = ( + C1EA52BA1680FE1100A21259 /* .gitmodules */, + C1EA52BB1680FE1100A21259 /* .npmignore */, + C1EA52BC1680FE1100A21259 /* bin */, + C1EA52BE1680FE1100A21259 /* docs */, + C1EA52C51680FE1100A21259 /* History.md */, + C1EA52C61680FE1100A21259 /* lib */, + C1EA52C91680FE1100A21259 /* Makefile */, + C1EA52CA1680FE1100A21259 /* package.json */, + C1EA52CB1680FE1100A21259 /* Readme.md */, + C1EA52CC1680FE1100A21259 /* test */, + ); + path = expresso; + sourceTree = ""; + }; + C1EA52BC1680FE1100A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA52BD1680FE1100A21259 /* expresso */, + ); + path = bin; + sourceTree = ""; + }; + C1EA52BE1680FE1100A21259 /* docs */ = { + isa = PBXGroup; + children = ( + C1EA52BF1680FE1100A21259 /* api.html */, + C1EA52C01680FE1100A21259 /* index.html */, + C1EA52C11680FE1100A21259 /* index.md */, + C1EA52C21680FE1100A21259 /* layout */, + ); + path = docs; + sourceTree = ""; + }; + C1EA52C21680FE1100A21259 /* layout */ = { + isa = PBXGroup; + children = ( + C1EA52C31680FE1100A21259 /* foot.html */, + C1EA52C41680FE1100A21259 /* head.html */, + ); + path = layout; + sourceTree = ""; + }; + C1EA52C61680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA52C71680FE1100A21259 /* bar.js */, + C1EA52C81680FE1100A21259 /* foo.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA52CC1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA52CD1680FE1100A21259 /* assert.test.js */, + C1EA52CE1680FE1100A21259 /* async.test.js */, + C1EA52CF1680FE1100A21259 /* bar.test.js */, + C1EA52D01680FE1100A21259 /* foo.test.js */, + C1EA52D11680FE1100A21259 /* http.test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA52D21680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA52D31680FE1100A21259 /* ejs.test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA52D41680FE1100A21259 /* paperboy */ = { + isa = PBXGroup; + children = ( + C1EA52D51680FE1100A21259 /* .npmignore */, + C1EA52D61680FE1100A21259 /* example */, + C1EA52DC1680FE1100A21259 /* index.js */, + C1EA52DD1680FE1100A21259 /* lib */, + C1EA52DF1680FE1100A21259 /* LICENSE.txt */, + C1EA52E01680FE1100A21259 /* package.json */, + C1EA52E11680FE1100A21259 /* README.md */, + C1EA52E21680FE1100A21259 /* seed.yml */, + ); + path = paperboy; + sourceTree = ""; + }; + C1EA52D61680FE1100A21259 /* example */ = { + isa = PBXGroup; + children = ( + C1EA52D71680FE1100A21259 /* basic.js */, + C1EA52D81680FE1100A21259 /* webroot */, + ); + path = example; + sourceTree = ""; + }; + C1EA52D81680FE1100A21259 /* webroot */ = { + isa = PBXGroup; + children = ( + C1EA52D91680FE1100A21259 /* img */, + C1EA52DB1680FE1100A21259 /* index.html */, + ); + path = webroot; + sourceTree = ""; + }; + C1EA52D91680FE1100A21259 /* img */ = { + isa = PBXGroup; + children = ( + C1EA52DA1680FE1100A21259 /* paperboy.jpg */, + ); + path = img; + sourceTree = ""; + }; + C1EA52DD1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA52DE1680FE1100A21259 /* paperboy.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA52E31680FE1100A21259 /* phantom */ = { + isa = PBXGroup; + children = ( + C1EA52E41680FE1100A21259 /* Cakefile */, + C1EA52E51680FE1100A21259 /* index.html */, + C1EA52E61680FE1100A21259 /* node_modules */, + C1EA57191680FE1100A21259 /* package.json */, + C1EA571A1680FE1100A21259 /* phantom.coffee */, + C1EA571B1680FE1100A21259 /* phantom.js */, + C1EA571C1680FE1100A21259 /* README.markdown */, + C1EA571D1680FE1100A21259 /* shim.coffee */, + C1EA571E1680FE1100A21259 /* shim.js */, + C1EA571F1680FE1200A21259 /* test */, + ); + path = phantom; + sourceTree = ""; + }; + C1EA52E61680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA52E71680FE1100A21259 /* .bin */, + C1EA52E91680FE1100A21259 /* dnode */, + C1EA554B1680FE1100A21259 /* dnode-protocol */, + C1EA55931680FE1100A21259 /* express */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA52E71680FE1100A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA52E81680FE1100A21259 /* express */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA52E91680FE1100A21259 /* dnode */ = { + isa = PBXGroup; + children = ( + C1EA52EA1680FE1100A21259 /* .travis.yml */, + C1EA52EB1680FE1100A21259 /* bin */, + C1EA52ED1680FE1100A21259 /* browser */, + C1EA52F01680FE1100A21259 /* examples */, + C1EA53181680FE1100A21259 /* index.js */, + C1EA53191680FE1100A21259 /* lib */, + C1EA531B1680FE1100A21259 /* LICENSE */, + C1EA531C1680FE1100A21259 /* node_modules */, + C1EA55271680FE1100A21259 /* package.json */, + C1EA55281680FE1100A21259 /* README.markdown */, + C1EA55291680FE1100A21259 /* test */, + C1EA55461680FE1100A21259 /* testling */, + ); + path = dnode; + sourceTree = ""; + }; + C1EA52EB1680FE1100A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA52EC1680FE1100A21259 /* bundle.js */, + ); + path = bin; + sourceTree = ""; + }; + C1EA52ED1680FE1100A21259 /* browser */ = { + isa = PBXGroup; + children = ( + C1EA52EE1680FE1100A21259 /* bundle.js */, + C1EA52EF1680FE1100A21259 /* index.js */, + ); + path = browser; + sourceTree = ""; + }; + C1EA52F01680FE1100A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA52F11680FE1100A21259 /* auth */, + C1EA52F51680FE1100A21259 /* bidirectional */, + C1EA52F81680FE1100A21259 /* chat */, + C1EA52FF1680FE1100A21259 /* https */, + C1EA53021680FE1100A21259 /* nested.js */, + C1EA53031680FE1100A21259 /* perf */, + C1EA53061680FE1100A21259 /* saturate */, + C1EA53091680FE1100A21259 /* simple */, + C1EA530C1680FE1100A21259 /* web-browserify */, + C1EA530F1680FE1100A21259 /* web-connect */, + C1EA53121680FE1100A21259 /* web-express */, + C1EA53151680FE1100A21259 /* web-http */, + ); + path = examples; + sourceTree = ""; + }; + C1EA52F11680FE1100A21259 /* auth */ = { + isa = PBXGroup; + children = ( + C1EA52F21680FE1100A21259 /* client.js */, + C1EA52F31680FE1100A21259 /* quotes.json */, + C1EA52F41680FE1100A21259 /* server.js */, + ); + path = auth; + sourceTree = ""; + }; + C1EA52F51680FE1100A21259 /* bidirectional */ = { + isa = PBXGroup; + children = ( + C1EA52F61680FE1100A21259 /* client.js */, + C1EA52F71680FE1100A21259 /* server.js */, + ); + path = bidirectional; + sourceTree = ""; + }; + C1EA52F81680FE1100A21259 /* chat */ = { + isa = PBXGroup; + children = ( + C1EA52F91680FE1100A21259 /* chat.css */, + C1EA52FA1680FE1100A21259 /* entry.js */, + C1EA52FB1680FE1100A21259 /* index.html */, + C1EA52FC1680FE1100A21259 /* INSTALL.txt */, + C1EA52FD1680FE1100A21259 /* package.json */, + C1EA52FE1680FE1100A21259 /* server.js */, + ); + path = chat; + sourceTree = ""; + }; + C1EA52FF1680FE1100A21259 /* https */ = { + isa = PBXGroup; + children = ( + C1EA53001680FE1100A21259 /* index.html */, + C1EA53011680FE1100A21259 /* server.js */, + ); + path = https; + sourceTree = ""; + }; + C1EA53031680FE1100A21259 /* perf */ = { + isa = PBXGroup; + children = ( + C1EA53041680FE1100A21259 /* client.js */, + C1EA53051680FE1100A21259 /* emitter.js */, + ); + path = perf; + sourceTree = ""; + }; + C1EA53061680FE1100A21259 /* saturate */ = { + isa = PBXGroup; + children = ( + C1EA53071680FE1100A21259 /* index.html */, + C1EA53081680FE1100A21259 /* saturate.js */, + ); + path = saturate; + sourceTree = ""; + }; + C1EA53091680FE1100A21259 /* simple */ = { + isa = PBXGroup; + children = ( + C1EA530A1680FE1100A21259 /* client.js */, + C1EA530B1680FE1100A21259 /* server.js */, + ); + path = simple; + sourceTree = ""; + }; + C1EA530C1680FE1100A21259 /* web-browserify */ = { + isa = PBXGroup; + children = ( + C1EA530D1680FE1100A21259 /* index.html */, + C1EA530E1680FE1100A21259 /* server.js */, + ); + path = "web-browserify"; + sourceTree = ""; + }; + C1EA530F1680FE1100A21259 /* web-connect */ = { + isa = PBXGroup; + children = ( + C1EA53101680FE1100A21259 /* index.html */, + C1EA53111680FE1100A21259 /* server.js */, + ); + path = "web-connect"; + sourceTree = ""; + }; + C1EA53121680FE1100A21259 /* web-express */ = { + isa = PBXGroup; + children = ( + C1EA53131680FE1100A21259 /* index.html */, + C1EA53141680FE1100A21259 /* server.js */, + ); + path = "web-express"; + sourceTree = ""; + }; + C1EA53151680FE1100A21259 /* web-http */ = { + isa = PBXGroup; + children = ( + C1EA53161680FE1100A21259 /* index.html */, + C1EA53171680FE1100A21259 /* server.js */, + ); + path = "web-http"; + sourceTree = ""; + }; + C1EA53191680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA531A1680FE1100A21259 /* stream_socketio.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA531C1680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA531D1680FE1100A21259 /* dnode-protocol */, + C1EA53531680FE1100A21259 /* jsonify */, + C1EA535D1680FE1100A21259 /* lazy */, + C1EA53761680FE1100A21259 /* socket.io */, + C1EA53E81680FE1100A21259 /* socket.io-client */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA531D1680FE1100A21259 /* dnode-protocol */ = { + isa = PBXGroup; + children = ( + C1EA531E1680FE1100A21259 /* .npmignore */, + C1EA531F1680FE1100A21259 /* .travis.yml */, + C1EA53201680FE1100A21259 /* index.js */, + C1EA53211680FE1100A21259 /* LICENSE */, + C1EA53221680FE1100A21259 /* node_modules */, + C1EA53481680FE1100A21259 /* package.json */, + C1EA53491680FE1100A21259 /* README.markdown */, + C1EA534A1680FE1100A21259 /* test */, + C1EA53511680FE1100A21259 /* testling */, + ); + path = "dnode-protocol"; + sourceTree = ""; + }; + C1EA53221680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA53231680FE1100A21259 /* traverse */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA53231680FE1100A21259 /* traverse */ = { + isa = PBXGroup; + children = ( + C1EA53241680FE1100A21259 /* .npmignore */, + C1EA53251680FE1100A21259 /* .travis.yml */, + C1EA53261680FE1100A21259 /* examples */, + C1EA532C1680FE1100A21259 /* fail.js */, + C1EA532D1680FE1100A21259 /* index.js */, + C1EA532E1680FE1100A21259 /* LICENSE */, + C1EA532F1680FE1100A21259 /* package.json */, + C1EA53301680FE1100A21259 /* README.markdown */, + C1EA53311680FE1100A21259 /* test */, + C1EA53461680FE1100A21259 /* testling */, + ); + path = traverse; + sourceTree = ""; + }; + C1EA53261680FE1100A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA53271680FE1100A21259 /* json.js */, + C1EA53281680FE1100A21259 /* leaves.js */, + C1EA53291680FE1100A21259 /* negative.js */, + C1EA532A1680FE1100A21259 /* scrub.js */, + C1EA532B1680FE1100A21259 /* stringify.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA53311680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA53321680FE1100A21259 /* circular.js */, + C1EA53331680FE1100A21259 /* date.js */, + C1EA53341680FE1100A21259 /* equal.js */, + C1EA53351680FE1100A21259 /* error.js */, + C1EA53361680FE1100A21259 /* has.js */, + C1EA53371680FE1100A21259 /* instance.js */, + C1EA53381680FE1100A21259 /* interface.js */, + C1EA53391680FE1100A21259 /* json.js */, + C1EA533A1680FE1100A21259 /* keys.js */, + C1EA533B1680FE1100A21259 /* leaves.js */, + C1EA533C1680FE1100A21259 /* lib */, + C1EA533E1680FE1100A21259 /* mutability.js */, + C1EA533F1680FE1100A21259 /* negative.js */, + C1EA53401680FE1100A21259 /* obj.js */, + C1EA53411680FE1100A21259 /* siblings.js */, + C1EA53421680FE1100A21259 /* stop.js */, + C1EA53431680FE1100A21259 /* stringify.js */, + C1EA53441680FE1100A21259 /* subexpr.js */, + C1EA53451680FE1100A21259 /* super_deep.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA533C1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA533D1680FE1100A21259 /* deep_equal.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA53461680FE1100A21259 /* testling */ = { + isa = PBXGroup; + children = ( + C1EA53471680FE1100A21259 /* leaves.js */, + ); + path = testling; + sourceTree = ""; + }; + C1EA534A1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA534B1680FE1100A21259 /* args.js */, + C1EA534C1680FE1100A21259 /* circular.js */, + C1EA534D1680FE1100A21259 /* fn.js */, + C1EA534E1680FE1100A21259 /* proto.js */, + C1EA534F1680FE1100A21259 /* scrub.js */, + C1EA53501680FE1100A21259 /* store.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA53511680FE1100A21259 /* testling */ = { + isa = PBXGroup; + children = ( + C1EA53521680FE1100A21259 /* test.sh */, + ); + path = testling; + sourceTree = ""; + }; + C1EA53531680FE1100A21259 /* jsonify */ = { + isa = PBXGroup; + children = ( + C1EA53541680FE1100A21259 /* index.js */, + C1EA53551680FE1100A21259 /* lib */, + C1EA53581680FE1100A21259 /* package.json */, + C1EA53591680FE1100A21259 /* README.markdown */, + C1EA535A1680FE1100A21259 /* test */, + ); + path = jsonify; + sourceTree = ""; + }; + C1EA53551680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA53561680FE1100A21259 /* parse.js */, + C1EA53571680FE1100A21259 /* stringify.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA535A1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA535B1680FE1100A21259 /* parse.js */, + C1EA535C1680FE1100A21259 /* stringify.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA535D1680FE1100A21259 /* lazy */ = { + isa = PBXGroup; + children = ( + C1EA535E1680FE1100A21259 /* .npmignore */, + C1EA535F1680FE1100A21259 /* lazy.js */, + C1EA53601680FE1100A21259 /* package.json */, + C1EA53611680FE1100A21259 /* readme.txt */, + C1EA53621680FE1100A21259 /* test */, + ); + path = lazy; + sourceTree = ""; + }; + C1EA53621680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA53631680FE1100A21259 /* bucket.js */, + C1EA53641680FE1100A21259 /* complex.js */, + C1EA53651680FE1100A21259 /* custom.js */, + C1EA53661680FE1100A21259 /* em.js */, + C1EA53671680FE1100A21259 /* filter.js */, + C1EA53681680FE1100A21259 /* foldr.js */, + C1EA53691680FE1100A21259 /* forEach.js */, + C1EA536A1680FE1100A21259 /* head.js */, + C1EA536B1680FE1100A21259 /* join.js */, + C1EA536C1680FE1100A21259 /* lines.js */, + C1EA536D1680FE1100A21259 /* map.js */, + C1EA536E1680FE1100A21259 /* pipe.js */, + C1EA536F1680FE1100A21259 /* product.js */, + C1EA53701680FE1100A21259 /* range.js */, + C1EA53711680FE1100A21259 /* skip.js */, + C1EA53721680FE1100A21259 /* sum.js */, + C1EA53731680FE1100A21259 /* tail.js */, + C1EA53741680FE1100A21259 /* take.js */, + C1EA53751680FE1100A21259 /* takeWhile.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA53761680FE1100A21259 /* socket.io */ = { + isa = PBXGroup; + children = ( + C1EA53771680FE1100A21259 /* .npmignore */, + C1EA53781680FE1100A21259 /* benchmarks */, + C1EA537C1680FE1100A21259 /* History.md */, + C1EA537D1680FE1100A21259 /* index.js */, + C1EA537E1680FE1100A21259 /* lib */, + C1EA539B1680FE1100A21259 /* Makefile */, + C1EA539C1680FE1100A21259 /* node_modules */, + C1EA53E61680FE1100A21259 /* package.json */, + C1EA53E71680FE1100A21259 /* Readme.md */, + ); + path = socket.io; + sourceTree = ""; + }; + C1EA53781680FE1100A21259 /* benchmarks */ = { + isa = PBXGroup; + children = ( + C1EA53791680FE1100A21259 /* decode.bench.js */, + C1EA537A1680FE1100A21259 /* encode.bench.js */, + C1EA537B1680FE1100A21259 /* runner.js */, + ); + path = benchmarks; + sourceTree = ""; + }; + C1EA537E1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA537F1680FE1100A21259 /* logger.js */, + C1EA53801680FE1100A21259 /* manager.js */, + C1EA53811680FE1100A21259 /* namespace.js */, + C1EA53821680FE1100A21259 /* parser.js */, + C1EA53831680FE1100A21259 /* socket.io.js */, + C1EA53841680FE1100A21259 /* socket.js */, + C1EA53851680FE1100A21259 /* static.js */, + C1EA53861680FE1100A21259 /* store.js */, + C1EA53871680FE1100A21259 /* stores */, + C1EA538A1680FE1100A21259 /* transport.js */, + C1EA538B1680FE1100A21259 /* transports */, + C1EA539A1680FE1100A21259 /* util.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA53871680FE1100A21259 /* stores */ = { + isa = PBXGroup; + children = ( + C1EA53881680FE1100A21259 /* memory.js */, + C1EA53891680FE1100A21259 /* redis.js */, + ); + path = stores; + sourceTree = ""; + }; + C1EA538B1680FE1100A21259 /* transports */ = { + isa = PBXGroup; + children = ( + C1EA538C1680FE1100A21259 /* flashsocket.js */, + C1EA538D1680FE1100A21259 /* htmlfile.js */, + C1EA538E1680FE1100A21259 /* http-polling.js */, + C1EA538F1680FE1100A21259 /* http.js */, + C1EA53901680FE1100A21259 /* index.js */, + C1EA53911680FE1100A21259 /* jsonp-polling.js */, + C1EA53921680FE1100A21259 /* websocket */, + C1EA53981680FE1100A21259 /* websocket.js */, + C1EA53991680FE1100A21259 /* xhr-polling.js */, + ); + path = transports; + sourceTree = ""; + }; + C1EA53921680FE1100A21259 /* websocket */ = { + isa = PBXGroup; + children = ( + C1EA53931680FE1100A21259 /* default.js */, + C1EA53941680FE1100A21259 /* hybi-07-12.js */, + C1EA53951680FE1100A21259 /* hybi-16.js */, + C1EA53961680FE1100A21259 /* hybi-17.js */, + C1EA53971680FE1100A21259 /* index.js */, + ); + path = websocket; + sourceTree = ""; + }; + C1EA539C1680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA539D1680FE1100A21259 /* policyfile */, + C1EA53B01680FE1100A21259 /* redis */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA539D1680FE1100A21259 /* policyfile */ = { + isa = PBXGroup; + children = ( + C1EA539E1680FE1100A21259 /* .npmignore */, + C1EA539F1680FE1100A21259 /* doc */, + C1EA53A11680FE1100A21259 /* examples */, + C1EA53A41680FE1100A21259 /* index.js */, + C1EA53A51680FE1100A21259 /* lib */, + C1EA53A71680FE1100A21259 /* LICENSE */, + C1EA53A81680FE1100A21259 /* Makefile */, + C1EA53A91680FE1100A21259 /* package.json */, + C1EA53AA1680FE1100A21259 /* README.md */, + C1EA53AB1680FE1100A21259 /* tests */, + ); + path = policyfile; + sourceTree = ""; + }; + C1EA539F1680FE1100A21259 /* doc */ = { + isa = PBXGroup; + children = ( + C1EA53A01680FE1100A21259 /* index.html */, + ); + path = doc; + sourceTree = ""; + }; + C1EA53A11680FE1100A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA53A21680FE1100A21259 /* basic.fallback.js */, + C1EA53A31680FE1100A21259 /* basic.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA53A51680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA53A61680FE1100A21259 /* server.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA53AB1680FE1100A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA53AC1680FE1100A21259 /* ssl */, + C1EA53AF1680FE1100A21259 /* unit.test.js */, + ); + path = tests; + sourceTree = ""; + }; + C1EA53AC1680FE1100A21259 /* ssl */ = { + isa = PBXGroup; + children = ( + C1EA53AD1680FE1100A21259 /* ssl.crt */, + C1EA53AE1680FE1100A21259 /* ssl.private.key */, + ); + path = ssl; + sourceTree = ""; + }; + C1EA53B01680FE1100A21259 /* redis */ = { + isa = PBXGroup; + children = ( + C1EA53B11680FE1100A21259 /* changelog.md */, + C1EA53B21680FE1100A21259 /* eval_test.js */, + C1EA53B31680FE1100A21259 /* examples */, + C1EA53C31680FE1100A21259 /* generate_commands.js */, + C1EA53C41680FE1100A21259 /* index.js */, + C1EA53C51680FE1100A21259 /* lib */, + C1EA53CD1680FE1100A21259 /* multi_bench.js */, + C1EA53CE1680FE1100A21259 /* package.json */, + C1EA53CF1680FE1100A21259 /* README.md */, + C1EA53D01680FE1100A21259 /* simple_test.js */, + C1EA53D11680FE1100A21259 /* test.js */, + C1EA53D21680FE1100A21259 /* tests */, + ); + path = redis; + sourceTree = ""; + }; + C1EA53B31680FE1100A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA53B41680FE1100A21259 /* auth.js */, + C1EA53B51680FE1100A21259 /* backpressure_drain.js */, + C1EA53B61680FE1100A21259 /* extend.js */, + C1EA53B71680FE1100A21259 /* file.js */, + C1EA53B81680FE1100A21259 /* mget.js */, + C1EA53B91680FE1100A21259 /* monitor.js */, + C1EA53BA1680FE1100A21259 /* multi.js */, + C1EA53BB1680FE1100A21259 /* multi2.js */, + C1EA53BC1680FE1100A21259 /* psubscribe.js */, + C1EA53BD1680FE1100A21259 /* pub_sub.js */, + C1EA53BE1680FE1100A21259 /* simple.js */, + C1EA53BF1680FE1100A21259 /* subqueries.js */, + C1EA53C01680FE1100A21259 /* subquery.js */, + C1EA53C11680FE1100A21259 /* unix_socket.js */, + C1EA53C21680FE1100A21259 /* web_server.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA53C51680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA53C61680FE1100A21259 /* commands.js */, + C1EA53C71680FE1100A21259 /* parser */, + C1EA53CA1680FE1100A21259 /* queue.js */, + C1EA53CB1680FE1100A21259 /* to_array.js */, + C1EA53CC1680FE1100A21259 /* util.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA53C71680FE1100A21259 /* parser */ = { + isa = PBXGroup; + children = ( + C1EA53C81680FE1100A21259 /* hiredis.js */, + C1EA53C91680FE1100A21259 /* javascript.js */, + ); + path = parser; + sourceTree = ""; + }; + C1EA53D21680FE1100A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA53D31680FE1100A21259 /* buffer_bench.js */, + C1EA53D41680FE1100A21259 /* reconnect_test.js */, + C1EA53D51680FE1100A21259 /* stress */, + C1EA53E41680FE1100A21259 /* sub_quit_test.js */, + C1EA53E51680FE1100A21259 /* test_start_stop.js */, + ); + path = tests; + sourceTree = ""; + }; + C1EA53D51680FE1100A21259 /* stress */ = { + isa = PBXGroup; + children = ( + C1EA53D61680FE1100A21259 /* codec.js */, + C1EA53D71680FE1100A21259 /* pubsub */, + C1EA53DB1680FE1100A21259 /* rpushblpop */, + C1EA53DF1680FE1100A21259 /* speed */, + ); + path = stress; + sourceTree = ""; + }; + C1EA53D71680FE1100A21259 /* pubsub */ = { + isa = PBXGroup; + children = ( + C1EA53D81680FE1100A21259 /* pub.js */, + C1EA53D91680FE1100A21259 /* run */, + C1EA53DA1680FE1100A21259 /* server.js */, + ); + path = pubsub; + sourceTree = ""; + }; + C1EA53DB1680FE1100A21259 /* rpushblpop */ = { + isa = PBXGroup; + children = ( + C1EA53DC1680FE1100A21259 /* pub.js */, + C1EA53DD1680FE1100A21259 /* run */, + C1EA53DE1680FE1100A21259 /* server.js */, + ); + path = rpushblpop; + sourceTree = ""; + }; + C1EA53DF1680FE1100A21259 /* speed */ = { + isa = PBXGroup; + children = ( + C1EA53E01680FE1100A21259 /* 00 */, + C1EA53E11680FE1100A21259 /* plot */, + C1EA53E21680FE1100A21259 /* size-rate.png */, + C1EA53E31680FE1100A21259 /* speed.js */, + ); + path = speed; + sourceTree = ""; + }; + C1EA53E81680FE1100A21259 /* socket.io-client */ = { + isa = PBXGroup; + children = ( + C1EA53E91680FE1100A21259 /* .npmignore */, + C1EA53EA1680FE1100A21259 /* bin */, + C1EA53ED1680FE1100A21259 /* dist */, + C1EA53F31680FE1100A21259 /* History.md */, + C1EA53F41680FE1100A21259 /* lib */, + C1EA54931680FE1100A21259 /* Makefile */, + C1EA54941680FE1100A21259 /* node_modules */, + C1EA551A1680FE1100A21259 /* package.json */, + C1EA551B1680FE1100A21259 /* README.md */, + C1EA551C1680FE1100A21259 /* test */, + ); + path = "socket.io-client"; + sourceTree = ""; + }; + C1EA53EA1680FE1100A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA53EB1680FE1100A21259 /* browserify.js */, + C1EA53EC1680FE1100A21259 /* builder.js */, + ); + path = bin; + sourceTree = ""; + }; + C1EA53ED1680FE1100A21259 /* dist */ = { + isa = PBXGroup; + children = ( + C1EA53EE1680FE1100A21259 /* browserify.js */, + C1EA53EF1680FE1100A21259 /* socket.io.js */, + C1EA53F01680FE1100A21259 /* socket.io.min.js */, + C1EA53F11680FE1100A21259 /* WebSocketMain.swf */, + C1EA53F21680FE1100A21259 /* WebSocketMainInsecure.swf */, + ); + path = dist; + sourceTree = ""; + }; + C1EA53F41680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA53F51680FE1100A21259 /* events.js */, + C1EA53F61680FE1100A21259 /* io.js */, + C1EA53F71680FE1100A21259 /* json.js */, + C1EA53F81680FE1100A21259 /* namespace.js */, + C1EA53F91680FE1100A21259 /* parser.js */, + C1EA53FA1680FE1100A21259 /* socket.js */, + C1EA53FB1680FE1100A21259 /* transport.js */, + C1EA53FC1680FE1100A21259 /* transports */, + C1EA54031680FE1100A21259 /* util.js */, + C1EA54041680FE1100A21259 /* vendor */, + ); + path = lib; + sourceTree = ""; + }; + C1EA53FC1680FE1100A21259 /* transports */ = { + isa = PBXGroup; + children = ( + C1EA53FD1680FE1100A21259 /* flashsocket.js */, + C1EA53FE1680FE1100A21259 /* htmlfile.js */, + C1EA53FF1680FE1100A21259 /* jsonp-polling.js */, + C1EA54001680FE1100A21259 /* websocket.js */, + C1EA54011680FE1100A21259 /* xhr-polling.js */, + C1EA54021680FE1100A21259 /* xhr.js */, + ); + path = transports; + sourceTree = ""; + }; + C1EA54041680FE1100A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA54051680FE1100A21259 /* web-socket-js */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA54051680FE1100A21259 /* web-socket-js */ = { + isa = PBXGroup; + children = ( + C1EA54061680FE1100A21259 /* .npmignore */, + C1EA54071680FE1100A21259 /* flash-src */, + C1EA548D1680FE1100A21259 /* README.md */, + C1EA548E1680FE1100A21259 /* sample.html */, + C1EA548F1680FE1100A21259 /* swfobject.js */, + C1EA54901680FE1100A21259 /* web_socket.js */, + C1EA54911680FE1100A21259 /* WebSocketMain.swf */, + C1EA54921680FE1100A21259 /* WebSocketMainInsecure.zip */, + ); + path = "web-socket-js"; + sourceTree = ""; + }; + C1EA54071680FE1100A21259 /* flash-src */ = { + isa = PBXGroup; + children = ( + C1EA54081680FE1100A21259 /* build.sh */, + C1EA54091680FE1100A21259 /* com */, + C1EA54881680FE1100A21259 /* IWebSocketLogger.as */, + C1EA54891680FE1100A21259 /* WebSocket.as */, + C1EA548A1680FE1100A21259 /* WebSocketEvent.as */, + C1EA548B1680FE1100A21259 /* WebSocketMain.as */, + C1EA548C1680FE1100A21259 /* WebSocketMainInsecure.as */, + ); + path = "flash-src"; + sourceTree = ""; + }; + C1EA54091680FE1100A21259 /* com */ = { + isa = PBXGroup; + children = ( + C1EA540A1680FE1100A21259 /* adobe */, + C1EA540E1680FE1100A21259 /* gsolo */, + C1EA54111680FE1100A21259 /* hurlant */, + ); + path = com; + sourceTree = ""; + }; + C1EA540A1680FE1100A21259 /* adobe */ = { + isa = PBXGroup; + children = ( + C1EA540B1680FE1100A21259 /* net */, + ); + path = adobe; + sourceTree = ""; + }; + C1EA540B1680FE1100A21259 /* net */ = { + isa = PBXGroup; + children = ( + C1EA540C1680FE1100A21259 /* proxies */, + ); + path = net; + sourceTree = ""; + }; + C1EA540C1680FE1100A21259 /* proxies */ = { + isa = PBXGroup; + children = ( + C1EA540D1680FE1100A21259 /* RFC2817Socket.as */, + ); + path = proxies; + sourceTree = ""; + }; + C1EA540E1680FE1100A21259 /* gsolo */ = { + isa = PBXGroup; + children = ( + C1EA540F1680FE1100A21259 /* encryption */, + ); + path = gsolo; + sourceTree = ""; + }; + C1EA540F1680FE1100A21259 /* encryption */ = { + isa = PBXGroup; + children = ( + C1EA54101680FE1100A21259 /* MD5.as */, + ); + path = encryption; + sourceTree = ""; + }; + C1EA54111680FE1100A21259 /* hurlant */ = { + isa = PBXGroup; + children = ( + C1EA54121680FE1100A21259 /* crypto */, + C1EA546E1680FE1100A21259 /* math */, + C1EA54761680FE1100A21259 /* util */, + ); + path = hurlant; + sourceTree = ""; + }; + C1EA54121680FE1100A21259 /* crypto */ = { + isa = PBXGroup; + children = ( + C1EA54131680FE1100A21259 /* cert */, + C1EA54171680FE1100A21259 /* Crypto.as */, + C1EA54181680FE1100A21259 /* hash */, + C1EA54231680FE1100A21259 /* prng */, + C1EA54281680FE1100A21259 /* rsa */, + C1EA542A1680FE1100A21259 /* symmetric */, + C1EA54431680FE1100A21259 /* tests */, + C1EA545B1680FE1100A21259 /* tls */, + ); + path = crypto; + sourceTree = ""; + }; + C1EA54131680FE1100A21259 /* cert */ = { + isa = PBXGroup; + children = ( + C1EA54141680FE1100A21259 /* MozillaRootCertificates.as */, + C1EA54151680FE1100A21259 /* X509Certificate.as */, + C1EA54161680FE1100A21259 /* X509CertificateCollection.as */, + ); + path = cert; + sourceTree = ""; + }; + C1EA54181680FE1100A21259 /* hash */ = { + isa = PBXGroup; + children = ( + C1EA54191680FE1100A21259 /* HMAC.as */, + C1EA541A1680FE1100A21259 /* IHash.as */, + C1EA541B1680FE1100A21259 /* IHMAC.as */, + C1EA541C1680FE1100A21259 /* MAC.as */, + C1EA541D1680FE1100A21259 /* MD2.as */, + C1EA541E1680FE1100A21259 /* MD5.as */, + C1EA541F1680FE1100A21259 /* SHA1.as */, + C1EA54201680FE1100A21259 /* SHA224.as */, + C1EA54211680FE1100A21259 /* SHA256.as */, + C1EA54221680FE1100A21259 /* SHABase.as */, + ); + path = hash; + sourceTree = ""; + }; + C1EA54231680FE1100A21259 /* prng */ = { + isa = PBXGroup; + children = ( + C1EA54241680FE1100A21259 /* ARC4.as */, + C1EA54251680FE1100A21259 /* IPRNG.as */, + C1EA54261680FE1100A21259 /* Random.as */, + C1EA54271680FE1100A21259 /* TLSPRF.as */, + ); + path = prng; + sourceTree = ""; + }; + C1EA54281680FE1100A21259 /* rsa */ = { + isa = PBXGroup; + children = ( + C1EA54291680FE1100A21259 /* RSAKey.as */, + ); + path = rsa; + sourceTree = ""; + }; + C1EA542A1680FE1100A21259 /* symmetric */ = { + isa = PBXGroup; + children = ( + C1EA542B1680FE1100A21259 /* AESKey.as */, + C1EA542C1680FE1100A21259 /* aeskey.pl */, + C1EA542D1680FE1100A21259 /* BlowFishKey.as */, + C1EA542E1680FE1100A21259 /* CBCMode.as */, + C1EA542F1680FE1100A21259 /* CFB8Mode.as */, + C1EA54301680FE1100A21259 /* CFBMode.as */, + C1EA54311680FE1100A21259 /* CTRMode.as */, + C1EA54321680FE1100A21259 /* DESKey.as */, + C1EA54331680FE1100A21259 /* dump.txt */, + C1EA54341680FE1100A21259 /* ECBMode.as */, + C1EA54351680FE1100A21259 /* ICipher.as */, + C1EA54361680FE1100A21259 /* IMode.as */, + C1EA54371680FE1100A21259 /* IPad.as */, + C1EA54381680FE1100A21259 /* IStreamCipher.as */, + C1EA54391680FE1100A21259 /* ISymmetricKey.as */, + C1EA543A1680FE1100A21259 /* IVMode.as */, + C1EA543B1680FE1100A21259 /* NullPad.as */, + C1EA543C1680FE1100A21259 /* OFBMode.as */, + C1EA543D1680FE1100A21259 /* PKCS5.as */, + C1EA543E1680FE1100A21259 /* SimpleIVMode.as */, + C1EA543F1680FE1100A21259 /* SSLPad.as */, + C1EA54401680FE1100A21259 /* TLSPad.as */, + C1EA54411680FE1100A21259 /* TripleDESKey.as */, + C1EA54421680FE1100A21259 /* XTeaKey.as */, + ); + path = symmetric; + sourceTree = ""; + }; + C1EA54431680FE1100A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA54441680FE1100A21259 /* AESKeyTest.as */, + C1EA54451680FE1100A21259 /* ARC4Test.as */, + C1EA54461680FE1100A21259 /* BigIntegerTest.as */, + C1EA54471680FE1100A21259 /* BlowFishKeyTest.as */, + C1EA54481680FE1100A21259 /* CBCModeTest.as */, + C1EA54491680FE1100A21259 /* CFB8ModeTest.as */, + C1EA544A1680FE1100A21259 /* CFBModeTest.as */, + C1EA544B1680FE1100A21259 /* CTRModeTest.as */, + C1EA544C1680FE1100A21259 /* DESKeyTest.as */, + C1EA544D1680FE1100A21259 /* ECBModeTest.as */, + C1EA544E1680FE1100A21259 /* HMACTest.as */, + C1EA544F1680FE1100A21259 /* ITestHarness.as */, + C1EA54501680FE1100A21259 /* MD2Test.as */, + C1EA54511680FE1100A21259 /* MD5Test.as */, + C1EA54521680FE1100A21259 /* OFBModeTest.as */, + C1EA54531680FE1100A21259 /* RSAKeyTest.as */, + C1EA54541680FE1100A21259 /* SHA1Test.as */, + C1EA54551680FE1100A21259 /* SHA224Test.as */, + C1EA54561680FE1100A21259 /* SHA256Test.as */, + C1EA54571680FE1100A21259 /* TestCase.as */, + C1EA54581680FE1100A21259 /* TLSPRFTest.as */, + C1EA54591680FE1100A21259 /* TripleDESKeyTest.as */, + C1EA545A1680FE1100A21259 /* XTeaKeyTest.as */, + ); + path = tests; + sourceTree = ""; + }; + C1EA545B1680FE1100A21259 /* tls */ = { + isa = PBXGroup; + children = ( + C1EA545C1680FE1100A21259 /* BulkCiphers.as */, + C1EA545D1680FE1100A21259 /* CipherSuites.as */, + C1EA545E1680FE1100A21259 /* IConnectionState.as */, + C1EA545F1680FE1100A21259 /* ISecurityParameters.as */, + C1EA54601680FE1100A21259 /* KeyExchanges.as */, + C1EA54611680FE1100A21259 /* MACs.as */, + C1EA54621680FE1100A21259 /* SSLConnectionState.as */, + C1EA54631680FE1100A21259 /* SSLEvent.as */, + C1EA54641680FE1100A21259 /* SSLSecurityParameters.as */, + C1EA54651680FE1100A21259 /* TLSConfig.as */, + C1EA54661680FE1100A21259 /* TLSConnectionState.as */, + C1EA54671680FE1100A21259 /* TLSEngine.as */, + C1EA54681680FE1100A21259 /* TLSError.as */, + C1EA54691680FE1100A21259 /* TLSEvent.as */, + C1EA546A1680FE1100A21259 /* TLSSecurityParameters.as */, + C1EA546B1680FE1100A21259 /* TLSSocket.as */, + C1EA546C1680FE1100A21259 /* TLSSocketEvent.as */, + C1EA546D1680FE1100A21259 /* TLSTest.as */, + ); + path = tls; + sourceTree = ""; + }; + C1EA546E1680FE1100A21259 /* math */ = { + isa = PBXGroup; + children = ( + C1EA546F1680FE1100A21259 /* BarrettReduction.as */, + C1EA54701680FE1100A21259 /* bi_internal.as */, + C1EA54711680FE1100A21259 /* BigInteger.as */, + C1EA54721680FE1100A21259 /* ClassicReduction.as */, + C1EA54731680FE1100A21259 /* IReduction.as */, + C1EA54741680FE1100A21259 /* MontgomeryReduction.as */, + C1EA54751680FE1100A21259 /* NullReduction.as */, + ); + path = math; + sourceTree = ""; + }; + C1EA54761680FE1100A21259 /* util */ = { + isa = PBXGroup; + children = ( + C1EA54771680FE1100A21259 /* ArrayUtil.as */, + C1EA54781680FE1100A21259 /* Base64.as */, + C1EA54791680FE1100A21259 /* der */, + C1EA54861680FE1100A21259 /* Hex.as */, + C1EA54871680FE1100A21259 /* Memory.as */, + ); + path = util; + sourceTree = ""; + }; + C1EA54791680FE1100A21259 /* der */ = { + isa = PBXGroup; + children = ( + C1EA547A1680FE1100A21259 /* ByteString.as */, + C1EA547B1680FE1100A21259 /* DER.as */, + C1EA547C1680FE1100A21259 /* IAsn1Type.as */, + C1EA547D1680FE1100A21259 /* Integer.as */, + C1EA547E1680FE1100A21259 /* ObjectIdentifier.as */, + C1EA547F1680FE1100A21259 /* OID.as */, + C1EA54801680FE1100A21259 /* PEM.as */, + C1EA54811680FE1100A21259 /* PrintableString.as */, + C1EA54821680FE1100A21259 /* Sequence.as */, + C1EA54831680FE1100A21259 /* Set.as */, + C1EA54841680FE1100A21259 /* Type.as */, + C1EA54851680FE1100A21259 /* UTCTime.as */, + ); + path = der; + sourceTree = ""; + }; + C1EA54941680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA54951680FE1100A21259 /* .bin */, + C1EA54971680FE1100A21259 /* uglify-js */, + C1EA54FB1680FE1100A21259 /* websocket-client */, + C1EA55101680FE1100A21259 /* xmlhttprequest */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA54951680FE1100A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA54961680FE1100A21259 /* uglifyjs */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA54971680FE1100A21259 /* uglify-js */ = { + isa = PBXGroup; + children = ( + C1EA54981680FE1100A21259 /* .npmignore */, + C1EA54991680FE1100A21259 /* bin */, + C1EA549B1680FE1100A21259 /* docstyle.css */, + C1EA549C1680FE1100A21259 /* lib */, + C1EA54A01680FE1100A21259 /* package.json */, + C1EA54A11680FE1100A21259 /* README.html */, + C1EA54A21680FE1100A21259 /* README.org */, + C1EA54A31680FE1100A21259 /* test */, + C1EA54F71680FE1100A21259 /* tmp */, + C1EA54FA1680FE1100A21259 /* uglify-js.js */, + ); + path = "uglify-js"; + sourceTree = ""; + }; + C1EA54991680FE1100A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA549A1680FE1100A21259 /* uglifyjs */, + ); + path = bin; + sourceTree = ""; + }; + C1EA549C1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA549D1680FE1100A21259 /* parse-js.js */, + C1EA549E1680FE1100A21259 /* process.js */, + C1EA549F1680FE1100A21259 /* squeeze-more.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA54A31680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA54A41680FE1100A21259 /* beautify.js */, + C1EA54A51680FE1100A21259 /* testparser.js */, + C1EA54A61680FE1100A21259 /* unit */, + ); + path = test; + sourceTree = ""; + }; + C1EA54A61680FE1100A21259 /* unit */ = { + isa = PBXGroup; + children = ( + C1EA54A71680FE1100A21259 /* compress */, + C1EA54F61680FE1100A21259 /* scripts.js */, + ); + path = unit; + sourceTree = ""; + }; + C1EA54A71680FE1100A21259 /* compress */ = { + isa = PBXGroup; + children = ( + C1EA54A81680FE1100A21259 /* expected */, + C1EA54CF1680FE1100A21259 /* test */, + ); + path = compress; + sourceTree = ""; + }; + C1EA54A81680FE1100A21259 /* expected */ = { + isa = PBXGroup; + children = ( + C1EA54A91680FE1100A21259 /* array1.js */, + C1EA54AA1680FE1100A21259 /* array2.js */, + C1EA54AB1680FE1100A21259 /* array3.js */, + C1EA54AC1680FE1100A21259 /* array4.js */, + C1EA54AD1680FE1100A21259 /* assignment.js */, + C1EA54AE1680FE1100A21259 /* concatstring.js */, + C1EA54AF1680FE1100A21259 /* const.js */, + C1EA54B01680FE1100A21259 /* empty-blocks.js */, + C1EA54B11680FE1100A21259 /* forstatement.js */, + C1EA54B21680FE1100A21259 /* if.js */, + C1EA54B31680FE1100A21259 /* ifreturn.js */, + C1EA54B41680FE1100A21259 /* ifreturn2.js */, + C1EA54B51680FE1100A21259 /* issue10.js */, + C1EA54B61680FE1100A21259 /* issue11.js */, + C1EA54B71680FE1100A21259 /* issue13.js */, + C1EA54B81680FE1100A21259 /* issue14.js */, + C1EA54B91680FE1100A21259 /* issue16.js */, + C1EA54BA1680FE1100A21259 /* issue17.js */, + C1EA54BB1680FE1100A21259 /* issue20.js */, + C1EA54BC1680FE1100A21259 /* issue21.js */, + C1EA54BD1680FE1100A21259 /* issue25.js */, + C1EA54BE1680FE1100A21259 /* issue27.js */, + C1EA54BF1680FE1100A21259 /* issue28.js */, + C1EA54C01680FE1100A21259 /* issue29.js */, + C1EA54C11680FE1100A21259 /* issue30.js */, + C1EA54C21680FE1100A21259 /* issue34.js */, + C1EA54C31680FE1100A21259 /* issue4.js */, + C1EA54C41680FE1100A21259 /* issue48.js */, + C1EA54C51680FE1100A21259 /* issue50.js */, + C1EA54C61680FE1100A21259 /* issue53.js */, + C1EA54C71680FE1100A21259 /* issue54.1.js */, + C1EA54C81680FE1100A21259 /* issue68.js */, + C1EA54C91680FE1100A21259 /* issue69.js */, + C1EA54CA1680FE1100A21259 /* issue9.js */, + C1EA54CB1680FE1100A21259 /* mangle.js */, + C1EA54CC1680FE1100A21259 /* strict-equals.js */, + C1EA54CD1680FE1100A21259 /* var.js */, + C1EA54CE1680FE1100A21259 /* with.js */, + ); + path = expected; + sourceTree = ""; + }; + C1EA54CF1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA54D01680FE1100A21259 /* array1.js */, + C1EA54D11680FE1100A21259 /* array2.js */, + C1EA54D21680FE1100A21259 /* array3.js */, + C1EA54D31680FE1100A21259 /* array4.js */, + C1EA54D41680FE1100A21259 /* assignment.js */, + C1EA54D51680FE1100A21259 /* concatstring.js */, + C1EA54D61680FE1100A21259 /* const.js */, + C1EA54D71680FE1100A21259 /* empty-blocks.js */, + C1EA54D81680FE1100A21259 /* forstatement.js */, + C1EA54D91680FE1100A21259 /* if.js */, + C1EA54DA1680FE1100A21259 /* ifreturn.js */, + C1EA54DB1680FE1100A21259 /* ifreturn2.js */, + C1EA54DC1680FE1100A21259 /* issue10.js */, + C1EA54DD1680FE1100A21259 /* issue11.js */, + C1EA54DE1680FE1100A21259 /* issue13.js */, + C1EA54DF1680FE1100A21259 /* issue14.js */, + C1EA54E01680FE1100A21259 /* issue16.js */, + C1EA54E11680FE1100A21259 /* issue17.js */, + C1EA54E21680FE1100A21259 /* issue20.js */, + C1EA54E31680FE1100A21259 /* issue21.js */, + C1EA54E41680FE1100A21259 /* issue25.js */, + C1EA54E51680FE1100A21259 /* issue27.js */, + C1EA54E61680FE1100A21259 /* issue28.js */, + C1EA54E71680FE1100A21259 /* issue29.js */, + C1EA54E81680FE1100A21259 /* issue30.js */, + C1EA54E91680FE1100A21259 /* issue34.js */, + C1EA54EA1680FE1100A21259 /* issue4.js */, + C1EA54EB1680FE1100A21259 /* issue48.js */, + C1EA54EC1680FE1100A21259 /* issue50.js */, + C1EA54ED1680FE1100A21259 /* issue53.js */, + C1EA54EE1680FE1100A21259 /* issue54.1.js */, + C1EA54EF1680FE1100A21259 /* issue68.js */, + C1EA54F01680FE1100A21259 /* issue69.js */, + C1EA54F11680FE1100A21259 /* issue9.js */, + C1EA54F21680FE1100A21259 /* mangle.js */, + C1EA54F31680FE1100A21259 /* strict-equals.js */, + C1EA54F41680FE1100A21259 /* var.js */, + C1EA54F51680FE1100A21259 /* with.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA54F71680FE1100A21259 /* tmp */ = { + isa = PBXGroup; + children = ( + C1EA54F81680FE1100A21259 /* instrument.js */, + C1EA54F91680FE1100A21259 /* instrument2.js */, + ); + path = tmp; + sourceTree = ""; + }; + C1EA54FB1680FE1100A21259 /* websocket-client */ = { + isa = PBXGroup; + children = ( + C1EA54FC1680FE1100A21259 /* examples */, + C1EA55001680FE1100A21259 /* lib */, + C1EA55021680FE1100A21259 /* LICENSE */, + C1EA55031680FE1100A21259 /* Makefile */, + C1EA55041680FE1100A21259 /* new */, + C1EA55051680FE1100A21259 /* old */, + C1EA55061680FE1100A21259 /* package.json */, + C1EA55071680FE1100A21259 /* README.md */, + C1EA55081680FE1100A21259 /* test */, + ); + path = "websocket-client"; + sourceTree = ""; + }; + C1EA54FC1680FE1100A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA54FD1680FE1100A21259 /* client-unix.js */, + C1EA54FE1680FE1100A21259 /* client.js */, + C1EA54FF1680FE1100A21259 /* server-unix.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA55001680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA55011680FE1100A21259 /* websocket.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA55081680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA55091680FE1100A21259 /* test-basic.js */, + C1EA550A1680FE1100A21259 /* test-client-close.js */, + C1EA550B1680FE1100A21259 /* test-readonly-attrs.js */, + C1EA550C1680FE1100A21259 /* test-ready-state.js */, + C1EA550D1680FE1100A21259 /* test-server-close.js */, + C1EA550E1680FE1100A21259 /* test-unix-send-fd.js */, + C1EA550F1680FE1100A21259 /* test-unix-sockets.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA55101680FE1100A21259 /* xmlhttprequest */ = { + isa = PBXGroup; + children = ( + C1EA55111680FE1100A21259 /* autotest.watchr */, + C1EA55121680FE1100A21259 /* demo.js */, + C1EA55131680FE1100A21259 /* package.json */, + C1EA55141680FE1100A21259 /* README.md */, + C1EA55151680FE1100A21259 /* tests */, + C1EA55191680FE1100A21259 /* XMLHttpRequest.js */, + ); + path = xmlhttprequest; + sourceTree = ""; + }; + C1EA55151680FE1100A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA55161680FE1100A21259 /* test-constants.js */, + C1EA55171680FE1100A21259 /* test-headers.js */, + C1EA55181680FE1100A21259 /* test-request.js */, + ); + path = tests; + sourceTree = ""; + }; + C1EA551C1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA551D1680FE1100A21259 /* browserify.js */, + C1EA551E1680FE1100A21259 /* events.test.js */, + C1EA551F1680FE1100A21259 /* io.test.js */, + C1EA55201680FE1100A21259 /* node */, + C1EA55231680FE1100A21259 /* parser.test.js */, + C1EA55241680FE1100A21259 /* socket.test.js */, + C1EA55251680FE1100A21259 /* util.test.js */, + C1EA55261680FE1100A21259 /* worker.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA55201680FE1100A21259 /* node */ = { + isa = PBXGroup; + children = ( + C1EA55211680FE1100A21259 /* builder.common.js */, + C1EA55221680FE1100A21259 /* builder.test.js */, + ); + path = node; + sourceTree = ""; + }; + C1EA55291680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA552A1680FE1100A21259 /* _id.js */, + C1EA552B1680FE1100A21259 /* bidirectional.js */, + C1EA552C1680FE1100A21259 /* broadcast.js */, + C1EA552D1680FE1100A21259 /* bundle.js */, + C1EA552E1680FE1100A21259 /* circular.js */, + C1EA552F1680FE1100A21259 /* double.js */, + C1EA55301680FE1100A21259 /* emit.js */, + C1EA55311680FE1100A21259 /* error.js */, + C1EA55321680FE1100A21259 /* keys */, + C1EA55391680FE1100A21259 /* middleware.js */, + C1EA553A1680FE1100A21259 /* nested.js */, + C1EA553B1680FE1100A21259 /* null.js */, + C1EA553C1680FE1100A21259 /* obj.js */, + C1EA553D1680FE1100A21259 /* recon.js */, + C1EA553E1680FE1100A21259 /* refs.js */, + C1EA553F1680FE1100A21259 /* self-referential.js */, + C1EA55401680FE1100A21259 /* simple.js */, + C1EA55411680FE1100A21259 /* single.js */, + C1EA55421680FE1100A21259 /* stream.js */, + C1EA55431680FE1100A21259 /* tls.js */, + C1EA55441680FE1100A21259 /* unicode.js */, + C1EA55451680FE1100A21259 /* unix.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA55321680FE1100A21259 /* keys */ = { + isa = PBXGroup; + children = ( + C1EA55331680FE1100A21259 /* agent1-cert.pem */, + C1EA55341680FE1100A21259 /* agent1-csr.pem */, + C1EA55351680FE1100A21259 /* agent1-key.pem */, + C1EA55361680FE1100A21259 /* agent2-cert.pem */, + C1EA55371680FE1100A21259 /* agent2-csr.pem */, + C1EA55381680FE1100A21259 /* agent2-key.pem */, + ); + path = keys; + sourceTree = ""; + }; + C1EA55461680FE1100A21259 /* testling */ = { + isa = PBXGroup; + children = ( + C1EA55471680FE1100A21259 /* index.html */, + C1EA55481680FE1100A21259 /* README.markdown */, + C1EA55491680FE1100A21259 /* server.js */, + C1EA554A1680FE1100A21259 /* test.js */, + ); + path = testling; + sourceTree = ""; + }; + C1EA554B1680FE1100A21259 /* dnode-protocol */ = { + isa = PBXGroup; + children = ( + C1EA554C1680FE1100A21259 /* .travis.yml */, + C1EA554D1680FE1100A21259 /* doc */, + C1EA554F1680FE1100A21259 /* example */, + C1EA55521680FE1100A21259 /* index.js */, + C1EA55531680FE1100A21259 /* lib */, + C1EA55581680FE1100A21259 /* LICENSE */, + C1EA55591680FE1100A21259 /* node_modules */, + C1EA55891680FE1100A21259 /* package.json */, + C1EA558A1680FE1100A21259 /* README.markdown */, + C1EA558B1680FE1100A21259 /* test */, + C1EA55911680FE1100A21259 /* testling */, + ); + path = "dnode-protocol"; + sourceTree = ""; + }; + C1EA554D1680FE1100A21259 /* doc */ = { + isa = PBXGroup; + children = ( + C1EA554E1680FE1100A21259 /* protocol.markdown */, + ); + path = doc; + sourceTree = ""; + }; + C1EA554F1680FE1100A21259 /* example */ = { + isa = PBXGroup; + children = ( + C1EA55501680FE1100A21259 /* proto.js */, + C1EA55511680FE1100A21259 /* weak.js */, + ); + path = example; + sourceTree = ""; + }; + C1EA55531680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA55541680FE1100A21259 /* foreach.js */, + C1EA55551680FE1100A21259 /* is_enum.js */, + C1EA55561680FE1100A21259 /* keys.js */, + C1EA55571680FE1100A21259 /* scrub.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA55591680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA555A1680FE1100A21259 /* jsonify */, + C1EA55641680FE1100A21259 /* traverse */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA555A1680FE1100A21259 /* jsonify */ = { + isa = PBXGroup; + children = ( + C1EA555B1680FE1100A21259 /* index.js */, + C1EA555C1680FE1100A21259 /* lib */, + C1EA555F1680FE1100A21259 /* package.json */, + C1EA55601680FE1100A21259 /* README.markdown */, + C1EA55611680FE1100A21259 /* test */, + ); + path = jsonify; + sourceTree = ""; + }; + C1EA555C1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA555D1680FE1100A21259 /* parse.js */, + C1EA555E1680FE1100A21259 /* stringify.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA55611680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA55621680FE1100A21259 /* parse.js */, + C1EA55631680FE1100A21259 /* stringify.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA55641680FE1100A21259 /* traverse */ = { + isa = PBXGroup; + children = ( + C1EA55651680FE1100A21259 /* .npmignore */, + C1EA55661680FE1100A21259 /* .travis.yml */, + C1EA55671680FE1100A21259 /* examples */, + C1EA556D1680FE1100A21259 /* fail.js */, + C1EA556E1680FE1100A21259 /* index.js */, + C1EA556F1680FE1100A21259 /* LICENSE */, + C1EA55701680FE1100A21259 /* package.json */, + C1EA55711680FE1100A21259 /* README.markdown */, + C1EA55721680FE1100A21259 /* test */, + C1EA55871680FE1100A21259 /* testling */, + ); + path = traverse; + sourceTree = ""; + }; + C1EA55671680FE1100A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA55681680FE1100A21259 /* json.js */, + C1EA55691680FE1100A21259 /* leaves.js */, + C1EA556A1680FE1100A21259 /* negative.js */, + C1EA556B1680FE1100A21259 /* scrub.js */, + C1EA556C1680FE1100A21259 /* stringify.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA55721680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA55731680FE1100A21259 /* circular.js */, + C1EA55741680FE1100A21259 /* date.js */, + C1EA55751680FE1100A21259 /* equal.js */, + C1EA55761680FE1100A21259 /* error.js */, + C1EA55771680FE1100A21259 /* has.js */, + C1EA55781680FE1100A21259 /* instance.js */, + C1EA55791680FE1100A21259 /* interface.js */, + C1EA557A1680FE1100A21259 /* json.js */, + C1EA557B1680FE1100A21259 /* keys.js */, + C1EA557C1680FE1100A21259 /* leaves.js */, + C1EA557D1680FE1100A21259 /* lib */, + C1EA557F1680FE1100A21259 /* mutability.js */, + C1EA55801680FE1100A21259 /* negative.js */, + C1EA55811680FE1100A21259 /* obj.js */, + C1EA55821680FE1100A21259 /* siblings.js */, + C1EA55831680FE1100A21259 /* stop.js */, + C1EA55841680FE1100A21259 /* stringify.js */, + C1EA55851680FE1100A21259 /* subexpr.js */, + C1EA55861680FE1100A21259 /* super_deep.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA557D1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA557E1680FE1100A21259 /* deep_equal.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA55871680FE1100A21259 /* testling */ = { + isa = PBXGroup; + children = ( + C1EA55881680FE1100A21259 /* leaves.js */, + ); + path = testling; + sourceTree = ""; + }; + C1EA558B1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA558C1680FE1100A21259 /* circular.js */, + C1EA558D1680FE1100A21259 /* fn.js */, + C1EA558E1680FE1100A21259 /* proto.js */, + C1EA558F1680FE1100A21259 /* scrub.js */, + C1EA55901680FE1100A21259 /* wrap.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA55911680FE1100A21259 /* testling */ = { + isa = PBXGroup; + children = ( + C1EA55921680FE1100A21259 /* test.sh */, + ); + path = testling; + sourceTree = ""; + }; + C1EA55931680FE1100A21259 /* express */ = { + isa = PBXGroup; + children = ( + C1EA55941680FE1100A21259 /* .npmignore */, + C1EA55951680FE1100A21259 /* .travis.yml */, + C1EA55961680FE1100A21259 /* bin */, + C1EA55981680FE1100A21259 /* client.js */, + C1EA55991680FE1100A21259 /* History.md */, + C1EA559A1680FE1100A21259 /* index.js */, + C1EA559B1680FE1100A21259 /* lib */, + C1EA55A61680FE1100A21259 /* LICENSE */, + C1EA55A71680FE1100A21259 /* Makefile */, + C1EA55A81680FE1100A21259 /* node_modules */, + C1EA57161680FE1100A21259 /* package.json */, + C1EA57171680FE1100A21259 /* Readme.md */, + C1EA57181680FE1100A21259 /* test.js */, + ); + path = express; + sourceTree = ""; + }; + C1EA55961680FE1100A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA55971680FE1100A21259 /* express */, + ); + path = bin; + sourceTree = ""; + }; + C1EA559B1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA559C1680FE1100A21259 /* application.js */, + C1EA559D1680FE1100A21259 /* express.js */, + C1EA559E1680FE1100A21259 /* middleware.js */, + C1EA559F1680FE1100A21259 /* request.js */, + C1EA55A01680FE1100A21259 /* response.js */, + C1EA55A11680FE1100A21259 /* router */, + C1EA55A41680FE1100A21259 /* utils.js */, + C1EA55A51680FE1100A21259 /* view.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA55A11680FE1100A21259 /* router */ = { + isa = PBXGroup; + children = ( + C1EA55A21680FE1100A21259 /* index.js */, + C1EA55A31680FE1100A21259 /* route.js */, + ); + path = router; + sourceTree = ""; + }; + C1EA55A81680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA55A91680FE1100A21259 /* buffer-crc32 */, + C1EA55B11680FE1100A21259 /* commander */, + C1EA55BB1680FE1100A21259 /* connect */, + C1EA56B41680FE1100A21259 /* cookie */, + C1EA56BE1680FE1100A21259 /* cookie-signature */, + C1EA56C51680FE1100A21259 /* debug */, + C1EA56D71680FE1100A21259 /* fresh */, + C1EA56DD1680FE1100A21259 /* methods */, + C1EA56E01680FE1100A21259 /* mkdirp */, + C1EA56FB1680FE1100A21259 /* range-parser */, + C1EA57021680FE1100A21259 /* send */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA55A91680FE1100A21259 /* buffer-crc32 */ = { + isa = PBXGroup; + children = ( + C1EA55AA1680FE1100A21259 /* .npmignore */, + C1EA55AB1680FE1100A21259 /* .travis.yml */, + C1EA55AC1680FE1100A21259 /* index.js */, + C1EA55AD1680FE1100A21259 /* package.json */, + C1EA55AE1680FE1100A21259 /* README.md */, + C1EA55AF1680FE1100A21259 /* tests */, + ); + path = "buffer-crc32"; + sourceTree = ""; + }; + C1EA55AF1680FE1100A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA55B01680FE1100A21259 /* crc.test.js */, + ); + path = tests; + sourceTree = ""; + }; + C1EA55B11680FE1100A21259 /* commander */ = { + isa = PBXGroup; + children = ( + C1EA55B21680FE1100A21259 /* .npmignore */, + C1EA55B31680FE1100A21259 /* .travis.yml */, + C1EA55B41680FE1100A21259 /* History.md */, + C1EA55B51680FE1100A21259 /* index.js */, + C1EA55B61680FE1100A21259 /* lib */, + C1EA55B81680FE1100A21259 /* Makefile */, + C1EA55B91680FE1100A21259 /* package.json */, + C1EA55BA1680FE1100A21259 /* Readme.md */, + ); + path = commander; + sourceTree = ""; + }; + C1EA55B61680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA55B71680FE1100A21259 /* commander.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA55BB1680FE1100A21259 /* connect */ = { + isa = PBXGroup; + children = ( + C1EA55BC1680FE1100A21259 /* .npmignore */, + C1EA55BD1680FE1100A21259 /* .travis.yml */, + C1EA55BE1680FE1100A21259 /* index.js */, + C1EA55BF1680FE1100A21259 /* lib */, + C1EA56371680FE1100A21259 /* LICENSE */, + C1EA56381680FE1100A21259 /* node_modules */, + C1EA56B11680FE1100A21259 /* package.json */, + C1EA56B21680FE1100A21259 /* Readme.md */, + C1EA56B31680FE1100A21259 /* test.js */, + ); + path = connect; + sourceTree = ""; + }; + C1EA55BF1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA55C01680FE1100A21259 /* cache.js */, + C1EA55C11680FE1100A21259 /* connect.js */, + C1EA55C21680FE1100A21259 /* index.js */, + C1EA55C31680FE1100A21259 /* middleware */, + C1EA55DF1680FE1100A21259 /* patch.js */, + C1EA55E01680FE1100A21259 /* proto.js */, + C1EA55E11680FE1100A21259 /* public */, + C1EA56361680FE1100A21259 /* utils.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA55C31680FE1100A21259 /* middleware */ = { + isa = PBXGroup; + children = ( + C1EA55C41680FE1100A21259 /* basicAuth.js */, + C1EA55C51680FE1100A21259 /* bodyParser.js */, + C1EA55C61680FE1100A21259 /* compress.js */, + C1EA55C71680FE1100A21259 /* cookieParser.js */, + C1EA55C81680FE1100A21259 /* cookieSession.js */, + C1EA55C91680FE1100A21259 /* csrf.js */, + C1EA55CA1680FE1100A21259 /* directory.js */, + C1EA55CB1680FE1100A21259 /* errorHandler.js */, + C1EA55CC1680FE1100A21259 /* favicon.js */, + C1EA55CD1680FE1100A21259 /* json.js */, + C1EA55CE1680FE1100A21259 /* limit.js */, + C1EA55CF1680FE1100A21259 /* logger.js */, + C1EA55D01680FE1100A21259 /* methodOverride.js */, + C1EA55D11680FE1100A21259 /* multipart.js */, + C1EA55D21680FE1100A21259 /* query.js */, + C1EA55D31680FE1100A21259 /* responseTime.js */, + C1EA55D41680FE1100A21259 /* session */, + C1EA55D91680FE1100A21259 /* session.js */, + C1EA55DA1680FE1100A21259 /* static.js */, + C1EA55DB1680FE1100A21259 /* staticCache.js */, + C1EA55DC1680FE1100A21259 /* timeout.js */, + C1EA55DD1680FE1100A21259 /* urlencoded.js */, + C1EA55DE1680FE1100A21259 /* vhost.js */, + ); + path = middleware; + sourceTree = ""; + }; + C1EA55D41680FE1100A21259 /* session */ = { + isa = PBXGroup; + children = ( + C1EA55D51680FE1100A21259 /* cookie.js */, + C1EA55D61680FE1100A21259 /* memory.js */, + C1EA55D71680FE1100A21259 /* session.js */, + C1EA55D81680FE1100A21259 /* store.js */, + ); + path = session; + sourceTree = ""; + }; + C1EA55E11680FE1100A21259 /* public */ = { + isa = PBXGroup; + children = ( + C1EA55E21680FE1100A21259 /* directory.html */, + C1EA55E31680FE1100A21259 /* error.html */, + C1EA55E41680FE1100A21259 /* favicon.ico */, + C1EA55E51680FE1100A21259 /* icons */, + C1EA56351680FE1100A21259 /* style.css */, + ); + path = public; + sourceTree = ""; + }; + C1EA55E51680FE1100A21259 /* icons */ = { + isa = PBXGroup; + children = ( + C1EA55E61680FE1100A21259 /* page.png */, + C1EA55E71680FE1100A21259 /* page_add.png */, + C1EA55E81680FE1100A21259 /* page_attach.png */, + C1EA55E91680FE1100A21259 /* page_code.png */, + C1EA55EA1680FE1100A21259 /* page_copy.png */, + C1EA55EB1680FE1100A21259 /* page_delete.png */, + C1EA55EC1680FE1100A21259 /* page_edit.png */, + C1EA55ED1680FE1100A21259 /* page_error.png */, + C1EA55EE1680FE1100A21259 /* page_excel.png */, + C1EA55EF1680FE1100A21259 /* page_find.png */, + C1EA55F01680FE1100A21259 /* page_gear.png */, + C1EA55F11680FE1100A21259 /* page_go.png */, + C1EA55F21680FE1100A21259 /* page_green.png */, + C1EA55F31680FE1100A21259 /* page_key.png */, + C1EA55F41680FE1100A21259 /* page_lightning.png */, + C1EA55F51680FE1100A21259 /* page_link.png */, + C1EA55F61680FE1100A21259 /* page_paintbrush.png */, + C1EA55F71680FE1100A21259 /* page_paste.png */, + C1EA55F81680FE1100A21259 /* page_red.png */, + C1EA55F91680FE1100A21259 /* page_refresh.png */, + C1EA55FA1680FE1100A21259 /* page_save.png */, + C1EA55FB1680FE1100A21259 /* page_white.png */, + C1EA55FC1680FE1100A21259 /* page_white_acrobat.png */, + C1EA55FD1680FE1100A21259 /* page_white_actionscript.png */, + C1EA55FE1680FE1100A21259 /* page_white_add.png */, + C1EA55FF1680FE1100A21259 /* page_white_c.png */, + C1EA56001680FE1100A21259 /* page_white_camera.png */, + C1EA56011680FE1100A21259 /* page_white_cd.png */, + C1EA56021680FE1100A21259 /* page_white_code.png */, + C1EA56031680FE1100A21259 /* page_white_code_red.png */, + C1EA56041680FE1100A21259 /* page_white_coldfusion.png */, + C1EA56051680FE1100A21259 /* page_white_compressed.png */, + C1EA56061680FE1100A21259 /* page_white_copy.png */, + C1EA56071680FE1100A21259 /* page_white_cplusplus.png */, + C1EA56081680FE1100A21259 /* page_white_csharp.png */, + C1EA56091680FE1100A21259 /* page_white_cup.png */, + C1EA560A1680FE1100A21259 /* page_white_database.png */, + C1EA560B1680FE1100A21259 /* page_white_delete.png */, + C1EA560C1680FE1100A21259 /* page_white_dvd.png */, + C1EA560D1680FE1100A21259 /* page_white_edit.png */, + C1EA560E1680FE1100A21259 /* page_white_error.png */, + C1EA560F1680FE1100A21259 /* page_white_excel.png */, + C1EA56101680FE1100A21259 /* page_white_find.png */, + C1EA56111680FE1100A21259 /* page_white_flash.png */, + C1EA56121680FE1100A21259 /* page_white_freehand.png */, + C1EA56131680FE1100A21259 /* page_white_gear.png */, + C1EA56141680FE1100A21259 /* page_white_get.png */, + C1EA56151680FE1100A21259 /* page_white_go.png */, + C1EA56161680FE1100A21259 /* page_white_h.png */, + C1EA56171680FE1100A21259 /* page_white_horizontal.png */, + C1EA56181680FE1100A21259 /* page_white_key.png */, + C1EA56191680FE1100A21259 /* page_white_lightning.png */, + C1EA561A1680FE1100A21259 /* page_white_link.png */, + C1EA561B1680FE1100A21259 /* page_white_magnify.png */, + C1EA561C1680FE1100A21259 /* page_white_medal.png */, + C1EA561D1680FE1100A21259 /* page_white_office.png */, + C1EA561E1680FE1100A21259 /* page_white_paint.png */, + C1EA561F1680FE1100A21259 /* page_white_paintbrush.png */, + C1EA56201680FE1100A21259 /* page_white_paste.png */, + C1EA56211680FE1100A21259 /* page_white_php.png */, + C1EA56221680FE1100A21259 /* page_white_picture.png */, + C1EA56231680FE1100A21259 /* page_white_powerpoint.png */, + C1EA56241680FE1100A21259 /* page_white_put.png */, + C1EA56251680FE1100A21259 /* page_white_ruby.png */, + C1EA56261680FE1100A21259 /* page_white_stack.png */, + C1EA56271680FE1100A21259 /* page_white_star.png */, + C1EA56281680FE1100A21259 /* page_white_swoosh.png */, + C1EA56291680FE1100A21259 /* page_white_text.png */, + C1EA562A1680FE1100A21259 /* page_white_text_width.png */, + C1EA562B1680FE1100A21259 /* page_white_tux.png */, + C1EA562C1680FE1100A21259 /* page_white_vector.png */, + C1EA562D1680FE1100A21259 /* page_white_visualstudio.png */, + C1EA562E1680FE1100A21259 /* page_white_width.png */, + C1EA562F1680FE1100A21259 /* page_white_word.png */, + C1EA56301680FE1100A21259 /* page_white_world.png */, + C1EA56311680FE1100A21259 /* page_white_wrench.png */, + C1EA56321680FE1100A21259 /* page_white_zip.png */, + C1EA56331680FE1100A21259 /* page_word.png */, + C1EA56341680FE1100A21259 /* page_world.png */, + ); + path = icons; + sourceTree = ""; + }; + C1EA56381680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA56391680FE1100A21259 /* bytes */, + C1EA56411680FE1100A21259 /* crc */, + C1EA564B1680FE1100A21259 /* formidable */, + C1EA568E1680FE1100A21259 /* pause */, + C1EA56951680FE1100A21259 /* qs */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA56391680FE1100A21259 /* bytes */ = { + isa = PBXGroup; + children = ( + C1EA563A1680FE1100A21259 /* .npmignore */, + C1EA563B1680FE1100A21259 /* component.json */, + C1EA563C1680FE1100A21259 /* History.md */, + C1EA563D1680FE1100A21259 /* index.js */, + C1EA563E1680FE1100A21259 /* Makefile */, + C1EA563F1680FE1100A21259 /* package.json */, + C1EA56401680FE1100A21259 /* Readme.md */, + ); + path = bytes; + sourceTree = ""; + }; + C1EA56411680FE1100A21259 /* crc */ = { + isa = PBXGroup; + children = ( + C1EA56421680FE1100A21259 /* .gitmodules */, + C1EA56431680FE1100A21259 /* .npmignore */, + C1EA56441680FE1100A21259 /* lib */, + C1EA56461680FE1100A21259 /* Makefile */, + C1EA56471680FE1100A21259 /* package.json */, + C1EA56481680FE1100A21259 /* README.md */, + C1EA56491680FE1100A21259 /* test */, + ); + path = crc; + sourceTree = ""; + }; + C1EA56441680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA56451680FE1100A21259 /* crc.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA56491680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA564A1680FE1100A21259 /* crc.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA564B1680FE1100A21259 /* formidable */ = { + isa = PBXGroup; + children = ( + C1EA564C1680FE1100A21259 /* .npmignore */, + C1EA564D1680FE1100A21259 /* .travis.yml */, + C1EA564E1680FE1100A21259 /* benchmark */, + C1EA56501680FE1100A21259 /* example */, + C1EA56531680FE1100A21259 /* index.js */, + C1EA56541680FE1100A21259 /* lib */, + C1EA565B1680FE1100A21259 /* Makefile */, + C1EA565C1680FE1100A21259 /* node-gently */, + C1EA566C1680FE1100A21259 /* package.json */, + C1EA566D1680FE1100A21259 /* Readme.md */, + C1EA566E1680FE1100A21259 /* test */, + C1EA568B1680FE1100A21259 /* TODO */, + C1EA568C1680FE1100A21259 /* tool */, + ); + path = formidable; + sourceTree = ""; + }; + C1EA564E1680FE1100A21259 /* benchmark */ = { + isa = PBXGroup; + children = ( + C1EA564F1680FE1100A21259 /* bench-multipart-parser.js */, + ); + path = benchmark; + sourceTree = ""; + }; + C1EA56501680FE1100A21259 /* example */ = { + isa = PBXGroup; + children = ( + C1EA56511680FE1100A21259 /* post.js */, + C1EA56521680FE1100A21259 /* upload.js */, + ); + path = example; + sourceTree = ""; + }; + C1EA56541680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA56551680FE1100A21259 /* file.js */, + C1EA56561680FE1100A21259 /* incoming_form.js */, + C1EA56571680FE1100A21259 /* index.js */, + C1EA56581680FE1100A21259 /* multipart_parser.js */, + C1EA56591680FE1100A21259 /* querystring_parser.js */, + C1EA565A1680FE1100A21259 /* util.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA565C1680FE1100A21259 /* node-gently */ = { + isa = PBXGroup; + children = ( + C1EA565D1680FE1100A21259 /* example */, + C1EA56601680FE1100A21259 /* index.js */, + C1EA56611680FE1100A21259 /* lib */, + C1EA56651680FE1100A21259 /* Makefile */, + C1EA56661680FE1100A21259 /* package.json */, + C1EA56671680FE1100A21259 /* Readme.md */, + C1EA56681680FE1100A21259 /* test */, + ); + path = "node-gently"; + sourceTree = ""; + }; + C1EA565D1680FE1100A21259 /* example */ = { + isa = PBXGroup; + children = ( + C1EA565E1680FE1100A21259 /* dog.js */, + C1EA565F1680FE1100A21259 /* event_emitter.js */, + ); + path = example; + sourceTree = ""; + }; + C1EA56611680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA56621680FE1100A21259 /* gently */, + ); + path = lib; + sourceTree = ""; + }; + C1EA56621680FE1100A21259 /* gently */ = { + isa = PBXGroup; + children = ( + C1EA56631680FE1100A21259 /* gently.js */, + C1EA56641680FE1100A21259 /* index.js */, + ); + path = gently; + sourceTree = ""; + }; + C1EA56681680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA56691680FE1100A21259 /* common.js */, + C1EA566A1680FE1100A21259 /* simple */, + ); + path = test; + sourceTree = ""; + }; + C1EA566A1680FE1100A21259 /* simple */ = { + isa = PBXGroup; + children = ( + C1EA566B1680FE1100A21259 /* test-gently.js */, + ); + path = simple; + sourceTree = ""; + }; + C1EA566E1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA566F1680FE1100A21259 /* common.js */, + C1EA56701680FE1100A21259 /* fixture */, + C1EA567B1680FE1100A21259 /* integration */, + C1EA567D1680FE1100A21259 /* legacy */, + C1EA56881680FE1100A21259 /* run.js */, + C1EA56891680FE1100A21259 /* unit */, + ); + path = test; + sourceTree = ""; + }; + C1EA56701680FE1100A21259 /* fixture */ = { + isa = PBXGroup; + children = ( + C1EA56711680FE1100A21259 /* file */, + C1EA56741680FE1100A21259 /* http */, + C1EA56771680FE1100A21259 /* js */, + C1EA567A1680FE1100A21259 /* multipart.js */, + ); + path = fixture; + sourceTree = ""; + }; + C1EA56711680FE1100A21259 /* file */ = { + isa = PBXGroup; + children = ( + C1EA56721680FE1100A21259 /* funkyfilename.txt */, + C1EA56731680FE1100A21259 /* plain.txt */, + ); + path = file; + sourceTree = ""; + }; + C1EA56741680FE1100A21259 /* http */ = { + isa = PBXGroup; + children = ( + C1EA56751680FE1100A21259 /* special-chars-in-filename */, + ); + path = http; + sourceTree = ""; + }; + C1EA56751680FE1100A21259 /* special-chars-in-filename */ = { + isa = PBXGroup; + children = ( + C1EA56761680FE1100A21259 /* info.md */, + ); + path = "special-chars-in-filename"; + sourceTree = ""; + }; + C1EA56771680FE1100A21259 /* js */ = { + isa = PBXGroup; + children = ( + C1EA56781680FE1100A21259 /* no-filename.js */, + C1EA56791680FE1100A21259 /* special-chars-in-filename.js */, + ); + path = js; + sourceTree = ""; + }; + C1EA567B1680FE1100A21259 /* integration */ = { + isa = PBXGroup; + children = ( + C1EA567C1680FE1100A21259 /* test-fixtures.js */, + ); + path = integration; + sourceTree = ""; + }; + C1EA567D1680FE1100A21259 /* legacy */ = { + isa = PBXGroup; + children = ( + C1EA567E1680FE1100A21259 /* common.js */, + C1EA567F1680FE1100A21259 /* integration */, + C1EA56811680FE1100A21259 /* simple */, + C1EA56861680FE1100A21259 /* system */, + ); + path = legacy; + sourceTree = ""; + }; + C1EA567F1680FE1100A21259 /* integration */ = { + isa = PBXGroup; + children = ( + C1EA56801680FE1100A21259 /* test-multipart-parser.js */, + ); + path = integration; + sourceTree = ""; + }; + C1EA56811680FE1100A21259 /* simple */ = { + isa = PBXGroup; + children = ( + C1EA56821680FE1100A21259 /* test-file.js */, + C1EA56831680FE1100A21259 /* test-incoming-form.js */, + C1EA56841680FE1100A21259 /* test-multipart-parser.js */, + C1EA56851680FE1100A21259 /* test-querystring-parser.js */, + ); + path = simple; + sourceTree = ""; + }; + C1EA56861680FE1100A21259 /* system */ = { + isa = PBXGroup; + children = ( + C1EA56871680FE1100A21259 /* test-multi-video-upload.js */, + ); + path = system; + sourceTree = ""; + }; + C1EA56891680FE1100A21259 /* unit */ = { + isa = PBXGroup; + children = ( + C1EA568A1680FE1100A21259 /* test-incoming-form.js */, + ); + path = unit; + sourceTree = ""; + }; + C1EA568C1680FE1100A21259 /* tool */ = { + isa = PBXGroup; + children = ( + C1EA568D1680FE1100A21259 /* record.js */, + ); + path = tool; + sourceTree = ""; + }; + C1EA568E1680FE1100A21259 /* pause */ = { + isa = PBXGroup; + children = ( + C1EA568F1680FE1100A21259 /* .npmignore */, + C1EA56901680FE1100A21259 /* History.md */, + C1EA56911680FE1100A21259 /* index.js */, + C1EA56921680FE1100A21259 /* Makefile */, + C1EA56931680FE1100A21259 /* package.json */, + C1EA56941680FE1100A21259 /* Readme.md */, + ); + path = pause; + sourceTree = ""; + }; + C1EA56951680FE1100A21259 /* qs */ = { + isa = PBXGroup; + children = ( + C1EA56961680FE1100A21259 /* .gitmodules */, + C1EA56971680FE1100A21259 /* .npmignore */, + C1EA56981680FE1100A21259 /* .travis.yml */, + C1EA56991680FE1100A21259 /* benchmark.js */, + C1EA569A1680FE1100A21259 /* component.json */, + C1EA569B1680FE1100A21259 /* examples.js */, + C1EA569C1680FE1100A21259 /* History.md */, + C1EA569D1680FE1100A21259 /* index.js */, + C1EA569E1680FE1100A21259 /* lib */, + C1EA56A21680FE1100A21259 /* Makefile */, + C1EA56A31680FE1100A21259 /* package.json */, + C1EA56A41680FE1100A21259 /* querystring.js */, + C1EA56A51680FE1100A21259 /* Readme.md */, + C1EA56A61680FE1100A21259 /* test */, + ); + path = qs; + sourceTree = ""; + }; + C1EA569E1680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA569F1680FE1100A21259 /* head.js */, + C1EA56A01680FE1100A21259 /* querystring.js */, + C1EA56A11680FE1100A21259 /* tail.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA56A61680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA56A71680FE1100A21259 /* browser */, + C1EA56AF1680FE1100A21259 /* parse.js */, + C1EA56B01680FE1100A21259 /* stringify.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA56A71680FE1100A21259 /* browser */ = { + isa = PBXGroup; + children = ( + C1EA56A81680FE1100A21259 /* expect.js */, + C1EA56A91680FE1100A21259 /* index.html */, + C1EA56AA1680FE1100A21259 /* jquery.js */, + C1EA56AB1680FE1100A21259 /* mocha.css */, + C1EA56AC1680FE1100A21259 /* mocha.js */, + C1EA56AD1680FE1100A21259 /* qs.css */, + C1EA56AE1680FE1100A21259 /* qs.js */, + ); + path = browser; + sourceTree = ""; + }; + C1EA56B41680FE1100A21259 /* cookie */ = { + isa = PBXGroup; + children = ( + C1EA56B51680FE1100A21259 /* .npmignore */, + C1EA56B61680FE1100A21259 /* .travis.yml */, + C1EA56B71680FE1100A21259 /* index.js */, + C1EA56B81680FE1100A21259 /* package.json */, + C1EA56B91680FE1100A21259 /* README.md */, + C1EA56BA1680FE1100A21259 /* test */, + ); + path = cookie; + sourceTree = ""; + }; + C1EA56BA1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA56BB1680FE1100A21259 /* mocha.opts */, + C1EA56BC1680FE1100A21259 /* parse.js */, + C1EA56BD1680FE1100A21259 /* serialize.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA56BE1680FE1100A21259 /* cookie-signature */ = { + isa = PBXGroup; + children = ( + C1EA56BF1680FE1100A21259 /* .npmignore */, + C1EA56C01680FE1100A21259 /* History.md */, + C1EA56C11680FE1100A21259 /* index.js */, + C1EA56C21680FE1100A21259 /* Makefile */, + C1EA56C31680FE1100A21259 /* package.json */, + C1EA56C41680FE1100A21259 /* Readme.md */, + ); + path = "cookie-signature"; + sourceTree = ""; + }; + C1EA56C51680FE1100A21259 /* debug */ = { + isa = PBXGroup; + children = ( + C1EA56C61680FE1100A21259 /* .npmignore */, + C1EA56C71680FE1100A21259 /* debug.component.js */, + C1EA56C81680FE1100A21259 /* debug.js */, + C1EA56C91680FE1100A21259 /* example */, + C1EA56CE1680FE1100A21259 /* head.js */, + C1EA56CF1680FE1100A21259 /* History.md */, + C1EA56D01680FE1100A21259 /* index.js */, + C1EA56D11680FE1100A21259 /* lib */, + C1EA56D31680FE1100A21259 /* Makefile */, + C1EA56D41680FE1100A21259 /* package.json */, + C1EA56D51680FE1100A21259 /* Readme.md */, + C1EA56D61680FE1100A21259 /* tail.js */, + ); + path = debug; + sourceTree = ""; + }; + C1EA56C91680FE1100A21259 /* example */ = { + isa = PBXGroup; + children = ( + C1EA56CA1680FE1100A21259 /* app.js */, + C1EA56CB1680FE1100A21259 /* browser.html */, + C1EA56CC1680FE1100A21259 /* wildcards.js */, + C1EA56CD1680FE1100A21259 /* worker.js */, + ); + path = example; + sourceTree = ""; + }; + C1EA56D11680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA56D21680FE1100A21259 /* debug.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA56D71680FE1100A21259 /* fresh */ = { + isa = PBXGroup; + children = ( + C1EA56D81680FE1100A21259 /* .npmignore */, + C1EA56D91680FE1100A21259 /* index.js */, + C1EA56DA1680FE1100A21259 /* Makefile */, + C1EA56DB1680FE1100A21259 /* package.json */, + C1EA56DC1680FE1100A21259 /* Readme.md */, + ); + path = fresh; + sourceTree = ""; + }; + C1EA56DD1680FE1100A21259 /* methods */ = { + isa = PBXGroup; + children = ( + C1EA56DE1680FE1100A21259 /* index.js */, + C1EA56DF1680FE1100A21259 /* package.json */, + ); + path = methods; + sourceTree = ""; + }; + C1EA56E01680FE1100A21259 /* mkdirp */ = { + isa = PBXGroup; + children = ( + C1EA56E11680FE1100A21259 /* .gitignore.orig */, + C1EA56E21680FE1100A21259 /* .gitignore.rej */, + C1EA56E31680FE1100A21259 /* .npmignore */, + C1EA56E41680FE1100A21259 /* .travis.yml */, + C1EA56E51680FE1100A21259 /* examples */, + C1EA56E91680FE1100A21259 /* index.js */, + C1EA56EA1680FE1100A21259 /* LICENSE */, + C1EA56EB1680FE1100A21259 /* package.json */, + C1EA56EC1680FE1100A21259 /* README.markdown */, + C1EA56ED1680FE1100A21259 /* test */, + ); + path = mkdirp; + sourceTree = ""; + }; + C1EA56E51680FE1100A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA56E61680FE1100A21259 /* pow.js */, + C1EA56E71680FE1100A21259 /* pow.js.orig */, + C1EA56E81680FE1100A21259 /* pow.js.rej */, + ); + path = examples; + sourceTree = ""; + }; + C1EA56ED1680FE1100A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA56EE1680FE1100A21259 /* chmod.js */, + C1EA56EF1680FE1100A21259 /* clobber.js */, + C1EA56F01680FE1100A21259 /* mkdirp.js */, + C1EA56F11680FE1100A21259 /* perm.js */, + C1EA56F21680FE1100A21259 /* perm_sync.js */, + C1EA56F31680FE1100A21259 /* race.js */, + C1EA56F41680FE1100A21259 /* rel.js */, + C1EA56F51680FE1100A21259 /* return.js */, + C1EA56F61680FE1100A21259 /* return_sync.js */, + C1EA56F71680FE1100A21259 /* root.js */, + C1EA56F81680FE1100A21259 /* sync.js */, + C1EA56F91680FE1100A21259 /* umask.js */, + C1EA56FA1680FE1100A21259 /* umask_sync.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA56FB1680FE1100A21259 /* range-parser */ = { + isa = PBXGroup; + children = ( + C1EA56FC1680FE1100A21259 /* .npmignore */, + C1EA56FD1680FE1100A21259 /* History.md */, + C1EA56FE1680FE1100A21259 /* index.js */, + C1EA56FF1680FE1100A21259 /* Makefile */, + C1EA57001680FE1100A21259 /* package.json */, + C1EA57011680FE1100A21259 /* Readme.md */, + ); + path = "range-parser"; + sourceTree = ""; + }; + C1EA57021680FE1100A21259 /* send */ = { + isa = PBXGroup; + children = ( + C1EA57031680FE1100A21259 /* .npmignore */, + C1EA57041680FE1100A21259 /* History.md */, + C1EA57051680FE1100A21259 /* index.js */, + C1EA57061680FE1100A21259 /* lib */, + C1EA57091680FE1100A21259 /* Makefile */, + C1EA570A1680FE1100A21259 /* node_modules */, + C1EA57141680FE1100A21259 /* package.json */, + C1EA57151680FE1100A21259 /* Readme.md */, + ); + path = send; + sourceTree = ""; + }; + C1EA57061680FE1100A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA57071680FE1100A21259 /* send.js */, + C1EA57081680FE1100A21259 /* utils.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA570A1680FE1100A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA570B1680FE1100A21259 /* mime */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA570B1680FE1100A21259 /* mime */ = { + isa = PBXGroup; + children = ( + C1EA570C1680FE1100A21259 /* LICENSE */, + C1EA570D1680FE1100A21259 /* mime.js */, + C1EA570E1680FE1100A21259 /* package.json */, + C1EA570F1680FE1100A21259 /* README.md */, + C1EA57101680FE1100A21259 /* test.js */, + C1EA57111680FE1100A21259 /* types */, + ); + path = mime; + sourceTree = ""; + }; + C1EA57111680FE1100A21259 /* types */ = { + isa = PBXGroup; + children = ( + C1EA57121680FE1100A21259 /* mime.types */, + C1EA57131680FE1100A21259 /* node.types */, + ); + path = types; + sourceTree = ""; + }; + C1EA571F1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA57201680FE1200A21259 /* adv.coffee */, + C1EA57211680FE1200A21259 /* basic.coffee */, + C1EA57221680FE1200A21259 /* inject.js */, + C1EA57231680FE1200A21259 /* page.coffee */, + C1EA57241680FE1200A21259 /* test.gif */, + ); + path = test; + sourceTree = ""; + }; + C1EA57251680FE1200A21259 /* platform */ = { + isa = PBXGroup; + children = ( + C1EA57261680FE1200A21259 /* doc */, + C1EA57281680FE1200A21259 /* LICENSE.txt */, + C1EA57291680FE1200A21259 /* package.json */, + C1EA572A1680FE1200A21259 /* platform.js */, + C1EA572B1680FE1200A21259 /* README.md */, + C1EA572C1680FE1200A21259 /* test */, + ); + path = platform; + sourceTree = ""; + }; + C1EA57261680FE1200A21259 /* doc */ = { + isa = PBXGroup; + children = ( + C1EA57271680FE1200A21259 /* README.md */, + ); + path = doc; + sourceTree = ""; + }; + C1EA572C1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA572D1680FE1200A21259 /* run-test.sh */, + C1EA572E1680FE1200A21259 /* test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA572F1680FE1200A21259 /* ramp */ = { + isa = PBXGroup; + children = ( + C1EA57301680FE1200A21259 /* .travis.yml */, + C1EA57311680FE1200A21259 /* autolint.js */, + C1EA57321680FE1200A21259 /* lib */, + C1EA57441680FE1200A21259 /* node_modules */, + C1EA57981680FE1200A21259 /* package.json */, + C1EA57991680FE1200A21259 /* Readme.md */, + C1EA579A1680FE1200A21259 /* run-tests.js */, + C1EA579B1680FE1200A21259 /* test */, + C1EA57A91680FE1200A21259 /* vendor */, + ); + path = ramp; + sourceTree = ""; + }; + C1EA57321680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA57331680FE1200A21259 /* http-server-request-listener-proxy.js */, + C1EA57341680FE1200A21259 /* prison-init.js */, + C1EA57351680FE1200A21259 /* prison-session-initializer.js */, + C1EA57361680FE1200A21259 /* prison-util.js */, + C1EA57371680FE1200A21259 /* prison.js */, + C1EA57381680FE1200A21259 /* pubsub-client.js */, + C1EA57391680FE1200A21259 /* pubsub-server.js */, + C1EA573A1680FE1200A21259 /* ramp.js */, + C1EA573B1680FE1200A21259 /* server-client.js */, + C1EA573C1680FE1200A21259 /* server.js */, + C1EA573D1680FE1200A21259 /* session-client.js */, + C1EA573E1680FE1200A21259 /* session-queue.js */, + C1EA573F1680FE1200A21259 /* session.js */, + C1EA57401680FE1200A21259 /* slave.js */, + C1EA57411680FE1200A21259 /* templates */, + C1EA57431680FE1200A21259 /* test-helper.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA57411680FE1200A21259 /* templates */ = { + isa = PBXGroup; + children = ( + C1EA57421680FE1200A21259 /* slave_prison.html */, + ); + path = templates; + sourceTree = ""; + }; + C1EA57441680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA57451680FE1200A21259 /* bane */, + C1EA57521680FE1200A21259 /* faye */, + C1EA57881680FE1200A21259 /* node-uuid */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA57451680FE1200A21259 /* bane */ = { + isa = PBXGroup; + children = ( + C1EA57461680FE1200A21259 /* .npmignore */, + C1EA57471680FE1200A21259 /* AUTHORS */, + C1EA57481680FE1200A21259 /* autolint.js */, + C1EA57491680FE1200A21259 /* buster.js */, + C1EA574A1680FE1200A21259 /* lib */, + C1EA574C1680FE1200A21259 /* LICENSE */, + C1EA574D1680FE1200A21259 /* package.json */, + C1EA574E1680FE1200A21259 /* Readme.rst */, + C1EA574F1680FE1200A21259 /* test */, + C1EA57511680FE1200A21259 /* todo.org */, + ); + path = bane; + sourceTree = ""; + }; + C1EA574A1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA574B1680FE1200A21259 /* bane.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA574F1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA57501680FE1200A21259 /* bane-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA57521680FE1200A21259 /* faye */ = { + isa = PBXGroup; + children = ( + C1EA57531680FE1200A21259 /* browser */, + C1EA57571680FE1200A21259 /* History.txt */, + C1EA57581680FE1200A21259 /* node */, + C1EA575A1680FE1200A21259 /* node_modules */, + C1EA57861680FE1200A21259 /* package.json */, + C1EA57871680FE1200A21259 /* README.txt */, + ); + path = faye; + sourceTree = ""; + }; + C1EA57531680FE1200A21259 /* browser */ = { + isa = PBXGroup; + children = ( + C1EA57541680FE1200A21259 /* faye-browser-min.js */, + C1EA57551680FE1200A21259 /* faye-browser-min.js.map */, + C1EA57561680FE1200A21259 /* faye-browser.js */, + ); + path = browser; + sourceTree = ""; + }; + C1EA57581680FE1200A21259 /* node */ = { + isa = PBXGroup; + children = ( + C1EA57591680FE1200A21259 /* faye-node.js */, + ); + path = node; + sourceTree = ""; + }; + C1EA575A1680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA575B1680FE1200A21259 /* cookiejar */, + C1EA57611680FE1200A21259 /* faye-websocket */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA575B1680FE1200A21259 /* cookiejar */ = { + isa = PBXGroup; + children = ( + C1EA575C1680FE1200A21259 /* cookiejar.js */, + C1EA575D1680FE1200A21259 /* package.json */, + C1EA575E1680FE1200A21259 /* readme.md */, + C1EA575F1680FE1200A21259 /* tests */, + ); + path = cookiejar; + sourceTree = ""; + }; + C1EA575F1680FE1200A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA57601680FE1200A21259 /* test.js */, + ); + path = tests; + sourceTree = ""; + }; + C1EA57611680FE1200A21259 /* faye-websocket */ = { + isa = PBXGroup; + children = ( + C1EA57621680FE1200A21259 /* CHANGELOG.txt */, + C1EA57631680FE1200A21259 /* examples */, + C1EA576A1680FE1200A21259 /* lib */, + C1EA577A1680FE1200A21259 /* package.json */, + C1EA577B1680FE1200A21259 /* README.markdown */, + C1EA577C1680FE1200A21259 /* spec */, + ); + path = "faye-websocket"; + sourceTree = ""; + }; + C1EA57631680FE1200A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA57641680FE1200A21259 /* autobahn_client.js */, + C1EA57651680FE1200A21259 /* client.js */, + C1EA57661680FE1200A21259 /* haproxy.conf */, + C1EA57671680FE1200A21259 /* server.js */, + C1EA57681680FE1200A21259 /* sse.html */, + C1EA57691680FE1200A21259 /* ws.html */, + ); + path = examples; + sourceTree = ""; + }; + C1EA576A1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA576B1680FE1200A21259 /* faye */, + ); + path = lib; + sourceTree = ""; + }; + C1EA576B1680FE1200A21259 /* faye */ = { + isa = PBXGroup; + children = ( + C1EA576C1680FE1200A21259 /* eventsource.js */, + C1EA576D1680FE1200A21259 /* websocket */, + C1EA57791680FE1200A21259 /* websocket.js */, + ); + path = faye; + sourceTree = ""; + }; + C1EA576D1680FE1200A21259 /* websocket */ = { + isa = PBXGroup; + children = ( + C1EA576E1680FE1200A21259 /* api */, + C1EA57711680FE1200A21259 /* api.js */, + C1EA57721680FE1200A21259 /* client.js */, + C1EA57731680FE1200A21259 /* draft75_parser.js */, + C1EA57741680FE1200A21259 /* draft76_parser.js */, + C1EA57751680FE1200A21259 /* hybi_parser */, + C1EA57781680FE1200A21259 /* hybi_parser.js */, + ); + path = websocket; + sourceTree = ""; + }; + C1EA576E1680FE1200A21259 /* api */ = { + isa = PBXGroup; + children = ( + C1EA576F1680FE1200A21259 /* event.js */, + C1EA57701680FE1200A21259 /* event_target.js */, + ); + path = api; + sourceTree = ""; + }; + C1EA57751680FE1200A21259 /* hybi_parser */ = { + isa = PBXGroup; + children = ( + C1EA57761680FE1200A21259 /* handshake.js */, + C1EA57771680FE1200A21259 /* stream_reader.js */, + ); + path = hybi_parser; + sourceTree = ""; + }; + C1EA577C1680FE1200A21259 /* spec */ = { + isa = PBXGroup; + children = ( + C1EA577D1680FE1200A21259 /* faye */, + C1EA57831680FE1200A21259 /* runner.js */, + C1EA57841680FE1200A21259 /* server.crt */, + C1EA57851680FE1200A21259 /* server.key */, + ); + path = spec; + sourceTree = ""; + }; + C1EA577D1680FE1200A21259 /* faye */ = { + isa = PBXGroup; + children = ( + C1EA577E1680FE1200A21259 /* websocket */, + ); + path = faye; + sourceTree = ""; + }; + C1EA577E1680FE1200A21259 /* websocket */ = { + isa = PBXGroup; + children = ( + C1EA577F1680FE1200A21259 /* client_spec.js */, + C1EA57801680FE1200A21259 /* draft75parser_spec.js */, + C1EA57811680FE1200A21259 /* draft76parser_spec.js */, + C1EA57821680FE1200A21259 /* hybi_parser_spec.js */, + ); + path = websocket; + sourceTree = ""; + }; + C1EA57881680FE1200A21259 /* node-uuid */ = { + isa = PBXGroup; + children = ( + C1EA57891680FE1200A21259 /* .npmignore */, + C1EA578A1680FE1200A21259 /* benchmark */, + C1EA57901680FE1200A21259 /* LICENSE.md */, + C1EA57911680FE1200A21259 /* package.json */, + C1EA57921680FE1200A21259 /* README.md */, + C1EA57931680FE1200A21259 /* test */, + C1EA57971680FE1200A21259 /* uuid.js */, + ); + path = "node-uuid"; + sourceTree = ""; + }; + C1EA578A1680FE1200A21259 /* benchmark */ = { + isa = PBXGroup; + children = ( + C1EA578B1680FE1200A21259 /* bench.gnu */, + C1EA578C1680FE1200A21259 /* bench.sh */, + C1EA578D1680FE1200A21259 /* benchmark-native.c */, + C1EA578E1680FE1200A21259 /* benchmark.js */, + C1EA578F1680FE1200A21259 /* README.md */, + ); + path = benchmark; + sourceTree = ""; + }; + C1EA57931680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA57941680FE1200A21259 /* compare_v1.js */, + C1EA57951680FE1200A21259 /* test.html */, + C1EA57961680FE1200A21259 /* test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA579B1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA579C1680FE1200A21259 /* cache-test.js */, + C1EA579D1680FE1200A21259 /* events-test.js */, + C1EA579E1680FE1200A21259 /* helpers */, + C1EA57A31680FE1200A21259 /* joinable-and-unjoinable-test.js */, + C1EA57A41680FE1200A21259 /* main-test-session-client.js */, + C1EA57A51680FE1200A21259 /* main-test.js */, + C1EA57A61680FE1200A21259 /* session-lifecycle-test.js */, + C1EA57A71680FE1200A21259 /* slave-header-test.js */, + C1EA57A81680FE1200A21259 /* test-helper-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA579E1680FE1200A21259 /* helpers */ = { + isa = PBXGroup; + children = ( + C1EA579F1680FE1200A21259 /* phantom-factory.js */, + C1EA57A01680FE1200A21259 /* phantom.js */, + C1EA57A11680FE1200A21259 /* server-loader.js */, + C1EA57A21680FE1200A21259 /* test-helper.js */, + ); + path = helpers; + sourceTree = ""; + }; + C1EA57A91680FE1200A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA57AA1680FE1200A21259 /* json */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA57AA1680FE1200A21259 /* json */ = { + isa = PBXGroup; + children = ( + C1EA57AB1680FE1200A21259 /* cycle.js */, + C1EA57AC1680FE1200A21259 /* json.js */, + C1EA57AD1680FE1200A21259 /* json2.js */, + C1EA57AE1680FE1200A21259 /* json_parse.js */, + C1EA57AF1680FE1200A21259 /* json_parse_state.js */, + C1EA57B01680FE1200A21259 /* README */, + ); + path = json; + sourceTree = ""; + }; + C1EA57B11680FE1200A21259 /* ramp-resources */ = { + isa = PBXGroup; + children = ( + C1EA57B21680FE1200A21259 /* .npmignore */, + C1EA57B31680FE1200A21259 /* .travis.yml */, + C1EA57B41680FE1200A21259 /* AUTHORS */, + C1EA57B51680FE1200A21259 /* autolint.js */, + C1EA57B61680FE1200A21259 /* buster.js */, + C1EA57B71680FE1200A21259 /* examples */, + C1EA57C41680FE1200A21259 /* lib */, + C1EA57D21680FE1200A21259 /* LICENSE */, + C1EA57D31680FE1200A21259 /* node_modules */, + C1EA58741680FE1200A21259 /* package.json */, + C1EA58751680FE1200A21259 /* Readme.rst */, + C1EA58761680FE1200A21259 /* test */, + ); + path = "ramp-resources"; + sourceTree = ""; + }; + C1EA57B71680FE1200A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA57B81680FE1200A21259 /* webserver */, + ); + path = examples; + sourceTree = ""; + }; + C1EA57B81680FE1200A21259 /* webserver */ = { + isa = PBXGroup; + children = ( + C1EA57B91680FE1200A21259 /* alternatives.json */, + C1EA57BA1680FE1200A21259 /* fixtures */, + C1EA57BF1680FE1200A21259 /* medium.json */, + C1EA57C01680FE1200A21259 /* publish.js */, + C1EA57C11680FE1200A21259 /* README.rst */, + C1EA57C21680FE1200A21259 /* server.js */, + C1EA57C31680FE1200A21259 /* small.json */, + ); + path = webserver; + sourceTree = ""; + }; + C1EA57BA1680FE1200A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA57BB1680FE1200A21259 /* 1.png */, + C1EA57BC1680FE1200A21259 /* 2.html */, + C1EA57BD1680FE1200A21259 /* 3.txt */, + C1EA57BE1680FE1200A21259 /* 4.tgz */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA57C41680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA57C51680FE1200A21259 /* file-etag.js */, + C1EA57C61680FE1200A21259 /* http-proxy.js */, + C1EA57C71680FE1200A21259 /* invalid-error.js */, + C1EA57C81680FE1200A21259 /* load-path.js */, + C1EA57C91680FE1200A21259 /* processors */, + C1EA57CB1680FE1200A21259 /* ramp-resources.js */, + C1EA57CC1680FE1200A21259 /* resource-combiner.js */, + C1EA57CD1680FE1200A21259 /* resource-file-resolver.js */, + C1EA57CE1680FE1200A21259 /* resource-middleware.js */, + C1EA57CF1680FE1200A21259 /* resource-set-cache.js */, + C1EA57D01680FE1200A21259 /* resource-set.js */, + C1EA57D11680FE1200A21259 /* resource.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA57C91680FE1200A21259 /* processors */ = { + isa = PBXGroup; + children = ( + C1EA57CA1680FE1200A21259 /* iife.js */, + ); + path = processors; + sourceTree = ""; + }; + C1EA57D31680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA57D41680FE1200A21259 /* .bin */, + C1EA57D61680FE1200A21259 /* lodash */, + C1EA580B1680FE1200A21259 /* mime */, + C1EA58141680FE1200A21259 /* minimatch */, + C1EA58281680FE1200A21259 /* multi-glob */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA57D41680FE1200A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA57D51680FE1200A21259 /* lodash */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA57D61680FE1200A21259 /* lodash */ = { + isa = PBXGroup; + children = ( + C1EA57D71680FE1200A21259 /* build */, + C1EA57DB1680FE1200A21259 /* build.js */, + C1EA57DC1680FE1200A21259 /* doc */, + C1EA57DE1680FE1200A21259 /* LICENSE.txt */, + C1EA57DF1680FE1200A21259 /* lodash.js */, + C1EA57E01680FE1200A21259 /* lodash.min.js */, + C1EA57E11680FE1200A21259 /* package.json */, + C1EA57E21680FE1200A21259 /* perf */, + C1EA57E41680FE1200A21259 /* README.md */, + C1EA57E51680FE1200A21259 /* test */, + C1EA57E71680FE1200A21259 /* vendor */, + ); + path = lodash; + sourceTree = ""; + }; + C1EA57D71680FE1200A21259 /* build */ = { + isa = PBXGroup; + children = ( + C1EA57D81680FE1200A21259 /* minify.js */, + C1EA57D91680FE1200A21259 /* post-compile.js */, + C1EA57DA1680FE1200A21259 /* pre-compile.js */, + ); + path = build; + sourceTree = ""; + }; + C1EA57DC1680FE1200A21259 /* doc */ = { + isa = PBXGroup; + children = ( + C1EA57DD1680FE1200A21259 /* README.md */, + ); + path = doc; + sourceTree = ""; + }; + C1EA57E21680FE1200A21259 /* perf */ = { + isa = PBXGroup; + children = ( + C1EA57E31680FE1200A21259 /* perf.js */, + ); + path = perf; + sourceTree = ""; + }; + C1EA57E51680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA57E61680FE1200A21259 /* test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA57E71680FE1200A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA57E81680FE1200A21259 /* benchmark.js */, + C1EA57ED1680FE1200A21259 /* closure-compiler */, + C1EA57F11680FE1200A21259 /* platform.js */, + C1EA57F51680FE1200A21259 /* qunit */, + C1EA57FA1680FE1200A21259 /* qunit-clib */, + C1EA57FE1680FE1200A21259 /* uglifyjs */, + C1EA58061680FE1200A21259 /* underscore */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA57E81680FE1200A21259 /* benchmark.js */ = { + isa = PBXGroup; + children = ( + C1EA57E91680FE1200A21259 /* benchmark.js */, + C1EA57EA1680FE1200A21259 /* LICENSE.txt */, + C1EA57EB1680FE1200A21259 /* nano.jar */, + C1EA57EC1680FE1200A21259 /* README.md */, + ); + path = benchmark.js; + sourceTree = ""; + }; + C1EA57ED1680FE1200A21259 /* closure-compiler */ = { + isa = PBXGroup; + children = ( + C1EA57EE1680FE1200A21259 /* compiler.jar */, + C1EA57EF1680FE1200A21259 /* COPYING */, + C1EA57F01680FE1200A21259 /* README */, + ); + path = "closure-compiler"; + sourceTree = ""; + }; + C1EA57F11680FE1200A21259 /* platform.js */ = { + isa = PBXGroup; + children = ( + C1EA57F21680FE1200A21259 /* LICENSE.txt */, + C1EA57F31680FE1200A21259 /* platform.js */, + C1EA57F41680FE1200A21259 /* README.md */, + ); + path = platform.js; + sourceTree = ""; + }; + C1EA57F51680FE1200A21259 /* qunit */ = { + isa = PBXGroup; + children = ( + C1EA57F61680FE1200A21259 /* qunit */, + C1EA57F91680FE1200A21259 /* README.md */, + ); + path = qunit; + sourceTree = ""; + }; + C1EA57F61680FE1200A21259 /* qunit */ = { + isa = PBXGroup; + children = ( + C1EA57F71680FE1200A21259 /* qunit-1.8.0.js */, + C1EA57F81680FE1200A21259 /* qunit.js */, + ); + path = qunit; + sourceTree = ""; + }; + C1EA57FA1680FE1200A21259 /* qunit-clib */ = { + isa = PBXGroup; + children = ( + C1EA57FB1680FE1200A21259 /* LICENSE.txt */, + C1EA57FC1680FE1200A21259 /* qunit-clib.js */, + C1EA57FD1680FE1200A21259 /* README.md */, + ); + path = "qunit-clib"; + sourceTree = ""; + }; + C1EA57FE1680FE1200A21259 /* uglifyjs */ = { + isa = PBXGroup; + children = ( + C1EA57FF1680FE1200A21259 /* lib */, + C1EA58041680FE1200A21259 /* README.org */, + C1EA58051680FE1200A21259 /* uglify-js.js */, + ); + path = uglifyjs; + sourceTree = ""; + }; + C1EA57FF1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA58001680FE1200A21259 /* consolidator.js */, + C1EA58011680FE1200A21259 /* parse-js.js */, + C1EA58021680FE1200A21259 /* process.js */, + C1EA58031680FE1200A21259 /* squeeze-more.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA58061680FE1200A21259 /* underscore */ = { + isa = PBXGroup; + children = ( + C1EA58071680FE1200A21259 /* LICENSE */, + C1EA58081680FE1200A21259 /* README.md */, + C1EA58091680FE1200A21259 /* underscore-min.js */, + C1EA580A1680FE1200A21259 /* underscore.js */, + ); + path = underscore; + sourceTree = ""; + }; + C1EA580B1680FE1200A21259 /* mime */ = { + isa = PBXGroup; + children = ( + C1EA580C1680FE1200A21259 /* LICENSE */, + C1EA580D1680FE1200A21259 /* mime.js */, + C1EA580E1680FE1200A21259 /* package.json */, + C1EA580F1680FE1200A21259 /* README.md */, + C1EA58101680FE1200A21259 /* test.js */, + C1EA58111680FE1200A21259 /* types */, + ); + path = mime; + sourceTree = ""; + }; + C1EA58111680FE1200A21259 /* types */ = { + isa = PBXGroup; + children = ( + C1EA58121680FE1200A21259 /* mime.types */, + C1EA58131680FE1200A21259 /* node.types */, + ); + path = types; + sourceTree = ""; + }; + C1EA58141680FE1200A21259 /* minimatch */ = { + isa = PBXGroup; + children = ( + C1EA58151680FE1200A21259 /* .travis.yml */, + C1EA58161680FE1200A21259 /* LICENSE */, + C1EA58171680FE1200A21259 /* minimatch.js */, + C1EA58181680FE1200A21259 /* node_modules */, + C1EA58221680FE1200A21259 /* package.json */, + C1EA58231680FE1200A21259 /* README.md */, + C1EA58241680FE1200A21259 /* test */, + ); + path = minimatch; + sourceTree = ""; + }; + C1EA58181680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA58191680FE1200A21259 /* lru-cache */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA58191680FE1200A21259 /* lru-cache */ = { + isa = PBXGroup; + children = ( + C1EA581A1680FE1200A21259 /* .npmignore */, + C1EA581B1680FE1200A21259 /* lib */, + C1EA581D1680FE1200A21259 /* LICENSE */, + C1EA581E1680FE1200A21259 /* package.json */, + C1EA581F1680FE1200A21259 /* README.md */, + C1EA58201680FE1200A21259 /* test */, + ); + path = "lru-cache"; + sourceTree = ""; + }; + C1EA581B1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA581C1680FE1200A21259 /* lru-cache.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA58201680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58211680FE1200A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58241680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58251680FE1200A21259 /* basic.js */, + C1EA58261680FE1200A21259 /* brace-expand.js */, + C1EA58271680FE1200A21259 /* caching.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58281680FE1200A21259 /* multi-glob */ = { + isa = PBXGroup; + children = ( + C1EA58291680FE1200A21259 /* .npmignore */, + C1EA582A1680FE1200A21259 /* .travis.yml */, + C1EA582B1680FE1200A21259 /* AUTHORS */, + C1EA582C1680FE1200A21259 /* autolint.js */, + C1EA582D1680FE1200A21259 /* buster.js */, + C1EA582E1680FE1200A21259 /* lib */, + C1EA58301680FE1200A21259 /* LICENSE */, + C1EA58311680FE1200A21259 /* node_modules */, + C1EA58701680FE1200A21259 /* package.json */, + C1EA58711680FE1200A21259 /* Readme.rst */, + C1EA58721680FE1200A21259 /* test */, + ); + path = "multi-glob"; + sourceTree = ""; + }; + C1EA582E1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA582F1680FE1200A21259 /* multi-glob.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA58311680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA58321680FE1200A21259 /* glob */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA58321680FE1200A21259 /* glob */ = { + isa = PBXGroup; + children = ( + C1EA58331680FE1200A21259 /* .npmignore */, + C1EA58341680FE1200A21259 /* .travis.yml */, + C1EA58351680FE1200A21259 /* examples */, + C1EA58381680FE1200A21259 /* glob.js */, + C1EA58391680FE1200A21259 /* LICENSE */, + C1EA583A1680FE1200A21259 /* node_modules */, + C1EA58651680FE1200A21259 /* package.json */, + C1EA58661680FE1200A21259 /* README.md */, + C1EA58671680FE1200A21259 /* test */, + ); + path = glob; + sourceTree = ""; + }; + C1EA58351680FE1200A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA58361680FE1200A21259 /* g.js */, + C1EA58371680FE1200A21259 /* usr-local.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA583A1680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA583B1680FE1200A21259 /* graceful-fs */, + C1EA58431680FE1200A21259 /* inherits */, + C1EA58471680FE1200A21259 /* minimatch */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA583B1680FE1200A21259 /* graceful-fs */ = { + isa = PBXGroup; + children = ( + C1EA583C1680FE1200A21259 /* .npmignore */, + C1EA583D1680FE1200A21259 /* graceful-fs.js */, + C1EA583E1680FE1200A21259 /* LICENSE */, + C1EA583F1680FE1200A21259 /* package.json */, + C1EA58401680FE1200A21259 /* README.md */, + C1EA58411680FE1200A21259 /* test */, + ); + path = "graceful-fs"; + sourceTree = ""; + }; + C1EA58411680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58421680FE1200A21259 /* open.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58431680FE1200A21259 /* inherits */ = { + isa = PBXGroup; + children = ( + C1EA58441680FE1200A21259 /* inherits.js */, + C1EA58451680FE1200A21259 /* package.json */, + C1EA58461680FE1200A21259 /* README.md */, + ); + path = inherits; + sourceTree = ""; + }; + C1EA58471680FE1200A21259 /* minimatch */ = { + isa = PBXGroup; + children = ( + C1EA58481680FE1200A21259 /* .travis.yml */, + C1EA58491680FE1200A21259 /* LICENSE */, + C1EA584A1680FE1200A21259 /* minimatch.js */, + C1EA584B1680FE1200A21259 /* node_modules */, + C1EA585E1680FE1200A21259 /* package.json */, + C1EA585F1680FE1200A21259 /* README.md */, + C1EA58601680FE1200A21259 /* test */, + ); + path = minimatch; + sourceTree = ""; + }; + C1EA584B1680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA584C1680FE1200A21259 /* lru-cache */, + C1EA58561680FE1200A21259 /* sigmund */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA584C1680FE1200A21259 /* lru-cache */ = { + isa = PBXGroup; + children = ( + C1EA584D1680FE1200A21259 /* .npmignore */, + C1EA584E1680FE1200A21259 /* AUTHORS */, + C1EA584F1680FE1200A21259 /* lib */, + C1EA58511680FE1200A21259 /* LICENSE */, + C1EA58521680FE1200A21259 /* package.json */, + C1EA58531680FE1200A21259 /* README.md */, + C1EA58541680FE1200A21259 /* test */, + ); + path = "lru-cache"; + sourceTree = ""; + }; + C1EA584F1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA58501680FE1200A21259 /* lru-cache.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA58541680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58551680FE1200A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58561680FE1200A21259 /* sigmund */ = { + isa = PBXGroup; + children = ( + C1EA58571680FE1200A21259 /* bench.js */, + C1EA58581680FE1200A21259 /* LICENSE */, + C1EA58591680FE1200A21259 /* package.json */, + C1EA585A1680FE1200A21259 /* README.md */, + C1EA585B1680FE1200A21259 /* sigmund.js */, + C1EA585C1680FE1200A21259 /* test */, + ); + path = sigmund; + sourceTree = ""; + }; + C1EA585C1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA585D1680FE1200A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58601680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58611680FE1200A21259 /* basic.js */, + C1EA58621680FE1200A21259 /* brace-expand.js */, + C1EA58631680FE1200A21259 /* caching.js */, + C1EA58641680FE1200A21259 /* defaults.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58671680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58681680FE1200A21259 /* 00-setup.js */, + C1EA58691680FE1200A21259 /* bash-comparison.js */, + C1EA586A1680FE1200A21259 /* cwd-test.js */, + C1EA586B1680FE1200A21259 /* mark.js */, + C1EA586C1680FE1200A21259 /* pause-resume.js */, + C1EA586D1680FE1200A21259 /* root-nomount.js */, + C1EA586E1680FE1200A21259 /* root.js */, + C1EA586F1680FE1200A21259 /* zz-cleanup.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58721680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58731680FE1200A21259 /* multi-glob-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58761680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58771680FE1200A21259 /* fixtures */, + C1EA587F1680FE1200A21259 /* http-proxy-test.js */, + C1EA58801680FE1200A21259 /* load-path-test.js */, + C1EA58811680FE1200A21259 /* processors */, + C1EA58831680FE1200A21259 /* resource-middleware-test.js */, + C1EA58841680FE1200A21259 /* resource-set-cache-test.js */, + C1EA58851680FE1200A21259 /* resource-set-test.js */, + C1EA58861680FE1200A21259 /* resource-test.js */, + C1EA58871680FE1200A21259 /* test-helper.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58771680FE1200A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA58781680FE1200A21259 /* bar.js */, + C1EA58791680FE1200A21259 /* foo.js */, + C1EA587A1680FE1200A21259 /* other-test */, + C1EA587D1680FE1200A21259 /* test */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA587A1680FE1200A21259 /* other-test */ = { + isa = PBXGroup; + children = ( + C1EA587B1680FE1200A21259 /* other.js */, + C1EA587C1680FE1200A21259 /* some-test.js */, + ); + path = "other-test"; + sourceTree = ""; + }; + C1EA587D1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA587E1680FE1200A21259 /* my-testish.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58811680FE1200A21259 /* processors */ = { + isa = PBXGroup; + children = ( + C1EA58821680FE1200A21259 /* iife-processor-test.js */, + ); + path = processors; + sourceTree = ""; + }; + C1EA58891680FE1200A21259 /* public */ = { + isa = PBXGroup; + children = ( + C1EA588A1680FE1200A21259 /* images */, + C1EA58A21680FE1200A21259 /* stylesheets */, + ); + path = public; + sourceTree = ""; + }; + C1EA588A1680FE1200A21259 /* images */ = { + isa = PBXGroup; + children = ( + C1EA588B1680FE1200A21259 /* android-256.png */, + C1EA588C1680FE1200A21259 /* android-64.png */, + C1EA588D1680FE1200A21259 /* chrome-64.png */, + C1EA588E1680FE1200A21259 /* firefox-64.png */, + C1EA588F1680FE1200A21259 /* ie-64.png */, + C1EA58901680FE1200A21259 /* ios-24.png */, + C1EA58911680FE1200A21259 /* ios-256.png */, + C1EA58921680FE1200A21259 /* linux-24.png */, + C1EA58931680FE1200A21259 /* linux-256.png */, + C1EA58941680FE1200A21259 /* linux-64.png */, + C1EA58951680FE1200A21259 /* opera-64.png */, + C1EA58961680FE1200A21259 /* osx-24.png */, + C1EA58971680FE1200A21259 /* osx-256.png */, + C1EA58981680FE1200A21259 /* osx-64.png */, + C1EA58991680FE1200A21259 /* osx-colored-128.png */, + C1EA589A1680FE1200A21259 /* osx-colored-64.png */, + C1EA589B1680FE1200A21259 /* osx-finder-128.png */, + C1EA589C1680FE1200A21259 /* osx-finder-64.png */, + C1EA589D1680FE1200A21259 /* safari-64.png */, + C1EA589E1680FE1200A21259 /* safari-mobile-64.png */, + C1EA589F1680FE1200A21259 /* windows-24.png */, + C1EA58A01680FE1200A21259 /* windows-256.png */, + C1EA58A11680FE1200A21259 /* windows-64.png */, + ); + path = images; + sourceTree = ""; + }; + C1EA58A21680FE1200A21259 /* stylesheets */ = { + isa = PBXGroup; + children = ( + C1EA58A31680FE1200A21259 /* buster-server.css */, + C1EA58A41680FE1200A21259 /* buster.css */, + ); + path = stylesheets; + sourceTree = ""; + }; + C1EA58A71680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58A81680FE1200A21259 /* server-cli-test.js */, + C1EA58A91680FE1200A21259 /* test-helper.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58AA1680FE1200A21259 /* views */ = { + isa = PBXGroup; + children = ( + C1EA58AB1680FE1200A21259 /* header.ejs */, + C1EA58AC1680FE1200A21259 /* index.ejs */, + ); + path = views; + sourceTree = ""; + }; + C1EA58AD1680FE1200A21259 /* buster-sinon */ = { + isa = PBXGroup; + children = ( + C1EA58AE1680FE1200A21259 /* .npmignore */, + C1EA58AF1680FE1200A21259 /* .travis.yml */, + C1EA58B01680FE1200A21259 /* lib */, + C1EA58B21680FE1200A21259 /* package.json */, + C1EA58B31680FE1200A21259 /* Readme.md */, + C1EA58B41680FE1200A21259 /* run-tests */, + C1EA58B51680FE1200A21259 /* test */, + ); + path = "buster-sinon"; + sourceTree = ""; + }; + C1EA58B01680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA58B11680FE1200A21259 /* buster-sinon.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA58B51680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58B61680FE1200A21259 /* buster-sinon-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58B71680FE1200A21259 /* buster-static */ = { + isa = PBXGroup; + children = ( + C1EA58B81680FE1200A21259 /* .npmignore */, + C1EA58B91680FE1200A21259 /* .travis.yml */, + C1EA58BA1680FE1200A21259 /* autolint.json */, + C1EA58BB1680FE1200A21259 /* bin */, + C1EA58BD1680FE1200A21259 /* buster.js */, + C1EA58BE1680FE1200A21259 /* lib */, + C1EA58C21680FE1200A21259 /* node_modules */, + C1EA5A221680FE1200A21259 /* package.json */, + C1EA5A231680FE1200A21259 /* Readme.md */, + C1EA5A241680FE1200A21259 /* test */, + ); + path = "buster-static"; + sourceTree = ""; + }; + C1EA58BB1680FE1200A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA58BC1680FE1200A21259 /* buster-static */, + ); + path = bin; + sourceTree = ""; + }; + C1EA58BE1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA58BF1680FE1200A21259 /* browser-wiring.js */, + C1EA58C01680FE1200A21259 /* buster-static.js */, + C1EA58C11680FE1200A21259 /* index.html */, + ); + path = lib; + sourceTree = ""; + }; + C1EA58C21680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA58C31680FE1200A21259 /* buster-cli */, + C1EA59701680FE1200A21259 /* mkdirp */, + C1EA59871680FE1200A21259 /* ramp-resources */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA58C31680FE1200A21259 /* buster-cli */ = { + isa = PBXGroup; + children = ( + C1EA58C41680FE1200A21259 /* .npmignore */, + C1EA58C51680FE1200A21259 /* .travis.yml */, + C1EA58C61680FE1200A21259 /* autolint.json */, + C1EA58C71680FE1200A21259 /* lib */, + C1EA58CF1680FE1200A21259 /* node_modules */, + C1EA596A1680FE1200A21259 /* package.json */, + C1EA596B1680FE1200A21259 /* Readme.md */, + C1EA596C1680FE1200A21259 /* run-tests */, + C1EA596D1680FE1200A21259 /* test */, + ); + path = "buster-cli"; + sourceTree = ""; + }; + C1EA58C71680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA58C81680FE1200A21259 /* buster-cli */, + C1EA58CD1680FE1200A21259 /* buster-cli.js */, + C1EA58CE1680FE1200A21259 /* test-helper.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA58C81680FE1200A21259 /* buster-cli */ = { + isa = PBXGroup; + children = ( + C1EA58C91680FE1200A21259 /* args.js */, + C1EA58CA1680FE1200A21259 /* config.js */, + C1EA58CB1680FE1200A21259 /* help.js */, + C1EA58CC1680FE1200A21259 /* logger.js */, + ); + path = "buster-cli"; + sourceTree = ""; + }; + C1EA58CF1680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA58D01680FE1200A21259 /* buster-configuration */, + C1EA590A1680FE1200A21259 /* buster-terminal */, + C1EA591A1680FE1200A21259 /* minimatch */, + C1EA59381680FE1200A21259 /* posix-argv-parser */, + C1EA59511680FE1200A21259 /* rimraf */, + C1EA595E1680FE1200A21259 /* stream-logger */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA58D01680FE1200A21259 /* buster-configuration */ = { + isa = PBXGroup; + children = ( + C1EA58D11680FE1200A21259 /* .travis.yml */, + C1EA58D21680FE1200A21259 /* autolint.json */, + C1EA58D31680FE1200A21259 /* buster.js */, + C1EA58D41680FE1200A21259 /* lib */, + C1EA58D91680FE1200A21259 /* node_modules */, + C1EA58FA1680FE1200A21259 /* package.json */, + C1EA58FB1680FE1200A21259 /* Readme.md */, + C1EA58FC1680FE1200A21259 /* test */, + C1EA59091680FE1200A21259 /* todo.org */, + ); + path = "buster-configuration"; + sourceTree = ""; + }; + C1EA58D41680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA58D51680FE1200A21259 /* buster-configuration.js */, + C1EA58D61680FE1200A21259 /* file-loader.js */, + C1EA58D71680FE1200A21259 /* group.js */, + C1EA58D81680FE1200A21259 /* util.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA58D91680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA58DA1680FE1200A21259 /* glob */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA58DA1680FE1200A21259 /* glob */ = { + isa = PBXGroup; + children = ( + C1EA58DB1680FE1200A21259 /* .npmignore */, + C1EA58DC1680FE1200A21259 /* .travis.yml */, + C1EA58DD1680FE1200A21259 /* examples */, + C1EA58E01680FE1200A21259 /* glob.js */, + C1EA58E11680FE1200A21259 /* LICENSE */, + C1EA58E21680FE1200A21259 /* node_modules */, + C1EA58EF1680FE1200A21259 /* package.json */, + C1EA58F01680FE1200A21259 /* README.md */, + C1EA58F11680FE1200A21259 /* test */, + ); + path = glob; + sourceTree = ""; + }; + C1EA58DD1680FE1200A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA58DE1680FE1200A21259 /* g.js */, + C1EA58DF1680FE1200A21259 /* usr-local.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA58E21680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA58E31680FE1200A21259 /* graceful-fs */, + C1EA58EB1680FE1200A21259 /* inherits */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA58E31680FE1200A21259 /* graceful-fs */ = { + isa = PBXGroup; + children = ( + C1EA58E41680FE1200A21259 /* .npmignore */, + C1EA58E51680FE1200A21259 /* graceful-fs.js */, + C1EA58E61680FE1200A21259 /* LICENSE */, + C1EA58E71680FE1200A21259 /* package.json */, + C1EA58E81680FE1200A21259 /* README.md */, + C1EA58E91680FE1200A21259 /* test */, + ); + path = "graceful-fs"; + sourceTree = ""; + }; + C1EA58E91680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58EA1680FE1200A21259 /* open.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58EB1680FE1200A21259 /* inherits */ = { + isa = PBXGroup; + children = ( + C1EA58EC1680FE1200A21259 /* inherits.js */, + C1EA58ED1680FE1200A21259 /* package.json */, + C1EA58EE1680FE1200A21259 /* README.md */, + ); + path = inherits; + sourceTree = ""; + }; + C1EA58F11680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58F21680FE1200A21259 /* 00-setup.js */, + C1EA58F31680FE1200A21259 /* bash-comparison.js */, + C1EA58F41680FE1200A21259 /* cwd-test.js */, + C1EA58F51680FE1200A21259 /* mark.js */, + C1EA58F61680FE1200A21259 /* pause-resume.js */, + C1EA58F71680FE1200A21259 /* root-nomount.js */, + C1EA58F81680FE1200A21259 /* root.js */, + C1EA58F91680FE1200A21259 /* zz-cleanup.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58FC1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA58FD1680FE1200A21259 /* buster-configuration-test.js */, + C1EA58FE1680FE1200A21259 /* file-loader-test.js */, + C1EA58FF1680FE1200A21259 /* fixtures */, + C1EA59071680FE1200A21259 /* group-test.js */, + C1EA59081680FE1200A21259 /* test-helper.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA58FF1680FE1200A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA59001680FE1200A21259 /* bar.js */, + C1EA59011680FE1200A21259 /* dups */, + C1EA59041680FE1200A21259 /* foo.js */, + C1EA59051680FE1200A21259 /* test */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA59011680FE1200A21259 /* dups */ = { + isa = PBXGroup; + children = ( + C1EA59021680FE1200A21259 /* file */, + C1EA59031680FE1200A21259 /* file.js */, + ); + path = dups; + sourceTree = ""; + }; + C1EA59051680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59061680FE1200A21259 /* my-testish.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA590A1680FE1200A21259 /* buster-terminal */ = { + isa = PBXGroup; + children = ( + C1EA590B1680FE1200A21259 /* .travis.yml */, + C1EA590C1680FE1200A21259 /* AUTHORS */, + C1EA590D1680FE1200A21259 /* autolint.json */, + C1EA590E1680FE1200A21259 /* buster.js */, + C1EA590F1680FE1200A21259 /* lib */, + C1EA59131680FE1200A21259 /* package.json */, + C1EA59141680FE1200A21259 /* Readme.md */, + C1EA59151680FE1200A21259 /* test */, + ); + path = "buster-terminal"; + sourceTree = ""; + }; + C1EA590F1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA59101680FE1200A21259 /* buster-terminal.js */, + C1EA59111680FE1200A21259 /* matrix.js */, + C1EA59121680FE1200A21259 /* relative-grid.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA59151680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59161680FE1200A21259 /* buster-terminal-test.js */, + C1EA59171680FE1200A21259 /* helper.js */, + C1EA59181680FE1200A21259 /* matrix-test.js */, + C1EA59191680FE1200A21259 /* relative-grid-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA591A1680FE1200A21259 /* minimatch */ = { + isa = PBXGroup; + children = ( + C1EA591B1680FE1200A21259 /* .travis.yml */, + C1EA591C1680FE1200A21259 /* LICENSE */, + C1EA591D1680FE1200A21259 /* minimatch.js */, + C1EA591E1680FE1200A21259 /* node_modules */, + C1EA59311680FE1200A21259 /* package.json */, + C1EA59321680FE1200A21259 /* README.md */, + C1EA59331680FE1200A21259 /* test */, + ); + path = minimatch; + sourceTree = ""; + }; + C1EA591E1680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA591F1680FE1200A21259 /* lru-cache */, + C1EA59291680FE1200A21259 /* sigmund */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA591F1680FE1200A21259 /* lru-cache */ = { + isa = PBXGroup; + children = ( + C1EA59201680FE1200A21259 /* .npmignore */, + C1EA59211680FE1200A21259 /* AUTHORS */, + C1EA59221680FE1200A21259 /* lib */, + C1EA59241680FE1200A21259 /* LICENSE */, + C1EA59251680FE1200A21259 /* package.json */, + C1EA59261680FE1200A21259 /* README.md */, + C1EA59271680FE1200A21259 /* test */, + ); + path = "lru-cache"; + sourceTree = ""; + }; + C1EA59221680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA59231680FE1200A21259 /* lru-cache.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA59271680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59281680FE1200A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA59291680FE1200A21259 /* sigmund */ = { + isa = PBXGroup; + children = ( + C1EA592A1680FE1200A21259 /* bench.js */, + C1EA592B1680FE1200A21259 /* LICENSE */, + C1EA592C1680FE1200A21259 /* package.json */, + C1EA592D1680FE1200A21259 /* README.md */, + C1EA592E1680FE1200A21259 /* sigmund.js */, + C1EA592F1680FE1200A21259 /* test */, + ); + path = sigmund; + sourceTree = ""; + }; + C1EA592F1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59301680FE1200A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA59331680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59341680FE1200A21259 /* basic.js */, + C1EA59351680FE1200A21259 /* brace-expand.js */, + C1EA59361680FE1200A21259 /* caching.js */, + C1EA59371680FE1200A21259 /* defaults.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA59381680FE1200A21259 /* posix-argv-parser */ = { + isa = PBXGroup; + children = ( + C1EA59391680FE1200A21259 /* .npmignore */, + C1EA593A1680FE1200A21259 /* .travis.yml */, + C1EA593B1680FE1200A21259 /* autolint.js */, + C1EA593C1680FE1200A21259 /* buster.js */, + C1EA593D1680FE1200A21259 /* lib */, + C1EA59461680FE1200A21259 /* LICENSE */, + C1EA59471680FE1200A21259 /* package.json */, + C1EA59481680FE1200A21259 /* Readme.md */, + C1EA59491680FE1200A21259 /* test */, + ); + path = "posix-argv-parser"; + sourceTree = ""; + }; + C1EA593D1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA593E1680FE1200A21259 /* argument.js */, + C1EA593F1680FE1200A21259 /* operand.js */, + C1EA59401680FE1200A21259 /* option.js */, + C1EA59411680FE1200A21259 /* parser.js */, + C1EA59421680FE1200A21259 /* posix-argv-parser.js */, + C1EA59431680FE1200A21259 /* shorthand.js */, + C1EA59441680FE1200A21259 /* types.js */, + C1EA59451680FE1200A21259 /* validators.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA59491680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA594A1680FE1200A21259 /* operand-test.js */, + C1EA594B1680FE1200A21259 /* option-test.js */, + C1EA594C1680FE1200A21259 /* parser-test.js */, + C1EA594D1680FE1200A21259 /* posix-argv-parser-test.js */, + C1EA594E1680FE1200A21259 /* shorthand-test.js */, + C1EA594F1680FE1200A21259 /* types-test.js */, + C1EA59501680FE1200A21259 /* validators-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA59511680FE1200A21259 /* rimraf */ = { + isa = PBXGroup; + children = ( + C1EA59521680FE1200A21259 /* AUTHORS */, + C1EA59531680FE1200A21259 /* fiber.js */, + C1EA59541680FE1200A21259 /* LICENSE */, + C1EA59551680FE1200A21259 /* package.json */, + C1EA59561680FE1200A21259 /* README.md */, + C1EA59571680FE1200A21259 /* rimraf.js */, + C1EA59581680FE1200A21259 /* test */, + ); + path = rimraf; + sourceTree = ""; + }; + C1EA59581680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59591680FE1200A21259 /* run.sh */, + C1EA595A1680FE1200A21259 /* setup.sh */, + C1EA595B1680FE1200A21259 /* test-async.js */, + C1EA595C1680FE1200A21259 /* test-fiber.js */, + C1EA595D1680FE1200A21259 /* test-sync.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA595E1680FE1200A21259 /* stream-logger */ = { + isa = PBXGroup; + children = ( + C1EA595F1680FE1200A21259 /* .npmignore */, + C1EA59601680FE1200A21259 /* .travis.yml */, + C1EA59611680FE1200A21259 /* autolint.json */, + C1EA59621680FE1200A21259 /* buster.js */, + C1EA59631680FE1200A21259 /* lib */, + C1EA59651680FE1200A21259 /* LICENSE */, + C1EA59661680FE1200A21259 /* package.json */, + C1EA59671680FE1200A21259 /* Readme.md */, + C1EA59681680FE1200A21259 /* test */, + ); + path = "stream-logger"; + sourceTree = ""; + }; + C1EA59631680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA59641680FE1200A21259 /* stream-logger.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA59681680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59691680FE1200A21259 /* stream-logger-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA596D1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA596E1680FE1200A21259 /* buster-cli-test.js */, + C1EA596F1680FE1200A21259 /* buster.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA59701680FE1200A21259 /* mkdirp */ = { + isa = PBXGroup; + children = ( + C1EA59711680FE1200A21259 /* .npmignore */, + C1EA59721680FE1200A21259 /* .travis.yml */, + C1EA59731680FE1200A21259 /* examples */, + C1EA59751680FE1200A21259 /* index.js */, + C1EA59761680FE1200A21259 /* LICENSE */, + C1EA59771680FE1200A21259 /* package.json */, + C1EA59781680FE1200A21259 /* README.markdown */, + C1EA59791680FE1200A21259 /* test */, + ); + path = mkdirp; + sourceTree = ""; + }; + C1EA59731680FE1200A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA59741680FE1200A21259 /* pow.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA59791680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA597A1680FE1200A21259 /* chmod.js */, + C1EA597B1680FE1200A21259 /* clobber.js */, + C1EA597C1680FE1200A21259 /* mkdirp.js */, + C1EA597D1680FE1200A21259 /* perm.js */, + C1EA597E1680FE1200A21259 /* perm_sync.js */, + C1EA597F1680FE1200A21259 /* race.js */, + C1EA59801680FE1200A21259 /* rel.js */, + C1EA59811680FE1200A21259 /* return.js */, + C1EA59821680FE1200A21259 /* return_sync.js */, + C1EA59831680FE1200A21259 /* root.js */, + C1EA59841680FE1200A21259 /* sync.js */, + C1EA59851680FE1200A21259 /* umask.js */, + C1EA59861680FE1200A21259 /* umask_sync.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA59871680FE1200A21259 /* ramp-resources */ = { + isa = PBXGroup; + children = ( + C1EA59881680FE1200A21259 /* .npmignore */, + C1EA59891680FE1200A21259 /* .travis.yml */, + C1EA598A1680FE1200A21259 /* autolint.js */, + C1EA598B1680FE1200A21259 /* buster.js */, + C1EA598C1680FE1200A21259 /* examples */, + C1EA59981680FE1200A21259 /* lib */, + C1EA59A61680FE1200A21259 /* node_modules */, + C1EA5A0E1680FE1200A21259 /* package.json */, + C1EA5A0F1680FE1200A21259 /* Readme.md */, + C1EA5A101680FE1200A21259 /* test */, + ); + path = "ramp-resources"; + sourceTree = ""; + }; + C1EA598C1680FE1200A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA598D1680FE1200A21259 /* webserver */, + ); + path = examples; + sourceTree = ""; + }; + C1EA598D1680FE1200A21259 /* webserver */ = { + isa = PBXGroup; + children = ( + C1EA598E1680FE1200A21259 /* fixtures */, + C1EA59931680FE1200A21259 /* medium.json */, + C1EA59941680FE1200A21259 /* publish.js */, + C1EA59951680FE1200A21259 /* README.md */, + C1EA59961680FE1200A21259 /* server.js */, + C1EA59971680FE1200A21259 /* small.json */, + ); + path = webserver; + sourceTree = ""; + }; + C1EA598E1680FE1200A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA598F1680FE1200A21259 /* 1.png */, + C1EA59901680FE1200A21259 /* 2.html */, + C1EA59911680FE1200A21259 /* 3.txt */, + C1EA59921680FE1200A21259 /* 4.tgz */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA59981680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA59991680FE1200A21259 /* file-etag.js */, + C1EA599A1680FE1200A21259 /* http-proxy.js */, + C1EA599B1680FE1200A21259 /* invalid-error.js */, + C1EA599C1680FE1200A21259 /* load-path.js */, + C1EA599D1680FE1200A21259 /* processors */, + C1EA599F1680FE1200A21259 /* ramp-resources.js */, + C1EA59A01680FE1200A21259 /* resource-combiner.js */, + C1EA59A11680FE1200A21259 /* resource-file-resolver.js */, + C1EA59A21680FE1200A21259 /* resource-middleware.js */, + C1EA59A31680FE1200A21259 /* resource-set-cache.js */, + C1EA59A41680FE1200A21259 /* resource-set.js */, + C1EA59A51680FE1200A21259 /* resource.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA599D1680FE1200A21259 /* processors */ = { + isa = PBXGroup; + children = ( + C1EA599E1680FE1200A21259 /* iife.js */, + ); + path = processors; + sourceTree = ""; + }; + C1EA59A61680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA59A71680FE1200A21259 /* buster-glob */, + C1EA59F11680FE1200A21259 /* mime */, + C1EA59FA1680FE1200A21259 /* minimatch */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA59A71680FE1200A21259 /* buster-glob */ = { + isa = PBXGroup; + children = ( + C1EA59A81680FE1200A21259 /* .npmignore */, + C1EA59A91680FE1200A21259 /* .travis.yml */, + C1EA59AA1680FE1200A21259 /* autolint.json */, + C1EA59AB1680FE1200A21259 /* buster.js */, + C1EA59AC1680FE1200A21259 /* lib */, + C1EA59AE1680FE1200A21259 /* node_modules */, + C1EA59ED1680FE1200A21259 /* package.json */, + C1EA59EE1680FE1200A21259 /* Readme.md */, + C1EA59EF1680FE1200A21259 /* test */, + ); + path = "buster-glob"; + sourceTree = ""; + }; + C1EA59AC1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA59AD1680FE1200A21259 /* buster-glob.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA59AE1680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA59AF1680FE1200A21259 /* glob */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA59AF1680FE1200A21259 /* glob */ = { + isa = PBXGroup; + children = ( + C1EA59B01680FE1200A21259 /* .npmignore */, + C1EA59B11680FE1200A21259 /* .travis.yml */, + C1EA59B21680FE1200A21259 /* examples */, + C1EA59B51680FE1200A21259 /* glob.js */, + C1EA59B61680FE1200A21259 /* LICENSE */, + C1EA59B71680FE1200A21259 /* node_modules */, + C1EA59E21680FE1200A21259 /* package.json */, + C1EA59E31680FE1200A21259 /* README.md */, + C1EA59E41680FE1200A21259 /* test */, + ); + path = glob; + sourceTree = ""; + }; + C1EA59B21680FE1200A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA59B31680FE1200A21259 /* g.js */, + C1EA59B41680FE1200A21259 /* usr-local.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA59B71680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA59B81680FE1200A21259 /* graceful-fs */, + C1EA59C01680FE1200A21259 /* inherits */, + C1EA59C41680FE1200A21259 /* minimatch */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA59B81680FE1200A21259 /* graceful-fs */ = { + isa = PBXGroup; + children = ( + C1EA59B91680FE1200A21259 /* .npmignore */, + C1EA59BA1680FE1200A21259 /* graceful-fs.js */, + C1EA59BB1680FE1200A21259 /* LICENSE */, + C1EA59BC1680FE1200A21259 /* package.json */, + C1EA59BD1680FE1200A21259 /* README.md */, + C1EA59BE1680FE1200A21259 /* test */, + ); + path = "graceful-fs"; + sourceTree = ""; + }; + C1EA59BE1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59BF1680FE1200A21259 /* open.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA59C01680FE1200A21259 /* inherits */ = { + isa = PBXGroup; + children = ( + C1EA59C11680FE1200A21259 /* inherits.js */, + C1EA59C21680FE1200A21259 /* package.json */, + C1EA59C31680FE1200A21259 /* README.md */, + ); + path = inherits; + sourceTree = ""; + }; + C1EA59C41680FE1200A21259 /* minimatch */ = { + isa = PBXGroup; + children = ( + C1EA59C51680FE1200A21259 /* .travis.yml */, + C1EA59C61680FE1200A21259 /* LICENSE */, + C1EA59C71680FE1200A21259 /* minimatch.js */, + C1EA59C81680FE1200A21259 /* node_modules */, + C1EA59DB1680FE1200A21259 /* package.json */, + C1EA59DC1680FE1200A21259 /* README.md */, + C1EA59DD1680FE1200A21259 /* test */, + ); + path = minimatch; + sourceTree = ""; + }; + C1EA59C81680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA59C91680FE1200A21259 /* lru-cache */, + C1EA59D31680FE1200A21259 /* sigmund */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA59C91680FE1200A21259 /* lru-cache */ = { + isa = PBXGroup; + children = ( + C1EA59CA1680FE1200A21259 /* .npmignore */, + C1EA59CB1680FE1200A21259 /* AUTHORS */, + C1EA59CC1680FE1200A21259 /* lib */, + C1EA59CE1680FE1200A21259 /* LICENSE */, + C1EA59CF1680FE1200A21259 /* package.json */, + C1EA59D01680FE1200A21259 /* README.md */, + C1EA59D11680FE1200A21259 /* test */, + ); + path = "lru-cache"; + sourceTree = ""; + }; + C1EA59CC1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA59CD1680FE1200A21259 /* lru-cache.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA59D11680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59D21680FE1200A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA59D31680FE1200A21259 /* sigmund */ = { + isa = PBXGroup; + children = ( + C1EA59D41680FE1200A21259 /* bench.js */, + C1EA59D51680FE1200A21259 /* LICENSE */, + C1EA59D61680FE1200A21259 /* package.json */, + C1EA59D71680FE1200A21259 /* README.md */, + C1EA59D81680FE1200A21259 /* sigmund.js */, + C1EA59D91680FE1200A21259 /* test */, + ); + path = sigmund; + sourceTree = ""; + }; + C1EA59D91680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59DA1680FE1200A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA59DD1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59DE1680FE1200A21259 /* basic.js */, + C1EA59DF1680FE1200A21259 /* brace-expand.js */, + C1EA59E01680FE1200A21259 /* caching.js */, + C1EA59E11680FE1200A21259 /* defaults.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA59E41680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59E51680FE1200A21259 /* 00-setup.js */, + C1EA59E61680FE1200A21259 /* bash-comparison.js */, + C1EA59E71680FE1200A21259 /* cwd-test.js */, + C1EA59E81680FE1200A21259 /* mark.js */, + C1EA59E91680FE1200A21259 /* pause-resume.js */, + C1EA59EA1680FE1200A21259 /* root-nomount.js */, + C1EA59EB1680FE1200A21259 /* root.js */, + C1EA59EC1680FE1200A21259 /* zz-cleanup.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA59EF1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA59F01680FE1200A21259 /* buster-glob-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA59F11680FE1200A21259 /* mime */ = { + isa = PBXGroup; + children = ( + C1EA59F21680FE1200A21259 /* LICENSE */, + C1EA59F31680FE1200A21259 /* mime.js */, + C1EA59F41680FE1200A21259 /* package.json */, + C1EA59F51680FE1200A21259 /* README.md */, + C1EA59F61680FE1200A21259 /* test.js */, + C1EA59F71680FE1200A21259 /* types */, + ); + path = mime; + sourceTree = ""; + }; + C1EA59F71680FE1200A21259 /* types */ = { + isa = PBXGroup; + children = ( + C1EA59F81680FE1200A21259 /* mime.types */, + C1EA59F91680FE1200A21259 /* node.types */, + ); + path = types; + sourceTree = ""; + }; + C1EA59FA1680FE1200A21259 /* minimatch */ = { + isa = PBXGroup; + children = ( + C1EA59FB1680FE1200A21259 /* .travis.yml */, + C1EA59FC1680FE1200A21259 /* LICENSE */, + C1EA59FD1680FE1200A21259 /* minimatch.js */, + C1EA59FE1680FE1200A21259 /* node_modules */, + C1EA5A081680FE1200A21259 /* package.json */, + C1EA5A091680FE1200A21259 /* README.md */, + C1EA5A0A1680FE1200A21259 /* test */, + ); + path = minimatch; + sourceTree = ""; + }; + C1EA59FE1680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA59FF1680FE1200A21259 /* lru-cache */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA59FF1680FE1200A21259 /* lru-cache */ = { + isa = PBXGroup; + children = ( + C1EA5A001680FE1200A21259 /* .npmignore */, + C1EA5A011680FE1200A21259 /* lib */, + C1EA5A031680FE1200A21259 /* LICENSE */, + C1EA5A041680FE1200A21259 /* package.json */, + C1EA5A051680FE1200A21259 /* README.md */, + C1EA5A061680FE1200A21259 /* test */, + ); + path = "lru-cache"; + sourceTree = ""; + }; + C1EA5A011680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5A021680FE1200A21259 /* lru-cache.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5A061680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5A071680FE1200A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA5A0A1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5A0B1680FE1200A21259 /* basic.js */, + C1EA5A0C1680FE1200A21259 /* brace-expand.js */, + C1EA5A0D1680FE1200A21259 /* caching.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA5A101680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5A111680FE1200A21259 /* fixtures */, + C1EA5A191680FE1200A21259 /* http-proxy-test.js */, + C1EA5A1A1680FE1200A21259 /* load-path-test.js */, + C1EA5A1B1680FE1200A21259 /* processors */, + C1EA5A1D1680FE1200A21259 /* resource-middleware-test.js */, + C1EA5A1E1680FE1200A21259 /* resource-set-cache-test.js */, + C1EA5A1F1680FE1200A21259 /* resource-set-test.js */, + C1EA5A201680FE1200A21259 /* resource-test.js */, + C1EA5A211680FE1200A21259 /* test-helper.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA5A111680FE1200A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA5A121680FE1200A21259 /* bar.js */, + C1EA5A131680FE1200A21259 /* foo.js */, + C1EA5A141680FE1200A21259 /* other-test */, + C1EA5A171680FE1200A21259 /* test */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA5A141680FE1200A21259 /* other-test */ = { + isa = PBXGroup; + children = ( + C1EA5A151680FE1200A21259 /* other.js */, + C1EA5A161680FE1200A21259 /* some-test.js */, + ); + path = "other-test"; + sourceTree = ""; + }; + C1EA5A171680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5A181680FE1200A21259 /* my-testish.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA5A1B1680FE1200A21259 /* processors */ = { + isa = PBXGroup; + children = ( + C1EA5A1C1680FE1200A21259 /* iife-processor-test.js */, + ); + path = processors; + sourceTree = ""; + }; + C1EA5A241680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5A251680FE1200A21259 /* buster-static-test.js */, + C1EA5A261680FE1200A21259 /* fixtures */, + ); + path = test; + sourceTree = ""; + }; + C1EA5A261680FE1200A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA5A271680FE1200A21259 /* some-test.js */, + C1EA5A281680FE1200A21259 /* test-config.js */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA5A291680FE1200A21259 /* buster-syntax */ = { + isa = PBXGroup; + children = ( + C1EA5A2A1680FE1200A21259 /* .npmignore */, + C1EA5A2B1680FE1200A21259 /* .travis.yml */, + C1EA5A2C1680FE1200A21259 /* autolint.json */, + C1EA5A2D1680FE1200A21259 /* buster.js */, + C1EA5A2E1680FE1200A21259 /* lib */, + C1EA5A311680FE1200A21259 /* node_modules */, + C1EA5DAC1680FE1200A21259 /* package.json */, + C1EA5DAD1680FE1200A21259 /* Readme.md */, + C1EA5DAE1680FE1200A21259 /* test */, + ); + path = "buster-syntax"; + sourceTree = ""; + }; + C1EA5A2E1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5A2F1680FE1200A21259 /* buster-syntax.js */, + C1EA5A301680FE1200A21259 /* syntax.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5A311680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA5A321680FE1200A21259 /* .bin */, + C1EA5A341680FE1200A21259 /* jsdom */, + C1EA5D361680FE1200A21259 /* uglify-js */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA5A321680FE1200A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA5A331680FE1200A21259 /* uglifyjs */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA5A341680FE1200A21259 /* jsdom */ = { + isa = PBXGroup; + children = ( + C1EA5A351680FE1200A21259 /* lib */, + C1EA5A531680FE1200A21259 /* LICENSE.txt */, + C1EA5A541680FE1200A21259 /* node_modules */, + C1EA5D341680FE1200A21259 /* package.json */, + C1EA5D351680FE1200A21259 /* README.md */, + ); + path = jsdom; + sourceTree = ""; + }; + C1EA5A351680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5A361680FE1200A21259 /* jsdom */, + C1EA5A521680FE1200A21259 /* jsdom.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5A361680FE1200A21259 /* jsdom */ = { + isa = PBXGroup; + children = ( + C1EA5A371680FE1200A21259 /* browser */, + C1EA5A3D1680FE1200A21259 /* level1 */, + C1EA5A3F1680FE1200A21259 /* level2 */, + C1EA5A471680FE1200A21259 /* level3 */, + C1EA5A4E1680FE1200A21259 /* selectors */, + C1EA5A511680FE1200A21259 /* utils.js */, + ); + path = jsdom; + sourceTree = ""; + }; + C1EA5A371680FE1200A21259 /* browser */ = { + isa = PBXGroup; + children = ( + C1EA5A381680FE1200A21259 /* documentfeatures.js */, + C1EA5A391680FE1200A21259 /* domtohtml.js */, + C1EA5A3A1680FE1200A21259 /* htmlencoding.js */, + C1EA5A3B1680FE1200A21259 /* htmltodom.js */, + C1EA5A3C1680FE1200A21259 /* index.js */, + ); + path = browser; + sourceTree = ""; + }; + C1EA5A3D1680FE1200A21259 /* level1 */ = { + isa = PBXGroup; + children = ( + C1EA5A3E1680FE1200A21259 /* core.js */, + ); + path = level1; + sourceTree = ""; + }; + C1EA5A3F1680FE1200A21259 /* level2 */ = { + isa = PBXGroup; + children = ( + C1EA5A401680FE1200A21259 /* core.js */, + C1EA5A411680FE1200A21259 /* events.js */, + C1EA5A421680FE1200A21259 /* html.js */, + C1EA5A431680FE1200A21259 /* index.js */, + C1EA5A441680FE1200A21259 /* languages */, + C1EA5A461680FE1200A21259 /* style.js */, + ); + path = level2; + sourceTree = ""; + }; + C1EA5A441680FE1200A21259 /* languages */ = { + isa = PBXGroup; + children = ( + C1EA5A451680FE1200A21259 /* javascript.js */, + ); + path = languages; + sourceTree = ""; + }; + C1EA5A471680FE1200A21259 /* level3 */ = { + isa = PBXGroup; + children = ( + C1EA5A481680FE1200A21259 /* core.js */, + C1EA5A491680FE1200A21259 /* events.js */, + C1EA5A4A1680FE1200A21259 /* html.js */, + C1EA5A4B1680FE1200A21259 /* index.js */, + C1EA5A4C1680FE1200A21259 /* ls.js */, + C1EA5A4D1680FE1200A21259 /* xpath.js */, + ); + path = level3; + sourceTree = ""; + }; + C1EA5A4E1680FE1200A21259 /* selectors */ = { + isa = PBXGroup; + children = ( + C1EA5A4F1680FE1200A21259 /* index.js */, + C1EA5A501680FE1200A21259 /* sizzle.js */, + ); + path = selectors; + sourceTree = ""; + }; + C1EA5A541680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA5A551680FE1200A21259 /* contextify */, + C1EA5A7C1680FE1200A21259 /* cssom */, + C1EA5A901680FE1200A21259 /* cssstyle */, + C1EA5C251680FE1200A21259 /* htmlparser */, + C1EA5C991680FE1200A21259 /* request */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA5A551680FE1200A21259 /* contextify */ = { + isa = PBXGroup; + children = ( + C1EA5A561680FE1200A21259 /* .npmignore */, + C1EA5A571680FE1200A21259 /* binding.gyp */, + C1EA5A581680FE1200A21259 /* build */, + C1EA5A6C1680FE1200A21259 /* changelog */, + C1EA5A6D1680FE1200A21259 /* lib */, + C1EA5A6F1680FE1200A21259 /* LICENSE.txt */, + C1EA5A701680FE1200A21259 /* node_modules */, + C1EA5A751680FE1200A21259 /* package.json */, + C1EA5A761680FE1200A21259 /* README.md */, + C1EA5A771680FE1200A21259 /* src */, + C1EA5A791680FE1200A21259 /* test */, + C1EA5A7B1680FE1200A21259 /* wscript */, + ); + path = contextify; + sourceTree = ""; + }; + C1EA5A581680FE1200A21259 /* build */ = { + isa = PBXGroup; + children = ( + C1EA5A591680FE1200A21259 /* binding.Makefile */, + C1EA5A5A1680FE1200A21259 /* config.gypi */, + C1EA5A5B1680FE1200A21259 /* contextify.target.mk */, + C1EA5A5C1680FE1200A21259 /* gyp-mac-tool */, + C1EA5A5D1680FE1200A21259 /* Makefile */, + C1EA5A5E1680FE1200A21259 /* Release */, + ); + path = build; + sourceTree = ""; + }; + C1EA5A5E1680FE1200A21259 /* Release */ = { + isa = PBXGroup; + children = ( + C1EA5A5F1680FE1200A21259 /* .deps */, + C1EA5A661680FE1200A21259 /* contextify.node */, + C1EA5A671680FE1200A21259 /* linker.lock */, + C1EA5A681680FE1200A21259 /* obj.target */, + ); + path = Release; + sourceTree = ""; + }; + C1EA5A5F1680FE1200A21259 /* .deps */ = { + isa = PBXGroup; + children = ( + C1EA5A601680FE1200A21259 /* Release */, + ); + path = .deps; + sourceTree = ""; + }; + C1EA5A601680FE1200A21259 /* Release */ = { + isa = PBXGroup; + children = ( + C1EA5A611680FE1200A21259 /* contextify.node.d */, + C1EA5A621680FE1200A21259 /* obj.target */, + ); + path = Release; + sourceTree = ""; + }; + C1EA5A621680FE1200A21259 /* obj.target */ = { + isa = PBXGroup; + children = ( + C1EA5A631680FE1200A21259 /* contextify */, + ); + path = obj.target; + sourceTree = ""; + }; + C1EA5A631680FE1200A21259 /* contextify */ = { + isa = PBXGroup; + children = ( + C1EA5A641680FE1200A21259 /* src */, + ); + path = contextify; + sourceTree = ""; + }; + C1EA5A641680FE1200A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA5A651680FE1200A21259 /* contextify.o.d */, + ); + path = src; + sourceTree = ""; + }; + C1EA5A681680FE1200A21259 /* obj.target */ = { + isa = PBXGroup; + children = ( + C1EA5A691680FE1200A21259 /* contextify */, + ); + path = obj.target; + sourceTree = ""; + }; + C1EA5A691680FE1200A21259 /* contextify */ = { + isa = PBXGroup; + children = ( + C1EA5A6A1680FE1200A21259 /* src */, + ); + path = contextify; + sourceTree = ""; + }; + C1EA5A6A1680FE1200A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA5A6B1680FE1200A21259 /* contextify.o */, + ); + path = src; + sourceTree = ""; + }; + C1EA5A6D1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5A6E1680FE1200A21259 /* contextify.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5A701680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA5A711680FE1200A21259 /* bindings */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA5A711680FE1200A21259 /* bindings */ = { + isa = PBXGroup; + children = ( + C1EA5A721680FE1200A21259 /* bindings.js */, + C1EA5A731680FE1200A21259 /* package.json */, + C1EA5A741680FE1200A21259 /* README.md */, + ); + path = bindings; + sourceTree = ""; + }; + C1EA5A771680FE1200A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA5A781680FE1200A21259 /* contextify.cc */, + ); + path = src; + sourceTree = ""; + }; + C1EA5A791680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5A7A1680FE1200A21259 /* contextify.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA5A7C1680FE1200A21259 /* cssom */ = { + isa = PBXGroup; + children = ( + C1EA5A7D1680FE1200A21259 /* .gitmodules */, + C1EA5A7E1680FE1200A21259 /* .npmignore */, + C1EA5A7F1680FE1200A21259 /* lib */, + C1EA5A8E1680FE1200A21259 /* package.json */, + C1EA5A8F1680FE1200A21259 /* README.mdown */, + ); + path = cssom; + sourceTree = ""; + }; + C1EA5A7F1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5A801680FE1200A21259 /* clone.js */, + C1EA5A811680FE1200A21259 /* CSSFontFaceRule.js */, + C1EA5A821680FE1200A21259 /* CSSImportRule.js */, + C1EA5A831680FE1200A21259 /* CSSKeyframeRule.js */, + C1EA5A841680FE1200A21259 /* CSSKeyframesRule.js */, + C1EA5A851680FE1200A21259 /* CSSMediaRule.js */, + C1EA5A861680FE1200A21259 /* CSSRule.js */, + C1EA5A871680FE1200A21259 /* CSSStyleDeclaration.js */, + C1EA5A881680FE1200A21259 /* CSSStyleRule.js */, + C1EA5A891680FE1200A21259 /* CSSStyleSheet.js */, + C1EA5A8A1680FE1200A21259 /* index.js */, + C1EA5A8B1680FE1200A21259 /* MediaList.js */, + C1EA5A8C1680FE1200A21259 /* parse.js */, + C1EA5A8D1680FE1200A21259 /* StyleSheet.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5A901680FE1200A21259 /* cssstyle */ = { + isa = PBXGroup; + children = ( + C1EA5A911680FE1200A21259 /* .npmignore */, + C1EA5A921680FE1200A21259 /* lib */, + C1EA5C201680FE1200A21259 /* make_properties.pl */, + C1EA5C211680FE1200A21259 /* package.json */, + C1EA5C221680FE1200A21259 /* README.md */, + C1EA5C231680FE1200A21259 /* tests */, + ); + path = cssstyle; + sourceTree = ""; + }; + C1EA5A921680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5A931680FE1200A21259 /* CSSStyleDeclaration.js */, + C1EA5A941680FE1200A21259 /* properties */, + C1EA5C1F1680FE1200A21259 /* props */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5A941680FE1200A21259 /* properties */ = { + isa = PBXGroup; + children = ( + C1EA5A951680FE1200A21259 /* alignmentBaseline.js */, + C1EA5A961680FE1200A21259 /* azimuth.js */, + C1EA5A971680FE1200A21259 /* background.js */, + C1EA5A981680FE1200A21259 /* backgroundAttachment.js */, + C1EA5A991680FE1200A21259 /* backgroundClip.js */, + C1EA5A9A1680FE1200A21259 /* backgroundColor.js */, + C1EA5A9B1680FE1200A21259 /* backgroundImage.js */, + C1EA5A9C1680FE1200A21259 /* backgroundOrigin.js */, + C1EA5A9D1680FE1200A21259 /* backgroundPosition.js */, + C1EA5A9E1680FE1200A21259 /* backgroundPositionX.js */, + C1EA5A9F1680FE1200A21259 /* backgroundPositionY.js */, + C1EA5AA01680FE1200A21259 /* backgroundRepeat.js */, + C1EA5AA11680FE1200A21259 /* backgroundRepeatX.js */, + C1EA5AA21680FE1200A21259 /* backgroundRepeatY.js */, + C1EA5AA31680FE1200A21259 /* backgroundSize.js */, + C1EA5AA41680FE1200A21259 /* baselineShift.js */, + C1EA5AA51680FE1200A21259 /* border.js */, + C1EA5AA61680FE1200A21259 /* borderBottom.js */, + C1EA5AA71680FE1200A21259 /* borderBottomColor.js */, + C1EA5AA81680FE1200A21259 /* borderBottomLeftRadius.js */, + C1EA5AA91680FE1200A21259 /* borderBottomRightRadius.js */, + C1EA5AAA1680FE1200A21259 /* borderBottomStyle.js */, + C1EA5AAB1680FE1200A21259 /* borderBottomWidth.js */, + C1EA5AAC1680FE1200A21259 /* borderCollapse.js */, + C1EA5AAD1680FE1200A21259 /* borderColor.js */, + C1EA5AAE1680FE1200A21259 /* borderImage.js */, + C1EA5AAF1680FE1200A21259 /* borderImageOutset.js */, + C1EA5AB01680FE1200A21259 /* borderImageRepeat.js */, + C1EA5AB11680FE1200A21259 /* borderImageSlice.js */, + C1EA5AB21680FE1200A21259 /* borderImageSource.js */, + C1EA5AB31680FE1200A21259 /* borderImageWidth.js */, + C1EA5AB41680FE1200A21259 /* borderLeft.js */, + C1EA5AB51680FE1200A21259 /* borderLeftColor.js */, + C1EA5AB61680FE1200A21259 /* borderLeftStyle.js */, + C1EA5AB71680FE1200A21259 /* borderLeftWidth.js */, + C1EA5AB81680FE1200A21259 /* borderRadius.js */, + C1EA5AB91680FE1200A21259 /* borderRight.js */, + C1EA5ABA1680FE1200A21259 /* borderRightColor.js */, + C1EA5ABB1680FE1200A21259 /* borderRightStyle.js */, + C1EA5ABC1680FE1200A21259 /* borderRightWidth.js */, + C1EA5ABD1680FE1200A21259 /* borderSpacing.js */, + C1EA5ABE1680FE1200A21259 /* borderStyle.js */, + C1EA5ABF1680FE1200A21259 /* borderTop.js */, + C1EA5AC01680FE1200A21259 /* borderTopColor.js */, + C1EA5AC11680FE1200A21259 /* borderTopLeftRadius.js */, + C1EA5AC21680FE1200A21259 /* borderTopRightRadius.js */, + C1EA5AC31680FE1200A21259 /* borderTopStyle.js */, + C1EA5AC41680FE1200A21259 /* borderTopWidth.js */, + C1EA5AC51680FE1200A21259 /* borderWidth.js */, + C1EA5AC61680FE1200A21259 /* bottom.js */, + C1EA5AC71680FE1200A21259 /* boxShadow.js */, + C1EA5AC81680FE1200A21259 /* boxSizing.js */, + C1EA5AC91680FE1200A21259 /* captionSide.js */, + C1EA5ACA1680FE1200A21259 /* clear.js */, + C1EA5ACB1680FE1200A21259 /* clip.js */, + C1EA5ACC1680FE1200A21259 /* clipPath.js */, + C1EA5ACD1680FE1200A21259 /* clipRule.js */, + C1EA5ACE1680FE1200A21259 /* color.js */, + C1EA5ACF1680FE1200A21259 /* colorInterpolation.js */, + C1EA5AD01680FE1200A21259 /* colorInterpolationFilters.js */, + C1EA5AD11680FE1200A21259 /* colorProfile.js */, + C1EA5AD21680FE1200A21259 /* colorRendering.js */, + C1EA5AD31680FE1200A21259 /* content.js */, + C1EA5AD41680FE1200A21259 /* counterIncrement.js */, + C1EA5AD51680FE1200A21259 /* counterReset.js */, + C1EA5AD61680FE1200A21259 /* cssFloat.js */, + C1EA5AD71680FE1200A21259 /* cue.js */, + C1EA5AD81680FE1200A21259 /* cueAfter.js */, + C1EA5AD91680FE1200A21259 /* cueBefore.js */, + C1EA5ADA1680FE1200A21259 /* cursor.js */, + C1EA5ADB1680FE1200A21259 /* direction.js */, + C1EA5ADC1680FE1200A21259 /* display.js */, + C1EA5ADD1680FE1200A21259 /* dominantBaseline.js */, + C1EA5ADE1680FE1200A21259 /* elevation.js */, + C1EA5ADF1680FE1200A21259 /* emptyCells.js */, + C1EA5AE01680FE1200A21259 /* enableBackground.js */, + C1EA5AE11680FE1200A21259 /* fill.js */, + C1EA5AE21680FE1200A21259 /* fillOpacity.js */, + C1EA5AE31680FE1200A21259 /* fillRule.js */, + C1EA5AE41680FE1200A21259 /* filter.js */, + C1EA5AE51680FE1200A21259 /* floodColor.js */, + C1EA5AE61680FE1200A21259 /* floodOpacity.js */, + C1EA5AE71680FE1200A21259 /* font.js */, + C1EA5AE81680FE1200A21259 /* fontFamily.js */, + C1EA5AE91680FE1200A21259 /* fontSize.js */, + C1EA5AEA1680FE1200A21259 /* fontSizeAdjust.js */, + C1EA5AEB1680FE1200A21259 /* fontStretch.js */, + C1EA5AEC1680FE1200A21259 /* fontStyle.js */, + C1EA5AED1680FE1200A21259 /* fontVariant.js */, + C1EA5AEE1680FE1200A21259 /* fontWeight.js */, + C1EA5AEF1680FE1200A21259 /* glyphOrientationHorizontal.js */, + C1EA5AF01680FE1200A21259 /* glyphOrientationVertical.js */, + C1EA5AF11680FE1200A21259 /* height.js */, + C1EA5AF21680FE1200A21259 /* imageRendering.js */, + C1EA5AF31680FE1200A21259 /* kerning.js */, + C1EA5AF41680FE1200A21259 /* left.js */, + C1EA5AF51680FE1200A21259 /* letterSpacing.js */, + C1EA5AF61680FE1200A21259 /* lightingColor.js */, + C1EA5AF71680FE1200A21259 /* lineHeight.js */, + C1EA5AF81680FE1200A21259 /* listStyle.js */, + C1EA5AF91680FE1200A21259 /* listStyleImage.js */, + C1EA5AFA1680FE1200A21259 /* listStylePosition.js */, + C1EA5AFB1680FE1200A21259 /* listStyleType.js */, + C1EA5AFC1680FE1200A21259 /* margin.js */, + C1EA5AFD1680FE1200A21259 /* marginBottom.js */, + C1EA5AFE1680FE1200A21259 /* marginLeft.js */, + C1EA5AFF1680FE1200A21259 /* marginRight.js */, + C1EA5B001680FE1200A21259 /* marginTop.js */, + C1EA5B011680FE1200A21259 /* marker.js */, + C1EA5B021680FE1200A21259 /* markerEnd.js */, + C1EA5B031680FE1200A21259 /* markerMid.js */, + C1EA5B041680FE1200A21259 /* markerOffset.js */, + C1EA5B051680FE1200A21259 /* markerStart.js */, + C1EA5B061680FE1200A21259 /* marks.js */, + C1EA5B071680FE1200A21259 /* mask.js */, + C1EA5B081680FE1200A21259 /* maxHeight.js */, + C1EA5B091680FE1200A21259 /* maxWidth.js */, + C1EA5B0A1680FE1200A21259 /* minHeight.js */, + C1EA5B0B1680FE1200A21259 /* minWidth.js */, + C1EA5B0C1680FE1200A21259 /* opacity.js */, + C1EA5B0D1680FE1200A21259 /* orphans.js */, + C1EA5B0E1680FE1200A21259 /* outline.js */, + C1EA5B0F1680FE1200A21259 /* outlineColor.js */, + C1EA5B101680FE1200A21259 /* outlineOffset.js */, + C1EA5B111680FE1200A21259 /* outlineStyle.js */, + C1EA5B121680FE1200A21259 /* outlineWidth.js */, + C1EA5B131680FE1200A21259 /* overflow.js */, + C1EA5B141680FE1200A21259 /* overflowX.js */, + C1EA5B151680FE1200A21259 /* overflowY.js */, + C1EA5B161680FE1200A21259 /* padding.js */, + C1EA5B171680FE1200A21259 /* paddingBottom.js */, + C1EA5B181680FE1200A21259 /* paddingLeft.js */, + C1EA5B191680FE1200A21259 /* paddingRight.js */, + C1EA5B1A1680FE1200A21259 /* paddingTop.js */, + C1EA5B1B1680FE1200A21259 /* page.js */, + C1EA5B1C1680FE1200A21259 /* pageBreakAfter.js */, + C1EA5B1D1680FE1200A21259 /* pageBreakBefore.js */, + C1EA5B1E1680FE1200A21259 /* pageBreakInside.js */, + C1EA5B1F1680FE1200A21259 /* pause.js */, + C1EA5B201680FE1200A21259 /* pauseAfter.js */, + C1EA5B211680FE1200A21259 /* pauseBefore.js */, + C1EA5B221680FE1200A21259 /* pitch.js */, + C1EA5B231680FE1200A21259 /* pitchRange.js */, + C1EA5B241680FE1200A21259 /* playDuring.js */, + C1EA5B251680FE1200A21259 /* pointerEvents.js */, + C1EA5B261680FE1200A21259 /* position.js */, + C1EA5B271680FE1200A21259 /* quotes.js */, + C1EA5B281680FE1200A21259 /* resize.js */, + C1EA5B291680FE1200A21259 /* richness.js */, + C1EA5B2A1680FE1200A21259 /* right.js */, + C1EA5B2B1680FE1200A21259 /* shapeRendering.js */, + C1EA5B2C1680FE1200A21259 /* size.js */, + C1EA5B2D1680FE1200A21259 /* speak.js */, + C1EA5B2E1680FE1200A21259 /* speakHeader.js */, + C1EA5B2F1680FE1200A21259 /* speakNumeral.js */, + C1EA5B301680FE1200A21259 /* speakPunctuation.js */, + C1EA5B311680FE1200A21259 /* speechRate.js */, + C1EA5B321680FE1200A21259 /* src.js */, + C1EA5B331680FE1200A21259 /* stopColor.js */, + C1EA5B341680FE1200A21259 /* stopOpacity.js */, + C1EA5B351680FE1200A21259 /* stress.js */, + C1EA5B361680FE1200A21259 /* stroke.js */, + C1EA5B371680FE1200A21259 /* strokeDasharray.js */, + C1EA5B381680FE1200A21259 /* strokeDashoffset.js */, + C1EA5B391680FE1200A21259 /* strokeLinecap.js */, + C1EA5B3A1680FE1200A21259 /* strokeLinejoin.js */, + C1EA5B3B1680FE1200A21259 /* strokeMiterlimit.js */, + C1EA5B3C1680FE1200A21259 /* strokeOpacity.js */, + C1EA5B3D1680FE1200A21259 /* strokeWidth.js */, + C1EA5B3E1680FE1200A21259 /* tableLayout.js */, + C1EA5B3F1680FE1200A21259 /* textAlign.js */, + C1EA5B401680FE1200A21259 /* textAnchor.js */, + C1EA5B411680FE1200A21259 /* textDecoration.js */, + C1EA5B421680FE1200A21259 /* textIndent.js */, + C1EA5B431680FE1200A21259 /* textLineThrough.js */, + C1EA5B441680FE1200A21259 /* textLineThroughColor.js */, + C1EA5B451680FE1200A21259 /* textLineThroughMode.js */, + C1EA5B461680FE1200A21259 /* textLineThroughStyle.js */, + C1EA5B471680FE1200A21259 /* textLineThroughWidth.js */, + C1EA5B481680FE1200A21259 /* textOverflow.js */, + C1EA5B491680FE1200A21259 /* textOverline.js */, + C1EA5B4A1680FE1200A21259 /* textOverlineColor.js */, + C1EA5B4B1680FE1200A21259 /* textOverlineMode.js */, + C1EA5B4C1680FE1200A21259 /* textOverlineStyle.js */, + C1EA5B4D1680FE1200A21259 /* textOverlineWidth.js */, + C1EA5B4E1680FE1200A21259 /* textRendering.js */, + C1EA5B4F1680FE1200A21259 /* textShadow.js */, + C1EA5B501680FE1200A21259 /* textTransform.js */, + C1EA5B511680FE1200A21259 /* textUnderline.js */, + C1EA5B521680FE1200A21259 /* textUnderlineColor.js */, + C1EA5B531680FE1200A21259 /* textUnderlineMode.js */, + C1EA5B541680FE1200A21259 /* textUnderlineStyle.js */, + C1EA5B551680FE1200A21259 /* textUnderlineWidth.js */, + C1EA5B561680FE1200A21259 /* top.js */, + C1EA5B571680FE1200A21259 /* unicodeBidi.js */, + C1EA5B581680FE1200A21259 /* unicodeRange.js */, + C1EA5B591680FE1200A21259 /* vectorEffect.js */, + C1EA5B5A1680FE1200A21259 /* verticalAlign.js */, + C1EA5B5B1680FE1200A21259 /* visibility.js */, + C1EA5B5C1680FE1200A21259 /* voiceFamily.js */, + C1EA5B5D1680FE1200A21259 /* volume.js */, + C1EA5B5E1680FE1200A21259 /* webkitAnimation.js */, + C1EA5B5F1680FE1200A21259 /* webkitAnimationDelay.js */, + C1EA5B601680FE1200A21259 /* webkitAnimationDirection.js */, + C1EA5B611680FE1200A21259 /* webkitAnimationDuration.js */, + C1EA5B621680FE1200A21259 /* webkitAnimationFillMode.js */, + C1EA5B631680FE1200A21259 /* webkitAnimationIterationCount.js */, + C1EA5B641680FE1200A21259 /* webkitAnimationName.js */, + C1EA5B651680FE1200A21259 /* webkitAnimationPlayState.js */, + C1EA5B661680FE1200A21259 /* webkitAnimationTimingFunction.js */, + C1EA5B671680FE1200A21259 /* webkitAppearance.js */, + C1EA5B681680FE1200A21259 /* webkitAspectRatio.js */, + C1EA5B691680FE1200A21259 /* webkitBackfaceVisibility.js */, + C1EA5B6A1680FE1200A21259 /* webkitBackgroundClip.js */, + C1EA5B6B1680FE1200A21259 /* webkitBackgroundComposite.js */, + C1EA5B6C1680FE1200A21259 /* webkitBackgroundOrigin.js */, + C1EA5B6D1680FE1200A21259 /* webkitBackgroundSize.js */, + C1EA5B6E1680FE1200A21259 /* webkitBorderAfter.js */, + C1EA5B6F1680FE1200A21259 /* webkitBorderAfterColor.js */, + C1EA5B701680FE1200A21259 /* webkitBorderAfterStyle.js */, + C1EA5B711680FE1200A21259 /* webkitBorderAfterWidth.js */, + C1EA5B721680FE1200A21259 /* webkitBorderBefore.js */, + C1EA5B731680FE1200A21259 /* webkitBorderBeforeColor.js */, + C1EA5B741680FE1200A21259 /* webkitBorderBeforeStyle.js */, + C1EA5B751680FE1200A21259 /* webkitBorderBeforeWidth.js */, + C1EA5B761680FE1200A21259 /* webkitBorderEnd.js */, + C1EA5B771680FE1200A21259 /* webkitBorderEndColor.js */, + C1EA5B781680FE1200A21259 /* webkitBorderEndStyle.js */, + C1EA5B791680FE1200A21259 /* webkitBorderEndWidth.js */, + C1EA5B7A1680FE1200A21259 /* webkitBorderFit.js */, + C1EA5B7B1680FE1200A21259 /* webkitBorderHorizontalSpacing.js */, + C1EA5B7C1680FE1200A21259 /* webkitBorderImage.js */, + C1EA5B7D1680FE1200A21259 /* webkitBorderRadius.js */, + C1EA5B7E1680FE1200A21259 /* webkitBorderStart.js */, + C1EA5B7F1680FE1200A21259 /* webkitBorderStartColor.js */, + C1EA5B801680FE1200A21259 /* webkitBorderStartStyle.js */, + C1EA5B811680FE1200A21259 /* webkitBorderStartWidth.js */, + C1EA5B821680FE1200A21259 /* webkitBorderVerticalSpacing.js */, + C1EA5B831680FE1200A21259 /* webkitBoxAlign.js */, + C1EA5B841680FE1200A21259 /* webkitBoxDirection.js */, + C1EA5B851680FE1200A21259 /* webkitBoxFlex.js */, + C1EA5B861680FE1200A21259 /* webkitBoxFlexGroup.js */, + C1EA5B871680FE1200A21259 /* webkitBoxLines.js */, + C1EA5B881680FE1200A21259 /* webkitBoxOrdinalGroup.js */, + C1EA5B891680FE1200A21259 /* webkitBoxOrient.js */, + C1EA5B8A1680FE1200A21259 /* webkitBoxPack.js */, + C1EA5B8B1680FE1200A21259 /* webkitBoxReflect.js */, + C1EA5B8C1680FE1200A21259 /* webkitBoxShadow.js */, + C1EA5B8D1680FE1200A21259 /* webkitColorCorrection.js */, + C1EA5B8E1680FE1200A21259 /* webkitColumnAxis.js */, + C1EA5B8F1680FE1200A21259 /* webkitColumnBreakAfter.js */, + C1EA5B901680FE1200A21259 /* webkitColumnBreakBefore.js */, + C1EA5B911680FE1200A21259 /* webkitColumnBreakInside.js */, + C1EA5B921680FE1200A21259 /* webkitColumnCount.js */, + C1EA5B931680FE1200A21259 /* webkitColumnGap.js */, + C1EA5B941680FE1200A21259 /* webkitColumnRule.js */, + C1EA5B951680FE1200A21259 /* webkitColumnRuleColor.js */, + C1EA5B961680FE1200A21259 /* webkitColumnRuleStyle.js */, + C1EA5B971680FE1200A21259 /* webkitColumnRuleWidth.js */, + C1EA5B981680FE1200A21259 /* webkitColumns.js */, + C1EA5B991680FE1200A21259 /* webkitColumnSpan.js */, + C1EA5B9A1680FE1200A21259 /* webkitColumnWidth.js */, + C1EA5B9B1680FE1200A21259 /* webkitFilter.js */, + C1EA5B9C1680FE1200A21259 /* webkitFlexAlign.js */, + C1EA5B9D1680FE1200A21259 /* webkitFlexDirection.js */, + C1EA5B9E1680FE1200A21259 /* webkitFlexFlow.js */, + C1EA5B9F1680FE1200A21259 /* webkitFlexItemAlign.js */, + C1EA5BA01680FE1200A21259 /* webkitFlexLinePack.js */, + C1EA5BA11680FE1200A21259 /* webkitFlexOrder.js */, + C1EA5BA21680FE1200A21259 /* webkitFlexPack.js */, + C1EA5BA31680FE1200A21259 /* webkitFlexWrap.js */, + C1EA5BA41680FE1200A21259 /* webkitFlowFrom.js */, + C1EA5BA51680FE1200A21259 /* webkitFlowInto.js */, + C1EA5BA61680FE1200A21259 /* webkitFontFeatureSettings.js */, + C1EA5BA71680FE1200A21259 /* webkitFontKerning.js */, + C1EA5BA81680FE1200A21259 /* webkitFontSizeDelta.js */, + C1EA5BA91680FE1200A21259 /* webkitFontSmoothing.js */, + C1EA5BAA1680FE1200A21259 /* webkitFontVariantLigatures.js */, + C1EA5BAB1680FE1200A21259 /* webkitHighlight.js */, + C1EA5BAC1680FE1200A21259 /* webkitHyphenateCharacter.js */, + C1EA5BAD1680FE1200A21259 /* webkitHyphenateLimitAfter.js */, + C1EA5BAE1680FE1200A21259 /* webkitHyphenateLimitBefore.js */, + C1EA5BAF1680FE1200A21259 /* webkitHyphenateLimitLines.js */, + C1EA5BB01680FE1200A21259 /* webkitHyphens.js */, + C1EA5BB11680FE1200A21259 /* webkitLineAlign.js */, + C1EA5BB21680FE1200A21259 /* webkitLineBoxContain.js */, + C1EA5BB31680FE1200A21259 /* webkitLineBreak.js */, + C1EA5BB41680FE1200A21259 /* webkitLineClamp.js */, + C1EA5BB51680FE1200A21259 /* webkitLineGrid.js */, + C1EA5BB61680FE1200A21259 /* webkitLineSnap.js */, + C1EA5BB71680FE1200A21259 /* webkitLocale.js */, + C1EA5BB81680FE1200A21259 /* webkitLogicalHeight.js */, + C1EA5BB91680FE1200A21259 /* webkitLogicalWidth.js */, + C1EA5BBA1680FE1200A21259 /* webkitMarginAfter.js */, + C1EA5BBB1680FE1200A21259 /* webkitMarginAfterCollapse.js */, + C1EA5BBC1680FE1200A21259 /* webkitMarginBefore.js */, + C1EA5BBD1680FE1200A21259 /* webkitMarginBeforeCollapse.js */, + C1EA5BBE1680FE1200A21259 /* webkitMarginBottomCollapse.js */, + C1EA5BBF1680FE1200A21259 /* webkitMarginCollapse.js */, + C1EA5BC01680FE1200A21259 /* webkitMarginEnd.js */, + C1EA5BC11680FE1200A21259 /* webkitMarginStart.js */, + C1EA5BC21680FE1200A21259 /* webkitMarginTopCollapse.js */, + C1EA5BC31680FE1200A21259 /* webkitMarquee.js */, + C1EA5BC41680FE1200A21259 /* webkitMarqueeDirection.js */, + C1EA5BC51680FE1200A21259 /* webkitMarqueeIncrement.js */, + C1EA5BC61680FE1200A21259 /* webkitMarqueeRepetition.js */, + C1EA5BC71680FE1200A21259 /* webkitMarqueeSpeed.js */, + C1EA5BC81680FE1200A21259 /* webkitMarqueeStyle.js */, + C1EA5BC91680FE1200A21259 /* webkitMask.js */, + C1EA5BCA1680FE1200A21259 /* webkitMaskAttachment.js */, + C1EA5BCB1680FE1200A21259 /* webkitMaskBoxImage.js */, + C1EA5BCC1680FE1200A21259 /* webkitMaskBoxImageOutset.js */, + C1EA5BCD1680FE1200A21259 /* webkitMaskBoxImageRepeat.js */, + C1EA5BCE1680FE1200A21259 /* webkitMaskBoxImageSlice.js */, + C1EA5BCF1680FE1200A21259 /* webkitMaskBoxImageSource.js */, + C1EA5BD01680FE1200A21259 /* webkitMaskBoxImageWidth.js */, + C1EA5BD11680FE1200A21259 /* webkitMaskClip.js */, + C1EA5BD21680FE1200A21259 /* webkitMaskComposite.js */, + C1EA5BD31680FE1200A21259 /* webkitMaskImage.js */, + C1EA5BD41680FE1200A21259 /* webkitMaskOrigin.js */, + C1EA5BD51680FE1200A21259 /* webkitMaskPosition.js */, + C1EA5BD61680FE1200A21259 /* webkitMaskPositionX.js */, + C1EA5BD71680FE1200A21259 /* webkitMaskPositionY.js */, + C1EA5BD81680FE1200A21259 /* webkitMaskRepeat.js */, + C1EA5BD91680FE1200A21259 /* webkitMaskRepeatX.js */, + C1EA5BDA1680FE1200A21259 /* webkitMaskRepeatY.js */, + C1EA5BDB1680FE1200A21259 /* webkitMaskSize.js */, + C1EA5BDC1680FE1200A21259 /* webkitMatchNearestMailBlockquoteColor.js */, + C1EA5BDD1680FE1200A21259 /* webkitMaxLogicalHeight.js */, + C1EA5BDE1680FE1200A21259 /* webkitMaxLogicalWidth.js */, + C1EA5BDF1680FE1200A21259 /* webkitMinLogicalHeight.js */, + C1EA5BE01680FE1200A21259 /* webkitMinLogicalWidth.js */, + C1EA5BE11680FE1200A21259 /* webkitNbspMode.js */, + C1EA5BE21680FE1200A21259 /* webkitOverflowScrolling.js */, + C1EA5BE31680FE1200A21259 /* webkitPaddingAfter.js */, + C1EA5BE41680FE1200A21259 /* webkitPaddingBefore.js */, + C1EA5BE51680FE1200A21259 /* webkitPaddingEnd.js */, + C1EA5BE61680FE1200A21259 /* webkitPaddingStart.js */, + C1EA5BE71680FE1200A21259 /* webkitPerspective.js */, + C1EA5BE81680FE1200A21259 /* webkitPerspectiveOrigin.js */, + C1EA5BE91680FE1200A21259 /* webkitPerspectiveOriginX.js */, + C1EA5BEA1680FE1200A21259 /* webkitPerspectiveOriginY.js */, + C1EA5BEB1680FE1200A21259 /* webkitPrintColorAdjust.js */, + C1EA5BEC1680FE1200A21259 /* webkitRegionBreakAfter.js */, + C1EA5BED1680FE1200A21259 /* webkitRegionBreakBefore.js */, + C1EA5BEE1680FE1200A21259 /* webkitRegionBreakInside.js */, + C1EA5BEF1680FE1200A21259 /* webkitRegionOverflow.js */, + C1EA5BF01680FE1200A21259 /* webkitRtlOrdering.js */, + C1EA5BF11680FE1200A21259 /* webkitSvgShadow.js */, + C1EA5BF21680FE1200A21259 /* webkitTapHighlightColor.js */, + C1EA5BF31680FE1200A21259 /* webkitTextCombine.js */, + C1EA5BF41680FE1200A21259 /* webkitTextDecorationsInEffect.js */, + C1EA5BF51680FE1200A21259 /* webkitTextEmphasis.js */, + C1EA5BF61680FE1200A21259 /* webkitTextEmphasisColor.js */, + C1EA5BF71680FE1200A21259 /* webkitTextEmphasisPosition.js */, + C1EA5BF81680FE1200A21259 /* webkitTextEmphasisStyle.js */, + C1EA5BF91680FE1200A21259 /* webkitTextFillColor.js */, + C1EA5BFA1680FE1200A21259 /* webkitTextOrientation.js */, + C1EA5BFB1680FE1200A21259 /* webkitTextSecurity.js */, + C1EA5BFC1680FE1200A21259 /* webkitTextSizeAdjust.js */, + C1EA5BFD1680FE1200A21259 /* webkitTextStroke.js */, + C1EA5BFE1680FE1200A21259 /* webkitTextStrokeColor.js */, + C1EA5BFF1680FE1200A21259 /* webkitTextStrokeWidth.js */, + C1EA5C001680FE1200A21259 /* webkitTransform.js */, + C1EA5C011680FE1200A21259 /* webkitTransformOrigin.js */, + C1EA5C021680FE1200A21259 /* webkitTransformOriginX.js */, + C1EA5C031680FE1200A21259 /* webkitTransformOriginY.js */, + C1EA5C041680FE1200A21259 /* webkitTransformOriginZ.js */, + C1EA5C051680FE1200A21259 /* webkitTransformStyle.js */, + C1EA5C061680FE1200A21259 /* webkitTransition.js */, + C1EA5C071680FE1200A21259 /* webkitTransitionDelay.js */, + C1EA5C081680FE1200A21259 /* webkitTransitionDuration.js */, + C1EA5C091680FE1200A21259 /* webkitTransitionProperty.js */, + C1EA5C0A1680FE1200A21259 /* webkitTransitionTimingFunction.js */, + C1EA5C0B1680FE1200A21259 /* webkitUserDrag.js */, + C1EA5C0C1680FE1200A21259 /* webkitUserModify.js */, + C1EA5C0D1680FE1200A21259 /* webkitUserSelect.js */, + C1EA5C0E1680FE1200A21259 /* webkitWrap.js */, + C1EA5C0F1680FE1200A21259 /* webkitWrapFlow.js */, + C1EA5C101680FE1200A21259 /* webkitWrapMargin.js */, + C1EA5C111680FE1200A21259 /* webkitWrapPadding.js */, + C1EA5C121680FE1200A21259 /* webkitWrapShapeInside.js */, + C1EA5C131680FE1200A21259 /* webkitWrapShapeOutside.js */, + C1EA5C141680FE1200A21259 /* webkitWrapThrough.js */, + C1EA5C151680FE1200A21259 /* webkitWritingMode.js */, + C1EA5C161680FE1200A21259 /* whiteSpace.js */, + C1EA5C171680FE1200A21259 /* widows.js */, + C1EA5C181680FE1200A21259 /* width.js */, + C1EA5C191680FE1200A21259 /* wordBreak.js */, + C1EA5C1A1680FE1200A21259 /* wordSpacing.js */, + C1EA5C1B1680FE1200A21259 /* wordWrap.js */, + C1EA5C1C1680FE1200A21259 /* writingMode.js */, + C1EA5C1D1680FE1200A21259 /* zIndex.js */, + C1EA5C1E1680FE1200A21259 /* zoom.js */, + ); + path = properties; + sourceTree = ""; + }; + C1EA5C231680FE1200A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA5C241680FE1200A21259 /* tests.js */, + ); + path = tests; + sourceTree = ""; + }; + C1EA5C251680FE1200A21259 /* htmlparser */ = { + isa = PBXGroup; + children = ( + C1EA5C261680FE1200A21259 /* .project */, + C1EA5C271680FE1200A21259 /* .project.bak */, + C1EA5C281680FE1200A21259 /* .settings */, + C1EA5C2D1680FE1200A21259 /* a */, + C1EA5C2E1680FE1200A21259 /* b */, + C1EA5C2F1680FE1200A21259 /* c */, + C1EA5C301680FE1200A21259 /* CHANGELOG */, + C1EA5C311680FE1200A21259 /* json2.js */, + C1EA5C321680FE1200A21259 /* lib */, + C1EA5C371680FE1200A21259 /* libxmljs.node */, + C1EA5C381680FE1200A21259 /* LICENSE */, + C1EA5C391680FE1200A21259 /* new */, + C1EA5C411680FE1200A21259 /* newparser.js */, + C1EA5C421680FE1200A21259 /* node-htmlparser.old.js */, + C1EA5C431680FE1200A21259 /* package.json */, + C1EA5C441680FE1200A21259 /* profile */, + C1EA5C451680FE1200A21259 /* profile.getelement.js */, + C1EA5C461680FE1200A21259 /* profile.getelement.txt */, + C1EA5C471680FE1200A21259 /* profile.js */, + C1EA5C481680FE1200A21259 /* profileresults.txt */, + C1EA5C491680FE1200A21259 /* pulls */, + C1EA5C701680FE1200A21259 /* README.md */, + C1EA5C711680FE1200A21259 /* rssbug.js */, + C1EA5C721680FE1200A21259 /* rssbug.rss */, + C1EA5C731680FE1200A21259 /* runtests.html */, + C1EA5C741680FE1200A21259 /* runtests.js */, + C1EA5C751680FE1200A21259 /* runtests.min.html */, + C1EA5C761680FE1200A21259 /* runtests.min.js */, + C1EA5C771680FE1200A21259 /* runtests_new.js */, + C1EA5C781680FE1200A21259 /* snippet.js */, + C1EA5C791680FE1200A21259 /* test01.js */, + C1EA5C7A1680FE1200A21259 /* testdata */, + C1EA5C7E1680FE1200A21259 /* tests */, + C1EA5C951680FE1200A21259 /* tmp */, + C1EA5C971680FE1200A21259 /* utils_example.js */, + C1EA5C981680FE1200A21259 /* v8.log */, + ); + path = htmlparser; + sourceTree = ""; + }; + C1EA5C281680FE1200A21259 /* .settings */ = { + isa = PBXGroup; + children = ( + C1EA5C291680FE1200A21259 /* .jsdtscope */, + C1EA5C2A1680FE1200A21259 /* org.eclipse.core.resources.prefs */, + C1EA5C2B1680FE1200A21259 /* org.eclipse.wst.jsdt.ui.superType.container */, + C1EA5C2C1680FE1200A21259 /* org.eclipse.wst.jsdt.ui.superType.name */, + ); + path = .settings; + sourceTree = ""; + }; + C1EA5C321680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5C331680FE1200A21259 /* htmlparser.js */, + C1EA5C341680FE1200A21259 /* htmlparser.min.js */, + C1EA5C351680FE1200A21259 /* node-htmlparser.js */, + C1EA5C361680FE1200A21259 /* node-htmlparser.min.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5C391680FE1200A21259 /* new */ = { + isa = PBXGroup; + children = ( + C1EA5C3A1680FE1200A21259 /* a */, + C1EA5C3B1680FE1200A21259 /* b */, + C1EA5C3C1680FE1200A21259 /* compat.js */, + C1EA5C3D1680FE1200A21259 /* htmlparser.js */, + C1EA5C3E1680FE1200A21259 /* parser.zip */, + C1EA5C3F1680FE1200A21259 /* test01.js */, + C1EA5C401680FE1200A21259 /* test02.js */, + ); + path = new; + sourceTree = ""; + }; + C1EA5C491680FE1200A21259 /* pulls */ = { + isa = PBXGroup; + children = ( + C1EA5C4A1680FE1200A21259 /* node-htmlparser */, + ); + path = pulls; + sourceTree = ""; + }; + C1EA5C4A1680FE1200A21259 /* node-htmlparser */ = { + isa = PBXGroup; + children = ( + C1EA5C4B1680FE1200A21259 /* CHANGELOG */, + C1EA5C4C1680FE1200A21259 /* json2.js */, + C1EA5C4D1680FE1200A21259 /* lib */, + C1EA5C501680FE1200A21259 /* LICENSE */, + C1EA5C511680FE1200A21259 /* package.json */, + C1EA5C521680FE1200A21259 /* profile.js */, + C1EA5C531680FE1200A21259 /* README.md */, + C1EA5C541680FE1200A21259 /* runtests.html */, + C1EA5C551680FE1200A21259 /* runtests.js */, + C1EA5C561680FE1200A21259 /* runtests.min.html */, + C1EA5C571680FE1200A21259 /* runtests.min.js */, + C1EA5C581680FE1200A21259 /* snippet.js */, + C1EA5C591680FE1200A21259 /* tests */, + C1EA5C6F1680FE1200A21259 /* utils_example.js */, + ); + path = "node-htmlparser"; + sourceTree = ""; + }; + C1EA5C4D1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5C4E1680FE1200A21259 /* node-htmlparser.js */, + C1EA5C4F1680FE1200A21259 /* node-htmlparser.min.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5C591680FE1200A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA5C5A1680FE1200A21259 /* 01-basic.js */, + C1EA5C5B1680FE1200A21259 /* 02-single_tag_1.js */, + C1EA5C5C1680FE1200A21259 /* 03-single_tag_2.js */, + C1EA5C5D1680FE1200A21259 /* 04-unescaped_in_script.js */, + C1EA5C5E1680FE1200A21259 /* 05-tags_in_comment.js */, + C1EA5C5F1680FE1200A21259 /* 06-comment_in_script.js */, + C1EA5C601680FE1200A21259 /* 07-unescaped_in_style.js */, + C1EA5C611680FE1200A21259 /* 08-extra_spaces_in_tag.js */, + C1EA5C621680FE1200A21259 /* 09-unquoted_attrib.js */, + C1EA5C631680FE1200A21259 /* 10-singular_attribute.js */, + C1EA5C641680FE1200A21259 /* 11-text_outside_tags.js */, + C1EA5C651680FE1200A21259 /* 12-text_only.js */, + C1EA5C661680FE1200A21259 /* 13-comment_in_text.js */, + C1EA5C671680FE1200A21259 /* 14-comment_in_text_in_script.js */, + C1EA5C681680FE1200A21259 /* 15-non-verbose.js */, + C1EA5C691680FE1200A21259 /* 16-ignore_whitespace.js */, + C1EA5C6A1680FE1200A21259 /* 17-xml_namespace.js */, + C1EA5C6B1680FE1200A21259 /* 18-enforce_empty_tags.js */, + C1EA5C6C1680FE1200A21259 /* 19-ignore_empty_tags.js */, + C1EA5C6D1680FE1200A21259 /* 20-rss.js */, + C1EA5C6E1680FE1200A21259 /* 21-atom.js */, + ); + path = tests; + sourceTree = ""; + }; + C1EA5C7A1680FE1200A21259 /* testdata */ = { + isa = PBXGroup; + children = ( + C1EA5C7B1680FE1200A21259 /* api.html */, + C1EA5C7C1680FE1200A21259 /* getelement.html */, + C1EA5C7D1680FE1200A21259 /* trackerchecker.html */, + ); + path = testdata; + sourceTree = ""; + }; + C1EA5C7E1680FE1200A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA5C7F1680FE1200A21259 /* 01-basic.js */, + C1EA5C801680FE1200A21259 /* 02-single_tag_1.js */, + C1EA5C811680FE1200A21259 /* 03-single_tag_2.js */, + C1EA5C821680FE1200A21259 /* 04-unescaped_in_script.js */, + C1EA5C831680FE1200A21259 /* 05-tags_in_comment.js */, + C1EA5C841680FE1200A21259 /* 06-comment_in_script.js */, + C1EA5C851680FE1200A21259 /* 07-unescaped_in_style.js */, + C1EA5C861680FE1200A21259 /* 08-extra_spaces_in_tag.js */, + C1EA5C871680FE1200A21259 /* 09-unquoted_attrib.js */, + C1EA5C881680FE1200A21259 /* 10-singular_attribute.js */, + C1EA5C891680FE1200A21259 /* 11-text_outside_tags.js */, + C1EA5C8A1680FE1200A21259 /* 12-text_only.js */, + C1EA5C8B1680FE1200A21259 /* 13-comment_in_text.js */, + C1EA5C8C1680FE1200A21259 /* 14-comment_in_text_in_script.js */, + C1EA5C8D1680FE1200A21259 /* 15-non-verbose.js */, + C1EA5C8E1680FE1200A21259 /* 16-ignore_whitespace.js */, + C1EA5C8F1680FE1200A21259 /* 17-xml_namespace.js */, + C1EA5C901680FE1200A21259 /* 18-enforce_empty_tags.js */, + C1EA5C911680FE1200A21259 /* 19-ignore_empty_tags.js */, + C1EA5C921680FE1200A21259 /* 20-rss.js */, + C1EA5C931680FE1200A21259 /* 21-atom.js */, + C1EA5C941680FE1200A21259 /* 22-position_data.js */, + ); + path = tests; + sourceTree = ""; + }; + C1EA5C951680FE1200A21259 /* tmp */ = { + isa = PBXGroup; + children = ( + C1EA5C961680FE1200A21259 /* snippet.js */, + ); + path = tmp; + sourceTree = ""; + }; + C1EA5C991680FE1200A21259 /* request */ = { + isa = PBXGroup; + children = ( + C1EA5C9A1680FE1200A21259 /* aws.js */, + C1EA5C9B1680FE1200A21259 /* forever.js */, + C1EA5C9C1680FE1200A21259 /* LICENSE */, + C1EA5C9D1680FE1200A21259 /* main.js */, + C1EA5C9E1680FE1200A21259 /* node_modules */, + C1EA5CFC1680FE1200A21259 /* oauth.js */, + C1EA5CFD1680FE1200A21259 /* package.json */, + C1EA5CFE1680FE1200A21259 /* README.md */, + C1EA5CFF1680FE1200A21259 /* tests */, + C1EA5D2E1680FE1200A21259 /* tunnel.js */, + C1EA5D2F1680FE1200A21259 /* uuid.js */, + C1EA5D301680FE1200A21259 /* vendor */, + ); + path = request; + sourceTree = ""; + }; + C1EA5C9E1680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA5C9F1680FE1200A21259 /* form-data */, + C1EA5CF31680FE1200A21259 /* mime */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA5C9F1680FE1200A21259 /* form-data */ = { + isa = PBXGroup; + children = ( + C1EA5CA01680FE1200A21259 /* .npmignore */, + C1EA5CA11680FE1200A21259 /* lib */, + C1EA5CA31680FE1200A21259 /* Makefile */, + C1EA5CA41680FE1200A21259 /* node-form-data.sublime-project */, + C1EA5CA51680FE1200A21259 /* node-form-data.sublime-workspace */, + C1EA5CA61680FE1200A21259 /* node_modules */, + C1EA5CE51680FE1200A21259 /* package.json */, + C1EA5CE61680FE1200A21259 /* Readme.md */, + C1EA5CE71680FE1200A21259 /* test */, + ); + path = "form-data"; + sourceTree = ""; + }; + C1EA5CA11680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5CA21680FE1200A21259 /* form_data.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5CA61680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA5CA71680FE1200A21259 /* async */, + C1EA5CBB1680FE1200A21259 /* combined-stream */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA5CA71680FE1200A21259 /* async */ = { + isa = PBXGroup; + children = ( + C1EA5CA81680FE1200A21259 /* .gitmodules */, + C1EA5CA91680FE1200A21259 /* async.min.js.gzip */, + C1EA5CAA1680FE1200A21259 /* deps */, + C1EA5CAD1680FE1200A21259 /* dist */, + C1EA5CAF1680FE1200A21259 /* index.js */, + C1EA5CB01680FE1200A21259 /* lib */, + C1EA5CB21680FE1200A21259 /* LICENSE */, + C1EA5CB31680FE1200A21259 /* Makefile */, + C1EA5CB41680FE1200A21259 /* nodelint.cfg */, + C1EA5CB51680FE1200A21259 /* package.json */, + C1EA5CB61680FE1200A21259 /* README.md */, + C1EA5CB71680FE1200A21259 /* test */, + ); + path = async; + sourceTree = ""; + }; + C1EA5CAA1680FE1200A21259 /* deps */ = { + isa = PBXGroup; + children = ( + C1EA5CAB1680FE1200A21259 /* nodeunit.css */, + C1EA5CAC1680FE1200A21259 /* nodeunit.js */, + ); + path = deps; + sourceTree = ""; + }; + C1EA5CAD1680FE1200A21259 /* dist */ = { + isa = PBXGroup; + children = ( + C1EA5CAE1680FE1200A21259 /* async.min.js */, + ); + path = dist; + sourceTree = ""; + }; + C1EA5CB01680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5CB11680FE1200A21259 /* async.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5CB71680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5CB81680FE1200A21259 /* .swp */, + C1EA5CB91680FE1200A21259 /* test-async.js */, + C1EA5CBA1680FE1200A21259 /* test.html */, + ); + path = test; + sourceTree = ""; + }; + C1EA5CBB1680FE1200A21259 /* combined-stream */ = { + isa = PBXGroup; + children = ( + C1EA5CBC1680FE1200A21259 /* .npmignore */, + C1EA5CBD1680FE1200A21259 /* lib */, + C1EA5CBF1680FE1200A21259 /* License */, + C1EA5CC01680FE1200A21259 /* Makefile */, + C1EA5CC11680FE1200A21259 /* node_modules */, + C1EA5CD61680FE1200A21259 /* package.json */, + C1EA5CD71680FE1200A21259 /* Readme.md */, + C1EA5CD81680FE1200A21259 /* test */, + ); + path = "combined-stream"; + sourceTree = ""; + }; + C1EA5CBD1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5CBE1680FE1200A21259 /* combined_stream.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5CC11680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA5CC21680FE1200A21259 /* delayed-stream */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA5CC21680FE1200A21259 /* delayed-stream */ = { + isa = PBXGroup; + children = ( + C1EA5CC31680FE1200A21259 /* .npmignore */, + C1EA5CC41680FE1200A21259 /* lib */, + C1EA5CC61680FE1200A21259 /* License */, + C1EA5CC71680FE1200A21259 /* Makefile */, + C1EA5CC81680FE1200A21259 /* package.json */, + C1EA5CC91680FE1200A21259 /* Readme.md */, + C1EA5CCA1680FE1200A21259 /* test */, + ); + path = "delayed-stream"; + sourceTree = ""; + }; + C1EA5CC41680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5CC51680FE1200A21259 /* delayed_stream.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5CCA1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5CCB1680FE1200A21259 /* common.js */, + C1EA5CCC1680FE1200A21259 /* integration */, + C1EA5CD51680FE1200A21259 /* run.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA5CCC1680FE1200A21259 /* integration */ = { + isa = PBXGroup; + children = ( + C1EA5CCD1680FE1200A21259 /* test-delayed-http-upload.js */, + C1EA5CCE1680FE1200A21259 /* test-delayed-stream-auto-pause.js */, + C1EA5CCF1680FE1200A21259 /* test-delayed-stream-pause.js */, + C1EA5CD01680FE1200A21259 /* test-delayed-stream.js */, + C1EA5CD11680FE1200A21259 /* test-handle-source-errors.js */, + C1EA5CD21680FE1200A21259 /* test-max-data-size.js */, + C1EA5CD31680FE1200A21259 /* test-pipe-resumes.js */, + C1EA5CD41680FE1200A21259 /* test-proxy-readable.js */, + ); + path = integration; + sourceTree = ""; + }; + C1EA5CD81680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5CD91680FE1200A21259 /* common.js */, + C1EA5CDA1680FE1200A21259 /* fixture */, + C1EA5CDD1680FE1200A21259 /* integration */, + C1EA5CE41680FE1200A21259 /* run.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA5CDA1680FE1200A21259 /* fixture */ = { + isa = PBXGroup; + children = ( + C1EA5CDB1680FE1200A21259 /* file1.txt */, + C1EA5CDC1680FE1200A21259 /* file2.txt */, + ); + path = fixture; + sourceTree = ""; + }; + C1EA5CDD1680FE1200A21259 /* integration */ = { + isa = PBXGroup; + children = ( + C1EA5CDE1680FE1200A21259 /* test-callback-streams.js */, + C1EA5CDF1680FE1200A21259 /* test-data-size.js */, + C1EA5CE01680FE1200A21259 /* test-delayed-streams-and-buffers-and-strings.js */, + C1EA5CE11680FE1200A21259 /* test-delayed-streams.js */, + C1EA5CE21680FE1200A21259 /* test-max-data-size.js */, + C1EA5CE31680FE1200A21259 /* test-unpaused-streams.js */, + ); + path = integration; + sourceTree = ""; + }; + C1EA5CE71680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5CE81680FE1200A21259 /* common.js */, + C1EA5CE91680FE1200A21259 /* fixture */, + C1EA5CEC1680FE1200A21259 /* integration */, + C1EA5CF21680FE1200A21259 /* run.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA5CE91680FE1200A21259 /* fixture */ = { + isa = PBXGroup; + children = ( + C1EA5CEA1680FE1200A21259 /* bacon.txt */, + C1EA5CEB1680FE1200A21259 /* unicycle.jpg */, + ); + path = fixture; + sourceTree = ""; + }; + C1EA5CEC1680FE1200A21259 /* integration */ = { + isa = PBXGroup; + children = ( + C1EA5CED1680FE1200A21259 /* test-form-get-length.js */, + C1EA5CEE1680FE1200A21259 /* test-get-boundary.js */, + C1EA5CEF1680FE1200A21259 /* test-http-response.js */, + C1EA5CF01680FE1200A21259 /* test-pipe.js */, + C1EA5CF11680FE1200A21259 /* test-submit.js */, + ); + path = integration; + sourceTree = ""; + }; + C1EA5CF31680FE1200A21259 /* mime */ = { + isa = PBXGroup; + children = ( + C1EA5CF41680FE1200A21259 /* LICENSE */, + C1EA5CF51680FE1200A21259 /* mime.js */, + C1EA5CF61680FE1200A21259 /* package.json */, + C1EA5CF71680FE1200A21259 /* README.md */, + C1EA5CF81680FE1200A21259 /* test.js */, + C1EA5CF91680FE1200A21259 /* types */, + ); + path = mime; + sourceTree = ""; + }; + C1EA5CF91680FE1200A21259 /* types */ = { + isa = PBXGroup; + children = ( + C1EA5CFA1680FE1200A21259 /* mime.types */, + C1EA5CFB1680FE1200A21259 /* node.types */, + ); + path = types; + sourceTree = ""; + }; + C1EA5CFF1680FE1200A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA5D001680FE1200A21259 /* googledoodle.png */, + C1EA5D011680FE1200A21259 /* run.js */, + C1EA5D021680FE1200A21259 /* server.js */, + C1EA5D031680FE1200A21259 /* squid.conf */, + C1EA5D041680FE1200A21259 /* ssl */, + C1EA5D141680FE1200A21259 /* test-body.js */, + C1EA5D151680FE1200A21259 /* test-cookie.js */, + C1EA5D161680FE1200A21259 /* test-cookiejar.js */, + C1EA5D171680FE1200A21259 /* test-defaults.js */, + C1EA5D181680FE1200A21259 /* test-errors.js */, + C1EA5D191680FE1200A21259 /* test-follow-all-303.js */, + C1EA5D1A1680FE1200A21259 /* test-follow-all.js */, + C1EA5D1B1680FE1200A21259 /* test-form.js */, + C1EA5D1C1680FE1200A21259 /* test-headers.js */, + C1EA5D1D1680FE1200A21259 /* test-httpModule.js */, + C1EA5D1E1680FE1200A21259 /* test-https-strict.js */, + C1EA5D1F1680FE1200A21259 /* test-https.js */, + C1EA5D201680FE1200A21259 /* test-oauth.js */, + C1EA5D211680FE1200A21259 /* test-params.js */, + C1EA5D221680FE1200A21259 /* test-piped-redirect.js */, + C1EA5D231680FE1200A21259 /* test-pipes.js */, + C1EA5D241680FE1200A21259 /* test-pool.js */, + C1EA5D251680FE1200A21259 /* test-protocol-changing-redirect.js */, + C1EA5D261680FE1200A21259 /* test-proxy.js */, + C1EA5D271680FE1200A21259 /* test-qs.js */, + C1EA5D281680FE1200A21259 /* test-redirect.js */, + C1EA5D291680FE1200A21259 /* test-s3.js */, + C1EA5D2A1680FE1200A21259 /* test-timeout.js */, + C1EA5D2B1680FE1200A21259 /* test-toJSON.js */, + C1EA5D2C1680FE1200A21259 /* test-tunnel.js */, + C1EA5D2D1680FE1200A21259 /* unicycle.jpg */, + ); + path = tests; + sourceTree = ""; + }; + C1EA5D041680FE1200A21259 /* ssl */ = { + isa = PBXGroup; + children = ( + C1EA5D051680FE1200A21259 /* ca */, + C1EA5D111680FE1200A21259 /* npm-ca.crt */, + C1EA5D121680FE1200A21259 /* test.crt */, + C1EA5D131680FE1200A21259 /* test.key */, + ); + path = ssl; + sourceTree = ""; + }; + C1EA5D051680FE1200A21259 /* ca */ = { + isa = PBXGroup; + children = ( + C1EA5D061680FE1200A21259 /* ca.cnf */, + C1EA5D071680FE1200A21259 /* ca.crl */, + C1EA5D081680FE1200A21259 /* ca.crt */, + C1EA5D091680FE1200A21259 /* ca.csr */, + C1EA5D0A1680FE1200A21259 /* ca.key */, + C1EA5D0B1680FE1200A21259 /* ca.srl */, + C1EA5D0C1680FE1200A21259 /* server.cnf */, + C1EA5D0D1680FE1200A21259 /* server.crt */, + C1EA5D0E1680FE1200A21259 /* server.csr */, + C1EA5D0F1680FE1200A21259 /* server.js */, + C1EA5D101680FE1200A21259 /* server.key */, + ); + path = ca; + sourceTree = ""; + }; + C1EA5D301680FE1200A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA5D311680FE1200A21259 /* cookie */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA5D311680FE1200A21259 /* cookie */ = { + isa = PBXGroup; + children = ( + C1EA5D321680FE1200A21259 /* index.js */, + C1EA5D331680FE1200A21259 /* jar.js */, + ); + path = cookie; + sourceTree = ""; + }; + C1EA5D361680FE1200A21259 /* uglify-js */ = { + isa = PBXGroup; + children = ( + C1EA5D371680FE1200A21259 /* .npmignore */, + C1EA5D381680FE1200A21259 /* bin */, + C1EA5D3A1680FE1200A21259 /* docstyle.css */, + C1EA5D3B1680FE1200A21259 /* lib */, + C1EA5D411680FE1200A21259 /* package.json */, + C1EA5D421680FE1200A21259 /* README.html */, + C1EA5D431680FE1200A21259 /* README.org */, + C1EA5D441680FE1200A21259 /* test */, + C1EA5D9E1680FE1200A21259 /* tmp */, + C1EA5DAB1680FE1200A21259 /* uglify-js.js */, + ); + path = "uglify-js"; + sourceTree = ""; + }; + C1EA5D381680FE1200A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA5D391680FE1200A21259 /* uglifyjs */, + ); + path = bin; + sourceTree = ""; + }; + C1EA5D3B1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5D3C1680FE1200A21259 /* consolidator.js */, + C1EA5D3D1680FE1200A21259 /* object-ast.js */, + C1EA5D3E1680FE1200A21259 /* parse-js.js */, + C1EA5D3F1680FE1200A21259 /* process.js */, + C1EA5D401680FE1200A21259 /* squeeze-more.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5D441680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5D451680FE1200A21259 /* beautify.js */, + C1EA5D461680FE1200A21259 /* testparser.js */, + C1EA5D471680FE1200A21259 /* unit */, + ); + path = test; + sourceTree = ""; + }; + C1EA5D471680FE1200A21259 /* unit */ = { + isa = PBXGroup; + children = ( + C1EA5D481680FE1200A21259 /* compress */, + C1EA5D9D1680FE1200A21259 /* scripts.js */, + ); + path = unit; + sourceTree = ""; + }; + C1EA5D481680FE1200A21259 /* compress */ = { + isa = PBXGroup; + children = ( + C1EA5D491680FE1200A21259 /* expected */, + C1EA5D731680FE1200A21259 /* test */, + ); + path = compress; + sourceTree = ""; + }; + C1EA5D491680FE1200A21259 /* expected */ = { + isa = PBXGroup; + children = ( + C1EA5D4A1680FE1200A21259 /* array1.js */, + C1EA5D4B1680FE1200A21259 /* array2.js */, + C1EA5D4C1680FE1200A21259 /* array3.js */, + C1EA5D4D1680FE1200A21259 /* array4.js */, + C1EA5D4E1680FE1200A21259 /* assignment.js */, + C1EA5D4F1680FE1200A21259 /* concatstring.js */, + C1EA5D501680FE1200A21259 /* const.js */, + C1EA5D511680FE1200A21259 /* empty-blocks.js */, + C1EA5D521680FE1200A21259 /* forstatement.js */, + C1EA5D531680FE1200A21259 /* if.js */, + C1EA5D541680FE1200A21259 /* ifreturn.js */, + C1EA5D551680FE1200A21259 /* ifreturn2.js */, + C1EA5D561680FE1200A21259 /* issue10.js */, + C1EA5D571680FE1200A21259 /* issue11.js */, + C1EA5D581680FE1200A21259 /* issue13.js */, + C1EA5D591680FE1200A21259 /* issue14.js */, + C1EA5D5A1680FE1200A21259 /* issue16.js */, + C1EA5D5B1680FE1200A21259 /* issue17.js */, + C1EA5D5C1680FE1200A21259 /* issue20.js */, + C1EA5D5D1680FE1200A21259 /* issue21.js */, + C1EA5D5E1680FE1200A21259 /* issue25.js */, + C1EA5D5F1680FE1200A21259 /* issue27.js */, + C1EA5D601680FE1200A21259 /* issue278.js */, + C1EA5D611680FE1200A21259 /* issue28.js */, + C1EA5D621680FE1200A21259 /* issue29.js */, + C1EA5D631680FE1200A21259 /* issue30.js */, + C1EA5D641680FE1200A21259 /* issue34.js */, + C1EA5D651680FE1200A21259 /* issue4.js */, + C1EA5D661680FE1200A21259 /* issue48.js */, + C1EA5D671680FE1200A21259 /* issue50.js */, + C1EA5D681680FE1200A21259 /* issue53.js */, + C1EA5D691680FE1200A21259 /* issue54.1.js */, + C1EA5D6A1680FE1200A21259 /* issue68.js */, + C1EA5D6B1680FE1200A21259 /* issue69.js */, + C1EA5D6C1680FE1200A21259 /* issue9.js */, + C1EA5D6D1680FE1200A21259 /* mangle.js */, + C1EA5D6E1680FE1200A21259 /* null_string.js */, + C1EA5D6F1680FE1200A21259 /* strict-equals.js */, + C1EA5D701680FE1200A21259 /* var.js */, + C1EA5D711680FE1200A21259 /* whitespace.js */, + C1EA5D721680FE1200A21259 /* with.js */, + ); + path = expected; + sourceTree = ""; + }; + C1EA5D731680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5D741680FE1200A21259 /* array1.js */, + C1EA5D751680FE1200A21259 /* array2.js */, + C1EA5D761680FE1200A21259 /* array3.js */, + C1EA5D771680FE1200A21259 /* array4.js */, + C1EA5D781680FE1200A21259 /* assignment.js */, + C1EA5D791680FE1200A21259 /* concatstring.js */, + C1EA5D7A1680FE1200A21259 /* const.js */, + C1EA5D7B1680FE1200A21259 /* empty-blocks.js */, + C1EA5D7C1680FE1200A21259 /* forstatement.js */, + C1EA5D7D1680FE1200A21259 /* if.js */, + C1EA5D7E1680FE1200A21259 /* ifreturn.js */, + C1EA5D7F1680FE1200A21259 /* ifreturn2.js */, + C1EA5D801680FE1200A21259 /* issue10.js */, + C1EA5D811680FE1200A21259 /* issue11.js */, + C1EA5D821680FE1200A21259 /* issue13.js */, + C1EA5D831680FE1200A21259 /* issue14.js */, + C1EA5D841680FE1200A21259 /* issue16.js */, + C1EA5D851680FE1200A21259 /* issue17.js */, + C1EA5D861680FE1200A21259 /* issue20.js */, + C1EA5D871680FE1200A21259 /* issue21.js */, + C1EA5D881680FE1200A21259 /* issue25.js */, + C1EA5D891680FE1200A21259 /* issue27.js */, + C1EA5D8A1680FE1200A21259 /* issue278.js */, + C1EA5D8B1680FE1200A21259 /* issue28.js */, + C1EA5D8C1680FE1200A21259 /* issue29.js */, + C1EA5D8D1680FE1200A21259 /* issue30.js */, + C1EA5D8E1680FE1200A21259 /* issue34.js */, + C1EA5D8F1680FE1200A21259 /* issue4.js */, + C1EA5D901680FE1200A21259 /* issue48.js */, + C1EA5D911680FE1200A21259 /* issue50.js */, + C1EA5D921680FE1200A21259 /* issue53.js */, + C1EA5D931680FE1200A21259 /* issue54.1.js */, + C1EA5D941680FE1200A21259 /* issue68.js */, + C1EA5D951680FE1200A21259 /* issue69.js */, + C1EA5D961680FE1200A21259 /* issue9.js */, + C1EA5D971680FE1200A21259 /* mangle.js */, + C1EA5D981680FE1200A21259 /* null_string.js */, + C1EA5D991680FE1200A21259 /* strict-equals.js */, + C1EA5D9A1680FE1200A21259 /* var.js */, + C1EA5D9B1680FE1200A21259 /* whitespace.js */, + C1EA5D9C1680FE1200A21259 /* with.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA5D9E1680FE1200A21259 /* tmp */ = { + isa = PBXGroup; + children = ( + C1EA5D9F1680FE1200A21259 /* 269.js */, + C1EA5DA01680FE1200A21259 /* app.js */, + C1EA5DA11680FE1200A21259 /* embed-tokens.js */, + C1EA5DA21680FE1200A21259 /* goto.js */, + C1EA5DA31680FE1200A21259 /* goto2.js */, + C1EA5DA41680FE1200A21259 /* hoist.js */, + C1EA5DA51680FE1200A21259 /* instrument.js */, + C1EA5DA61680FE1200A21259 /* instrument2.js */, + C1EA5DA71680FE1200A21259 /* liftvars.js */, + C1EA5DA81680FE1200A21259 /* test.js */, + C1EA5DA91680FE1200A21259 /* uglify-hangs.js */, + C1EA5DAA1680FE1200A21259 /* uglify-hangs2.js */, + ); + path = tmp; + sourceTree = ""; + }; + C1EA5DAE1680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5DAF1680FE1200A21259 /* buster-syntax-test.js */, + C1EA5DB01680FE1200A21259 /* syntax-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA5DB11680FE1200A21259 /* buster-test */ = { + isa = PBXGroup; + children = ( + C1EA5DB21680FE1200A21259 /* .travis.yml */, + C1EA5DB31680FE1200A21259 /* AUTHORS */, + C1EA5DB41680FE1200A21259 /* autolint.json */, + C1EA5DB51680FE1200A21259 /* jsTestDriver.conf */, + C1EA5DB61680FE1200A21259 /* lib */, + C1EA5DCB1680FE1200A21259 /* LICENSE */, + C1EA5DCC1680FE1200A21259 /* node_modules */, + C1EA60DF1680FE1300A21259 /* package.json */, + C1EA60E01680FE1300A21259 /* Readme.md */, + C1EA60E11680FE1300A21259 /* resources */, + C1EA60E31680FE1300A21259 /* run-tests */, + C1EA60E41680FE1300A21259 /* test */, + ); + path = "buster-test"; + sourceTree = ""; + }; + C1EA5DB61680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5DB71680FE1200A21259 /* buster-test */, + C1EA5DCA1680FE1200A21259 /* buster-test.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5DB71680FE1200A21259 /* buster-test */ = { + isa = PBXGroup; + children = ( + C1EA5DB81680FE1200A21259 /* auto-run.js */, + C1EA5DB91680FE1200A21259 /* browser-env.js */, + C1EA5DBA1680FE1200A21259 /* reporters */, + C1EA5DC41680FE1200A21259 /* reporters.js */, + C1EA5DC51680FE1200A21259 /* spec.js */, + C1EA5DC61680FE1200A21259 /* stack-filter.js */, + C1EA5DC71680FE1200A21259 /* test-case.js */, + C1EA5DC81680FE1200A21259 /* test-context.js */, + C1EA5DC91680FE1200A21259 /* test-runner.js */, + ); + path = "buster-test"; + sourceTree = ""; + }; + C1EA5DBA1680FE1200A21259 /* reporters */ = { + isa = PBXGroup; + children = ( + C1EA5DBB1680FE1200A21259 /* console.js */, + C1EA5DBC1680FE1200A21259 /* dots.js */, + C1EA5DBD1680FE1200A21259 /* html.js */, + C1EA5DBE1680FE1200A21259 /* json-proxy.js */, + C1EA5DBF1680FE1200A21259 /* quiet.js */, + C1EA5DC01680FE1200A21259 /* specification.js */, + C1EA5DC11680FE1200A21259 /* tap.js */, + C1EA5DC21680FE1200A21259 /* teamcity.js */, + C1EA5DC31680FE1200A21259 /* xml.js */, + ); + path = reporters; + sourceTree = ""; + }; + C1EA5DCC1680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA5DCD1680FE1200A21259 /* buster-terminal */, + C1EA5DDD1680FE1200A21259 /* jsdom */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA5DCD1680FE1200A21259 /* buster-terminal */ = { + isa = PBXGroup; + children = ( + C1EA5DCE1680FE1200A21259 /* .travis.yml */, + C1EA5DCF1680FE1200A21259 /* AUTHORS */, + C1EA5DD01680FE1200A21259 /* autolint.json */, + C1EA5DD11680FE1200A21259 /* buster.js */, + C1EA5DD21680FE1200A21259 /* lib */, + C1EA5DD61680FE1200A21259 /* package.json */, + C1EA5DD71680FE1200A21259 /* Readme.md */, + C1EA5DD81680FE1200A21259 /* test */, + ); + path = "buster-terminal"; + sourceTree = ""; + }; + C1EA5DD21680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5DD31680FE1200A21259 /* buster-terminal.js */, + C1EA5DD41680FE1200A21259 /* matrix.js */, + C1EA5DD51680FE1200A21259 /* relative-grid.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5DD81680FE1200A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5DD91680FE1200A21259 /* buster-terminal-test.js */, + C1EA5DDA1680FE1200A21259 /* helper.js */, + C1EA5DDB1680FE1200A21259 /* matrix-test.js */, + C1EA5DDC1680FE1200A21259 /* relative-grid-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA5DDD1680FE1200A21259 /* jsdom */ = { + isa = PBXGroup; + children = ( + C1EA5DDE1680FE1200A21259 /* lib */, + C1EA5DFC1680FE1200A21259 /* LICENSE.txt */, + C1EA5DFD1680FE1200A21259 /* node_modules */, + C1EA60DD1680FE1300A21259 /* package.json */, + C1EA60DE1680FE1300A21259 /* README.md */, + ); + path = jsdom; + sourceTree = ""; + }; + C1EA5DDE1680FE1200A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5DDF1680FE1200A21259 /* jsdom */, + C1EA5DFB1680FE1200A21259 /* jsdom.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5DDF1680FE1200A21259 /* jsdom */ = { + isa = PBXGroup; + children = ( + C1EA5DE01680FE1200A21259 /* browser */, + C1EA5DE61680FE1200A21259 /* level1 */, + C1EA5DE81680FE1200A21259 /* level2 */, + C1EA5DF01680FE1200A21259 /* level3 */, + C1EA5DF71680FE1200A21259 /* selectors */, + C1EA5DFA1680FE1200A21259 /* utils.js */, + ); + path = jsdom; + sourceTree = ""; + }; + C1EA5DE01680FE1200A21259 /* browser */ = { + isa = PBXGroup; + children = ( + C1EA5DE11680FE1200A21259 /* documentfeatures.js */, + C1EA5DE21680FE1200A21259 /* domtohtml.js */, + C1EA5DE31680FE1200A21259 /* htmlencoding.js */, + C1EA5DE41680FE1200A21259 /* htmltodom.js */, + C1EA5DE51680FE1200A21259 /* index.js */, + ); + path = browser; + sourceTree = ""; + }; + C1EA5DE61680FE1200A21259 /* level1 */ = { + isa = PBXGroup; + children = ( + C1EA5DE71680FE1200A21259 /* core.js */, + ); + path = level1; + sourceTree = ""; + }; + C1EA5DE81680FE1200A21259 /* level2 */ = { + isa = PBXGroup; + children = ( + C1EA5DE91680FE1200A21259 /* core.js */, + C1EA5DEA1680FE1200A21259 /* events.js */, + C1EA5DEB1680FE1200A21259 /* html.js */, + C1EA5DEC1680FE1200A21259 /* index.js */, + C1EA5DED1680FE1200A21259 /* languages */, + C1EA5DEF1680FE1200A21259 /* style.js */, + ); + path = level2; + sourceTree = ""; + }; + C1EA5DED1680FE1200A21259 /* languages */ = { + isa = PBXGroup; + children = ( + C1EA5DEE1680FE1200A21259 /* javascript.js */, + ); + path = languages; + sourceTree = ""; + }; + C1EA5DF01680FE1200A21259 /* level3 */ = { + isa = PBXGroup; + children = ( + C1EA5DF11680FE1200A21259 /* core.js */, + C1EA5DF21680FE1200A21259 /* events.js */, + C1EA5DF31680FE1200A21259 /* html.js */, + C1EA5DF41680FE1200A21259 /* index.js */, + C1EA5DF51680FE1200A21259 /* ls.js */, + C1EA5DF61680FE1200A21259 /* xpath.js */, + ); + path = level3; + sourceTree = ""; + }; + C1EA5DF71680FE1200A21259 /* selectors */ = { + isa = PBXGroup; + children = ( + C1EA5DF81680FE1200A21259 /* index.js */, + C1EA5DF91680FE1200A21259 /* sizzle.js */, + ); + path = selectors; + sourceTree = ""; + }; + C1EA5DFD1680FE1200A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA5DFE1680FE1200A21259 /* contextify */, + C1EA5E251680FE1300A21259 /* cssom */, + C1EA5E391680FE1300A21259 /* cssstyle */, + C1EA5FCE1680FE1300A21259 /* htmlparser */, + C1EA60421680FE1300A21259 /* request */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA5DFE1680FE1200A21259 /* contextify */ = { + isa = PBXGroup; + children = ( + C1EA5DFF1680FE1200A21259 /* .npmignore */, + C1EA5E001680FE1200A21259 /* binding.gyp */, + C1EA5E011680FE1200A21259 /* build */, + C1EA5E151680FE1300A21259 /* changelog */, + C1EA5E161680FE1300A21259 /* lib */, + C1EA5E181680FE1300A21259 /* LICENSE.txt */, + C1EA5E191680FE1300A21259 /* node_modules */, + C1EA5E1E1680FE1300A21259 /* package.json */, + C1EA5E1F1680FE1300A21259 /* README.md */, + C1EA5E201680FE1300A21259 /* src */, + C1EA5E221680FE1300A21259 /* test */, + C1EA5E241680FE1300A21259 /* wscript */, + ); + path = contextify; + sourceTree = ""; + }; + C1EA5E011680FE1200A21259 /* build */ = { + isa = PBXGroup; + children = ( + C1EA5E021680FE1200A21259 /* binding.Makefile */, + C1EA5E031680FE1200A21259 /* config.gypi */, + C1EA5E041680FE1200A21259 /* contextify.target.mk */, + C1EA5E051680FE1200A21259 /* gyp-mac-tool */, + C1EA5E061680FE1200A21259 /* Makefile */, + C1EA5E071680FE1200A21259 /* Release */, + ); + path = build; + sourceTree = ""; + }; + C1EA5E071680FE1200A21259 /* Release */ = { + isa = PBXGroup; + children = ( + C1EA5E081680FE1200A21259 /* .deps */, + C1EA5E0F1680FE1300A21259 /* contextify.node */, + C1EA5E101680FE1300A21259 /* linker.lock */, + C1EA5E111680FE1300A21259 /* obj.target */, + ); + path = Release; + sourceTree = ""; + }; + C1EA5E081680FE1200A21259 /* .deps */ = { + isa = PBXGroup; + children = ( + C1EA5E091680FE1200A21259 /* Release */, + ); + path = .deps; + sourceTree = ""; + }; + C1EA5E091680FE1200A21259 /* Release */ = { + isa = PBXGroup; + children = ( + C1EA5E0A1680FE1200A21259 /* contextify.node.d */, + C1EA5E0B1680FE1200A21259 /* obj.target */, + ); + path = Release; + sourceTree = ""; + }; + C1EA5E0B1680FE1200A21259 /* obj.target */ = { + isa = PBXGroup; + children = ( + C1EA5E0C1680FE1200A21259 /* contextify */, + ); + path = obj.target; + sourceTree = ""; + }; + C1EA5E0C1680FE1200A21259 /* contextify */ = { + isa = PBXGroup; + children = ( + C1EA5E0D1680FE1200A21259 /* src */, + ); + path = contextify; + sourceTree = ""; + }; + C1EA5E0D1680FE1200A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA5E0E1680FE1300A21259 /* contextify.o.d */, + ); + path = src; + sourceTree = ""; + }; + C1EA5E111680FE1300A21259 /* obj.target */ = { + isa = PBXGroup; + children = ( + C1EA5E121680FE1300A21259 /* contextify */, + ); + path = obj.target; + sourceTree = ""; + }; + C1EA5E121680FE1300A21259 /* contextify */ = { + isa = PBXGroup; + children = ( + C1EA5E131680FE1300A21259 /* src */, + ); + path = contextify; + sourceTree = ""; + }; + C1EA5E131680FE1300A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA5E141680FE1300A21259 /* contextify.o */, + ); + path = src; + sourceTree = ""; + }; + C1EA5E161680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5E171680FE1300A21259 /* contextify.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5E191680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA5E1A1680FE1300A21259 /* bindings */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA5E1A1680FE1300A21259 /* bindings */ = { + isa = PBXGroup; + children = ( + C1EA5E1B1680FE1300A21259 /* bindings.js */, + C1EA5E1C1680FE1300A21259 /* package.json */, + C1EA5E1D1680FE1300A21259 /* README.md */, + ); + path = bindings; + sourceTree = ""; + }; + C1EA5E201680FE1300A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA5E211680FE1300A21259 /* contextify.cc */, + ); + path = src; + sourceTree = ""; + }; + C1EA5E221680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA5E231680FE1300A21259 /* contextify.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA5E251680FE1300A21259 /* cssom */ = { + isa = PBXGroup; + children = ( + C1EA5E261680FE1300A21259 /* .gitmodules */, + C1EA5E271680FE1300A21259 /* .npmignore */, + C1EA5E281680FE1300A21259 /* lib */, + C1EA5E371680FE1300A21259 /* package.json */, + C1EA5E381680FE1300A21259 /* README.mdown */, + ); + path = cssom; + sourceTree = ""; + }; + C1EA5E281680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5E291680FE1300A21259 /* clone.js */, + C1EA5E2A1680FE1300A21259 /* CSSFontFaceRule.js */, + C1EA5E2B1680FE1300A21259 /* CSSImportRule.js */, + C1EA5E2C1680FE1300A21259 /* CSSKeyframeRule.js */, + C1EA5E2D1680FE1300A21259 /* CSSKeyframesRule.js */, + C1EA5E2E1680FE1300A21259 /* CSSMediaRule.js */, + C1EA5E2F1680FE1300A21259 /* CSSRule.js */, + C1EA5E301680FE1300A21259 /* CSSStyleDeclaration.js */, + C1EA5E311680FE1300A21259 /* CSSStyleRule.js */, + C1EA5E321680FE1300A21259 /* CSSStyleSheet.js */, + C1EA5E331680FE1300A21259 /* index.js */, + C1EA5E341680FE1300A21259 /* MediaList.js */, + C1EA5E351680FE1300A21259 /* parse.js */, + C1EA5E361680FE1300A21259 /* StyleSheet.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5E391680FE1300A21259 /* cssstyle */ = { + isa = PBXGroup; + children = ( + C1EA5E3A1680FE1300A21259 /* .npmignore */, + C1EA5E3B1680FE1300A21259 /* lib */, + C1EA5FC91680FE1300A21259 /* make_properties.pl */, + C1EA5FCA1680FE1300A21259 /* package.json */, + C1EA5FCB1680FE1300A21259 /* README.md */, + C1EA5FCC1680FE1300A21259 /* tests */, + ); + path = cssstyle; + sourceTree = ""; + }; + C1EA5E3B1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5E3C1680FE1300A21259 /* CSSStyleDeclaration.js */, + C1EA5E3D1680FE1300A21259 /* properties */, + C1EA5FC81680FE1300A21259 /* props */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5E3D1680FE1300A21259 /* properties */ = { + isa = PBXGroup; + children = ( + C1EA5E3E1680FE1300A21259 /* alignmentBaseline.js */, + C1EA5E3F1680FE1300A21259 /* azimuth.js */, + C1EA5E401680FE1300A21259 /* background.js */, + C1EA5E411680FE1300A21259 /* backgroundAttachment.js */, + C1EA5E421680FE1300A21259 /* backgroundClip.js */, + C1EA5E431680FE1300A21259 /* backgroundColor.js */, + C1EA5E441680FE1300A21259 /* backgroundImage.js */, + C1EA5E451680FE1300A21259 /* backgroundOrigin.js */, + C1EA5E461680FE1300A21259 /* backgroundPosition.js */, + C1EA5E471680FE1300A21259 /* backgroundPositionX.js */, + C1EA5E481680FE1300A21259 /* backgroundPositionY.js */, + C1EA5E491680FE1300A21259 /* backgroundRepeat.js */, + C1EA5E4A1680FE1300A21259 /* backgroundRepeatX.js */, + C1EA5E4B1680FE1300A21259 /* backgroundRepeatY.js */, + C1EA5E4C1680FE1300A21259 /* backgroundSize.js */, + C1EA5E4D1680FE1300A21259 /* baselineShift.js */, + C1EA5E4E1680FE1300A21259 /* border.js */, + C1EA5E4F1680FE1300A21259 /* borderBottom.js */, + C1EA5E501680FE1300A21259 /* borderBottomColor.js */, + C1EA5E511680FE1300A21259 /* borderBottomLeftRadius.js */, + C1EA5E521680FE1300A21259 /* borderBottomRightRadius.js */, + C1EA5E531680FE1300A21259 /* borderBottomStyle.js */, + C1EA5E541680FE1300A21259 /* borderBottomWidth.js */, + C1EA5E551680FE1300A21259 /* borderCollapse.js */, + C1EA5E561680FE1300A21259 /* borderColor.js */, + C1EA5E571680FE1300A21259 /* borderImage.js */, + C1EA5E581680FE1300A21259 /* borderImageOutset.js */, + C1EA5E591680FE1300A21259 /* borderImageRepeat.js */, + C1EA5E5A1680FE1300A21259 /* borderImageSlice.js */, + C1EA5E5B1680FE1300A21259 /* borderImageSource.js */, + C1EA5E5C1680FE1300A21259 /* borderImageWidth.js */, + C1EA5E5D1680FE1300A21259 /* borderLeft.js */, + C1EA5E5E1680FE1300A21259 /* borderLeftColor.js */, + C1EA5E5F1680FE1300A21259 /* borderLeftStyle.js */, + C1EA5E601680FE1300A21259 /* borderLeftWidth.js */, + C1EA5E611680FE1300A21259 /* borderRadius.js */, + C1EA5E621680FE1300A21259 /* borderRight.js */, + C1EA5E631680FE1300A21259 /* borderRightColor.js */, + C1EA5E641680FE1300A21259 /* borderRightStyle.js */, + C1EA5E651680FE1300A21259 /* borderRightWidth.js */, + C1EA5E661680FE1300A21259 /* borderSpacing.js */, + C1EA5E671680FE1300A21259 /* borderStyle.js */, + C1EA5E681680FE1300A21259 /* borderTop.js */, + C1EA5E691680FE1300A21259 /* borderTopColor.js */, + C1EA5E6A1680FE1300A21259 /* borderTopLeftRadius.js */, + C1EA5E6B1680FE1300A21259 /* borderTopRightRadius.js */, + C1EA5E6C1680FE1300A21259 /* borderTopStyle.js */, + C1EA5E6D1680FE1300A21259 /* borderTopWidth.js */, + C1EA5E6E1680FE1300A21259 /* borderWidth.js */, + C1EA5E6F1680FE1300A21259 /* bottom.js */, + C1EA5E701680FE1300A21259 /* boxShadow.js */, + C1EA5E711680FE1300A21259 /* boxSizing.js */, + C1EA5E721680FE1300A21259 /* captionSide.js */, + C1EA5E731680FE1300A21259 /* clear.js */, + C1EA5E741680FE1300A21259 /* clip.js */, + C1EA5E751680FE1300A21259 /* clipPath.js */, + C1EA5E761680FE1300A21259 /* clipRule.js */, + C1EA5E771680FE1300A21259 /* color.js */, + C1EA5E781680FE1300A21259 /* colorInterpolation.js */, + C1EA5E791680FE1300A21259 /* colorInterpolationFilters.js */, + C1EA5E7A1680FE1300A21259 /* colorProfile.js */, + C1EA5E7B1680FE1300A21259 /* colorRendering.js */, + C1EA5E7C1680FE1300A21259 /* content.js */, + C1EA5E7D1680FE1300A21259 /* counterIncrement.js */, + C1EA5E7E1680FE1300A21259 /* counterReset.js */, + C1EA5E7F1680FE1300A21259 /* cssFloat.js */, + C1EA5E801680FE1300A21259 /* cue.js */, + C1EA5E811680FE1300A21259 /* cueAfter.js */, + C1EA5E821680FE1300A21259 /* cueBefore.js */, + C1EA5E831680FE1300A21259 /* cursor.js */, + C1EA5E841680FE1300A21259 /* direction.js */, + C1EA5E851680FE1300A21259 /* display.js */, + C1EA5E861680FE1300A21259 /* dominantBaseline.js */, + C1EA5E871680FE1300A21259 /* elevation.js */, + C1EA5E881680FE1300A21259 /* emptyCells.js */, + C1EA5E891680FE1300A21259 /* enableBackground.js */, + C1EA5E8A1680FE1300A21259 /* fill.js */, + C1EA5E8B1680FE1300A21259 /* fillOpacity.js */, + C1EA5E8C1680FE1300A21259 /* fillRule.js */, + C1EA5E8D1680FE1300A21259 /* filter.js */, + C1EA5E8E1680FE1300A21259 /* floodColor.js */, + C1EA5E8F1680FE1300A21259 /* floodOpacity.js */, + C1EA5E901680FE1300A21259 /* font.js */, + C1EA5E911680FE1300A21259 /* fontFamily.js */, + C1EA5E921680FE1300A21259 /* fontSize.js */, + C1EA5E931680FE1300A21259 /* fontSizeAdjust.js */, + C1EA5E941680FE1300A21259 /* fontStretch.js */, + C1EA5E951680FE1300A21259 /* fontStyle.js */, + C1EA5E961680FE1300A21259 /* fontVariant.js */, + C1EA5E971680FE1300A21259 /* fontWeight.js */, + C1EA5E981680FE1300A21259 /* glyphOrientationHorizontal.js */, + C1EA5E991680FE1300A21259 /* glyphOrientationVertical.js */, + C1EA5E9A1680FE1300A21259 /* height.js */, + C1EA5E9B1680FE1300A21259 /* imageRendering.js */, + C1EA5E9C1680FE1300A21259 /* kerning.js */, + C1EA5E9D1680FE1300A21259 /* left.js */, + C1EA5E9E1680FE1300A21259 /* letterSpacing.js */, + C1EA5E9F1680FE1300A21259 /* lightingColor.js */, + C1EA5EA01680FE1300A21259 /* lineHeight.js */, + C1EA5EA11680FE1300A21259 /* listStyle.js */, + C1EA5EA21680FE1300A21259 /* listStyleImage.js */, + C1EA5EA31680FE1300A21259 /* listStylePosition.js */, + C1EA5EA41680FE1300A21259 /* listStyleType.js */, + C1EA5EA51680FE1300A21259 /* margin.js */, + C1EA5EA61680FE1300A21259 /* marginBottom.js */, + C1EA5EA71680FE1300A21259 /* marginLeft.js */, + C1EA5EA81680FE1300A21259 /* marginRight.js */, + C1EA5EA91680FE1300A21259 /* marginTop.js */, + C1EA5EAA1680FE1300A21259 /* marker.js */, + C1EA5EAB1680FE1300A21259 /* markerEnd.js */, + C1EA5EAC1680FE1300A21259 /* markerMid.js */, + C1EA5EAD1680FE1300A21259 /* markerOffset.js */, + C1EA5EAE1680FE1300A21259 /* markerStart.js */, + C1EA5EAF1680FE1300A21259 /* marks.js */, + C1EA5EB01680FE1300A21259 /* mask.js */, + C1EA5EB11680FE1300A21259 /* maxHeight.js */, + C1EA5EB21680FE1300A21259 /* maxWidth.js */, + C1EA5EB31680FE1300A21259 /* minHeight.js */, + C1EA5EB41680FE1300A21259 /* minWidth.js */, + C1EA5EB51680FE1300A21259 /* opacity.js */, + C1EA5EB61680FE1300A21259 /* orphans.js */, + C1EA5EB71680FE1300A21259 /* outline.js */, + C1EA5EB81680FE1300A21259 /* outlineColor.js */, + C1EA5EB91680FE1300A21259 /* outlineOffset.js */, + C1EA5EBA1680FE1300A21259 /* outlineStyle.js */, + C1EA5EBB1680FE1300A21259 /* outlineWidth.js */, + C1EA5EBC1680FE1300A21259 /* overflow.js */, + C1EA5EBD1680FE1300A21259 /* overflowX.js */, + C1EA5EBE1680FE1300A21259 /* overflowY.js */, + C1EA5EBF1680FE1300A21259 /* padding.js */, + C1EA5EC01680FE1300A21259 /* paddingBottom.js */, + C1EA5EC11680FE1300A21259 /* paddingLeft.js */, + C1EA5EC21680FE1300A21259 /* paddingRight.js */, + C1EA5EC31680FE1300A21259 /* paddingTop.js */, + C1EA5EC41680FE1300A21259 /* page.js */, + C1EA5EC51680FE1300A21259 /* pageBreakAfter.js */, + C1EA5EC61680FE1300A21259 /* pageBreakBefore.js */, + C1EA5EC71680FE1300A21259 /* pageBreakInside.js */, + C1EA5EC81680FE1300A21259 /* pause.js */, + C1EA5EC91680FE1300A21259 /* pauseAfter.js */, + C1EA5ECA1680FE1300A21259 /* pauseBefore.js */, + C1EA5ECB1680FE1300A21259 /* pitch.js */, + C1EA5ECC1680FE1300A21259 /* pitchRange.js */, + C1EA5ECD1680FE1300A21259 /* playDuring.js */, + C1EA5ECE1680FE1300A21259 /* pointerEvents.js */, + C1EA5ECF1680FE1300A21259 /* position.js */, + C1EA5ED01680FE1300A21259 /* quotes.js */, + C1EA5ED11680FE1300A21259 /* resize.js */, + C1EA5ED21680FE1300A21259 /* richness.js */, + C1EA5ED31680FE1300A21259 /* right.js */, + C1EA5ED41680FE1300A21259 /* shapeRendering.js */, + C1EA5ED51680FE1300A21259 /* size.js */, + C1EA5ED61680FE1300A21259 /* speak.js */, + C1EA5ED71680FE1300A21259 /* speakHeader.js */, + C1EA5ED81680FE1300A21259 /* speakNumeral.js */, + C1EA5ED91680FE1300A21259 /* speakPunctuation.js */, + C1EA5EDA1680FE1300A21259 /* speechRate.js */, + C1EA5EDB1680FE1300A21259 /* src.js */, + C1EA5EDC1680FE1300A21259 /* stopColor.js */, + C1EA5EDD1680FE1300A21259 /* stopOpacity.js */, + C1EA5EDE1680FE1300A21259 /* stress.js */, + C1EA5EDF1680FE1300A21259 /* stroke.js */, + C1EA5EE01680FE1300A21259 /* strokeDasharray.js */, + C1EA5EE11680FE1300A21259 /* strokeDashoffset.js */, + C1EA5EE21680FE1300A21259 /* strokeLinecap.js */, + C1EA5EE31680FE1300A21259 /* strokeLinejoin.js */, + C1EA5EE41680FE1300A21259 /* strokeMiterlimit.js */, + C1EA5EE51680FE1300A21259 /* strokeOpacity.js */, + C1EA5EE61680FE1300A21259 /* strokeWidth.js */, + C1EA5EE71680FE1300A21259 /* tableLayout.js */, + C1EA5EE81680FE1300A21259 /* textAlign.js */, + C1EA5EE91680FE1300A21259 /* textAnchor.js */, + C1EA5EEA1680FE1300A21259 /* textDecoration.js */, + C1EA5EEB1680FE1300A21259 /* textIndent.js */, + C1EA5EEC1680FE1300A21259 /* textLineThrough.js */, + C1EA5EED1680FE1300A21259 /* textLineThroughColor.js */, + C1EA5EEE1680FE1300A21259 /* textLineThroughMode.js */, + C1EA5EEF1680FE1300A21259 /* textLineThroughStyle.js */, + C1EA5EF01680FE1300A21259 /* textLineThroughWidth.js */, + C1EA5EF11680FE1300A21259 /* textOverflow.js */, + C1EA5EF21680FE1300A21259 /* textOverline.js */, + C1EA5EF31680FE1300A21259 /* textOverlineColor.js */, + C1EA5EF41680FE1300A21259 /* textOverlineMode.js */, + C1EA5EF51680FE1300A21259 /* textOverlineStyle.js */, + C1EA5EF61680FE1300A21259 /* textOverlineWidth.js */, + C1EA5EF71680FE1300A21259 /* textRendering.js */, + C1EA5EF81680FE1300A21259 /* textShadow.js */, + C1EA5EF91680FE1300A21259 /* textTransform.js */, + C1EA5EFA1680FE1300A21259 /* textUnderline.js */, + C1EA5EFB1680FE1300A21259 /* textUnderlineColor.js */, + C1EA5EFC1680FE1300A21259 /* textUnderlineMode.js */, + C1EA5EFD1680FE1300A21259 /* textUnderlineStyle.js */, + C1EA5EFE1680FE1300A21259 /* textUnderlineWidth.js */, + C1EA5EFF1680FE1300A21259 /* top.js */, + C1EA5F001680FE1300A21259 /* unicodeBidi.js */, + C1EA5F011680FE1300A21259 /* unicodeRange.js */, + C1EA5F021680FE1300A21259 /* vectorEffect.js */, + C1EA5F031680FE1300A21259 /* verticalAlign.js */, + C1EA5F041680FE1300A21259 /* visibility.js */, + C1EA5F051680FE1300A21259 /* voiceFamily.js */, + C1EA5F061680FE1300A21259 /* volume.js */, + C1EA5F071680FE1300A21259 /* webkitAnimation.js */, + C1EA5F081680FE1300A21259 /* webkitAnimationDelay.js */, + C1EA5F091680FE1300A21259 /* webkitAnimationDirection.js */, + C1EA5F0A1680FE1300A21259 /* webkitAnimationDuration.js */, + C1EA5F0B1680FE1300A21259 /* webkitAnimationFillMode.js */, + C1EA5F0C1680FE1300A21259 /* webkitAnimationIterationCount.js */, + C1EA5F0D1680FE1300A21259 /* webkitAnimationName.js */, + C1EA5F0E1680FE1300A21259 /* webkitAnimationPlayState.js */, + C1EA5F0F1680FE1300A21259 /* webkitAnimationTimingFunction.js */, + C1EA5F101680FE1300A21259 /* webkitAppearance.js */, + C1EA5F111680FE1300A21259 /* webkitAspectRatio.js */, + C1EA5F121680FE1300A21259 /* webkitBackfaceVisibility.js */, + C1EA5F131680FE1300A21259 /* webkitBackgroundClip.js */, + C1EA5F141680FE1300A21259 /* webkitBackgroundComposite.js */, + C1EA5F151680FE1300A21259 /* webkitBackgroundOrigin.js */, + C1EA5F161680FE1300A21259 /* webkitBackgroundSize.js */, + C1EA5F171680FE1300A21259 /* webkitBorderAfter.js */, + C1EA5F181680FE1300A21259 /* webkitBorderAfterColor.js */, + C1EA5F191680FE1300A21259 /* webkitBorderAfterStyle.js */, + C1EA5F1A1680FE1300A21259 /* webkitBorderAfterWidth.js */, + C1EA5F1B1680FE1300A21259 /* webkitBorderBefore.js */, + C1EA5F1C1680FE1300A21259 /* webkitBorderBeforeColor.js */, + C1EA5F1D1680FE1300A21259 /* webkitBorderBeforeStyle.js */, + C1EA5F1E1680FE1300A21259 /* webkitBorderBeforeWidth.js */, + C1EA5F1F1680FE1300A21259 /* webkitBorderEnd.js */, + C1EA5F201680FE1300A21259 /* webkitBorderEndColor.js */, + C1EA5F211680FE1300A21259 /* webkitBorderEndStyle.js */, + C1EA5F221680FE1300A21259 /* webkitBorderEndWidth.js */, + C1EA5F231680FE1300A21259 /* webkitBorderFit.js */, + C1EA5F241680FE1300A21259 /* webkitBorderHorizontalSpacing.js */, + C1EA5F251680FE1300A21259 /* webkitBorderImage.js */, + C1EA5F261680FE1300A21259 /* webkitBorderRadius.js */, + C1EA5F271680FE1300A21259 /* webkitBorderStart.js */, + C1EA5F281680FE1300A21259 /* webkitBorderStartColor.js */, + C1EA5F291680FE1300A21259 /* webkitBorderStartStyle.js */, + C1EA5F2A1680FE1300A21259 /* webkitBorderStartWidth.js */, + C1EA5F2B1680FE1300A21259 /* webkitBorderVerticalSpacing.js */, + C1EA5F2C1680FE1300A21259 /* webkitBoxAlign.js */, + C1EA5F2D1680FE1300A21259 /* webkitBoxDirection.js */, + C1EA5F2E1680FE1300A21259 /* webkitBoxFlex.js */, + C1EA5F2F1680FE1300A21259 /* webkitBoxFlexGroup.js */, + C1EA5F301680FE1300A21259 /* webkitBoxLines.js */, + C1EA5F311680FE1300A21259 /* webkitBoxOrdinalGroup.js */, + C1EA5F321680FE1300A21259 /* webkitBoxOrient.js */, + C1EA5F331680FE1300A21259 /* webkitBoxPack.js */, + C1EA5F341680FE1300A21259 /* webkitBoxReflect.js */, + C1EA5F351680FE1300A21259 /* webkitBoxShadow.js */, + C1EA5F361680FE1300A21259 /* webkitColorCorrection.js */, + C1EA5F371680FE1300A21259 /* webkitColumnAxis.js */, + C1EA5F381680FE1300A21259 /* webkitColumnBreakAfter.js */, + C1EA5F391680FE1300A21259 /* webkitColumnBreakBefore.js */, + C1EA5F3A1680FE1300A21259 /* webkitColumnBreakInside.js */, + C1EA5F3B1680FE1300A21259 /* webkitColumnCount.js */, + C1EA5F3C1680FE1300A21259 /* webkitColumnGap.js */, + C1EA5F3D1680FE1300A21259 /* webkitColumnRule.js */, + C1EA5F3E1680FE1300A21259 /* webkitColumnRuleColor.js */, + C1EA5F3F1680FE1300A21259 /* webkitColumnRuleStyle.js */, + C1EA5F401680FE1300A21259 /* webkitColumnRuleWidth.js */, + C1EA5F411680FE1300A21259 /* webkitColumns.js */, + C1EA5F421680FE1300A21259 /* webkitColumnSpan.js */, + C1EA5F431680FE1300A21259 /* webkitColumnWidth.js */, + C1EA5F441680FE1300A21259 /* webkitFilter.js */, + C1EA5F451680FE1300A21259 /* webkitFlexAlign.js */, + C1EA5F461680FE1300A21259 /* webkitFlexDirection.js */, + C1EA5F471680FE1300A21259 /* webkitFlexFlow.js */, + C1EA5F481680FE1300A21259 /* webkitFlexItemAlign.js */, + C1EA5F491680FE1300A21259 /* webkitFlexLinePack.js */, + C1EA5F4A1680FE1300A21259 /* webkitFlexOrder.js */, + C1EA5F4B1680FE1300A21259 /* webkitFlexPack.js */, + C1EA5F4C1680FE1300A21259 /* webkitFlexWrap.js */, + C1EA5F4D1680FE1300A21259 /* webkitFlowFrom.js */, + C1EA5F4E1680FE1300A21259 /* webkitFlowInto.js */, + C1EA5F4F1680FE1300A21259 /* webkitFontFeatureSettings.js */, + C1EA5F501680FE1300A21259 /* webkitFontKerning.js */, + C1EA5F511680FE1300A21259 /* webkitFontSizeDelta.js */, + C1EA5F521680FE1300A21259 /* webkitFontSmoothing.js */, + C1EA5F531680FE1300A21259 /* webkitFontVariantLigatures.js */, + C1EA5F541680FE1300A21259 /* webkitHighlight.js */, + C1EA5F551680FE1300A21259 /* webkitHyphenateCharacter.js */, + C1EA5F561680FE1300A21259 /* webkitHyphenateLimitAfter.js */, + C1EA5F571680FE1300A21259 /* webkitHyphenateLimitBefore.js */, + C1EA5F581680FE1300A21259 /* webkitHyphenateLimitLines.js */, + C1EA5F591680FE1300A21259 /* webkitHyphens.js */, + C1EA5F5A1680FE1300A21259 /* webkitLineAlign.js */, + C1EA5F5B1680FE1300A21259 /* webkitLineBoxContain.js */, + C1EA5F5C1680FE1300A21259 /* webkitLineBreak.js */, + C1EA5F5D1680FE1300A21259 /* webkitLineClamp.js */, + C1EA5F5E1680FE1300A21259 /* webkitLineGrid.js */, + C1EA5F5F1680FE1300A21259 /* webkitLineSnap.js */, + C1EA5F601680FE1300A21259 /* webkitLocale.js */, + C1EA5F611680FE1300A21259 /* webkitLogicalHeight.js */, + C1EA5F621680FE1300A21259 /* webkitLogicalWidth.js */, + C1EA5F631680FE1300A21259 /* webkitMarginAfter.js */, + C1EA5F641680FE1300A21259 /* webkitMarginAfterCollapse.js */, + C1EA5F651680FE1300A21259 /* webkitMarginBefore.js */, + C1EA5F661680FE1300A21259 /* webkitMarginBeforeCollapse.js */, + C1EA5F671680FE1300A21259 /* webkitMarginBottomCollapse.js */, + C1EA5F681680FE1300A21259 /* webkitMarginCollapse.js */, + C1EA5F691680FE1300A21259 /* webkitMarginEnd.js */, + C1EA5F6A1680FE1300A21259 /* webkitMarginStart.js */, + C1EA5F6B1680FE1300A21259 /* webkitMarginTopCollapse.js */, + C1EA5F6C1680FE1300A21259 /* webkitMarquee.js */, + C1EA5F6D1680FE1300A21259 /* webkitMarqueeDirection.js */, + C1EA5F6E1680FE1300A21259 /* webkitMarqueeIncrement.js */, + C1EA5F6F1680FE1300A21259 /* webkitMarqueeRepetition.js */, + C1EA5F701680FE1300A21259 /* webkitMarqueeSpeed.js */, + C1EA5F711680FE1300A21259 /* webkitMarqueeStyle.js */, + C1EA5F721680FE1300A21259 /* webkitMask.js */, + C1EA5F731680FE1300A21259 /* webkitMaskAttachment.js */, + C1EA5F741680FE1300A21259 /* webkitMaskBoxImage.js */, + C1EA5F751680FE1300A21259 /* webkitMaskBoxImageOutset.js */, + C1EA5F761680FE1300A21259 /* webkitMaskBoxImageRepeat.js */, + C1EA5F771680FE1300A21259 /* webkitMaskBoxImageSlice.js */, + C1EA5F781680FE1300A21259 /* webkitMaskBoxImageSource.js */, + C1EA5F791680FE1300A21259 /* webkitMaskBoxImageWidth.js */, + C1EA5F7A1680FE1300A21259 /* webkitMaskClip.js */, + C1EA5F7B1680FE1300A21259 /* webkitMaskComposite.js */, + C1EA5F7C1680FE1300A21259 /* webkitMaskImage.js */, + C1EA5F7D1680FE1300A21259 /* webkitMaskOrigin.js */, + C1EA5F7E1680FE1300A21259 /* webkitMaskPosition.js */, + C1EA5F7F1680FE1300A21259 /* webkitMaskPositionX.js */, + C1EA5F801680FE1300A21259 /* webkitMaskPositionY.js */, + C1EA5F811680FE1300A21259 /* webkitMaskRepeat.js */, + C1EA5F821680FE1300A21259 /* webkitMaskRepeatX.js */, + C1EA5F831680FE1300A21259 /* webkitMaskRepeatY.js */, + C1EA5F841680FE1300A21259 /* webkitMaskSize.js */, + C1EA5F851680FE1300A21259 /* webkitMatchNearestMailBlockquoteColor.js */, + C1EA5F861680FE1300A21259 /* webkitMaxLogicalHeight.js */, + C1EA5F871680FE1300A21259 /* webkitMaxLogicalWidth.js */, + C1EA5F881680FE1300A21259 /* webkitMinLogicalHeight.js */, + C1EA5F891680FE1300A21259 /* webkitMinLogicalWidth.js */, + C1EA5F8A1680FE1300A21259 /* webkitNbspMode.js */, + C1EA5F8B1680FE1300A21259 /* webkitOverflowScrolling.js */, + C1EA5F8C1680FE1300A21259 /* webkitPaddingAfter.js */, + C1EA5F8D1680FE1300A21259 /* webkitPaddingBefore.js */, + C1EA5F8E1680FE1300A21259 /* webkitPaddingEnd.js */, + C1EA5F8F1680FE1300A21259 /* webkitPaddingStart.js */, + C1EA5F901680FE1300A21259 /* webkitPerspective.js */, + C1EA5F911680FE1300A21259 /* webkitPerspectiveOrigin.js */, + C1EA5F921680FE1300A21259 /* webkitPerspectiveOriginX.js */, + C1EA5F931680FE1300A21259 /* webkitPerspectiveOriginY.js */, + C1EA5F941680FE1300A21259 /* webkitPrintColorAdjust.js */, + C1EA5F951680FE1300A21259 /* webkitRegionBreakAfter.js */, + C1EA5F961680FE1300A21259 /* webkitRegionBreakBefore.js */, + C1EA5F971680FE1300A21259 /* webkitRegionBreakInside.js */, + C1EA5F981680FE1300A21259 /* webkitRegionOverflow.js */, + C1EA5F991680FE1300A21259 /* webkitRtlOrdering.js */, + C1EA5F9A1680FE1300A21259 /* webkitSvgShadow.js */, + C1EA5F9B1680FE1300A21259 /* webkitTapHighlightColor.js */, + C1EA5F9C1680FE1300A21259 /* webkitTextCombine.js */, + C1EA5F9D1680FE1300A21259 /* webkitTextDecorationsInEffect.js */, + C1EA5F9E1680FE1300A21259 /* webkitTextEmphasis.js */, + C1EA5F9F1680FE1300A21259 /* webkitTextEmphasisColor.js */, + C1EA5FA01680FE1300A21259 /* webkitTextEmphasisPosition.js */, + C1EA5FA11680FE1300A21259 /* webkitTextEmphasisStyle.js */, + C1EA5FA21680FE1300A21259 /* webkitTextFillColor.js */, + C1EA5FA31680FE1300A21259 /* webkitTextOrientation.js */, + C1EA5FA41680FE1300A21259 /* webkitTextSecurity.js */, + C1EA5FA51680FE1300A21259 /* webkitTextSizeAdjust.js */, + C1EA5FA61680FE1300A21259 /* webkitTextStroke.js */, + C1EA5FA71680FE1300A21259 /* webkitTextStrokeColor.js */, + C1EA5FA81680FE1300A21259 /* webkitTextStrokeWidth.js */, + C1EA5FA91680FE1300A21259 /* webkitTransform.js */, + C1EA5FAA1680FE1300A21259 /* webkitTransformOrigin.js */, + C1EA5FAB1680FE1300A21259 /* webkitTransformOriginX.js */, + C1EA5FAC1680FE1300A21259 /* webkitTransformOriginY.js */, + C1EA5FAD1680FE1300A21259 /* webkitTransformOriginZ.js */, + C1EA5FAE1680FE1300A21259 /* webkitTransformStyle.js */, + C1EA5FAF1680FE1300A21259 /* webkitTransition.js */, + C1EA5FB01680FE1300A21259 /* webkitTransitionDelay.js */, + C1EA5FB11680FE1300A21259 /* webkitTransitionDuration.js */, + C1EA5FB21680FE1300A21259 /* webkitTransitionProperty.js */, + C1EA5FB31680FE1300A21259 /* webkitTransitionTimingFunction.js */, + C1EA5FB41680FE1300A21259 /* webkitUserDrag.js */, + C1EA5FB51680FE1300A21259 /* webkitUserModify.js */, + C1EA5FB61680FE1300A21259 /* webkitUserSelect.js */, + C1EA5FB71680FE1300A21259 /* webkitWrap.js */, + C1EA5FB81680FE1300A21259 /* webkitWrapFlow.js */, + C1EA5FB91680FE1300A21259 /* webkitWrapMargin.js */, + C1EA5FBA1680FE1300A21259 /* webkitWrapPadding.js */, + C1EA5FBB1680FE1300A21259 /* webkitWrapShapeInside.js */, + C1EA5FBC1680FE1300A21259 /* webkitWrapShapeOutside.js */, + C1EA5FBD1680FE1300A21259 /* webkitWrapThrough.js */, + C1EA5FBE1680FE1300A21259 /* webkitWritingMode.js */, + C1EA5FBF1680FE1300A21259 /* whiteSpace.js */, + C1EA5FC01680FE1300A21259 /* widows.js */, + C1EA5FC11680FE1300A21259 /* width.js */, + C1EA5FC21680FE1300A21259 /* wordBreak.js */, + C1EA5FC31680FE1300A21259 /* wordSpacing.js */, + C1EA5FC41680FE1300A21259 /* wordWrap.js */, + C1EA5FC51680FE1300A21259 /* writingMode.js */, + C1EA5FC61680FE1300A21259 /* zIndex.js */, + C1EA5FC71680FE1300A21259 /* zoom.js */, + ); + path = properties; + sourceTree = ""; + }; + C1EA5FCC1680FE1300A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA5FCD1680FE1300A21259 /* tests.js */, + ); + path = tests; + sourceTree = ""; + }; + C1EA5FCE1680FE1300A21259 /* htmlparser */ = { + isa = PBXGroup; + children = ( + C1EA5FCF1680FE1300A21259 /* .project */, + C1EA5FD01680FE1300A21259 /* .project.bak */, + C1EA5FD11680FE1300A21259 /* .settings */, + C1EA5FD61680FE1300A21259 /* a */, + C1EA5FD71680FE1300A21259 /* b */, + C1EA5FD81680FE1300A21259 /* c */, + C1EA5FD91680FE1300A21259 /* CHANGELOG */, + C1EA5FDA1680FE1300A21259 /* json2.js */, + C1EA5FDB1680FE1300A21259 /* lib */, + C1EA5FE01680FE1300A21259 /* libxmljs.node */, + C1EA5FE11680FE1300A21259 /* LICENSE */, + C1EA5FE21680FE1300A21259 /* new */, + C1EA5FEA1680FE1300A21259 /* newparser.js */, + C1EA5FEB1680FE1300A21259 /* node-htmlparser.old.js */, + C1EA5FEC1680FE1300A21259 /* package.json */, + C1EA5FED1680FE1300A21259 /* profile */, + C1EA5FEE1680FE1300A21259 /* profile.getelement.js */, + C1EA5FEF1680FE1300A21259 /* profile.getelement.txt */, + C1EA5FF01680FE1300A21259 /* profile.js */, + C1EA5FF11680FE1300A21259 /* profileresults.txt */, + C1EA5FF21680FE1300A21259 /* pulls */, + C1EA60191680FE1300A21259 /* README.md */, + C1EA601A1680FE1300A21259 /* rssbug.js */, + C1EA601B1680FE1300A21259 /* rssbug.rss */, + C1EA601C1680FE1300A21259 /* runtests.html */, + C1EA601D1680FE1300A21259 /* runtests.js */, + C1EA601E1680FE1300A21259 /* runtests.min.html */, + C1EA601F1680FE1300A21259 /* runtests.min.js */, + C1EA60201680FE1300A21259 /* runtests_new.js */, + C1EA60211680FE1300A21259 /* snippet.js */, + C1EA60221680FE1300A21259 /* test01.js */, + C1EA60231680FE1300A21259 /* testdata */, + C1EA60271680FE1300A21259 /* tests */, + C1EA603E1680FE1300A21259 /* tmp */, + C1EA60401680FE1300A21259 /* utils_example.js */, + C1EA60411680FE1300A21259 /* v8.log */, + ); + path = htmlparser; + sourceTree = ""; + }; + C1EA5FD11680FE1300A21259 /* .settings */ = { + isa = PBXGroup; + children = ( + C1EA5FD21680FE1300A21259 /* .jsdtscope */, + C1EA5FD31680FE1300A21259 /* org.eclipse.core.resources.prefs */, + C1EA5FD41680FE1300A21259 /* org.eclipse.wst.jsdt.ui.superType.container */, + C1EA5FD51680FE1300A21259 /* org.eclipse.wst.jsdt.ui.superType.name */, + ); + path = .settings; + sourceTree = ""; + }; + C1EA5FDB1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5FDC1680FE1300A21259 /* htmlparser.js */, + C1EA5FDD1680FE1300A21259 /* htmlparser.min.js */, + C1EA5FDE1680FE1300A21259 /* node-htmlparser.js */, + C1EA5FDF1680FE1300A21259 /* node-htmlparser.min.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA5FE21680FE1300A21259 /* new */ = { + isa = PBXGroup; + children = ( + C1EA5FE31680FE1300A21259 /* a */, + C1EA5FE41680FE1300A21259 /* b */, + C1EA5FE51680FE1300A21259 /* compat.js */, + C1EA5FE61680FE1300A21259 /* htmlparser.js */, + C1EA5FE71680FE1300A21259 /* parser.zip */, + C1EA5FE81680FE1300A21259 /* test01.js */, + C1EA5FE91680FE1300A21259 /* test02.js */, + ); + path = new; + sourceTree = ""; + }; + C1EA5FF21680FE1300A21259 /* pulls */ = { + isa = PBXGroup; + children = ( + C1EA5FF31680FE1300A21259 /* node-htmlparser */, + ); + path = pulls; + sourceTree = ""; + }; + C1EA5FF31680FE1300A21259 /* node-htmlparser */ = { + isa = PBXGroup; + children = ( + C1EA5FF41680FE1300A21259 /* CHANGELOG */, + C1EA5FF51680FE1300A21259 /* json2.js */, + C1EA5FF61680FE1300A21259 /* lib */, + C1EA5FF91680FE1300A21259 /* LICENSE */, + C1EA5FFA1680FE1300A21259 /* package.json */, + C1EA5FFB1680FE1300A21259 /* profile.js */, + C1EA5FFC1680FE1300A21259 /* README.md */, + C1EA5FFD1680FE1300A21259 /* runtests.html */, + C1EA5FFE1680FE1300A21259 /* runtests.js */, + C1EA5FFF1680FE1300A21259 /* runtests.min.html */, + C1EA60001680FE1300A21259 /* runtests.min.js */, + C1EA60011680FE1300A21259 /* snippet.js */, + C1EA60021680FE1300A21259 /* tests */, + C1EA60181680FE1300A21259 /* utils_example.js */, + ); + path = "node-htmlparser"; + sourceTree = ""; + }; + C1EA5FF61680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA5FF71680FE1300A21259 /* node-htmlparser.js */, + C1EA5FF81680FE1300A21259 /* node-htmlparser.min.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA60021680FE1300A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA60031680FE1300A21259 /* 01-basic.js */, + C1EA60041680FE1300A21259 /* 02-single_tag_1.js */, + C1EA60051680FE1300A21259 /* 03-single_tag_2.js */, + C1EA60061680FE1300A21259 /* 04-unescaped_in_script.js */, + C1EA60071680FE1300A21259 /* 05-tags_in_comment.js */, + C1EA60081680FE1300A21259 /* 06-comment_in_script.js */, + C1EA60091680FE1300A21259 /* 07-unescaped_in_style.js */, + C1EA600A1680FE1300A21259 /* 08-extra_spaces_in_tag.js */, + C1EA600B1680FE1300A21259 /* 09-unquoted_attrib.js */, + C1EA600C1680FE1300A21259 /* 10-singular_attribute.js */, + C1EA600D1680FE1300A21259 /* 11-text_outside_tags.js */, + C1EA600E1680FE1300A21259 /* 12-text_only.js */, + C1EA600F1680FE1300A21259 /* 13-comment_in_text.js */, + C1EA60101680FE1300A21259 /* 14-comment_in_text_in_script.js */, + C1EA60111680FE1300A21259 /* 15-non-verbose.js */, + C1EA60121680FE1300A21259 /* 16-ignore_whitespace.js */, + C1EA60131680FE1300A21259 /* 17-xml_namespace.js */, + C1EA60141680FE1300A21259 /* 18-enforce_empty_tags.js */, + C1EA60151680FE1300A21259 /* 19-ignore_empty_tags.js */, + C1EA60161680FE1300A21259 /* 20-rss.js */, + C1EA60171680FE1300A21259 /* 21-atom.js */, + ); + path = tests; + sourceTree = ""; + }; + C1EA60231680FE1300A21259 /* testdata */ = { + isa = PBXGroup; + children = ( + C1EA60241680FE1300A21259 /* api.html */, + C1EA60251680FE1300A21259 /* getelement.html */, + C1EA60261680FE1300A21259 /* trackerchecker.html */, + ); + path = testdata; + sourceTree = ""; + }; + C1EA60271680FE1300A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA60281680FE1300A21259 /* 01-basic.js */, + C1EA60291680FE1300A21259 /* 02-single_tag_1.js */, + C1EA602A1680FE1300A21259 /* 03-single_tag_2.js */, + C1EA602B1680FE1300A21259 /* 04-unescaped_in_script.js */, + C1EA602C1680FE1300A21259 /* 05-tags_in_comment.js */, + C1EA602D1680FE1300A21259 /* 06-comment_in_script.js */, + C1EA602E1680FE1300A21259 /* 07-unescaped_in_style.js */, + C1EA602F1680FE1300A21259 /* 08-extra_spaces_in_tag.js */, + C1EA60301680FE1300A21259 /* 09-unquoted_attrib.js */, + C1EA60311680FE1300A21259 /* 10-singular_attribute.js */, + C1EA60321680FE1300A21259 /* 11-text_outside_tags.js */, + C1EA60331680FE1300A21259 /* 12-text_only.js */, + C1EA60341680FE1300A21259 /* 13-comment_in_text.js */, + C1EA60351680FE1300A21259 /* 14-comment_in_text_in_script.js */, + C1EA60361680FE1300A21259 /* 15-non-verbose.js */, + C1EA60371680FE1300A21259 /* 16-ignore_whitespace.js */, + C1EA60381680FE1300A21259 /* 17-xml_namespace.js */, + C1EA60391680FE1300A21259 /* 18-enforce_empty_tags.js */, + C1EA603A1680FE1300A21259 /* 19-ignore_empty_tags.js */, + C1EA603B1680FE1300A21259 /* 20-rss.js */, + C1EA603C1680FE1300A21259 /* 21-atom.js */, + C1EA603D1680FE1300A21259 /* 22-position_data.js */, + ); + path = tests; + sourceTree = ""; + }; + C1EA603E1680FE1300A21259 /* tmp */ = { + isa = PBXGroup; + children = ( + C1EA603F1680FE1300A21259 /* snippet.js */, + ); + path = tmp; + sourceTree = ""; + }; + C1EA60421680FE1300A21259 /* request */ = { + isa = PBXGroup; + children = ( + C1EA60431680FE1300A21259 /* aws.js */, + C1EA60441680FE1300A21259 /* forever.js */, + C1EA60451680FE1300A21259 /* LICENSE */, + C1EA60461680FE1300A21259 /* main.js */, + C1EA60471680FE1300A21259 /* node_modules */, + C1EA60A51680FE1300A21259 /* oauth.js */, + C1EA60A61680FE1300A21259 /* package.json */, + C1EA60A71680FE1300A21259 /* README.md */, + C1EA60A81680FE1300A21259 /* tests */, + C1EA60D71680FE1300A21259 /* tunnel.js */, + C1EA60D81680FE1300A21259 /* uuid.js */, + C1EA60D91680FE1300A21259 /* vendor */, + ); + path = request; + sourceTree = ""; + }; + C1EA60471680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA60481680FE1300A21259 /* form-data */, + C1EA609C1680FE1300A21259 /* mime */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA60481680FE1300A21259 /* form-data */ = { + isa = PBXGroup; + children = ( + C1EA60491680FE1300A21259 /* .npmignore */, + C1EA604A1680FE1300A21259 /* lib */, + C1EA604C1680FE1300A21259 /* Makefile */, + C1EA604D1680FE1300A21259 /* node-form-data.sublime-project */, + C1EA604E1680FE1300A21259 /* node-form-data.sublime-workspace */, + C1EA604F1680FE1300A21259 /* node_modules */, + C1EA608E1680FE1300A21259 /* package.json */, + C1EA608F1680FE1300A21259 /* Readme.md */, + C1EA60901680FE1300A21259 /* test */, + ); + path = "form-data"; + sourceTree = ""; + }; + C1EA604A1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA604B1680FE1300A21259 /* form_data.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA604F1680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA60501680FE1300A21259 /* async */, + C1EA60641680FE1300A21259 /* combined-stream */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA60501680FE1300A21259 /* async */ = { + isa = PBXGroup; + children = ( + C1EA60511680FE1300A21259 /* .gitmodules */, + C1EA60521680FE1300A21259 /* async.min.js.gzip */, + C1EA60531680FE1300A21259 /* deps */, + C1EA60561680FE1300A21259 /* dist */, + C1EA60581680FE1300A21259 /* index.js */, + C1EA60591680FE1300A21259 /* lib */, + C1EA605B1680FE1300A21259 /* LICENSE */, + C1EA605C1680FE1300A21259 /* Makefile */, + C1EA605D1680FE1300A21259 /* nodelint.cfg */, + C1EA605E1680FE1300A21259 /* package.json */, + C1EA605F1680FE1300A21259 /* README.md */, + C1EA60601680FE1300A21259 /* test */, + ); + path = async; + sourceTree = ""; + }; + C1EA60531680FE1300A21259 /* deps */ = { + isa = PBXGroup; + children = ( + C1EA60541680FE1300A21259 /* nodeunit.css */, + C1EA60551680FE1300A21259 /* nodeunit.js */, + ); + path = deps; + sourceTree = ""; + }; + C1EA60561680FE1300A21259 /* dist */ = { + isa = PBXGroup; + children = ( + C1EA60571680FE1300A21259 /* async.min.js */, + ); + path = dist; + sourceTree = ""; + }; + C1EA60591680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA605A1680FE1300A21259 /* async.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA60601680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA60611680FE1300A21259 /* .swp */, + C1EA60621680FE1300A21259 /* test-async.js */, + C1EA60631680FE1300A21259 /* test.html */, + ); + path = test; + sourceTree = ""; + }; + C1EA60641680FE1300A21259 /* combined-stream */ = { + isa = PBXGroup; + children = ( + C1EA60651680FE1300A21259 /* .npmignore */, + C1EA60661680FE1300A21259 /* lib */, + C1EA60681680FE1300A21259 /* License */, + C1EA60691680FE1300A21259 /* Makefile */, + C1EA606A1680FE1300A21259 /* node_modules */, + C1EA607F1680FE1300A21259 /* package.json */, + C1EA60801680FE1300A21259 /* Readme.md */, + C1EA60811680FE1300A21259 /* test */, + ); + path = "combined-stream"; + sourceTree = ""; + }; + C1EA60661680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA60671680FE1300A21259 /* combined_stream.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA606A1680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA606B1680FE1300A21259 /* delayed-stream */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA606B1680FE1300A21259 /* delayed-stream */ = { + isa = PBXGroup; + children = ( + C1EA606C1680FE1300A21259 /* .npmignore */, + C1EA606D1680FE1300A21259 /* lib */, + C1EA606F1680FE1300A21259 /* License */, + C1EA60701680FE1300A21259 /* Makefile */, + C1EA60711680FE1300A21259 /* package.json */, + C1EA60721680FE1300A21259 /* Readme.md */, + C1EA60731680FE1300A21259 /* test */, + ); + path = "delayed-stream"; + sourceTree = ""; + }; + C1EA606D1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA606E1680FE1300A21259 /* delayed_stream.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA60731680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA60741680FE1300A21259 /* common.js */, + C1EA60751680FE1300A21259 /* integration */, + C1EA607E1680FE1300A21259 /* run.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA60751680FE1300A21259 /* integration */ = { + isa = PBXGroup; + children = ( + C1EA60761680FE1300A21259 /* test-delayed-http-upload.js */, + C1EA60771680FE1300A21259 /* test-delayed-stream-auto-pause.js */, + C1EA60781680FE1300A21259 /* test-delayed-stream-pause.js */, + C1EA60791680FE1300A21259 /* test-delayed-stream.js */, + C1EA607A1680FE1300A21259 /* test-handle-source-errors.js */, + C1EA607B1680FE1300A21259 /* test-max-data-size.js */, + C1EA607C1680FE1300A21259 /* test-pipe-resumes.js */, + C1EA607D1680FE1300A21259 /* test-proxy-readable.js */, + ); + path = integration; + sourceTree = ""; + }; + C1EA60811680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA60821680FE1300A21259 /* common.js */, + C1EA60831680FE1300A21259 /* fixture */, + C1EA60861680FE1300A21259 /* integration */, + C1EA608D1680FE1300A21259 /* run.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA60831680FE1300A21259 /* fixture */ = { + isa = PBXGroup; + children = ( + C1EA60841680FE1300A21259 /* file1.txt */, + C1EA60851680FE1300A21259 /* file2.txt */, + ); + path = fixture; + sourceTree = ""; + }; + C1EA60861680FE1300A21259 /* integration */ = { + isa = PBXGroup; + children = ( + C1EA60871680FE1300A21259 /* test-callback-streams.js */, + C1EA60881680FE1300A21259 /* test-data-size.js */, + C1EA60891680FE1300A21259 /* test-delayed-streams-and-buffers-and-strings.js */, + C1EA608A1680FE1300A21259 /* test-delayed-streams.js */, + C1EA608B1680FE1300A21259 /* test-max-data-size.js */, + C1EA608C1680FE1300A21259 /* test-unpaused-streams.js */, + ); + path = integration; + sourceTree = ""; + }; + C1EA60901680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA60911680FE1300A21259 /* common.js */, + C1EA60921680FE1300A21259 /* fixture */, + C1EA60951680FE1300A21259 /* integration */, + C1EA609B1680FE1300A21259 /* run.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA60921680FE1300A21259 /* fixture */ = { + isa = PBXGroup; + children = ( + C1EA60931680FE1300A21259 /* bacon.txt */, + C1EA60941680FE1300A21259 /* unicycle.jpg */, + ); + path = fixture; + sourceTree = ""; + }; + C1EA60951680FE1300A21259 /* integration */ = { + isa = PBXGroup; + children = ( + C1EA60961680FE1300A21259 /* test-form-get-length.js */, + C1EA60971680FE1300A21259 /* test-get-boundary.js */, + C1EA60981680FE1300A21259 /* test-http-response.js */, + C1EA60991680FE1300A21259 /* test-pipe.js */, + C1EA609A1680FE1300A21259 /* test-submit.js */, + ); + path = integration; + sourceTree = ""; + }; + C1EA609C1680FE1300A21259 /* mime */ = { + isa = PBXGroup; + children = ( + C1EA609D1680FE1300A21259 /* LICENSE */, + C1EA609E1680FE1300A21259 /* mime.js */, + C1EA609F1680FE1300A21259 /* package.json */, + C1EA60A01680FE1300A21259 /* README.md */, + C1EA60A11680FE1300A21259 /* test.js */, + C1EA60A21680FE1300A21259 /* types */, + ); + path = mime; + sourceTree = ""; + }; + C1EA60A21680FE1300A21259 /* types */ = { + isa = PBXGroup; + children = ( + C1EA60A31680FE1300A21259 /* mime.types */, + C1EA60A41680FE1300A21259 /* node.types */, + ); + path = types; + sourceTree = ""; + }; + C1EA60A81680FE1300A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA60A91680FE1300A21259 /* googledoodle.png */, + C1EA60AA1680FE1300A21259 /* run.js */, + C1EA60AB1680FE1300A21259 /* server.js */, + C1EA60AC1680FE1300A21259 /* squid.conf */, + C1EA60AD1680FE1300A21259 /* ssl */, + C1EA60BD1680FE1300A21259 /* test-body.js */, + C1EA60BE1680FE1300A21259 /* test-cookie.js */, + C1EA60BF1680FE1300A21259 /* test-cookiejar.js */, + C1EA60C01680FE1300A21259 /* test-defaults.js */, + C1EA60C11680FE1300A21259 /* test-errors.js */, + C1EA60C21680FE1300A21259 /* test-follow-all-303.js */, + C1EA60C31680FE1300A21259 /* test-follow-all.js */, + C1EA60C41680FE1300A21259 /* test-form.js */, + C1EA60C51680FE1300A21259 /* test-headers.js */, + C1EA60C61680FE1300A21259 /* test-httpModule.js */, + C1EA60C71680FE1300A21259 /* test-https-strict.js */, + C1EA60C81680FE1300A21259 /* test-https.js */, + C1EA60C91680FE1300A21259 /* test-oauth.js */, + C1EA60CA1680FE1300A21259 /* test-params.js */, + C1EA60CB1680FE1300A21259 /* test-piped-redirect.js */, + C1EA60CC1680FE1300A21259 /* test-pipes.js */, + C1EA60CD1680FE1300A21259 /* test-pool.js */, + C1EA60CE1680FE1300A21259 /* test-protocol-changing-redirect.js */, + C1EA60CF1680FE1300A21259 /* test-proxy.js */, + C1EA60D01680FE1300A21259 /* test-qs.js */, + C1EA60D11680FE1300A21259 /* test-redirect.js */, + C1EA60D21680FE1300A21259 /* test-s3.js */, + C1EA60D31680FE1300A21259 /* test-timeout.js */, + C1EA60D41680FE1300A21259 /* test-toJSON.js */, + C1EA60D51680FE1300A21259 /* test-tunnel.js */, + C1EA60D61680FE1300A21259 /* unicycle.jpg */, + ); + path = tests; + sourceTree = ""; + }; + C1EA60AD1680FE1300A21259 /* ssl */ = { + isa = PBXGroup; + children = ( + C1EA60AE1680FE1300A21259 /* ca */, + C1EA60BA1680FE1300A21259 /* npm-ca.crt */, + C1EA60BB1680FE1300A21259 /* test.crt */, + C1EA60BC1680FE1300A21259 /* test.key */, + ); + path = ssl; + sourceTree = ""; + }; + C1EA60AE1680FE1300A21259 /* ca */ = { + isa = PBXGroup; + children = ( + C1EA60AF1680FE1300A21259 /* ca.cnf */, + C1EA60B01680FE1300A21259 /* ca.crl */, + C1EA60B11680FE1300A21259 /* ca.crt */, + C1EA60B21680FE1300A21259 /* ca.csr */, + C1EA60B31680FE1300A21259 /* ca.key */, + C1EA60B41680FE1300A21259 /* ca.srl */, + C1EA60B51680FE1300A21259 /* server.cnf */, + C1EA60B61680FE1300A21259 /* server.crt */, + C1EA60B71680FE1300A21259 /* server.csr */, + C1EA60B81680FE1300A21259 /* server.js */, + C1EA60B91680FE1300A21259 /* server.key */, + ); + path = ca; + sourceTree = ""; + }; + C1EA60D91680FE1300A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA60DA1680FE1300A21259 /* cookie */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA60DA1680FE1300A21259 /* cookie */ = { + isa = PBXGroup; + children = ( + C1EA60DB1680FE1300A21259 /* index.js */, + C1EA60DC1680FE1300A21259 /* jar.js */, + ); + path = cookie; + sourceTree = ""; + }; + C1EA60E11680FE1300A21259 /* resources */ = { + isa = PBXGroup; + children = ( + C1EA60E21680FE1300A21259 /* buster-test.css */, + ); + path = resources; + sourceTree = ""; + }; + C1EA60E41680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA60E51680FE1300A21259 /* integration */, + C1EA60E71680FE1300A21259 /* test.html */, + C1EA60E81680FE1300A21259 /* unit */, + ); + path = test; + sourceTree = ""; + }; + C1EA60E51680FE1300A21259 /* integration */ = { + isa = PBXGroup; + children = ( + C1EA60E61680FE1300A21259 /* test-runner-test.js */, + ); + path = integration; + sourceTree = ""; + }; + C1EA60E81680FE1300A21259 /* unit */ = { + isa = PBXGroup; + children = ( + C1EA60E91680FE1300A21259 /* buster-test */, + ); + path = unit; + sourceTree = ""; + }; + C1EA60E91680FE1300A21259 /* buster-test */ = { + isa = PBXGroup; + children = ( + C1EA60EA1680FE1300A21259 /* auto-run-test.js */, + C1EA60EB1680FE1300A21259 /* browser-env-test.js */, + C1EA60EC1680FE1300A21259 /* reporters */, + C1EA60F51680FE1300A21259 /* reporters-test.js */, + C1EA60F61680FE1300A21259 /* spec-test.js */, + C1EA60F71680FE1300A21259 /* stack-filter-test.js */, + C1EA60F81680FE1300A21259 /* test-case-test.js */, + C1EA60F91680FE1300A21259 /* test-context-test.js */, + C1EA60FA1680FE1300A21259 /* test-runner-test.js */, + ); + path = "buster-test"; + sourceTree = ""; + }; + C1EA60EC1680FE1300A21259 /* reporters */ = { + isa = PBXGroup; + children = ( + C1EA60ED1680FE1300A21259 /* dots-test.js */, + C1EA60EE1680FE1300A21259 /* html-test.js */, + C1EA60EF1680FE1300A21259 /* json-proxy-test.js */, + C1EA60F01680FE1300A21259 /* specification-test.js */, + C1EA60F11680FE1300A21259 /* tap-test.js */, + C1EA60F21680FE1300A21259 /* teamcity-test.js */, + C1EA60F31680FE1300A21259 /* test-helper.js */, + C1EA60F41680FE1300A21259 /* xml-test.js */, + ); + path = reporters; + sourceTree = ""; + }; + C1EA60FB1680FE1300A21259 /* buster-test-cli */ = { + isa = PBXGroup; + children = ( + C1EA60FC1680FE1300A21259 /* .travis.yml */, + C1EA60FD1680FE1300A21259 /* AUTHORS */, + C1EA60FE1680FE1300A21259 /* autolint.js */, + C1EA60FF1680FE1300A21259 /* buster-config.js */, + C1EA61001680FE1300A21259 /* lib */, + C1EA610A1680FE1300A21259 /* LICENSE */, + C1EA610B1680FE1300A21259 /* node_modules */, + C1EA642D1680FE1300A21259 /* package.json */, + C1EA642E1680FE1300A21259 /* Readme.md */, + C1EA642F1680FE1300A21259 /* run-tests.js */, + C1EA64301680FE1300A21259 /* runners.org */, + C1EA64311680FE1300A21259 /* test */, + C1EA643B1680FE1300A21259 /* views */, + ); + path = "buster-test-cli"; + sourceTree = ""; + }; + C1EA61001680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA61011680FE1300A21259 /* run-analyzer.js */, + C1EA61021680FE1300A21259 /* runners */, + C1EA61081680FE1300A21259 /* test-cli.js */, + C1EA61091680FE1300A21259 /* tmp-file.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA61021680FE1300A21259 /* runners */ = { + isa = PBXGroup; + children = ( + C1EA61031680FE1300A21259 /* browser */, + C1EA61061680FE1300A21259 /* browser.js */, + C1EA61071680FE1300A21259 /* node.js */, + ); + path = runners; + sourceTree = ""; + }; + C1EA61031680FE1300A21259 /* browser */ = { + isa = PBXGroup; + children = ( + C1EA61041680FE1300A21259 /* progress-reporter.js */, + C1EA61051680FE1300A21259 /* remote-runner.js */, + ); + path = browser; + sourceTree = ""; + }; + C1EA610B1680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA610C1680FE1300A21259 /* .bin */, + C1EA610E1680FE1300A21259 /* ansi-colorizer */, + C1EA611B1680FE1300A21259 /* ansi-grid */, + C1EA612C1680FE1300A21259 /* bane */, + C1EA61391680FE1300A21259 /* buster-analyzer */, + C1EA61491680FE1300A21259 /* buster-cli */, + C1EA62521680FE1300A21259 /* ejs */, + C1EA62821680FE1300A21259 /* lodash */, + C1EA62BE1680FE1300A21259 /* platform */, + C1EA62C81680FE1300A21259 /* ramp */, + C1EA64211680FE1300A21259 /* stack-filter */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA610C1680FE1300A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA610D1680FE1300A21259 /* lodash */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA610E1680FE1300A21259 /* ansi-colorizer */ = { + isa = PBXGroup; + children = ( + C1EA610F1680FE1300A21259 /* .travis.yml */, + C1EA61101680FE1300A21259 /* AUTHORS */, + C1EA61111680FE1300A21259 /* autolint.js */, + C1EA61121680FE1300A21259 /* buster.js */, + C1EA61131680FE1300A21259 /* lib */, + C1EA61151680FE1300A21259 /* LICENSE */, + C1EA61161680FE1300A21259 /* package.json */, + C1EA61171680FE1300A21259 /* Readme.rst */, + C1EA61181680FE1300A21259 /* run-tests.js */, + C1EA61191680FE1300A21259 /* test */, + ); + path = "ansi-colorizer"; + sourceTree = ""; + }; + C1EA61131680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA61141680FE1300A21259 /* ansi-colorizer.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA61191680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA611A1680FE1300A21259 /* ansi-colorizer-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA611B1680FE1300A21259 /* ansi-grid */ = { + isa = PBXGroup; + children = ( + C1EA611C1680FE1300A21259 /* .travis.yml */, + C1EA611D1680FE1300A21259 /* AUTHORS */, + C1EA611E1680FE1300A21259 /* autolint.json */, + C1EA611F1680FE1300A21259 /* lib */, + C1EA61241680FE1300A21259 /* package.json */, + C1EA61251680FE1300A21259 /* Readme.md */, + C1EA61261680FE1300A21259 /* run-tests.js */, + C1EA61271680FE1300A21259 /* test */, + ); + path = "ansi-grid"; + sourceTree = ""; + }; + C1EA611F1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA61201680FE1300A21259 /* ansi-grid.js */, + C1EA61211680FE1300A21259 /* ansi.js */, + C1EA61221680FE1300A21259 /* matrix.js */, + C1EA61231680FE1300A21259 /* relative-grid.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA61271680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61281680FE1300A21259 /* ansi-test.js */, + C1EA61291680FE1300A21259 /* helper.js */, + C1EA612A1680FE1300A21259 /* matrix-test.js */, + C1EA612B1680FE1300A21259 /* relative-grid-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA612C1680FE1300A21259 /* bane */ = { + isa = PBXGroup; + children = ( + C1EA612D1680FE1300A21259 /* .npmignore */, + C1EA612E1680FE1300A21259 /* .travis.yml */, + C1EA612F1680FE1300A21259 /* AUTHORS */, + C1EA61301680FE1300A21259 /* autolint.js */, + C1EA61311680FE1300A21259 /* buster.js */, + C1EA61321680FE1300A21259 /* lib */, + C1EA61341680FE1300A21259 /* LICENSE */, + C1EA61351680FE1300A21259 /* package.json */, + C1EA61361680FE1300A21259 /* Readme.rst */, + C1EA61371680FE1300A21259 /* test */, + ); + path = bane; + sourceTree = ""; + }; + C1EA61321680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA61331680FE1300A21259 /* bane.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA61371680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61381680FE1300A21259 /* bane-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA61391680FE1300A21259 /* buster-analyzer */ = { + isa = PBXGroup; + children = ( + C1EA613A1680FE1300A21259 /* .npmignore */, + C1EA613B1680FE1300A21259 /* .travis.yml */, + C1EA613C1680FE1300A21259 /* AUTHORS */, + C1EA613D1680FE1300A21259 /* autolint.js */, + C1EA613E1680FE1300A21259 /* buster.js */, + C1EA613F1680FE1300A21259 /* lib */, + C1EA61431680FE1300A21259 /* LICENSE */, + C1EA61441680FE1300A21259 /* package.json */, + C1EA61451680FE1300A21259 /* Readme.rst */, + C1EA61461680FE1300A21259 /* test */, + ); + path = "buster-analyzer"; + sourceTree = ""; + }; + C1EA613F1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA61401680FE1300A21259 /* analyzer.js */, + C1EA61411680FE1300A21259 /* buster-analyzer.js */, + C1EA61421680FE1300A21259 /* file-reporter.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA61461680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61471680FE1300A21259 /* analyzer-test.js */, + C1EA61481680FE1300A21259 /* file-reporter-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA61491680FE1300A21259 /* buster-cli */ = { + isa = PBXGroup; + children = ( + C1EA614A1680FE1300A21259 /* .npmignore */, + C1EA614B1680FE1300A21259 /* .travis.yml */, + C1EA614C1680FE1300A21259 /* autolint.json */, + C1EA614D1680FE1300A21259 /* lib */, + C1EA61551680FE1300A21259 /* node_modules */, + C1EA624C1680FE1300A21259 /* package.json */, + C1EA624D1680FE1300A21259 /* Readme.md */, + C1EA624E1680FE1300A21259 /* run-tests */, + C1EA624F1680FE1300A21259 /* test */, + ); + path = "buster-cli"; + sourceTree = ""; + }; + C1EA614D1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA614E1680FE1300A21259 /* buster-cli */, + C1EA61531680FE1300A21259 /* buster-cli.js */, + C1EA61541680FE1300A21259 /* test-helper.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA614E1680FE1300A21259 /* buster-cli */ = { + isa = PBXGroup; + children = ( + C1EA614F1680FE1300A21259 /* args.js */, + C1EA61501680FE1300A21259 /* config.js */, + C1EA61511680FE1300A21259 /* help.js */, + C1EA61521680FE1300A21259 /* logger.js */, + ); + path = "buster-cli"; + sourceTree = ""; + }; + C1EA61551680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA61561680FE1300A21259 /* buster-configuration */, + C1EA61EC1680FE1300A21259 /* buster-terminal */, + C1EA61FC1680FE1300A21259 /* minimatch */, + C1EA621A1680FE1300A21259 /* posix-argv-parser */, + C1EA62331680FE1300A21259 /* rimraf */, + C1EA62401680FE1300A21259 /* stream-logger */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA61561680FE1300A21259 /* buster-configuration */ = { + isa = PBXGroup; + children = ( + C1EA61571680FE1300A21259 /* .travis.yml */, + C1EA61581680FE1300A21259 /* autolint.json */, + C1EA61591680FE1300A21259 /* buster.js */, + C1EA615A1680FE1300A21259 /* lib */, + C1EA615F1680FE1300A21259 /* node_modules */, + C1EA61DC1680FE1300A21259 /* package.json */, + C1EA61DD1680FE1300A21259 /* Readme.md */, + C1EA61DE1680FE1300A21259 /* test */, + C1EA61EB1680FE1300A21259 /* todo.org */, + ); + path = "buster-configuration"; + sourceTree = ""; + }; + C1EA615A1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA615B1680FE1300A21259 /* buster-configuration.js */, + C1EA615C1680FE1300A21259 /* file-loader.js */, + C1EA615D1680FE1300A21259 /* group.js */, + C1EA615E1680FE1300A21259 /* util.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA615F1680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA61601680FE1300A21259 /* glob */, + C1EA61801680FE1300A21259 /* ramp-resources */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA61601680FE1300A21259 /* glob */ = { + isa = PBXGroup; + children = ( + C1EA61611680FE1300A21259 /* .npmignore */, + C1EA61621680FE1300A21259 /* .travis.yml */, + C1EA61631680FE1300A21259 /* examples */, + C1EA61661680FE1300A21259 /* glob.js */, + C1EA61671680FE1300A21259 /* LICENSE */, + C1EA61681680FE1300A21259 /* node_modules */, + C1EA61751680FE1300A21259 /* package.json */, + C1EA61761680FE1300A21259 /* README.md */, + C1EA61771680FE1300A21259 /* test */, + ); + path = glob; + sourceTree = ""; + }; + C1EA61631680FE1300A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA61641680FE1300A21259 /* g.js */, + C1EA61651680FE1300A21259 /* usr-local.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA61681680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA61691680FE1300A21259 /* graceful-fs */, + C1EA61711680FE1300A21259 /* inherits */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA61691680FE1300A21259 /* graceful-fs */ = { + isa = PBXGroup; + children = ( + C1EA616A1680FE1300A21259 /* .npmignore */, + C1EA616B1680FE1300A21259 /* graceful-fs.js */, + C1EA616C1680FE1300A21259 /* LICENSE */, + C1EA616D1680FE1300A21259 /* package.json */, + C1EA616E1680FE1300A21259 /* README.md */, + C1EA616F1680FE1300A21259 /* test */, + ); + path = "graceful-fs"; + sourceTree = ""; + }; + C1EA616F1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61701680FE1300A21259 /* open.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA61711680FE1300A21259 /* inherits */ = { + isa = PBXGroup; + children = ( + C1EA61721680FE1300A21259 /* inherits.js */, + C1EA61731680FE1300A21259 /* package.json */, + C1EA61741680FE1300A21259 /* README.md */, + ); + path = inherits; + sourceTree = ""; + }; + C1EA61771680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61781680FE1300A21259 /* 00-setup.js */, + C1EA61791680FE1300A21259 /* bash-comparison.js */, + C1EA617A1680FE1300A21259 /* cwd-test.js */, + C1EA617B1680FE1300A21259 /* mark.js */, + C1EA617C1680FE1300A21259 /* pause-resume.js */, + C1EA617D1680FE1300A21259 /* root-nomount.js */, + C1EA617E1680FE1300A21259 /* root.js */, + C1EA617F1680FE1300A21259 /* zz-cleanup.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA61801680FE1300A21259 /* ramp-resources */ = { + isa = PBXGroup; + children = ( + C1EA61811680FE1300A21259 /* .npmignore */, + C1EA61821680FE1300A21259 /* .travis.yml */, + C1EA61831680FE1300A21259 /* autolint.js */, + C1EA61841680FE1300A21259 /* buster.js */, + C1EA61851680FE1300A21259 /* examples */, + C1EA61911680FE1300A21259 /* lib */, + C1EA619F1680FE1300A21259 /* node_modules */, + C1EA61C81680FE1300A21259 /* package.json */, + C1EA61C91680FE1300A21259 /* Readme.md */, + C1EA61CA1680FE1300A21259 /* test */, + ); + path = "ramp-resources"; + sourceTree = ""; + }; + C1EA61851680FE1300A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA61861680FE1300A21259 /* webserver */, + ); + path = examples; + sourceTree = ""; + }; + C1EA61861680FE1300A21259 /* webserver */ = { + isa = PBXGroup; + children = ( + C1EA61871680FE1300A21259 /* fixtures */, + C1EA618C1680FE1300A21259 /* medium.json */, + C1EA618D1680FE1300A21259 /* publish.js */, + C1EA618E1680FE1300A21259 /* README.md */, + C1EA618F1680FE1300A21259 /* server.js */, + C1EA61901680FE1300A21259 /* small.json */, + ); + path = webserver; + sourceTree = ""; + }; + C1EA61871680FE1300A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA61881680FE1300A21259 /* 1.png */, + C1EA61891680FE1300A21259 /* 2.html */, + C1EA618A1680FE1300A21259 /* 3.txt */, + C1EA618B1680FE1300A21259 /* 4.tgz */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA61911680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA61921680FE1300A21259 /* file-etag.js */, + C1EA61931680FE1300A21259 /* http-proxy.js */, + C1EA61941680FE1300A21259 /* invalid-error.js */, + C1EA61951680FE1300A21259 /* load-path.js */, + C1EA61961680FE1300A21259 /* processors */, + C1EA61981680FE1300A21259 /* ramp-resources.js */, + C1EA61991680FE1300A21259 /* resource-combiner.js */, + C1EA619A1680FE1300A21259 /* resource-file-resolver.js */, + C1EA619B1680FE1300A21259 /* resource-middleware.js */, + C1EA619C1680FE1300A21259 /* resource-set-cache.js */, + C1EA619D1680FE1300A21259 /* resource-set.js */, + C1EA619E1680FE1300A21259 /* resource.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA61961680FE1300A21259 /* processors */ = { + isa = PBXGroup; + children = ( + C1EA61971680FE1300A21259 /* iife.js */, + ); + path = processors; + sourceTree = ""; + }; + C1EA619F1680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA61A01680FE1300A21259 /* buster-glob */, + C1EA61AB1680FE1300A21259 /* mime */, + C1EA61B41680FE1300A21259 /* minimatch */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA61A01680FE1300A21259 /* buster-glob */ = { + isa = PBXGroup; + children = ( + C1EA61A11680FE1300A21259 /* .npmignore */, + C1EA61A21680FE1300A21259 /* .travis.yml */, + C1EA61A31680FE1300A21259 /* autolint.json */, + C1EA61A41680FE1300A21259 /* buster.js */, + C1EA61A51680FE1300A21259 /* lib */, + C1EA61A71680FE1300A21259 /* package.json */, + C1EA61A81680FE1300A21259 /* Readme.md */, + C1EA61A91680FE1300A21259 /* test */, + ); + path = "buster-glob"; + sourceTree = ""; + }; + C1EA61A51680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA61A61680FE1300A21259 /* buster-glob.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA61A91680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61AA1680FE1300A21259 /* buster-glob-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA61AB1680FE1300A21259 /* mime */ = { + isa = PBXGroup; + children = ( + C1EA61AC1680FE1300A21259 /* LICENSE */, + C1EA61AD1680FE1300A21259 /* mime.js */, + C1EA61AE1680FE1300A21259 /* package.json */, + C1EA61AF1680FE1300A21259 /* README.md */, + C1EA61B01680FE1300A21259 /* test.js */, + C1EA61B11680FE1300A21259 /* types */, + ); + path = mime; + sourceTree = ""; + }; + C1EA61B11680FE1300A21259 /* types */ = { + isa = PBXGroup; + children = ( + C1EA61B21680FE1300A21259 /* mime.types */, + C1EA61B31680FE1300A21259 /* node.types */, + ); + path = types; + sourceTree = ""; + }; + C1EA61B41680FE1300A21259 /* minimatch */ = { + isa = PBXGroup; + children = ( + C1EA61B51680FE1300A21259 /* .travis.yml */, + C1EA61B61680FE1300A21259 /* LICENSE */, + C1EA61B71680FE1300A21259 /* minimatch.js */, + C1EA61B81680FE1300A21259 /* node_modules */, + C1EA61C21680FE1300A21259 /* package.json */, + C1EA61C31680FE1300A21259 /* README.md */, + C1EA61C41680FE1300A21259 /* test */, + ); + path = minimatch; + sourceTree = ""; + }; + C1EA61B81680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA61B91680FE1300A21259 /* lru-cache */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA61B91680FE1300A21259 /* lru-cache */ = { + isa = PBXGroup; + children = ( + C1EA61BA1680FE1300A21259 /* .npmignore */, + C1EA61BB1680FE1300A21259 /* lib */, + C1EA61BD1680FE1300A21259 /* LICENSE */, + C1EA61BE1680FE1300A21259 /* package.json */, + C1EA61BF1680FE1300A21259 /* README.md */, + C1EA61C01680FE1300A21259 /* test */, + ); + path = "lru-cache"; + sourceTree = ""; + }; + C1EA61BB1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA61BC1680FE1300A21259 /* lru-cache.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA61C01680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61C11680FE1300A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA61C41680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61C51680FE1300A21259 /* basic.js */, + C1EA61C61680FE1300A21259 /* brace-expand.js */, + C1EA61C71680FE1300A21259 /* caching.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA61CA1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61CB1680FE1300A21259 /* fixtures */, + C1EA61D31680FE1300A21259 /* http-proxy-test.js */, + C1EA61D41680FE1300A21259 /* load-path-test.js */, + C1EA61D51680FE1300A21259 /* processors */, + C1EA61D71680FE1300A21259 /* resource-middleware-test.js */, + C1EA61D81680FE1300A21259 /* resource-set-cache-test.js */, + C1EA61D91680FE1300A21259 /* resource-set-test.js */, + C1EA61DA1680FE1300A21259 /* resource-test.js */, + C1EA61DB1680FE1300A21259 /* test-helper.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA61CB1680FE1300A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA61CC1680FE1300A21259 /* bar.js */, + C1EA61CD1680FE1300A21259 /* foo.js */, + C1EA61CE1680FE1300A21259 /* other-test */, + C1EA61D11680FE1300A21259 /* test */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA61CE1680FE1300A21259 /* other-test */ = { + isa = PBXGroup; + children = ( + C1EA61CF1680FE1300A21259 /* other.js */, + C1EA61D01680FE1300A21259 /* some-test.js */, + ); + path = "other-test"; + sourceTree = ""; + }; + C1EA61D11680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61D21680FE1300A21259 /* my-testish.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA61D51680FE1300A21259 /* processors */ = { + isa = PBXGroup; + children = ( + C1EA61D61680FE1300A21259 /* iife-processor-test.js */, + ); + path = processors; + sourceTree = ""; + }; + C1EA61DE1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61DF1680FE1300A21259 /* buster-configuration-test.js */, + C1EA61E01680FE1300A21259 /* file-loader-test.js */, + C1EA61E11680FE1300A21259 /* fixtures */, + C1EA61E91680FE1300A21259 /* group-test.js */, + C1EA61EA1680FE1300A21259 /* test-helper.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA61E11680FE1300A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA61E21680FE1300A21259 /* bar.js */, + C1EA61E31680FE1300A21259 /* dups */, + C1EA61E61680FE1300A21259 /* foo.js */, + C1EA61E71680FE1300A21259 /* test */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA61E31680FE1300A21259 /* dups */ = { + isa = PBXGroup; + children = ( + C1EA61E41680FE1300A21259 /* file */, + C1EA61E51680FE1300A21259 /* file.js */, + ); + path = dups; + sourceTree = ""; + }; + C1EA61E71680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61E81680FE1300A21259 /* my-testish.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA61EC1680FE1300A21259 /* buster-terminal */ = { + isa = PBXGroup; + children = ( + C1EA61ED1680FE1300A21259 /* .travis.yml */, + C1EA61EE1680FE1300A21259 /* AUTHORS */, + C1EA61EF1680FE1300A21259 /* autolint.json */, + C1EA61F01680FE1300A21259 /* buster.js */, + C1EA61F11680FE1300A21259 /* lib */, + C1EA61F51680FE1300A21259 /* package.json */, + C1EA61F61680FE1300A21259 /* Readme.md */, + C1EA61F71680FE1300A21259 /* test */, + ); + path = "buster-terminal"; + sourceTree = ""; + }; + C1EA61F11680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA61F21680FE1300A21259 /* buster-terminal.js */, + C1EA61F31680FE1300A21259 /* matrix.js */, + C1EA61F41680FE1300A21259 /* relative-grid.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA61F71680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA61F81680FE1300A21259 /* buster-terminal-test.js */, + C1EA61F91680FE1300A21259 /* helper.js */, + C1EA61FA1680FE1300A21259 /* matrix-test.js */, + C1EA61FB1680FE1300A21259 /* relative-grid-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA61FC1680FE1300A21259 /* minimatch */ = { + isa = PBXGroup; + children = ( + C1EA61FD1680FE1300A21259 /* .travis.yml */, + C1EA61FE1680FE1300A21259 /* LICENSE */, + C1EA61FF1680FE1300A21259 /* minimatch.js */, + C1EA62001680FE1300A21259 /* node_modules */, + C1EA62131680FE1300A21259 /* package.json */, + C1EA62141680FE1300A21259 /* README.md */, + C1EA62151680FE1300A21259 /* test */, + ); + path = minimatch; + sourceTree = ""; + }; + C1EA62001680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA62011680FE1300A21259 /* lru-cache */, + C1EA620B1680FE1300A21259 /* sigmund */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA62011680FE1300A21259 /* lru-cache */ = { + isa = PBXGroup; + children = ( + C1EA62021680FE1300A21259 /* .npmignore */, + C1EA62031680FE1300A21259 /* AUTHORS */, + C1EA62041680FE1300A21259 /* lib */, + C1EA62061680FE1300A21259 /* LICENSE */, + C1EA62071680FE1300A21259 /* package.json */, + C1EA62081680FE1300A21259 /* README.md */, + C1EA62091680FE1300A21259 /* test */, + ); + path = "lru-cache"; + sourceTree = ""; + }; + C1EA62041680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA62051680FE1300A21259 /* lru-cache.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA62091680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA620A1680FE1300A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA620B1680FE1300A21259 /* sigmund */ = { + isa = PBXGroup; + children = ( + C1EA620C1680FE1300A21259 /* bench.js */, + C1EA620D1680FE1300A21259 /* LICENSE */, + C1EA620E1680FE1300A21259 /* package.json */, + C1EA620F1680FE1300A21259 /* README.md */, + C1EA62101680FE1300A21259 /* sigmund.js */, + C1EA62111680FE1300A21259 /* test */, + ); + path = sigmund; + sourceTree = ""; + }; + C1EA62111680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA62121680FE1300A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA62151680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA62161680FE1300A21259 /* basic.js */, + C1EA62171680FE1300A21259 /* brace-expand.js */, + C1EA62181680FE1300A21259 /* caching.js */, + C1EA62191680FE1300A21259 /* defaults.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA621A1680FE1300A21259 /* posix-argv-parser */ = { + isa = PBXGroup; + children = ( + C1EA621B1680FE1300A21259 /* .npmignore */, + C1EA621C1680FE1300A21259 /* .travis.yml */, + C1EA621D1680FE1300A21259 /* autolint.js */, + C1EA621E1680FE1300A21259 /* buster.js */, + C1EA621F1680FE1300A21259 /* lib */, + C1EA62281680FE1300A21259 /* LICENSE */, + C1EA62291680FE1300A21259 /* package.json */, + C1EA622A1680FE1300A21259 /* Readme.md */, + C1EA622B1680FE1300A21259 /* test */, + ); + path = "posix-argv-parser"; + sourceTree = ""; + }; + C1EA621F1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA62201680FE1300A21259 /* argument.js */, + C1EA62211680FE1300A21259 /* operand.js */, + C1EA62221680FE1300A21259 /* option.js */, + C1EA62231680FE1300A21259 /* parser.js */, + C1EA62241680FE1300A21259 /* posix-argv-parser.js */, + C1EA62251680FE1300A21259 /* shorthand.js */, + C1EA62261680FE1300A21259 /* types.js */, + C1EA62271680FE1300A21259 /* validators.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA622B1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA622C1680FE1300A21259 /* operand-test.js */, + C1EA622D1680FE1300A21259 /* option-test.js */, + C1EA622E1680FE1300A21259 /* parser-test.js */, + C1EA622F1680FE1300A21259 /* posix-argv-parser-test.js */, + C1EA62301680FE1300A21259 /* shorthand-test.js */, + C1EA62311680FE1300A21259 /* types-test.js */, + C1EA62321680FE1300A21259 /* validators-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA62331680FE1300A21259 /* rimraf */ = { + isa = PBXGroup; + children = ( + C1EA62341680FE1300A21259 /* AUTHORS */, + C1EA62351680FE1300A21259 /* fiber.js */, + C1EA62361680FE1300A21259 /* LICENSE */, + C1EA62371680FE1300A21259 /* package.json */, + C1EA62381680FE1300A21259 /* README.md */, + C1EA62391680FE1300A21259 /* rimraf.js */, + C1EA623A1680FE1300A21259 /* test */, + ); + path = rimraf; + sourceTree = ""; + }; + C1EA623A1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA623B1680FE1300A21259 /* run.sh */, + C1EA623C1680FE1300A21259 /* setup.sh */, + C1EA623D1680FE1300A21259 /* test-async.js */, + C1EA623E1680FE1300A21259 /* test-fiber.js */, + C1EA623F1680FE1300A21259 /* test-sync.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA62401680FE1300A21259 /* stream-logger */ = { + isa = PBXGroup; + children = ( + C1EA62411680FE1300A21259 /* .npmignore */, + C1EA62421680FE1300A21259 /* .travis.yml */, + C1EA62431680FE1300A21259 /* autolint.json */, + C1EA62441680FE1300A21259 /* buster.js */, + C1EA62451680FE1300A21259 /* lib */, + C1EA62471680FE1300A21259 /* LICENSE */, + C1EA62481680FE1300A21259 /* package.json */, + C1EA62491680FE1300A21259 /* Readme.md */, + C1EA624A1680FE1300A21259 /* test */, + ); + path = "stream-logger"; + sourceTree = ""; + }; + C1EA62451680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA62461680FE1300A21259 /* stream-logger.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA624A1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA624B1680FE1300A21259 /* stream-logger-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA624F1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA62501680FE1300A21259 /* buster-cli-test.js */, + C1EA62511680FE1300A21259 /* buster.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA62521680FE1300A21259 /* ejs */ = { + isa = PBXGroup; + children = ( + C1EA62531680FE1300A21259 /* .gitmodules */, + C1EA62541680FE1300A21259 /* .npmignore */, + C1EA62551680FE1300A21259 /* benchmark.js */, + C1EA62561680FE1300A21259 /* ejs.js */, + C1EA62571680FE1300A21259 /* ejs.min.js */, + C1EA62581680FE1300A21259 /* examples */, + C1EA625C1680FE1300A21259 /* History.md */, + C1EA625D1680FE1300A21259 /* index.js */, + C1EA625E1680FE1300A21259 /* lib */, + C1EA62621680FE1300A21259 /* Makefile */, + C1EA62631680FE1300A21259 /* package.json */, + C1EA62641680FE1300A21259 /* Readme.md */, + C1EA62651680FE1300A21259 /* support */, + C1EA62801680FE1300A21259 /* test */, + ); + path = ejs; + sourceTree = ""; + }; + C1EA62581680FE1300A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA62591680FE1300A21259 /* client.html */, + C1EA625A1680FE1300A21259 /* list.ejs */, + C1EA625B1680FE1300A21259 /* list.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA625E1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA625F1680FE1300A21259 /* ejs.js */, + C1EA62601680FE1300A21259 /* filters.js */, + C1EA62611680FE1300A21259 /* utils.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA62651680FE1300A21259 /* support */ = { + isa = PBXGroup; + children = ( + C1EA62661680FE1300A21259 /* compile.js */, + C1EA62671680FE1300A21259 /* expresso */, + ); + path = support; + sourceTree = ""; + }; + C1EA62671680FE1300A21259 /* expresso */ = { + isa = PBXGroup; + children = ( + C1EA62681680FE1300A21259 /* .gitmodules */, + C1EA62691680FE1300A21259 /* .npmignore */, + C1EA626A1680FE1300A21259 /* bin */, + C1EA626C1680FE1300A21259 /* docs */, + C1EA62731680FE1300A21259 /* History.md */, + C1EA62741680FE1300A21259 /* lib */, + C1EA62771680FE1300A21259 /* Makefile */, + C1EA62781680FE1300A21259 /* package.json */, + C1EA62791680FE1300A21259 /* Readme.md */, + C1EA627A1680FE1300A21259 /* test */, + ); + path = expresso; + sourceTree = ""; + }; + C1EA626A1680FE1300A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA626B1680FE1300A21259 /* expresso */, + ); + path = bin; + sourceTree = ""; + }; + C1EA626C1680FE1300A21259 /* docs */ = { + isa = PBXGroup; + children = ( + C1EA626D1680FE1300A21259 /* api.html */, + C1EA626E1680FE1300A21259 /* index.html */, + C1EA626F1680FE1300A21259 /* index.md */, + C1EA62701680FE1300A21259 /* layout */, + ); + path = docs; + sourceTree = ""; + }; + C1EA62701680FE1300A21259 /* layout */ = { + isa = PBXGroup; + children = ( + C1EA62711680FE1300A21259 /* foot.html */, + C1EA62721680FE1300A21259 /* head.html */, + ); + path = layout; + sourceTree = ""; + }; + C1EA62741680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA62751680FE1300A21259 /* bar.js */, + C1EA62761680FE1300A21259 /* foo.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA627A1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA627B1680FE1300A21259 /* assert.test.js */, + C1EA627C1680FE1300A21259 /* async.test.js */, + C1EA627D1680FE1300A21259 /* bar.test.js */, + C1EA627E1680FE1300A21259 /* foo.test.js */, + C1EA627F1680FE1300A21259 /* http.test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA62801680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA62811680FE1300A21259 /* ejs.test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA62821680FE1300A21259 /* lodash */ = { + isa = PBXGroup; + children = ( + C1EA62831680FE1300A21259 /* build */, + C1EA62871680FE1300A21259 /* build.js */, + C1EA62881680FE1300A21259 /* doc */, + C1EA628A1680FE1300A21259 /* index.js */, + C1EA628B1680FE1300A21259 /* LICENSE.txt */, + C1EA628C1680FE1300A21259 /* lodash.js */, + C1EA628D1680FE1300A21259 /* lodash.min.js */, + C1EA628E1680FE1300A21259 /* lodash.underscore.min.js */, + C1EA628F1680FE1300A21259 /* package.json */, + C1EA62901680FE1300A21259 /* perf */, + C1EA62921680FE1300A21259 /* README.md */, + C1EA62931680FE1300A21259 /* test */, + C1EA629A1680FE1300A21259 /* vendor */, + ); + path = lodash; + sourceTree = ""; + }; + C1EA62831680FE1300A21259 /* build */ = { + isa = PBXGroup; + children = ( + C1EA62841680FE1300A21259 /* minify.js */, + C1EA62851680FE1300A21259 /* post-compile.js */, + C1EA62861680FE1300A21259 /* pre-compile.js */, + ); + path = build; + sourceTree = ""; + }; + C1EA62881680FE1300A21259 /* doc */ = { + isa = PBXGroup; + children = ( + C1EA62891680FE1300A21259 /* README.md */, + ); + path = doc; + sourceTree = ""; + }; + C1EA62901680FE1300A21259 /* perf */ = { + isa = PBXGroup; + children = ( + C1EA62911680FE1300A21259 /* perf.js */, + ); + path = perf; + sourceTree = ""; + }; + C1EA62931680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA62941680FE1300A21259 /* template */, + C1EA62981680FE1300A21259 /* test-build.js */, + C1EA62991680FE1300A21259 /* test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA62941680FE1300A21259 /* template */ = { + isa = PBXGroup; + children = ( + C1EA62951680FE1300A21259 /* a.jst */, + C1EA62961680FE1300A21259 /* b.jst */, + C1EA62971680FE1300A21259 /* c.tpl */, + ); + path = template; + sourceTree = ""; + }; + C1EA629A1680FE1300A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA629B1680FE1300A21259 /* benchmark.js */, + C1EA62A01680FE1300A21259 /* closure-compiler */, + C1EA62A41680FE1300A21259 /* platform.js */, + C1EA62A81680FE1300A21259 /* qunit */, + C1EA62AD1680FE1300A21259 /* qunit-clib */, + C1EA62B11680FE1300A21259 /* uglifyjs */, + C1EA62B91680FE1300A21259 /* underscore */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA629B1680FE1300A21259 /* benchmark.js */ = { + isa = PBXGroup; + children = ( + C1EA629C1680FE1300A21259 /* benchmark.js */, + C1EA629D1680FE1300A21259 /* LICENSE.txt */, + C1EA629E1680FE1300A21259 /* nano.jar */, + C1EA629F1680FE1300A21259 /* README.md */, + ); + path = benchmark.js; + sourceTree = ""; + }; + C1EA62A01680FE1300A21259 /* closure-compiler */ = { + isa = PBXGroup; + children = ( + C1EA62A11680FE1300A21259 /* compiler.jar */, + C1EA62A21680FE1300A21259 /* COPYING */, + C1EA62A31680FE1300A21259 /* README */, + ); + path = "closure-compiler"; + sourceTree = ""; + }; + C1EA62A41680FE1300A21259 /* platform.js */ = { + isa = PBXGroup; + children = ( + C1EA62A51680FE1300A21259 /* LICENSE.txt */, + C1EA62A61680FE1300A21259 /* platform.js */, + C1EA62A71680FE1300A21259 /* README.md */, + ); + path = platform.js; + sourceTree = ""; + }; + C1EA62A81680FE1300A21259 /* qunit */ = { + isa = PBXGroup; + children = ( + C1EA62A91680FE1300A21259 /* qunit */, + C1EA62AC1680FE1300A21259 /* README.md */, + ); + path = qunit; + sourceTree = ""; + }; + C1EA62A91680FE1300A21259 /* qunit */ = { + isa = PBXGroup; + children = ( + C1EA62AA1680FE1300A21259 /* qunit-1.8.0.js */, + C1EA62AB1680FE1300A21259 /* qunit.js */, + ); + path = qunit; + sourceTree = ""; + }; + C1EA62AD1680FE1300A21259 /* qunit-clib */ = { + isa = PBXGroup; + children = ( + C1EA62AE1680FE1300A21259 /* LICENSE.txt */, + C1EA62AF1680FE1300A21259 /* qunit-clib.js */, + C1EA62B01680FE1300A21259 /* README.md */, + ); + path = "qunit-clib"; + sourceTree = ""; + }; + C1EA62B11680FE1300A21259 /* uglifyjs */ = { + isa = PBXGroup; + children = ( + C1EA62B21680FE1300A21259 /* lib */, + C1EA62B71680FE1300A21259 /* README.org */, + C1EA62B81680FE1300A21259 /* uglify-js.js */, + ); + path = uglifyjs; + sourceTree = ""; + }; + C1EA62B21680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA62B31680FE1300A21259 /* consolidator.js */, + C1EA62B41680FE1300A21259 /* parse-js.js */, + C1EA62B51680FE1300A21259 /* process.js */, + C1EA62B61680FE1300A21259 /* squeeze-more.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA62B91680FE1300A21259 /* underscore */ = { + isa = PBXGroup; + children = ( + C1EA62BA1680FE1300A21259 /* LICENSE */, + C1EA62BB1680FE1300A21259 /* README.md */, + C1EA62BC1680FE1300A21259 /* underscore-min.js */, + C1EA62BD1680FE1300A21259 /* underscore.js */, + ); + path = underscore; + sourceTree = ""; + }; + C1EA62BE1680FE1300A21259 /* platform */ = { + isa = PBXGroup; + children = ( + C1EA62BF1680FE1300A21259 /* doc */, + C1EA62C11680FE1300A21259 /* LICENSE.txt */, + C1EA62C21680FE1300A21259 /* package.json */, + C1EA62C31680FE1300A21259 /* platform.js */, + C1EA62C41680FE1300A21259 /* README.md */, + C1EA62C51680FE1300A21259 /* test */, + ); + path = platform; + sourceTree = ""; + }; + C1EA62BF1680FE1300A21259 /* doc */ = { + isa = PBXGroup; + children = ( + C1EA62C01680FE1300A21259 /* README.md */, + ); + path = doc; + sourceTree = ""; + }; + C1EA62C51680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA62C61680FE1300A21259 /* run-test.sh */, + C1EA62C71680FE1300A21259 /* test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA62C81680FE1300A21259 /* ramp */ = { + isa = PBXGroup; + children = ( + C1EA62C91680FE1300A21259 /* .travis.yml */, + C1EA62CA1680FE1300A21259 /* autolint.js */, + C1EA62CB1680FE1300A21259 /* lib */, + C1EA62DD1680FE1300A21259 /* node_modules */, + C1EA64081680FE1300A21259 /* package.json */, + C1EA64091680FE1300A21259 /* Readme.md */, + C1EA640A1680FE1300A21259 /* run-tests.js */, + C1EA640B1680FE1300A21259 /* test */, + C1EA64191680FE1300A21259 /* vendor */, + ); + path = ramp; + sourceTree = ""; + }; + C1EA62CB1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA62CC1680FE1300A21259 /* http-server-request-listener-proxy.js */, + C1EA62CD1680FE1300A21259 /* prison-init.js */, + C1EA62CE1680FE1300A21259 /* prison-session-initializer.js */, + C1EA62CF1680FE1300A21259 /* prison-util.js */, + C1EA62D01680FE1300A21259 /* prison.js */, + C1EA62D11680FE1300A21259 /* pubsub-client.js */, + C1EA62D21680FE1300A21259 /* pubsub-server.js */, + C1EA62D31680FE1300A21259 /* ramp.js */, + C1EA62D41680FE1300A21259 /* server-client.js */, + C1EA62D51680FE1300A21259 /* server.js */, + C1EA62D61680FE1300A21259 /* session-client.js */, + C1EA62D71680FE1300A21259 /* session-queue.js */, + C1EA62D81680FE1300A21259 /* session.js */, + C1EA62D91680FE1300A21259 /* slave.js */, + C1EA62DA1680FE1300A21259 /* templates */, + C1EA62DC1680FE1300A21259 /* test-helper.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA62DA1680FE1300A21259 /* templates */ = { + isa = PBXGroup; + children = ( + C1EA62DB1680FE1300A21259 /* slave_prison.html */, + ); + path = templates; + sourceTree = ""; + }; + C1EA62DD1680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA62DE1680FE1300A21259 /* bane */, + C1EA62EB1680FE1300A21259 /* faye */, + C1EA63211680FE1300A21259 /* node-uuid */, + C1EA63311680FE1300A21259 /* ramp-resources */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA62DE1680FE1300A21259 /* bane */ = { + isa = PBXGroup; + children = ( + C1EA62DF1680FE1300A21259 /* .npmignore */, + C1EA62E01680FE1300A21259 /* AUTHORS */, + C1EA62E11680FE1300A21259 /* autolint.js */, + C1EA62E21680FE1300A21259 /* buster.js */, + C1EA62E31680FE1300A21259 /* lib */, + C1EA62E51680FE1300A21259 /* LICENSE */, + C1EA62E61680FE1300A21259 /* package.json */, + C1EA62E71680FE1300A21259 /* Readme.rst */, + C1EA62E81680FE1300A21259 /* test */, + C1EA62EA1680FE1300A21259 /* todo.org */, + ); + path = bane; + sourceTree = ""; + }; + C1EA62E31680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA62E41680FE1300A21259 /* bane.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA62E81680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA62E91680FE1300A21259 /* bane-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA62EB1680FE1300A21259 /* faye */ = { + isa = PBXGroup; + children = ( + C1EA62EC1680FE1300A21259 /* browser */, + C1EA62F01680FE1300A21259 /* History.txt */, + C1EA62F11680FE1300A21259 /* node */, + C1EA62F31680FE1300A21259 /* node_modules */, + C1EA631F1680FE1300A21259 /* package.json */, + C1EA63201680FE1300A21259 /* README.txt */, + ); + path = faye; + sourceTree = ""; + }; + C1EA62EC1680FE1300A21259 /* browser */ = { + isa = PBXGroup; + children = ( + C1EA62ED1680FE1300A21259 /* faye-browser-min.js */, + C1EA62EE1680FE1300A21259 /* faye-browser-min.js.map */, + C1EA62EF1680FE1300A21259 /* faye-browser.js */, + ); + path = browser; + sourceTree = ""; + }; + C1EA62F11680FE1300A21259 /* node */ = { + isa = PBXGroup; + children = ( + C1EA62F21680FE1300A21259 /* faye-node.js */, + ); + path = node; + sourceTree = ""; + }; + C1EA62F31680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA62F41680FE1300A21259 /* cookiejar */, + C1EA62FA1680FE1300A21259 /* faye-websocket */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA62F41680FE1300A21259 /* cookiejar */ = { + isa = PBXGroup; + children = ( + C1EA62F51680FE1300A21259 /* cookiejar.js */, + C1EA62F61680FE1300A21259 /* package.json */, + C1EA62F71680FE1300A21259 /* readme.md */, + C1EA62F81680FE1300A21259 /* tests */, + ); + path = cookiejar; + sourceTree = ""; + }; + C1EA62F81680FE1300A21259 /* tests */ = { + isa = PBXGroup; + children = ( + C1EA62F91680FE1300A21259 /* test.js */, + ); + path = tests; + sourceTree = ""; + }; + C1EA62FA1680FE1300A21259 /* faye-websocket */ = { + isa = PBXGroup; + children = ( + C1EA62FB1680FE1300A21259 /* CHANGELOG.txt */, + C1EA62FC1680FE1300A21259 /* examples */, + C1EA63031680FE1300A21259 /* lib */, + C1EA63131680FE1300A21259 /* package.json */, + C1EA63141680FE1300A21259 /* README.markdown */, + C1EA63151680FE1300A21259 /* spec */, + ); + path = "faye-websocket"; + sourceTree = ""; + }; + C1EA62FC1680FE1300A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA62FD1680FE1300A21259 /* autobahn_client.js */, + C1EA62FE1680FE1300A21259 /* client.js */, + C1EA62FF1680FE1300A21259 /* haproxy.conf */, + C1EA63001680FE1300A21259 /* server.js */, + C1EA63011680FE1300A21259 /* sse.html */, + C1EA63021680FE1300A21259 /* ws.html */, + ); + path = examples; + sourceTree = ""; + }; + C1EA63031680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA63041680FE1300A21259 /* faye */, + ); + path = lib; + sourceTree = ""; + }; + C1EA63041680FE1300A21259 /* faye */ = { + isa = PBXGroup; + children = ( + C1EA63051680FE1300A21259 /* eventsource.js */, + C1EA63061680FE1300A21259 /* websocket */, + C1EA63121680FE1300A21259 /* websocket.js */, + ); + path = faye; + sourceTree = ""; + }; + C1EA63061680FE1300A21259 /* websocket */ = { + isa = PBXGroup; + children = ( + C1EA63071680FE1300A21259 /* api */, + C1EA630A1680FE1300A21259 /* api.js */, + C1EA630B1680FE1300A21259 /* client.js */, + C1EA630C1680FE1300A21259 /* draft75_parser.js */, + C1EA630D1680FE1300A21259 /* draft76_parser.js */, + C1EA630E1680FE1300A21259 /* hybi_parser */, + C1EA63111680FE1300A21259 /* hybi_parser.js */, + ); + path = websocket; + sourceTree = ""; + }; + C1EA63071680FE1300A21259 /* api */ = { + isa = PBXGroup; + children = ( + C1EA63081680FE1300A21259 /* event.js */, + C1EA63091680FE1300A21259 /* event_target.js */, + ); + path = api; + sourceTree = ""; + }; + C1EA630E1680FE1300A21259 /* hybi_parser */ = { + isa = PBXGroup; + children = ( + C1EA630F1680FE1300A21259 /* handshake.js */, + C1EA63101680FE1300A21259 /* stream_reader.js */, + ); + path = hybi_parser; + sourceTree = ""; + }; + C1EA63151680FE1300A21259 /* spec */ = { + isa = PBXGroup; + children = ( + C1EA63161680FE1300A21259 /* faye */, + C1EA631C1680FE1300A21259 /* runner.js */, + C1EA631D1680FE1300A21259 /* server.crt */, + C1EA631E1680FE1300A21259 /* server.key */, + ); + path = spec; + sourceTree = ""; + }; + C1EA63161680FE1300A21259 /* faye */ = { + isa = PBXGroup; + children = ( + C1EA63171680FE1300A21259 /* websocket */, + ); + path = faye; + sourceTree = ""; + }; + C1EA63171680FE1300A21259 /* websocket */ = { + isa = PBXGroup; + children = ( + C1EA63181680FE1300A21259 /* client_spec.js */, + C1EA63191680FE1300A21259 /* draft75parser_spec.js */, + C1EA631A1680FE1300A21259 /* draft76parser_spec.js */, + C1EA631B1680FE1300A21259 /* hybi_parser_spec.js */, + ); + path = websocket; + sourceTree = ""; + }; + C1EA63211680FE1300A21259 /* node-uuid */ = { + isa = PBXGroup; + children = ( + C1EA63221680FE1300A21259 /* .npmignore */, + C1EA63231680FE1300A21259 /* benchmark */, + C1EA63291680FE1300A21259 /* LICENSE.md */, + C1EA632A1680FE1300A21259 /* package.json */, + C1EA632B1680FE1300A21259 /* README.md */, + C1EA632C1680FE1300A21259 /* test */, + C1EA63301680FE1300A21259 /* uuid.js */, + ); + path = "node-uuid"; + sourceTree = ""; + }; + C1EA63231680FE1300A21259 /* benchmark */ = { + isa = PBXGroup; + children = ( + C1EA63241680FE1300A21259 /* bench.gnu */, + C1EA63251680FE1300A21259 /* bench.sh */, + C1EA63261680FE1300A21259 /* benchmark-native.c */, + C1EA63271680FE1300A21259 /* benchmark.js */, + C1EA63281680FE1300A21259 /* README.md */, + ); + path = benchmark; + sourceTree = ""; + }; + C1EA632C1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA632D1680FE1300A21259 /* compare_v1.js */, + C1EA632E1680FE1300A21259 /* test.html */, + C1EA632F1680FE1300A21259 /* test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA63311680FE1300A21259 /* ramp-resources */ = { + isa = PBXGroup; + children = ( + C1EA63321680FE1300A21259 /* .npmignore */, + C1EA63331680FE1300A21259 /* .travis.yml */, + C1EA63341680FE1300A21259 /* AUTHORS */, + C1EA63351680FE1300A21259 /* autolint.js */, + C1EA63361680FE1300A21259 /* buster.js */, + C1EA63371680FE1300A21259 /* examples */, + C1EA63441680FE1300A21259 /* lib */, + C1EA63521680FE1300A21259 /* LICENSE */, + C1EA63531680FE1300A21259 /* node_modules */, + C1EA63F41680FE1300A21259 /* package.json */, + C1EA63F51680FE1300A21259 /* Readme.rst */, + C1EA63F61680FE1300A21259 /* test */, + ); + path = "ramp-resources"; + sourceTree = ""; + }; + C1EA63371680FE1300A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA63381680FE1300A21259 /* webserver */, + ); + path = examples; + sourceTree = ""; + }; + C1EA63381680FE1300A21259 /* webserver */ = { + isa = PBXGroup; + children = ( + C1EA63391680FE1300A21259 /* alternatives.json */, + C1EA633A1680FE1300A21259 /* fixtures */, + C1EA633F1680FE1300A21259 /* medium.json */, + C1EA63401680FE1300A21259 /* publish.js */, + C1EA63411680FE1300A21259 /* README.rst */, + C1EA63421680FE1300A21259 /* server.js */, + C1EA63431680FE1300A21259 /* small.json */, + ); + path = webserver; + sourceTree = ""; + }; + C1EA633A1680FE1300A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA633B1680FE1300A21259 /* 1.png */, + C1EA633C1680FE1300A21259 /* 2.html */, + C1EA633D1680FE1300A21259 /* 3.txt */, + C1EA633E1680FE1300A21259 /* 4.tgz */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA63441680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA63451680FE1300A21259 /* file-etag.js */, + C1EA63461680FE1300A21259 /* http-proxy.js */, + C1EA63471680FE1300A21259 /* invalid-error.js */, + C1EA63481680FE1300A21259 /* load-path.js */, + C1EA63491680FE1300A21259 /* processors */, + C1EA634B1680FE1300A21259 /* ramp-resources.js */, + C1EA634C1680FE1300A21259 /* resource-combiner.js */, + C1EA634D1680FE1300A21259 /* resource-file-resolver.js */, + C1EA634E1680FE1300A21259 /* resource-middleware.js */, + C1EA634F1680FE1300A21259 /* resource-set-cache.js */, + C1EA63501680FE1300A21259 /* resource-set.js */, + C1EA63511680FE1300A21259 /* resource.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA63491680FE1300A21259 /* processors */ = { + isa = PBXGroup; + children = ( + C1EA634A1680FE1300A21259 /* iife.js */, + ); + path = processors; + sourceTree = ""; + }; + C1EA63531680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA63541680FE1300A21259 /* .bin */, + C1EA63561680FE1300A21259 /* lodash */, + C1EA638B1680FE1300A21259 /* mime */, + C1EA63941680FE1300A21259 /* minimatch */, + C1EA63A81680FE1300A21259 /* multi-glob */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA63541680FE1300A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA63551680FE1300A21259 /* lodash */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA63561680FE1300A21259 /* lodash */ = { + isa = PBXGroup; + children = ( + C1EA63571680FE1300A21259 /* build */, + C1EA635B1680FE1300A21259 /* build.js */, + C1EA635C1680FE1300A21259 /* doc */, + C1EA635E1680FE1300A21259 /* LICENSE.txt */, + C1EA635F1680FE1300A21259 /* lodash.js */, + C1EA63601680FE1300A21259 /* lodash.min.js */, + C1EA63611680FE1300A21259 /* package.json */, + C1EA63621680FE1300A21259 /* perf */, + C1EA63641680FE1300A21259 /* README.md */, + C1EA63651680FE1300A21259 /* test */, + C1EA63671680FE1300A21259 /* vendor */, + ); + path = lodash; + sourceTree = ""; + }; + C1EA63571680FE1300A21259 /* build */ = { + isa = PBXGroup; + children = ( + C1EA63581680FE1300A21259 /* minify.js */, + C1EA63591680FE1300A21259 /* post-compile.js */, + C1EA635A1680FE1300A21259 /* pre-compile.js */, + ); + path = build; + sourceTree = ""; + }; + C1EA635C1680FE1300A21259 /* doc */ = { + isa = PBXGroup; + children = ( + C1EA635D1680FE1300A21259 /* README.md */, + ); + path = doc; + sourceTree = ""; + }; + C1EA63621680FE1300A21259 /* perf */ = { + isa = PBXGroup; + children = ( + C1EA63631680FE1300A21259 /* perf.js */, + ); + path = perf; + sourceTree = ""; + }; + C1EA63651680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA63661680FE1300A21259 /* test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA63671680FE1300A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA63681680FE1300A21259 /* benchmark.js */, + C1EA636D1680FE1300A21259 /* closure-compiler */, + C1EA63711680FE1300A21259 /* platform.js */, + C1EA63751680FE1300A21259 /* qunit */, + C1EA637A1680FE1300A21259 /* qunit-clib */, + C1EA637E1680FE1300A21259 /* uglifyjs */, + C1EA63861680FE1300A21259 /* underscore */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA63681680FE1300A21259 /* benchmark.js */ = { + isa = PBXGroup; + children = ( + C1EA63691680FE1300A21259 /* benchmark.js */, + C1EA636A1680FE1300A21259 /* LICENSE.txt */, + C1EA636B1680FE1300A21259 /* nano.jar */, + C1EA636C1680FE1300A21259 /* README.md */, + ); + path = benchmark.js; + sourceTree = ""; + }; + C1EA636D1680FE1300A21259 /* closure-compiler */ = { + isa = PBXGroup; + children = ( + C1EA636E1680FE1300A21259 /* compiler.jar */, + C1EA636F1680FE1300A21259 /* COPYING */, + C1EA63701680FE1300A21259 /* README */, + ); + path = "closure-compiler"; + sourceTree = ""; + }; + C1EA63711680FE1300A21259 /* platform.js */ = { + isa = PBXGroup; + children = ( + C1EA63721680FE1300A21259 /* LICENSE.txt */, + C1EA63731680FE1300A21259 /* platform.js */, + C1EA63741680FE1300A21259 /* README.md */, + ); + path = platform.js; + sourceTree = ""; + }; + C1EA63751680FE1300A21259 /* qunit */ = { + isa = PBXGroup; + children = ( + C1EA63761680FE1300A21259 /* qunit */, + C1EA63791680FE1300A21259 /* README.md */, + ); + path = qunit; + sourceTree = ""; + }; + C1EA63761680FE1300A21259 /* qunit */ = { + isa = PBXGroup; + children = ( + C1EA63771680FE1300A21259 /* qunit-1.8.0.js */, + C1EA63781680FE1300A21259 /* qunit.js */, + ); + path = qunit; + sourceTree = ""; + }; + C1EA637A1680FE1300A21259 /* qunit-clib */ = { + isa = PBXGroup; + children = ( + C1EA637B1680FE1300A21259 /* LICENSE.txt */, + C1EA637C1680FE1300A21259 /* qunit-clib.js */, + C1EA637D1680FE1300A21259 /* README.md */, + ); + path = "qunit-clib"; + sourceTree = ""; + }; + C1EA637E1680FE1300A21259 /* uglifyjs */ = { + isa = PBXGroup; + children = ( + C1EA637F1680FE1300A21259 /* lib */, + C1EA63841680FE1300A21259 /* README.org */, + C1EA63851680FE1300A21259 /* uglify-js.js */, + ); + path = uglifyjs; + sourceTree = ""; + }; + C1EA637F1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA63801680FE1300A21259 /* consolidator.js */, + C1EA63811680FE1300A21259 /* parse-js.js */, + C1EA63821680FE1300A21259 /* process.js */, + C1EA63831680FE1300A21259 /* squeeze-more.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA63861680FE1300A21259 /* underscore */ = { + isa = PBXGroup; + children = ( + C1EA63871680FE1300A21259 /* LICENSE */, + C1EA63881680FE1300A21259 /* README.md */, + C1EA63891680FE1300A21259 /* underscore-min.js */, + C1EA638A1680FE1300A21259 /* underscore.js */, + ); + path = underscore; + sourceTree = ""; + }; + C1EA638B1680FE1300A21259 /* mime */ = { + isa = PBXGroup; + children = ( + C1EA638C1680FE1300A21259 /* LICENSE */, + C1EA638D1680FE1300A21259 /* mime.js */, + C1EA638E1680FE1300A21259 /* package.json */, + C1EA638F1680FE1300A21259 /* README.md */, + C1EA63901680FE1300A21259 /* test.js */, + C1EA63911680FE1300A21259 /* types */, + ); + path = mime; + sourceTree = ""; + }; + C1EA63911680FE1300A21259 /* types */ = { + isa = PBXGroup; + children = ( + C1EA63921680FE1300A21259 /* mime.types */, + C1EA63931680FE1300A21259 /* node.types */, + ); + path = types; + sourceTree = ""; + }; + C1EA63941680FE1300A21259 /* minimatch */ = { + isa = PBXGroup; + children = ( + C1EA63951680FE1300A21259 /* .travis.yml */, + C1EA63961680FE1300A21259 /* LICENSE */, + C1EA63971680FE1300A21259 /* minimatch.js */, + C1EA63981680FE1300A21259 /* node_modules */, + C1EA63A21680FE1300A21259 /* package.json */, + C1EA63A31680FE1300A21259 /* README.md */, + C1EA63A41680FE1300A21259 /* test */, + ); + path = minimatch; + sourceTree = ""; + }; + C1EA63981680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA63991680FE1300A21259 /* lru-cache */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA63991680FE1300A21259 /* lru-cache */ = { + isa = PBXGroup; + children = ( + C1EA639A1680FE1300A21259 /* .npmignore */, + C1EA639B1680FE1300A21259 /* lib */, + C1EA639D1680FE1300A21259 /* LICENSE */, + C1EA639E1680FE1300A21259 /* package.json */, + C1EA639F1680FE1300A21259 /* README.md */, + C1EA63A01680FE1300A21259 /* test */, + ); + path = "lru-cache"; + sourceTree = ""; + }; + C1EA639B1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA639C1680FE1300A21259 /* lru-cache.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA63A01680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA63A11680FE1300A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA63A41680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA63A51680FE1300A21259 /* basic.js */, + C1EA63A61680FE1300A21259 /* brace-expand.js */, + C1EA63A71680FE1300A21259 /* caching.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA63A81680FE1300A21259 /* multi-glob */ = { + isa = PBXGroup; + children = ( + C1EA63A91680FE1300A21259 /* .npmignore */, + C1EA63AA1680FE1300A21259 /* .travis.yml */, + C1EA63AB1680FE1300A21259 /* AUTHORS */, + C1EA63AC1680FE1300A21259 /* autolint.js */, + C1EA63AD1680FE1300A21259 /* buster.js */, + C1EA63AE1680FE1300A21259 /* lib */, + C1EA63B01680FE1300A21259 /* LICENSE */, + C1EA63B11680FE1300A21259 /* node_modules */, + C1EA63F01680FE1300A21259 /* package.json */, + C1EA63F11680FE1300A21259 /* Readme.rst */, + C1EA63F21680FE1300A21259 /* test */, + ); + path = "multi-glob"; + sourceTree = ""; + }; + C1EA63AE1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA63AF1680FE1300A21259 /* multi-glob.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA63B11680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA63B21680FE1300A21259 /* glob */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA63B21680FE1300A21259 /* glob */ = { + isa = PBXGroup; + children = ( + C1EA63B31680FE1300A21259 /* .npmignore */, + C1EA63B41680FE1300A21259 /* .travis.yml */, + C1EA63B51680FE1300A21259 /* examples */, + C1EA63B81680FE1300A21259 /* glob.js */, + C1EA63B91680FE1300A21259 /* LICENSE */, + C1EA63BA1680FE1300A21259 /* node_modules */, + C1EA63E51680FE1300A21259 /* package.json */, + C1EA63E61680FE1300A21259 /* README.md */, + C1EA63E71680FE1300A21259 /* test */, + ); + path = glob; + sourceTree = ""; + }; + C1EA63B51680FE1300A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA63B61680FE1300A21259 /* g.js */, + C1EA63B71680FE1300A21259 /* usr-local.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA63BA1680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA63BB1680FE1300A21259 /* graceful-fs */, + C1EA63C31680FE1300A21259 /* inherits */, + C1EA63C71680FE1300A21259 /* minimatch */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA63BB1680FE1300A21259 /* graceful-fs */ = { + isa = PBXGroup; + children = ( + C1EA63BC1680FE1300A21259 /* .npmignore */, + C1EA63BD1680FE1300A21259 /* graceful-fs.js */, + C1EA63BE1680FE1300A21259 /* LICENSE */, + C1EA63BF1680FE1300A21259 /* package.json */, + C1EA63C01680FE1300A21259 /* README.md */, + C1EA63C11680FE1300A21259 /* test */, + ); + path = "graceful-fs"; + sourceTree = ""; + }; + C1EA63C11680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA63C21680FE1300A21259 /* open.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA63C31680FE1300A21259 /* inherits */ = { + isa = PBXGroup; + children = ( + C1EA63C41680FE1300A21259 /* inherits.js */, + C1EA63C51680FE1300A21259 /* package.json */, + C1EA63C61680FE1300A21259 /* README.md */, + ); + path = inherits; + sourceTree = ""; + }; + C1EA63C71680FE1300A21259 /* minimatch */ = { + isa = PBXGroup; + children = ( + C1EA63C81680FE1300A21259 /* .travis.yml */, + C1EA63C91680FE1300A21259 /* LICENSE */, + C1EA63CA1680FE1300A21259 /* minimatch.js */, + C1EA63CB1680FE1300A21259 /* node_modules */, + C1EA63DE1680FE1300A21259 /* package.json */, + C1EA63DF1680FE1300A21259 /* README.md */, + C1EA63E01680FE1300A21259 /* test */, + ); + path = minimatch; + sourceTree = ""; + }; + C1EA63CB1680FE1300A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA63CC1680FE1300A21259 /* lru-cache */, + C1EA63D61680FE1300A21259 /* sigmund */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA63CC1680FE1300A21259 /* lru-cache */ = { + isa = PBXGroup; + children = ( + C1EA63CD1680FE1300A21259 /* .npmignore */, + C1EA63CE1680FE1300A21259 /* AUTHORS */, + C1EA63CF1680FE1300A21259 /* lib */, + C1EA63D11680FE1300A21259 /* LICENSE */, + C1EA63D21680FE1300A21259 /* package.json */, + C1EA63D31680FE1300A21259 /* README.md */, + C1EA63D41680FE1300A21259 /* test */, + ); + path = "lru-cache"; + sourceTree = ""; + }; + C1EA63CF1680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA63D01680FE1300A21259 /* lru-cache.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA63D41680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA63D51680FE1300A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA63D61680FE1300A21259 /* sigmund */ = { + isa = PBXGroup; + children = ( + C1EA63D71680FE1300A21259 /* bench.js */, + C1EA63D81680FE1300A21259 /* LICENSE */, + C1EA63D91680FE1300A21259 /* package.json */, + C1EA63DA1680FE1300A21259 /* README.md */, + C1EA63DB1680FE1300A21259 /* sigmund.js */, + C1EA63DC1680FE1300A21259 /* test */, + ); + path = sigmund; + sourceTree = ""; + }; + C1EA63DC1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA63DD1680FE1300A21259 /* basic.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA63E01680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA63E11680FE1300A21259 /* basic.js */, + C1EA63E21680FE1300A21259 /* brace-expand.js */, + C1EA63E31680FE1300A21259 /* caching.js */, + C1EA63E41680FE1300A21259 /* defaults.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA63E71680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA63E81680FE1300A21259 /* 00-setup.js */, + C1EA63E91680FE1300A21259 /* bash-comparison.js */, + C1EA63EA1680FE1300A21259 /* cwd-test.js */, + C1EA63EB1680FE1300A21259 /* mark.js */, + C1EA63EC1680FE1300A21259 /* pause-resume.js */, + C1EA63ED1680FE1300A21259 /* root-nomount.js */, + C1EA63EE1680FE1300A21259 /* root.js */, + C1EA63EF1680FE1300A21259 /* zz-cleanup.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA63F21680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA63F31680FE1300A21259 /* multi-glob-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA63F61680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA63F71680FE1300A21259 /* fixtures */, + C1EA63FF1680FE1300A21259 /* http-proxy-test.js */, + C1EA64001680FE1300A21259 /* load-path-test.js */, + C1EA64011680FE1300A21259 /* processors */, + C1EA64031680FE1300A21259 /* resource-middleware-test.js */, + C1EA64041680FE1300A21259 /* resource-set-cache-test.js */, + C1EA64051680FE1300A21259 /* resource-set-test.js */, + C1EA64061680FE1300A21259 /* resource-test.js */, + C1EA64071680FE1300A21259 /* test-helper.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA63F71680FE1300A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA63F81680FE1300A21259 /* bar.js */, + C1EA63F91680FE1300A21259 /* foo.js */, + C1EA63FA1680FE1300A21259 /* other-test */, + C1EA63FD1680FE1300A21259 /* test */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA63FA1680FE1300A21259 /* other-test */ = { + isa = PBXGroup; + children = ( + C1EA63FB1680FE1300A21259 /* other.js */, + C1EA63FC1680FE1300A21259 /* some-test.js */, + ); + path = "other-test"; + sourceTree = ""; + }; + C1EA63FD1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA63FE1680FE1300A21259 /* my-testish.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA64011680FE1300A21259 /* processors */ = { + isa = PBXGroup; + children = ( + C1EA64021680FE1300A21259 /* iife-processor-test.js */, + ); + path = processors; + sourceTree = ""; + }; + C1EA640B1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA640C1680FE1300A21259 /* cache-test.js */, + C1EA640D1680FE1300A21259 /* events-test.js */, + C1EA640E1680FE1300A21259 /* helpers */, + C1EA64131680FE1300A21259 /* joinable-and-unjoinable-test.js */, + C1EA64141680FE1300A21259 /* main-test-session-client.js */, + C1EA64151680FE1300A21259 /* main-test.js */, + C1EA64161680FE1300A21259 /* session-lifecycle-test.js */, + C1EA64171680FE1300A21259 /* slave-header-test.js */, + C1EA64181680FE1300A21259 /* test-helper-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA640E1680FE1300A21259 /* helpers */ = { + isa = PBXGroup; + children = ( + C1EA640F1680FE1300A21259 /* phantom-factory.js */, + C1EA64101680FE1300A21259 /* phantom.js */, + C1EA64111680FE1300A21259 /* server-loader.js */, + C1EA64121680FE1300A21259 /* test-helper.js */, + ); + path = helpers; + sourceTree = ""; + }; + C1EA64191680FE1300A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA641A1680FE1300A21259 /* json */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA641A1680FE1300A21259 /* json */ = { + isa = PBXGroup; + children = ( + C1EA641B1680FE1300A21259 /* cycle.js */, + C1EA641C1680FE1300A21259 /* json.js */, + C1EA641D1680FE1300A21259 /* json2.js */, + C1EA641E1680FE1300A21259 /* json_parse.js */, + C1EA641F1680FE1300A21259 /* json_parse_state.js */, + C1EA64201680FE1300A21259 /* README */, + ); + path = json; + sourceTree = ""; + }; + C1EA64211680FE1300A21259 /* stack-filter */ = { + isa = PBXGroup; + children = ( + C1EA64221680FE1300A21259 /* .npmignore */, + C1EA64231680FE1300A21259 /* AUTHORS */, + C1EA64241680FE1300A21259 /* autolint.js */, + C1EA64251680FE1300A21259 /* buster.js */, + C1EA64261680FE1300A21259 /* lib */, + C1EA64281680FE1300A21259 /* LICENSE */, + C1EA64291680FE1300A21259 /* package.json */, + C1EA642A1680FE1300A21259 /* Readme.rst */, + C1EA642B1680FE1300A21259 /* test */, + ); + path = "stack-filter"; + sourceTree = ""; + }; + C1EA64261680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA64271680FE1300A21259 /* stack-filter.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA642B1680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA642C1680FE1300A21259 /* stack-filter-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA64311680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA64321680FE1300A21259 /* progress-reporter-integration-test.js */, + C1EA64331680FE1300A21259 /* run-analyzer-test.js */, + C1EA64341680FE1300A21259 /* runners */, + C1EA643A1680FE1300A21259 /* test-cli-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA64341680FE1300A21259 /* runners */ = { + isa = PBXGroup; + children = ( + C1EA64351680FE1300A21259 /* browser */, + C1EA64381680FE1300A21259 /* browser-test.js */, + C1EA64391680FE1300A21259 /* node-test.js */, + ); + path = runners; + sourceTree = ""; + }; + C1EA64351680FE1300A21259 /* browser */ = { + isa = PBXGroup; + children = ( + C1EA64361680FE1300A21259 /* progress-reporter-test.js */, + C1EA64371680FE1300A21259 /* remote-runner-test.js */, + ); + path = browser; + sourceTree = ""; + }; + C1EA643B1680FE1300A21259 /* views */ = { + isa = PBXGroup; + children = ( + C1EA643C1680FE1300A21259 /* help-reporters.ejs */, + ); + path = views; + sourceTree = ""; + }; + C1EA643D1680FE1300A21259 /* sinon */ = { + isa = PBXGroup; + children = ( + C1EA643E1680FE1300A21259 /* .npmignore */, + C1EA643F1680FE1300A21259 /* .travis.yml */, + C1EA64401680FE1300A21259 /* AUTHORS */, + C1EA64411680FE1300A21259 /* build */, + C1EA64421680FE1300A21259 /* Changelog.txt */, + C1EA64431680FE1300A21259 /* GPATH */, + C1EA64441680FE1300A21259 /* GRTAGS */, + C1EA64451680FE1300A21259 /* GSYMS */, + C1EA64461680FE1300A21259 /* GTAGS */, + C1EA64471680FE1300A21259 /* jsl.conf */, + C1EA64481680FE1300A21259 /* lib */, + C1EA645C1680FE1300A21259 /* LICENSE */, + C1EA645D1680FE1300A21259 /* package.json */, + C1EA645E1680FE1300A21259 /* README.md */, + C1EA645F1680FE1300A21259 /* release.sh */, + C1EA64601680FE1300A21259 /* test */, + ); + path = sinon; + sourceTree = ""; + }; + C1EA64481680FE1300A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA64491680FE1300A21259 /* sinon */, + C1EA645B1680FE1300A21259 /* sinon.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA64491680FE1300A21259 /* sinon */ = { + isa = PBXGroup; + children = ( + C1EA644A1680FE1300A21259 /* assert.js */, + C1EA644B1680FE1300A21259 /* collection.js */, + C1EA644C1680FE1300A21259 /* match.js */, + C1EA644D1680FE1300A21259 /* mock.js */, + C1EA644E1680FE1300A21259 /* sandbox.js */, + C1EA644F1680FE1300A21259 /* spy.js */, + C1EA64501680FE1300A21259 /* stub.js */, + C1EA64511680FE1300A21259 /* test.js */, + C1EA64521680FE1300A21259 /* test_case.js */, + C1EA64531680FE1300A21259 /* util */, + ); + path = sinon; + sourceTree = ""; + }; + C1EA64531680FE1300A21259 /* util */ = { + isa = PBXGroup; + children = ( + C1EA64541680FE1300A21259 /* event.js */, + C1EA64551680FE1300A21259 /* fake_server.js */, + C1EA64561680FE1300A21259 /* fake_server_with_clock.js */, + C1EA64571680FE1300A21259 /* fake_timers.js */, + C1EA64581680FE1300A21259 /* fake_xml_http_request.js */, + C1EA64591680FE1300A21259 /* timers_ie.js */, + C1EA645A1680FE1300A21259 /* xhr_ie.js */, + ); + path = util; + sourceTree = ""; + }; + C1EA64601680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA64611680FE1300A21259 /* node */, + C1EA64631680FE1300A21259 /* resources */, + C1EA64651680FE1300A21259 /* rhino */, + C1EA64681680FE1300A21259 /* runner.js */, + C1EA64691680FE1300A21259 /* sinon */, + C1EA64791680FE1300A21259 /* sinon-dist.html */, + C1EA647A1680FE1300A21259 /* sinon.html */, + C1EA647B1680FE1300A21259 /* sinon_test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA64611680FE1300A21259 /* node */ = { + isa = PBXGroup; + children = ( + C1EA64621680FE1300A21259 /* run.js */, + ); + path = node; + sourceTree = ""; + }; + C1EA64631680FE1300A21259 /* resources */ = { + isa = PBXGroup; + children = ( + C1EA64641680FE1300A21259 /* xhr_target.txt */, + ); + path = resources; + sourceTree = ""; + }; + C1EA64651680FE1300A21259 /* rhino */ = { + isa = PBXGroup; + children = ( + C1EA64661680FE1300A21259 /* env.rhino.1.2.js */, + C1EA64671680FE1300A21259 /* run.js */, + ); + path = rhino; + sourceTree = ""; + }; + C1EA64691680FE1300A21259 /* sinon */ = { + isa = PBXGroup; + children = ( + C1EA646A1680FE1300A21259 /* assert_test.js */, + C1EA646B1680FE1300A21259 /* collection_test.js */, + C1EA646C1680FE1300A21259 /* match_test.js */, + C1EA646D1680FE1300A21259 /* mock_test.js */, + C1EA646E1680FE1300A21259 /* sandbox_test.js */, + C1EA646F1680FE1300A21259 /* spy_test.js */, + C1EA64701680FE1300A21259 /* stub_test.js */, + C1EA64711680FE1300A21259 /* test_case_test.js */, + C1EA64721680FE1300A21259 /* test_test.js */, + C1EA64731680FE1300A21259 /* util */, + ); + path = sinon; + sourceTree = ""; + }; + C1EA64731680FE1300A21259 /* util */ = { + isa = PBXGroup; + children = ( + C1EA64741680FE1300A21259 /* event_test.js */, + C1EA64751680FE1300A21259 /* fake_server_test.js */, + C1EA64761680FE1300A21259 /* fake_server_with_clock_test.js */, + C1EA64771680FE1300A21259 /* fake_timers_test.js */, + C1EA64781680FE1300A21259 /* fake_xml_http_request_test.js */, + ); + path = util; + sourceTree = ""; + }; + C1EA647C1680FE1300A21259 /* when */ = { + isa = PBXGroup; + children = ( + C1EA647D1680FE1300A21259 /* .gitmodules */, + C1EA647E1680FE1300A21259 /* .npmignore */, + C1EA647F1680FE1300A21259 /* .travis.yml */, + C1EA64801680FE1300A21259 /* apply.js */, + C1EA64811680FE1300A21259 /* cancelable.js */, + C1EA64821680FE1300A21259 /* debug.js */, + C1EA64831680FE1300A21259 /* delay.js */, + C1EA64841680FE1300A21259 /* LICENSE.txt */, + C1EA64851680FE1300A21259 /* package.json */, + C1EA64861680FE1300A21259 /* README.md */, + C1EA64871680FE1300A21259 /* test */, + C1EA64981680FE1300A21259 /* timed.js */, + C1EA64991680FE1300A21259 /* timeout.js */, + C1EA649A1680FE1300A21259 /* when.js */, + ); + path = when; + sourceTree = ""; + }; + C1EA64871680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA64881680FE1300A21259 /* all.js */, + C1EA64891680FE1300A21259 /* any.js */, + C1EA648A1680FE1300A21259 /* apply.js */, + C1EA648B1680FE1300A21259 /* buster.js */, + C1EA648C1680FE1300A21259 /* cancelable.js */, + C1EA648D1680FE1300A21259 /* chain.js */, + C1EA648E1680FE1300A21259 /* defer.js */, + C1EA648F1680FE1300A21259 /* delay.js */, + C1EA64901680FE1300A21259 /* isPromise.js */, + C1EA64911680FE1300A21259 /* map.js */, + C1EA64921680FE1300A21259 /* promise.js */, + C1EA64931680FE1300A21259 /* reduce.js */, + C1EA64941680FE1300A21259 /* reject.js */, + C1EA64951680FE1300A21259 /* some.js */, + C1EA64961680FE1300A21259 /* timeout.js */, + C1EA64971680FE1300A21259 /* when.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA649D1680FE1300A21259 /* resources */ = { + isa = PBXGroup; + children = ( + C1EA649E1680FE1300A21259 /* buster-test.css */, + ); + path = resources; + sourceTree = ""; + }; + C1EA64A01680FE1300A21259 /* script */ = { + isa = PBXGroup; + children = ( + C1EA64A11680FE1300A21259 /* phantom.js */, + ); + path = script; + sourceTree = ""; + }; + C1EA64A21680FE1300A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA64A31680FE1300A21259 /* browser */, + C1EA64A51680FE1300A21259 /* buster-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA64A31680FE1300A21259 /* browser */ = { + isa = PBXGroup; + children = ( + C1EA64A41680FE1300A21259 /* browser-wiring-test.js */, + ); + path = browser; + sourceTree = ""; + }; + C1EA64A61680FE1300A21259 /* extend */ = { + isa = PBXGroup; + children = ( + C1EA64A71680FE1300A21259 /* .npmignore */, + C1EA64A81680FE1300A21259 /* index.js */, + C1EA64A91680FE1300A21259 /* package.json */, + C1EA64AA1680FE1300A21259 /* README.md */, + ); + path = extend; + sourceTree = ""; + }; + C1EA64AB1680FE1300A21259 /* webpack */ = { + isa = PBXGroup; + children = ( + C1EA64AC1680FE1400A21259 /* .gitattributes */, + C1EA64AD1680FE1400A21259 /* .npmignore */, + C1EA64AE1680FE1400A21259 /* .travis.yml */, + C1EA64AF1680FE1400A21259 /* api */, + C1EA64B11680FE1400A21259 /* bin */, + C1EA64B31680FE1400A21259 /* bm.js */, + C1EA64B41680FE1400A21259 /* buildin */, + C1EA64C81680FE1400A21259 /* lib */, + C1EA64D41680FE1400A21259 /* LICENSE */, + C1EA64D51680FE1400A21259 /* node_modules */, + C1EA6DB81680FE1500A21259 /* package.json */, + C1EA6DB91680FE1500A21259 /* README.md */, + C1EA6DBA1680FE1500A21259 /* templates */, + C1EA6DC01680FE1500A21259 /* test */, + ); + path = webpack; + sourceTree = ""; + }; + C1EA64AF1680FE1400A21259 /* api */ = { + isa = PBXGroup; + children = ( + C1EA64B01680FE1400A21259 /* getPublicPrefix.js */, + ); + path = api; + sourceTree = ""; + }; + C1EA64B11680FE1400A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA64B21680FE1400A21259 /* webpack.js */, + ); + path = bin; + sourceTree = ""; + }; + C1EA64B41680FE1400A21259 /* buildin */ = { + isa = PBXGroup; + children = ( + C1EA64B51680FE1400A21259 /* __webpack_amd_define.js */, + C1EA64B61680FE1400A21259 /* __webpack_amd_require.js */, + C1EA64B71680FE1400A21259 /* __webpack_console.js */, + C1EA64B81680FE1400A21259 /* __webpack_dirname.js */, + C1EA64B91680FE1400A21259 /* __webpack_filename.js */, + C1EA64BA1680FE1400A21259 /* __webpack_global.js */, + C1EA64BB1680FE1400A21259 /* __webpack_module.js */, + C1EA64BC1680FE1400A21259 /* __webpack_options_amd.loader.js */, + C1EA64BD1680FE1400A21259 /* __webpack_process.js */, + C1EA64BE1680FE1400A21259 /* web_modules */, + ); + path = buildin; + sourceTree = ""; + }; + C1EA64BE1680FE1400A21259 /* web_modules */ = { + isa = PBXGroup; + children = ( + C1EA64BF1680FE1400A21259 /* assert.js */, + C1EA64C01680FE1400A21259 /* buffer.js */, + C1EA64C11680FE1400A21259 /* child_process.js */, + C1EA64C21680FE1400A21259 /* events.js */, + C1EA64C31680FE1400A21259 /* path.js */, + C1EA64C41680FE1400A21259 /* punycode.js */, + C1EA64C51680FE1400A21259 /* querystring.js */, + C1EA64C61680FE1400A21259 /* url.js */, + C1EA64C71680FE1400A21259 /* util.js */, + ); + path = web_modules; + sourceTree = ""; + }; + C1EA64C81680FE1400A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA64C91680FE1400A21259 /* buildDeps.js */, + C1EA64CA1680FE1400A21259 /* buildModule.js */, + C1EA64CB1680FE1400A21259 /* Cache.js */, + C1EA64CC1680FE1400A21259 /* createFilenameShortener.js */, + C1EA64CD1680FE1400A21259 /* formatOutput.js */, + C1EA64CE1680FE1400A21259 /* parse.js */, + C1EA64CF1680FE1400A21259 /* webpack.js */, + C1EA64D01680FE1400A21259 /* worker.js */, + C1EA64D11680FE1400A21259 /* Workers.js */, + C1EA64D21680FE1400A21259 /* writeChunk.js */, + C1EA64D31680FE1400A21259 /* writeSource.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA64D51680FE1400A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA64D61680FE1400A21259 /* .bin */, + C1EA64D91680FE1400A21259 /* bundle-loader */, + C1EA64DE1680FE1400A21259 /* coffee-loader */, + C1EA65041680FE1400A21259 /* css-loader */, + C1EA6A521680FE1400A21259 /* enhanced-require */, + C1EA6A901680FE1400A21259 /* enhanced-resolve */, + C1EA6AB81680FE1400A21259 /* esprima */, + C1EA6B021680FE1400A21259 /* file-loader */, + C1EA6B0F1680FE1400A21259 /* jade-loader */, + C1EA6BD81680FE1500A21259 /* json-loader */, + C1EA6BDC1680FE1500A21259 /* less-loader */, + C1EA6CA01680FE1500A21259 /* optimist */, + C1EA6CCA1680FE1500A21259 /* raw-loader */, + C1EA6CCE1680FE1500A21259 /* script-loader */, + C1EA6D2F1680FE1500A21259 /* sprintf */, + C1EA6D341680FE1500A21259 /* style-loader */, + C1EA6D3A1680FE1500A21259 /* uglify-js */, + C1EA6DB01680FE1500A21259 /* val-loader */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA64D61680FE1400A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA64D71680FE1400A21259 /* esparse */, + C1EA64D81680FE1400A21259 /* uglifyjs */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA64D91680FE1400A21259 /* bundle-loader */ = { + isa = PBXGroup; + children = ( + C1EA64DA1680FE1400A21259 /* index.js */, + C1EA64DB1680FE1400A21259 /* lazy.js */, + C1EA64DC1680FE1400A21259 /* package.json */, + C1EA64DD1680FE1400A21259 /* README.md */, + ); + path = "bundle-loader"; + sourceTree = ""; + }; + C1EA64DE1680FE1400A21259 /* coffee-loader */ = { + isa = PBXGroup; + children = ( + C1EA64DF1680FE1400A21259 /* .npmignore */, + C1EA64E01680FE1400A21259 /* index.js */, + C1EA64E11680FE1400A21259 /* node_modules */, + C1EA65021680FE1400A21259 /* package.json */, + C1EA65031680FE1400A21259 /* README.md */, + ); + path = "coffee-loader"; + sourceTree = ""; + }; + C1EA64E11680FE1400A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA64E21680FE1400A21259 /* .bin */, + C1EA64E51680FE1400A21259 /* coffee-script */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA64E21680FE1400A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA64E31680FE1400A21259 /* cake */, + C1EA64E41680FE1400A21259 /* coffee */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA64E51680FE1400A21259 /* coffee-script */ = { + isa = PBXGroup; + children = ( + C1EA64E61680FE1400A21259 /* .npmignore */, + C1EA64E71680FE1400A21259 /* bin */, + C1EA64EA1680FE1400A21259 /* CNAME */, + C1EA64EB1680FE1400A21259 /* CONTRIBUTING.md */, + C1EA64EC1680FE1400A21259 /* extras */, + C1EA64EE1680FE1400A21259 /* lib */, + C1EA64FE1680FE1400A21259 /* LICENSE */, + C1EA64FF1680FE1400A21259 /* package.json */, + C1EA65001680FE1400A21259 /* Rakefile */, + C1EA65011680FE1400A21259 /* README */, + ); + path = "coffee-script"; + sourceTree = ""; + }; + C1EA64E71680FE1400A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA64E81680FE1400A21259 /* cake */, + C1EA64E91680FE1400A21259 /* coffee */, + ); + path = bin; + sourceTree = ""; + }; + C1EA64EC1680FE1400A21259 /* extras */ = { + isa = PBXGroup; + children = ( + C1EA64ED1680FE1400A21259 /* jsl.conf */, + ); + path = extras; + sourceTree = ""; + }; + C1EA64EE1680FE1400A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA64EF1680FE1400A21259 /* coffee-script */, + ); + path = lib; + sourceTree = ""; + }; + C1EA64EF1680FE1400A21259 /* coffee-script */ = { + isa = PBXGroup; + children = ( + C1EA64F01680FE1400A21259 /* browser.js */, + C1EA64F11680FE1400A21259 /* cake.js */, + C1EA64F21680FE1400A21259 /* coffee-script.js */, + C1EA64F31680FE1400A21259 /* command.js */, + C1EA64F41680FE1400A21259 /* grammar.js */, + C1EA64F51680FE1400A21259 /* helpers.js */, + C1EA64F61680FE1400A21259 /* index.js */, + C1EA64F71680FE1400A21259 /* lexer.js */, + C1EA64F81680FE1400A21259 /* nodes.js */, + C1EA64F91680FE1400A21259 /* optparse.js */, + C1EA64FA1680FE1400A21259 /* parser.js */, + C1EA64FB1680FE1400A21259 /* repl.js */, + C1EA64FC1680FE1400A21259 /* rewriter.js */, + C1EA64FD1680FE1400A21259 /* scope.js */, + ); + path = "coffee-script"; + sourceTree = ""; + }; + C1EA65041680FE1400A21259 /* css-loader */ = { + isa = PBXGroup; + children = ( + C1EA65051680FE1400A21259 /* .npmignore */, + C1EA65061680FE1400A21259 /* index.js */, + C1EA65071680FE1400A21259 /* node_modules */, + C1EA6A501680FE1400A21259 /* package.json */, + C1EA6A511680FE1400A21259 /* README.md */, + ); + path = "css-loader"; + sourceTree = ""; + }; + C1EA65071680FE1400A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA65081680FE1400A21259 /* .bin */, + C1EA650A1680FE1400A21259 /* csso */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA65081680FE1400A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA65091680FE1400A21259 /* csso */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA650A1680FE1400A21259 /* csso */ = { + isa = PBXGroup; + children = ( + C1EA650B1680FE1400A21259 /* bin */, + C1EA650D1680FE1400A21259 /* doc */, + C1EA65101680FE1400A21259 /* GNUmakefile */, + C1EA65111680FE1400A21259 /* lib */, + C1EA65181680FE1400A21259 /* MANUAL.en.md */, + C1EA65191680FE1400A21259 /* MANUAL.ru.md */, + C1EA651A1680FE1400A21259 /* MIT-LICENSE.txt */, + C1EA651B1680FE1400A21259 /* package.json */, + C1EA651C1680FE1400A21259 /* README.md */, + C1EA651D1680FE1400A21259 /* README.ru.md */, + C1EA651E1680FE1400A21259 /* src */, + C1EA652A1680FE1400A21259 /* test */, + C1EA6A4A1680FE1400A21259 /* USAGE */, + C1EA6A4B1680FE1400A21259 /* VERSION */, + C1EA6A4C1680FE1400A21259 /* web */, + ); + path = csso; + sourceTree = ""; + }; + C1EA650B1680FE1400A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA650C1680FE1400A21259 /* csso */, + ); + path = bin; + sourceTree = ""; + }; + C1EA650D1680FE1400A21259 /* doc */ = { + isa = PBXGroup; + children = ( + C1EA650E1680FE1400A21259 /* compressflow.graphml */, + C1EA650F1680FE1400A21259 /* compressflow.png */, + ); + path = doc; + sourceTree = ""; + }; + C1EA65111680FE1400A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA65121680FE1400A21259 /* compressor.js */, + C1EA65131680FE1400A21259 /* csso.js */, + C1EA65141680FE1400A21259 /* cssoapi.js */, + C1EA65151680FE1400A21259 /* parser.js */, + C1EA65161680FE1400A21259 /* translator.js */, + C1EA65171680FE1400A21259 /* util.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA651E1680FE1400A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA651F1680FE1400A21259 /* compressor.node.js */, + C1EA65201680FE1400A21259 /* compressor.shared.js */, + C1EA65211680FE1400A21259 /* compressor.web.js */, + C1EA65221680FE1400A21259 /* csso.other.js */, + C1EA65231680FE1400A21259 /* csso.pecode */, + C1EA65241680FE1400A21259 /* parser.node.js */, + C1EA65251680FE1400A21259 /* translator.node.js */, + C1EA65261680FE1400A21259 /* translator.shared.js */, + C1EA65271680FE1400A21259 /* trbl.js */, + C1EA65281680FE1400A21259 /* util.node.js */, + C1EA65291680FE1400A21259 /* util.shared.js */, + ); + path = src; + sourceTree = ""; + }; + C1EA652A1680FE1400A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA652B1680FE1400A21259 /* data */, + C1EA6A491680FE1400A21259 /* test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA652B1680FE1400A21259 /* data */ = { + isa = PBXGroup; + children = ( + C1EA652C1680FE1400A21259 /* test_atkeyword */, + C1EA65331680FE1400A21259 /* test_atruleb */, + C1EA654F1680FE1400A21259 /* test_atruler */, + C1EA656E1680FE1400A21259 /* test_atrules */, + C1EA65841680FE1400A21259 /* test_attrib */, + C1EA65991680FE1400A21259 /* test_attrselector */, + C1EA65A91680FE1400A21259 /* test_block */, + C1EA65D71680FE1400A21259 /* test_braces */, + C1EA66231680FE1400A21259 /* test_clazz */, + C1EA66271680FE1400A21259 /* test_combinator */, + C1EA66311680FE1400A21259 /* test_comment */, + C1EA66351680FE1400A21259 /* test_declaration */, + C1EA66541680FE1400A21259 /* test_decldelim */, + C1EA66581680FE1400A21259 /* test_delim */, + C1EA665C1680FE1400A21259 /* test_dimension */, + C1EA66661680FE1400A21259 /* test_filter */, + C1EA66851680FE1400A21259 /* test_functionExpression */, + C1EA669E1680FE1400A21259 /* test_funktion */, + C1EA66D51680FE1400A21259 /* test_ident */, + C1EA66E81680FE1400A21259 /* test_important */, + C1EA66F21680FE1400A21259 /* test_nth */, + C1EA67021680FE1400A21259 /* test_nthselector */, + C1EA67151680FE1400A21259 /* test_number */, + C1EA67291680FE1400A21259 /* test_operator */, + C1EA67361680FE1400A21259 /* test_percentage */, + C1EA67401680FE1400A21259 /* test_property */, + C1EA67471680FE1400A21259 /* test_pseudoc */, + C1EA674E1680FE1400A21259 /* test_pseudoe */, + C1EA67551680FE1400A21259 /* test_ruleset */, + C1EA678A1680FE1400A21259 /* test_selector */, + C1EA67911680FE1400A21259 /* test_shash */, + C1EA67981680FE1400A21259 /* test_simpleselector */, + C1EA67DF1680FE1400A21259 /* test_string */, + C1EA67EC1680FE1400A21259 /* test_stylesheet */, + C1EA69FD1680FE1400A21259 /* test_unary */, + C1EA6A041680FE1400A21259 /* test_unknown */, + C1EA6A0B1680FE1400A21259 /* test_uri */, + C1EA6A1E1680FE1400A21259 /* test_value */, + C1EA6A421680FE1400A21259 /* test_vhash */, + ); + path = data; + sourceTree = ""; + }; + C1EA652C1680FE1400A21259 /* test_atkeyword */ = { + isa = PBXGroup; + children = ( + C1EA652D1680FE1400A21259 /* atkeyword.0.css */, + C1EA652E1680FE1400A21259 /* atkeyword.0.l */, + C1EA652F1680FE1400A21259 /* atkeyword.0.p */, + C1EA65301680FE1400A21259 /* atkeyword.1.css */, + C1EA65311680FE1400A21259 /* atkeyword.1.l */, + C1EA65321680FE1400A21259 /* atkeyword.1.p */, + ); + path = test_atkeyword; + sourceTree = ""; + }; + C1EA65331680FE1400A21259 /* test_atruleb */ = { + isa = PBXGroup; + children = ( + C1EA65341680FE1400A21259 /* atruleb.0.css */, + C1EA65351680FE1400A21259 /* atruleb.0.l */, + C1EA65361680FE1400A21259 /* atruleb.0.p */, + C1EA65371680FE1400A21259 /* atruleb.1.css */, + C1EA65381680FE1400A21259 /* atruleb.1.l */, + C1EA65391680FE1400A21259 /* atruleb.1.p */, + C1EA653A1680FE1400A21259 /* atruleb.2.css */, + C1EA653B1680FE1400A21259 /* atruleb.2.l */, + C1EA653C1680FE1400A21259 /* atruleb.2.p */, + C1EA653D1680FE1400A21259 /* atruleb.c.0.css */, + C1EA653E1680FE1400A21259 /* atruleb.c.0.l */, + C1EA653F1680FE1400A21259 /* atruleb.c.0.p */, + C1EA65401680FE1400A21259 /* atruleb.c.1.css */, + C1EA65411680FE1400A21259 /* atruleb.c.1.l */, + C1EA65421680FE1400A21259 /* atruleb.c.1.p */, + C1EA65431680FE1400A21259 /* atruleb.c.2.css */, + C1EA65441680FE1400A21259 /* atruleb.c.2.l */, + C1EA65451680FE1400A21259 /* atruleb.c.2.p */, + C1EA65461680FE1400A21259 /* atruleb.s.0.css */, + C1EA65471680FE1400A21259 /* atruleb.s.0.l */, + C1EA65481680FE1400A21259 /* atruleb.s.0.p */, + C1EA65491680FE1400A21259 /* atruleb.s.1.css */, + C1EA654A1680FE1400A21259 /* atruleb.s.1.l */, + C1EA654B1680FE1400A21259 /* atruleb.s.1.p */, + C1EA654C1680FE1400A21259 /* atruleb.s.2.css */, + C1EA654D1680FE1400A21259 /* atruleb.s.2.l */, + C1EA654E1680FE1400A21259 /* atruleb.s.2.p */, + ); + path = test_atruleb; + sourceTree = ""; + }; + C1EA654F1680FE1400A21259 /* test_atruler */ = { + isa = PBXGroup; + children = ( + C1EA65501680FE1400A21259 /* atruler.0.css */, + C1EA65511680FE1400A21259 /* atruler.0.l */, + C1EA65521680FE1400A21259 /* atruler.0.p */, + C1EA65531680FE1400A21259 /* atruler.1.css */, + C1EA65541680FE1400A21259 /* atruler.1.l */, + C1EA65551680FE1400A21259 /* atruler.1.p */, + C1EA65561680FE1400A21259 /* atruler.2.css */, + C1EA65571680FE1400A21259 /* atruler.2.l */, + C1EA65581680FE1400A21259 /* atruler.2.p */, + C1EA65591680FE1400A21259 /* atruler.c.0.css */, + C1EA655A1680FE1400A21259 /* atruler.c.0.l */, + C1EA655B1680FE1400A21259 /* atruler.c.0.p */, + C1EA655C1680FE1400A21259 /* atruler.c.1.css */, + C1EA655D1680FE1400A21259 /* atruler.c.1.l */, + C1EA655E1680FE1400A21259 /* atruler.c.1.p */, + C1EA655F1680FE1400A21259 /* atruler.c.2.css */, + C1EA65601680FE1400A21259 /* atruler.c.2.l */, + C1EA65611680FE1400A21259 /* atruler.c.2.p */, + C1EA65621680FE1400A21259 /* atruler.s.0.css */, + C1EA65631680FE1400A21259 /* atruler.s.0.l */, + C1EA65641680FE1400A21259 /* atruler.s.0.p */, + C1EA65651680FE1400A21259 /* atruler.s.1.css */, + C1EA65661680FE1400A21259 /* atruler.s.1.l */, + C1EA65671680FE1400A21259 /* atruler.s.1.p */, + C1EA65681680FE1400A21259 /* atruler.s.2.css */, + C1EA65691680FE1400A21259 /* atruler.s.2.l */, + C1EA656A1680FE1400A21259 /* atruler.s.2.p */, + C1EA656B1680FE1400A21259 /* webkit.keyfraymes.0.css */, + C1EA656C1680FE1400A21259 /* webkit.keyfraymes.0.l */, + C1EA656D1680FE1400A21259 /* webkit.keyfraymes.0.p */, + ); + path = test_atruler; + sourceTree = ""; + }; + C1EA656E1680FE1400A21259 /* test_atrules */ = { + isa = PBXGroup; + children = ( + C1EA656F1680FE1400A21259 /* atrules.0.css */, + C1EA65701680FE1400A21259 /* atrules.0.l */, + C1EA65711680FE1400A21259 /* atrules.0.p */, + C1EA65721680FE1400A21259 /* atrules.1.css */, + C1EA65731680FE1400A21259 /* atrules.1.l */, + C1EA65741680FE1400A21259 /* atrules.1.p */, + C1EA65751680FE1400A21259 /* atrules.2.css */, + C1EA65761680FE1400A21259 /* atrules.2.l */, + C1EA65771680FE1400A21259 /* atrules.2.p */, + C1EA65781680FE1400A21259 /* atrules.c.0.css */, + C1EA65791680FE1400A21259 /* atrules.c.0.l */, + C1EA657A1680FE1400A21259 /* atrules.c.0.p */, + C1EA657B1680FE1400A21259 /* atrules.c.1.css */, + C1EA657C1680FE1400A21259 /* atrules.c.1.l */, + C1EA657D1680FE1400A21259 /* atrules.c.1.p */, + C1EA657E1680FE1400A21259 /* atrules.s.0.css */, + C1EA657F1680FE1400A21259 /* atrules.s.0.l */, + C1EA65801680FE1400A21259 /* atrules.s.0.p */, + C1EA65811680FE1400A21259 /* atrules.s.1.css */, + C1EA65821680FE1400A21259 /* atrules.s.1.l */, + C1EA65831680FE1400A21259 /* atrules.s.1.p */, + ); + path = test_atrules; + sourceTree = ""; + }; + C1EA65841680FE1400A21259 /* test_attrib */ = { + isa = PBXGroup; + children = ( + C1EA65851680FE1400A21259 /* attrib.0.css */, + C1EA65861680FE1400A21259 /* attrib.0.l */, + C1EA65871680FE1400A21259 /* attrib.0.p */, + C1EA65881680FE1400A21259 /* attrib.1.css */, + C1EA65891680FE1400A21259 /* attrib.1.l */, + C1EA658A1680FE1400A21259 /* attrib.1.p */, + C1EA658B1680FE1400A21259 /* attrib.2.css */, + C1EA658C1680FE1400A21259 /* attrib.2.l */, + C1EA658D1680FE1400A21259 /* attrib.c.0.css */, + C1EA658E1680FE1400A21259 /* attrib.c.0.l */, + C1EA658F1680FE1400A21259 /* attrib.c.0.p */, + C1EA65901680FE1400A21259 /* attrib.c.1.css */, + C1EA65911680FE1400A21259 /* attrib.c.1.l */, + C1EA65921680FE1400A21259 /* attrib.c.1.p */, + C1EA65931680FE1400A21259 /* attrib.s.0.css */, + C1EA65941680FE1400A21259 /* attrib.s.0.l */, + C1EA65951680FE1400A21259 /* attrib.s.0.p */, + C1EA65961680FE1400A21259 /* attrib.s.1.css */, + C1EA65971680FE1400A21259 /* attrib.s.1.l */, + C1EA65981680FE1400A21259 /* attrib.s.1.p */, + ); + path = test_attrib; + sourceTree = ""; + }; + C1EA65991680FE1400A21259 /* test_attrselector */ = { + isa = PBXGroup; + children = ( + C1EA659A1680FE1400A21259 /* attrselector.0.css */, + C1EA659B1680FE1400A21259 /* attrselector.0.l */, + C1EA659C1680FE1400A21259 /* attrselector.0.p */, + C1EA659D1680FE1400A21259 /* attrselector.1.css */, + C1EA659E1680FE1400A21259 /* attrselector.1.l */, + C1EA659F1680FE1400A21259 /* attrselector.1.p */, + C1EA65A01680FE1400A21259 /* attrselector.2.css */, + C1EA65A11680FE1400A21259 /* attrselector.2.l */, + C1EA65A21680FE1400A21259 /* attrselector.2.p */, + C1EA65A31680FE1400A21259 /* attrselector.3.css */, + C1EA65A41680FE1400A21259 /* attrselector.3.l */, + C1EA65A51680FE1400A21259 /* attrselector.3.p */, + C1EA65A61680FE1400A21259 /* attrselector.4.css */, + C1EA65A71680FE1400A21259 /* attrselector.4.l */, + C1EA65A81680FE1400A21259 /* attrselector.4.p */, + ); + path = test_attrselector; + sourceTree = ""; + }; + C1EA65A91680FE1400A21259 /* test_block */ = { + isa = PBXGroup; + children = ( + C1EA65AA1680FE1400A21259 /* block.0.css */, + C1EA65AB1680FE1400A21259 /* block.0.l */, + C1EA65AC1680FE1400A21259 /* block.0.p */, + C1EA65AD1680FE1400A21259 /* block.1.css */, + C1EA65AE1680FE1400A21259 /* block.1.l */, + C1EA65AF1680FE1400A21259 /* block.1.p */, + C1EA65B01680FE1400A21259 /* block.2.css */, + C1EA65B11680FE1400A21259 /* block.2.l */, + C1EA65B21680FE1400A21259 /* block.2.p */, + C1EA65B31680FE1400A21259 /* block.3.css */, + C1EA65B41680FE1400A21259 /* block.3.l */, + C1EA65B51680FE1400A21259 /* block.3.p */, + C1EA65B61680FE1400A21259 /* block.4.css */, + C1EA65B71680FE1400A21259 /* block.4.l */, + C1EA65B81680FE1400A21259 /* block.4.p */, + C1EA65B91680FE1400A21259 /* block.c.0.css */, + C1EA65BA1680FE1400A21259 /* block.c.0.l */, + C1EA65BB1680FE1400A21259 /* block.c.0.p */, + C1EA65BC1680FE1400A21259 /* block.c.1.css */, + C1EA65BD1680FE1400A21259 /* block.c.1.l */, + C1EA65BE1680FE1400A21259 /* block.c.1.p */, + C1EA65BF1680FE1400A21259 /* block.c.2.css */, + C1EA65C01680FE1400A21259 /* block.c.2.l */, + C1EA65C11680FE1400A21259 /* block.c.2.p */, + C1EA65C21680FE1400A21259 /* block.c.3.css */, + C1EA65C31680FE1400A21259 /* block.c.3.l */, + C1EA65C41680FE1400A21259 /* block.c.3.p */, + C1EA65C51680FE1400A21259 /* block.c.4.css */, + C1EA65C61680FE1400A21259 /* block.c.4.l */, + C1EA65C71680FE1400A21259 /* block.c.4.p */, + C1EA65C81680FE1400A21259 /* block.s.0.css */, + C1EA65C91680FE1400A21259 /* block.s.0.l */, + C1EA65CA1680FE1400A21259 /* block.s.0.p */, + C1EA65CB1680FE1400A21259 /* block.s.1.css */, + C1EA65CC1680FE1400A21259 /* block.s.1.l */, + C1EA65CD1680FE1400A21259 /* block.s.1.p */, + C1EA65CE1680FE1400A21259 /* block.s.2.css */, + C1EA65CF1680FE1400A21259 /* block.s.2.l */, + C1EA65D01680FE1400A21259 /* block.s.2.p */, + C1EA65D11680FE1400A21259 /* block.s.3.css */, + C1EA65D21680FE1400A21259 /* block.s.3.l */, + C1EA65D31680FE1400A21259 /* block.s.3.p */, + C1EA65D41680FE1400A21259 /* block.s.4.css */, + C1EA65D51680FE1400A21259 /* block.s.4.l */, + C1EA65D61680FE1400A21259 /* block.s.4.p */, + ); + path = test_block; + sourceTree = ""; + }; + C1EA65D71680FE1400A21259 /* test_braces */ = { + isa = PBXGroup; + children = ( + C1EA65D81680FE1400A21259 /* braces.0.css */, + C1EA65D91680FE1400A21259 /* braces.0.l */, + C1EA65DA1680FE1400A21259 /* braces.0.p */, + C1EA65DB1680FE1400A21259 /* braces.1.css */, + C1EA65DC1680FE1400A21259 /* braces.1.l */, + C1EA65DD1680FE1400A21259 /* braces.1.p */, + C1EA65DE1680FE1400A21259 /* braces.2.css */, + C1EA65DF1680FE1400A21259 /* braces.2.l */, + C1EA65E01680FE1400A21259 /* braces.2.p */, + C1EA65E11680FE1400A21259 /* braces.3.css */, + C1EA65E21680FE1400A21259 /* braces.3.l */, + C1EA65E31680FE1400A21259 /* braces.3.p */, + C1EA65E41680FE1400A21259 /* braces.4.css */, + C1EA65E51680FE1400A21259 /* braces.4.l */, + C1EA65E61680FE1400A21259 /* braces.4.p */, + C1EA65E71680FE1400A21259 /* braces.5.css */, + C1EA65E81680FE1400A21259 /* braces.5.l */, + C1EA65E91680FE1400A21259 /* braces.5.p */, + C1EA65EA1680FE1400A21259 /* braces.6.css */, + C1EA65EB1680FE1400A21259 /* braces.6.l */, + C1EA65EC1680FE1400A21259 /* braces.6.p */, + C1EA65ED1680FE1400A21259 /* braces.7.css */, + C1EA65EE1680FE1400A21259 /* braces.7.l */, + C1EA65EF1680FE1400A21259 /* braces.7.p */, + C1EA65F01680FE1400A21259 /* braces.8.css */, + C1EA65F11680FE1400A21259 /* braces.8.l */, + C1EA65F21680FE1400A21259 /* braces.8.p */, + C1EA65F31680FE1400A21259 /* braces.c.0.css */, + C1EA65F41680FE1400A21259 /* braces.c.0.l */, + C1EA65F51680FE1400A21259 /* braces.c.0.p */, + C1EA65F61680FE1400A21259 /* braces.c.1.css */, + C1EA65F71680FE1400A21259 /* braces.c.1.l */, + C1EA65F81680FE1400A21259 /* braces.c.1.p */, + C1EA65F91680FE1400A21259 /* braces.c.2.css */, + C1EA65FA1680FE1400A21259 /* braces.c.2.l */, + C1EA65FB1680FE1400A21259 /* braces.c.2.p */, + C1EA65FC1680FE1400A21259 /* braces.c.3.css */, + C1EA65FD1680FE1400A21259 /* braces.c.3.l */, + C1EA65FE1680FE1400A21259 /* braces.c.3.p */, + C1EA65FF1680FE1400A21259 /* braces.c.4.css */, + C1EA66001680FE1400A21259 /* braces.c.4.l */, + C1EA66011680FE1400A21259 /* braces.c.4.p */, + C1EA66021680FE1400A21259 /* braces.c.5.css */, + C1EA66031680FE1400A21259 /* braces.c.5.l */, + C1EA66041680FE1400A21259 /* braces.c.5.p */, + C1EA66051680FE1400A21259 /* braces.c.6.css */, + C1EA66061680FE1400A21259 /* braces.c.6.l */, + C1EA66071680FE1400A21259 /* braces.c.6.p */, + C1EA66081680FE1400A21259 /* braces.c.7.css */, + C1EA66091680FE1400A21259 /* braces.c.7.l */, + C1EA660A1680FE1400A21259 /* braces.c.7.p */, + C1EA660B1680FE1400A21259 /* braces.s.0.css */, + C1EA660C1680FE1400A21259 /* braces.s.0.l */, + C1EA660D1680FE1400A21259 /* braces.s.0.p */, + C1EA660E1680FE1400A21259 /* braces.s.1.css */, + C1EA660F1680FE1400A21259 /* braces.s.1.l */, + C1EA66101680FE1400A21259 /* braces.s.1.p */, + C1EA66111680FE1400A21259 /* braces.s.2.css */, + C1EA66121680FE1400A21259 /* braces.s.2.l */, + C1EA66131680FE1400A21259 /* braces.s.2.p */, + C1EA66141680FE1400A21259 /* braces.s.3.css */, + C1EA66151680FE1400A21259 /* braces.s.3.l */, + C1EA66161680FE1400A21259 /* braces.s.3.p */, + C1EA66171680FE1400A21259 /* braces.s.4.css */, + C1EA66181680FE1400A21259 /* braces.s.4.l */, + C1EA66191680FE1400A21259 /* braces.s.4.p */, + C1EA661A1680FE1400A21259 /* braces.s.5.css */, + C1EA661B1680FE1400A21259 /* braces.s.5.l */, + C1EA661C1680FE1400A21259 /* braces.s.5.p */, + C1EA661D1680FE1400A21259 /* braces.s.6.css */, + C1EA661E1680FE1400A21259 /* braces.s.6.l */, + C1EA661F1680FE1400A21259 /* braces.s.6.p */, + C1EA66201680FE1400A21259 /* braces.s.7.css */, + C1EA66211680FE1400A21259 /* braces.s.7.l */, + C1EA66221680FE1400A21259 /* braces.s.7.p */, + ); + path = test_braces; + sourceTree = ""; + }; + C1EA66231680FE1400A21259 /* test_clazz */ = { + isa = PBXGroup; + children = ( + C1EA66241680FE1400A21259 /* clazz.0.css */, + C1EA66251680FE1400A21259 /* clazz.0.l */, + C1EA66261680FE1400A21259 /* clazz.0.p */, + ); + path = test_clazz; + sourceTree = ""; + }; + C1EA66271680FE1400A21259 /* test_combinator */ = { + isa = PBXGroup; + children = ( + C1EA66281680FE1400A21259 /* combinator.0.css */, + C1EA66291680FE1400A21259 /* combinator.0.l */, + C1EA662A1680FE1400A21259 /* combinator.0.p */, + C1EA662B1680FE1400A21259 /* combinator.1.css */, + C1EA662C1680FE1400A21259 /* combinator.1.l */, + C1EA662D1680FE1400A21259 /* combinator.1.p */, + C1EA662E1680FE1400A21259 /* combinator.2.css */, + C1EA662F1680FE1400A21259 /* combinator.2.l */, + C1EA66301680FE1400A21259 /* combinator.2.p */, + ); + path = test_combinator; + sourceTree = ""; + }; + C1EA66311680FE1400A21259 /* test_comment */ = { + isa = PBXGroup; + children = ( + C1EA66321680FE1400A21259 /* comment.0.css */, + C1EA66331680FE1400A21259 /* comment.0.l */, + C1EA66341680FE1400A21259 /* comment.0.p */, + ); + path = test_comment; + sourceTree = ""; + }; + C1EA66351680FE1400A21259 /* test_declaration */ = { + isa = PBXGroup; + children = ( + C1EA66361680FE1400A21259 /* declaration.0.css */, + C1EA66371680FE1400A21259 /* declaration.0.l */, + C1EA66381680FE1400A21259 /* declaration.0.p */, + C1EA66391680FE1400A21259 /* declaration.1.css */, + C1EA663A1680FE1400A21259 /* declaration.1.l */, + C1EA663B1680FE1400A21259 /* declaration.1.p */, + C1EA663C1680FE1400A21259 /* declaration.c.0.css */, + C1EA663D1680FE1400A21259 /* declaration.c.0.l */, + C1EA663E1680FE1400A21259 /* declaration.c.0.p */, + C1EA663F1680FE1400A21259 /* declaration.c.1.css */, + C1EA66401680FE1400A21259 /* declaration.c.1.l */, + C1EA66411680FE1400A21259 /* declaration.c.1.p */, + C1EA66421680FE1400A21259 /* declaration.c.2.css */, + C1EA66431680FE1400A21259 /* declaration.c.2.l */, + C1EA66441680FE1400A21259 /* declaration.c.2.p */, + C1EA66451680FE1400A21259 /* declaration.c.3.css */, + C1EA66461680FE1400A21259 /* declaration.c.3.l */, + C1EA66471680FE1400A21259 /* declaration.c.3.p */, + C1EA66481680FE1400A21259 /* declaration.s.0.css */, + C1EA66491680FE1400A21259 /* declaration.s.0.l */, + C1EA664A1680FE1400A21259 /* declaration.s.0.p */, + C1EA664B1680FE1400A21259 /* declaration.s.1.css */, + C1EA664C1680FE1400A21259 /* declaration.s.1.l */, + C1EA664D1680FE1400A21259 /* declaration.s.1.p */, + C1EA664E1680FE1400A21259 /* declaration.s.2.css */, + C1EA664F1680FE1400A21259 /* declaration.s.2.l */, + C1EA66501680FE1400A21259 /* declaration.s.2.p */, + C1EA66511680FE1400A21259 /* declaration.s.3.css */, + C1EA66521680FE1400A21259 /* declaration.s.3.l */, + C1EA66531680FE1400A21259 /* declaration.s.3.p */, + ); + path = test_declaration; + sourceTree = ""; + }; + C1EA66541680FE1400A21259 /* test_decldelim */ = { + isa = PBXGroup; + children = ( + C1EA66551680FE1400A21259 /* decldelim.0.css */, + C1EA66561680FE1400A21259 /* decldelim.0.l */, + C1EA66571680FE1400A21259 /* decldelim.0.p */, + ); + path = test_decldelim; + sourceTree = ""; + }; + C1EA66581680FE1400A21259 /* test_delim */ = { + isa = PBXGroup; + children = ( + C1EA66591680FE1400A21259 /* delim.0.css */, + C1EA665A1680FE1400A21259 /* delim.0.l */, + C1EA665B1680FE1400A21259 /* delim.0.p */, + ); + path = test_delim; + sourceTree = ""; + }; + C1EA665C1680FE1400A21259 /* test_dimension */ = { + isa = PBXGroup; + children = ( + C1EA665D1680FE1400A21259 /* dimension.0.css */, + C1EA665E1680FE1400A21259 /* dimension.0.l */, + C1EA665F1680FE1400A21259 /* dimension.0.p */, + C1EA66601680FE1400A21259 /* dimension.1.css */, + C1EA66611680FE1400A21259 /* dimension.1.l */, + C1EA66621680FE1400A21259 /* dimension.1.p */, + C1EA66631680FE1400A21259 /* dimension.2.css */, + C1EA66641680FE1400A21259 /* dimension.2.l */, + C1EA66651680FE1400A21259 /* dimension.2.p */, + ); + path = test_dimension; + sourceTree = ""; + }; + C1EA66661680FE1400A21259 /* test_filter */ = { + isa = PBXGroup; + children = ( + C1EA66671680FE1400A21259 /* filter.0.css */, + C1EA66681680FE1400A21259 /* filter.0.l */, + C1EA66691680FE1400A21259 /* filter.0.p */, + C1EA666A1680FE1400A21259 /* filter.1.css */, + C1EA666B1680FE1400A21259 /* filter.1.l */, + C1EA666C1680FE1400A21259 /* filter.1.p */, + C1EA666D1680FE1400A21259 /* filter.2.css */, + C1EA666E1680FE1400A21259 /* filter.2.l */, + C1EA666F1680FE1400A21259 /* filter.2.p */, + C1EA66701680FE1400A21259 /* filter.3.css */, + C1EA66711680FE1400A21259 /* filter.3.l */, + C1EA66721680FE1400A21259 /* filter.3.p */, + C1EA66731680FE1400A21259 /* filter.4.css */, + C1EA66741680FE1400A21259 /* filter.4.l */, + C1EA66751680FE1400A21259 /* filter.4.p */, + C1EA66761680FE1400A21259 /* filter.5.css */, + C1EA66771680FE1400A21259 /* filter.5.l */, + C1EA66781680FE1400A21259 /* filter.5.p */, + C1EA66791680FE1400A21259 /* filter.c.0.css */, + C1EA667A1680FE1400A21259 /* filter.c.0.l */, + C1EA667B1680FE1400A21259 /* filter.c.0.p */, + C1EA667C1680FE1400A21259 /* filter.c.1.css */, + C1EA667D1680FE1400A21259 /* filter.c.1.l */, + C1EA667E1680FE1400A21259 /* filter.c.1.p */, + C1EA667F1680FE1400A21259 /* filter.s.0.css */, + C1EA66801680FE1400A21259 /* filter.s.0.l */, + C1EA66811680FE1400A21259 /* filter.s.0.p */, + C1EA66821680FE1400A21259 /* filter.s.1.css */, + C1EA66831680FE1400A21259 /* filter.s.1.l */, + C1EA66841680FE1400A21259 /* filter.s.1.p */, + ); + path = test_filter; + sourceTree = ""; + }; + C1EA66851680FE1400A21259 /* test_functionExpression */ = { + isa = PBXGroup; + children = ( + C1EA66861680FE1400A21259 /* functionExpression.0.css */, + C1EA66871680FE1400A21259 /* functionExpression.0.l */, + C1EA66881680FE1400A21259 /* functionExpression.0.p */, + C1EA66891680FE1400A21259 /* functionExpression.1.css */, + C1EA668A1680FE1400A21259 /* functionExpression.1.l */, + C1EA668B1680FE1400A21259 /* functionExpression.1.p */, + C1EA668C1680FE1400A21259 /* functionExpression.2.css */, + C1EA668D1680FE1400A21259 /* functionExpression.2.l */, + C1EA668E1680FE1400A21259 /* functionExpression.2.p */, + C1EA668F1680FE1400A21259 /* functionExpression.3.css */, + C1EA66901680FE1400A21259 /* functionExpression.3.l */, + C1EA66911680FE1400A21259 /* functionExpression.3.p */, + C1EA66921680FE1400A21259 /* functionExpression.4.css */, + C1EA66931680FE1400A21259 /* functionExpression.4.l */, + C1EA66941680FE1400A21259 /* functionExpression.4.p */, + C1EA66951680FE1400A21259 /* functionExpression.5.css */, + C1EA66961680FE1400A21259 /* functionExpression.5.l */, + C1EA66971680FE1400A21259 /* functionExpression.5.p */, + C1EA66981680FE1400A21259 /* functionExpression.6.css */, + C1EA66991680FE1400A21259 /* functionExpression.6.l */, + C1EA669A1680FE1400A21259 /* functionExpression.6.p */, + C1EA669B1680FE1400A21259 /* functionExpression.7.css */, + C1EA669C1680FE1400A21259 /* functionExpression.7.l */, + C1EA669D1680FE1400A21259 /* functionExpression.7.p */, + ); + path = test_functionExpression; + sourceTree = ""; + }; + C1EA669E1680FE1400A21259 /* test_funktion */ = { + isa = PBXGroup; + children = ( + C1EA669F1680FE1400A21259 /* function.0.css */, + C1EA66A01680FE1400A21259 /* function.0.l */, + C1EA66A11680FE1400A21259 /* function.0.p */, + C1EA66A21680FE1400A21259 /* function.1.css */, + C1EA66A31680FE1400A21259 /* function.1.l */, + C1EA66A41680FE1400A21259 /* function.1.p */, + C1EA66A51680FE1400A21259 /* function.2.css */, + C1EA66A61680FE1400A21259 /* function.2.l */, + C1EA66A71680FE1400A21259 /* function.2.p */, + C1EA66A81680FE1400A21259 /* function.3.css */, + C1EA66A91680FE1400A21259 /* function.3.l */, + C1EA66AA1680FE1400A21259 /* function.3.p */, + C1EA66AB1680FE1400A21259 /* function.4.css */, + C1EA66AC1680FE1400A21259 /* function.4.l */, + C1EA66AD1680FE1400A21259 /* function.4.p */, + C1EA66AE1680FE1400A21259 /* function.5.css */, + C1EA66AF1680FE1400A21259 /* function.5.l */, + C1EA66B01680FE1400A21259 /* function.5.p */, + C1EA66B11680FE1400A21259 /* function.c.0.css */, + C1EA66B21680FE1400A21259 /* function.c.0.l */, + C1EA66B31680FE1400A21259 /* function.c.0.p */, + C1EA66B41680FE1400A21259 /* function.c.1.css */, + C1EA66B51680FE1400A21259 /* function.c.1.l */, + C1EA66B61680FE1400A21259 /* function.c.1.p */, + C1EA66B71680FE1400A21259 /* function.c.2.css */, + C1EA66B81680FE1400A21259 /* function.c.2.l */, + C1EA66B91680FE1400A21259 /* function.c.2.p */, + C1EA66BA1680FE1400A21259 /* function.c.3.css */, + C1EA66BB1680FE1400A21259 /* function.c.3.l */, + C1EA66BC1680FE1400A21259 /* function.c.3.p */, + C1EA66BD1680FE1400A21259 /* function.c.4.css */, + C1EA66BE1680FE1400A21259 /* function.c.4.l */, + C1EA66BF1680FE1400A21259 /* function.c.4.p */, + C1EA66C01680FE1400A21259 /* function.c.5.css */, + C1EA66C11680FE1400A21259 /* function.c.5.l */, + C1EA66C21680FE1400A21259 /* function.c.5.p */, + C1EA66C31680FE1400A21259 /* function.s.0.css */, + C1EA66C41680FE1400A21259 /* function.s.0.l */, + C1EA66C51680FE1400A21259 /* function.s.0.p */, + C1EA66C61680FE1400A21259 /* function.s.1.css */, + C1EA66C71680FE1400A21259 /* function.s.1.l */, + C1EA66C81680FE1400A21259 /* function.s.1.p */, + C1EA66C91680FE1400A21259 /* function.s.2.css */, + C1EA66CA1680FE1400A21259 /* function.s.2.l */, + C1EA66CB1680FE1400A21259 /* function.s.2.p */, + C1EA66CC1680FE1400A21259 /* function.s.3.css */, + C1EA66CD1680FE1400A21259 /* function.s.3.l */, + C1EA66CE1680FE1400A21259 /* function.s.3.p */, + C1EA66CF1680FE1400A21259 /* function.s.4.css */, + C1EA66D01680FE1400A21259 /* function.s.4.l */, + C1EA66D11680FE1400A21259 /* function.s.4.p */, + C1EA66D21680FE1400A21259 /* function.s.5.css */, + C1EA66D31680FE1400A21259 /* function.s.5.l */, + C1EA66D41680FE1400A21259 /* function.s.5.p */, + ); + path = test_funktion; + sourceTree = ""; + }; + C1EA66D51680FE1400A21259 /* test_ident */ = { + isa = PBXGroup; + children = ( + C1EA66D61680FE1400A21259 /* ident.0.css */, + C1EA66D71680FE1400A21259 /* ident.0.l */, + C1EA66D81680FE1400A21259 /* ident.0.p */, + C1EA66D91680FE1400A21259 /* ident.1.css */, + C1EA66DA1680FE1400A21259 /* ident.1.l */, + C1EA66DB1680FE1400A21259 /* ident.1.p */, + C1EA66DC1680FE1400A21259 /* ident.2.css */, + C1EA66DD1680FE1400A21259 /* ident.2.l */, + C1EA66DE1680FE1400A21259 /* ident.2.p */, + C1EA66DF1680FE1400A21259 /* ident.3.css */, + C1EA66E01680FE1400A21259 /* ident.3.l */, + C1EA66E11680FE1400A21259 /* ident.3.p */, + C1EA66E21680FE1400A21259 /* ident.4.css */, + C1EA66E31680FE1400A21259 /* ident.4.l */, + C1EA66E41680FE1400A21259 /* ident.4.p */, + C1EA66E51680FE1400A21259 /* ident.5.css */, + C1EA66E61680FE1400A21259 /* ident.5.l */, + C1EA66E71680FE1400A21259 /* ident.5.p */, + ); + path = test_ident; + sourceTree = ""; + }; + C1EA66E81680FE1400A21259 /* test_important */ = { + isa = PBXGroup; + children = ( + C1EA66E91680FE1400A21259 /* important.0.css */, + C1EA66EA1680FE1400A21259 /* important.0.l */, + C1EA66EB1680FE1400A21259 /* important.0.p */, + C1EA66EC1680FE1400A21259 /* important.c.0.css */, + C1EA66ED1680FE1400A21259 /* important.c.0.l */, + C1EA66EE1680FE1400A21259 /* important.c.0.p */, + C1EA66EF1680FE1400A21259 /* important.s.0.css */, + C1EA66F01680FE1400A21259 /* important.s.0.l */, + C1EA66F11680FE1400A21259 /* important.s.0.p */, + ); + path = test_important; + sourceTree = ""; + }; + C1EA66F21680FE1400A21259 /* test_nth */ = { + isa = PBXGroup; + children = ( + C1EA66F31680FE1400A21259 /* nth.0.css */, + C1EA66F41680FE1400A21259 /* nth.0.l */, + C1EA66F51680FE1400A21259 /* nth.0.p */, + C1EA66F61680FE1400A21259 /* nth.1.css */, + C1EA66F71680FE1400A21259 /* nth.1.l */, + C1EA66F81680FE1400A21259 /* nth.1.p */, + C1EA66F91680FE1400A21259 /* nth.2.css */, + C1EA66FA1680FE1400A21259 /* nth.2.l */, + C1EA66FB1680FE1400A21259 /* nth.2.p */, + C1EA66FC1680FE1400A21259 /* nth.3.css */, + C1EA66FD1680FE1400A21259 /* nth.3.l */, + C1EA66FE1680FE1400A21259 /* nth.3.p */, + C1EA66FF1680FE1400A21259 /* nth.4.css */, + C1EA67001680FE1400A21259 /* nth.4.l */, + C1EA67011680FE1400A21259 /* nth.4.p */, + ); + path = test_nth; + sourceTree = ""; + }; + C1EA67021680FE1400A21259 /* test_nthselector */ = { + isa = PBXGroup; + children = ( + C1EA67031680FE1400A21259 /* nthselector.0.css */, + C1EA67041680FE1400A21259 /* nthselector.0.l */, + C1EA67051680FE1400A21259 /* nthselector.0.p */, + C1EA67061680FE1400A21259 /* nthselector.1.css */, + C1EA67071680FE1400A21259 /* nthselector.1.l */, + C1EA67081680FE1400A21259 /* nthselector.1.p */, + C1EA67091680FE1400A21259 /* nthselector.c.0.css */, + C1EA670A1680FE1400A21259 /* nthselector.c.0.l */, + C1EA670B1680FE1400A21259 /* nthselector.c.0.p */, + C1EA670C1680FE1400A21259 /* nthselector.c.1.css */, + C1EA670D1680FE1400A21259 /* nthselector.c.1.l */, + C1EA670E1680FE1400A21259 /* nthselector.c.1.p */, + C1EA670F1680FE1400A21259 /* nthselector.s.0.css */, + C1EA67101680FE1400A21259 /* nthselector.s.0.l */, + C1EA67111680FE1400A21259 /* nthselector.s.0.p */, + C1EA67121680FE1400A21259 /* nthselector.s.1.css */, + C1EA67131680FE1400A21259 /* nthselector.s.1.l */, + C1EA67141680FE1400A21259 /* nthselector.s.1.p */, + ); + path = test_nthselector; + sourceTree = ""; + }; + C1EA67151680FE1400A21259 /* test_number */ = { + isa = PBXGroup; + children = ( + C1EA67161680FE1400A21259 /* number.0.css */, + C1EA67171680FE1400A21259 /* number.0.l */, + C1EA67181680FE1400A21259 /* number.0.p */, + C1EA67191680FE1400A21259 /* number.1.css */, + C1EA671A1680FE1400A21259 /* number.1.l */, + C1EA671B1680FE1400A21259 /* number.1.p */, + C1EA671C1680FE1400A21259 /* number.2.css */, + C1EA671D1680FE1400A21259 /* number.2.l */, + C1EA671E1680FE1400A21259 /* number.2.p */, + C1EA671F1680FE1400A21259 /* number.3.css */, + C1EA67201680FE1400A21259 /* number.3.l */, + C1EA67211680FE1400A21259 /* number.4.css */, + C1EA67221680FE1400A21259 /* number.4.l */, + C1EA67231680FE1400A21259 /* number.5.css */, + C1EA67241680FE1400A21259 /* number.5.l */, + C1EA67251680FE1400A21259 /* number.6.css */, + C1EA67261680FE1400A21259 /* number.6.l */, + C1EA67271680FE1400A21259 /* number.7.css */, + C1EA67281680FE1400A21259 /* number.7.l */, + ); + path = test_number; + sourceTree = ""; + }; + C1EA67291680FE1400A21259 /* test_operator */ = { + isa = PBXGroup; + children = ( + C1EA672A1680FE1400A21259 /* operator.0.css */, + C1EA672B1680FE1400A21259 /* operator.0.l */, + C1EA672C1680FE1400A21259 /* operator.0.p */, + C1EA672D1680FE1400A21259 /* operator.1.css */, + C1EA672E1680FE1400A21259 /* operator.1.l */, + C1EA672F1680FE1400A21259 /* operator.1.p */, + C1EA67301680FE1400A21259 /* operator.2.css */, + C1EA67311680FE1400A21259 /* operator.2.l */, + C1EA67321680FE1400A21259 /* operator.2.p */, + C1EA67331680FE1400A21259 /* operator.3.css */, + C1EA67341680FE1400A21259 /* operator.3.l */, + C1EA67351680FE1400A21259 /* operator.3.p */, + ); + path = test_operator; + sourceTree = ""; + }; + C1EA67361680FE1400A21259 /* test_percentage */ = { + isa = PBXGroup; + children = ( + C1EA67371680FE1400A21259 /* percentage.0.css */, + C1EA67381680FE1400A21259 /* percentage.0.l */, + C1EA67391680FE1400A21259 /* percentage.0.p */, + C1EA673A1680FE1400A21259 /* percentage.1.css */, + C1EA673B1680FE1400A21259 /* percentage.1.l */, + C1EA673C1680FE1400A21259 /* percentage.1.p */, + C1EA673D1680FE1400A21259 /* percentage.2.css */, + C1EA673E1680FE1400A21259 /* percentage.2.l */, + C1EA673F1680FE1400A21259 /* percentage.2.p */, + ); + path = test_percentage; + sourceTree = ""; + }; + C1EA67401680FE1400A21259 /* test_property */ = { + isa = PBXGroup; + children = ( + C1EA67411680FE1400A21259 /* property.0.css */, + C1EA67421680FE1400A21259 /* property.0.l */, + C1EA67431680FE1400A21259 /* property.0.p */, + C1EA67441680FE1400A21259 /* property.1.css */, + C1EA67451680FE1400A21259 /* property.1.l */, + C1EA67461680FE1400A21259 /* property.1.p */, + ); + path = test_property; + sourceTree = ""; + }; + C1EA67471680FE1400A21259 /* test_pseudoc */ = { + isa = PBXGroup; + children = ( + C1EA67481680FE1400A21259 /* pseudoc.0.css */, + C1EA67491680FE1400A21259 /* pseudoc.0.l */, + C1EA674A1680FE1400A21259 /* pseudoc.0.p */, + C1EA674B1680FE1400A21259 /* pseudoc.1.css */, + C1EA674C1680FE1400A21259 /* pseudoc.1.l */, + C1EA674D1680FE1400A21259 /* pseudoc.1.p */, + ); + path = test_pseudoc; + sourceTree = ""; + }; + C1EA674E1680FE1400A21259 /* test_pseudoe */ = { + isa = PBXGroup; + children = ( + C1EA674F1680FE1400A21259 /* pseudoe.0.css */, + C1EA67501680FE1400A21259 /* pseudoe.0.l */, + C1EA67511680FE1400A21259 /* pseudoe.0.p */, + C1EA67521680FE1400A21259 /* pseudoe.1.css */, + C1EA67531680FE1400A21259 /* pseudoe.1.l */, + C1EA67541680FE1400A21259 /* pseudoe.1.p */, + ); + path = test_pseudoe; + sourceTree = ""; + }; + C1EA67551680FE1400A21259 /* test_ruleset */ = { + isa = PBXGroup; + children = ( + C1EA67561680FE1400A21259 /* ruleset.0.css */, + C1EA67571680FE1400A21259 /* ruleset.0.l */, + C1EA67581680FE1400A21259 /* ruleset.0.p */, + C1EA67591680FE1400A21259 /* ruleset.1.css */, + C1EA675A1680FE1400A21259 /* ruleset.1.l */, + C1EA675B1680FE1400A21259 /* ruleset.1.p */, + C1EA675C1680FE1400A21259 /* ruleset.2.css */, + C1EA675D1680FE1400A21259 /* ruleset.2.l */, + C1EA675E1680FE1400A21259 /* ruleset.2.p */, + C1EA675F1680FE1400A21259 /* ruleset.3.css */, + C1EA67601680FE1400A21259 /* ruleset.3.l */, + C1EA67611680FE1400A21259 /* ruleset.3.p */, + C1EA67621680FE1400A21259 /* ruleset.4.css */, + C1EA67631680FE1400A21259 /* ruleset.4.l */, + C1EA67641680FE1400A21259 /* ruleset.4.p */, + C1EA67651680FE1400A21259 /* ruleset.5.css */, + C1EA67661680FE1400A21259 /* ruleset.5.l */, + C1EA67671680FE1400A21259 /* ruleset.5.p */, + C1EA67681680FE1400A21259 /* ruleset.c.0.css */, + C1EA67691680FE1400A21259 /* ruleset.c.0.l */, + C1EA676A1680FE1400A21259 /* ruleset.c.0.p */, + C1EA676B1680FE1400A21259 /* ruleset.c.1.css */, + C1EA676C1680FE1400A21259 /* ruleset.c.1.l */, + C1EA676D1680FE1400A21259 /* ruleset.c.1.p */, + C1EA676E1680FE1400A21259 /* ruleset.c.2.css */, + C1EA676F1680FE1400A21259 /* ruleset.c.2.l */, + C1EA67701680FE1400A21259 /* ruleset.c.2.p */, + C1EA67711680FE1400A21259 /* ruleset.c.3.css */, + C1EA67721680FE1400A21259 /* ruleset.c.3.l */, + C1EA67731680FE1400A21259 /* ruleset.c.3.p */, + C1EA67741680FE1400A21259 /* ruleset.s.0.css */, + C1EA67751680FE1400A21259 /* ruleset.s.0.l */, + C1EA67761680FE1400A21259 /* ruleset.s.0.p */, + C1EA67771680FE1400A21259 /* ruleset.s.1.css */, + C1EA67781680FE1400A21259 /* ruleset.s.1.l */, + C1EA67791680FE1400A21259 /* ruleset.s.1.p */, + C1EA677A1680FE1400A21259 /* ruleset.s.2.css */, + C1EA677B1680FE1400A21259 /* ruleset.s.2.l */, + C1EA677C1680FE1400A21259 /* ruleset.s.2.p */, + C1EA677D1680FE1400A21259 /* ruleset.s.3.css */, + C1EA677E1680FE1400A21259 /* ruleset.s.3.l */, + C1EA677F1680FE1400A21259 /* ruleset.s.3.p */, + C1EA67801680FE1400A21259 /* ruleset.s.4.css */, + C1EA67811680FE1400A21259 /* ruleset.s.4.l */, + C1EA67821680FE1400A21259 /* ruleset.s.4.p */, + C1EA67831680FE1400A21259 /* ruleset.s.5.css */, + C1EA67841680FE1400A21259 /* ruleset.s.5.l */, + C1EA67851680FE1400A21259 /* ruleset.s.5.p */, + C1EA67861680FE1400A21259 /* value.color.ident.0.css */, + C1EA67871680FE1400A21259 /* value.color.ident.0.l */, + C1EA67881680FE1400A21259 /* value.color.ident.1.css */, + C1EA67891680FE1400A21259 /* value.color.ident.1.l */, + ); + path = test_ruleset; + sourceTree = ""; + }; + C1EA678A1680FE1400A21259 /* test_selector */ = { + isa = PBXGroup; + children = ( + C1EA678B1680FE1400A21259 /* selector.0.css */, + C1EA678C1680FE1400A21259 /* selector.0.l */, + C1EA678D1680FE1400A21259 /* selector.0.p */, + C1EA678E1680FE1400A21259 /* selector.1.css */, + C1EA678F1680FE1400A21259 /* selector.1.l */, + C1EA67901680FE1400A21259 /* selector.1.p */, + ); + path = test_selector; + sourceTree = ""; + }; + C1EA67911680FE1400A21259 /* test_shash */ = { + isa = PBXGroup; + children = ( + C1EA67921680FE1400A21259 /* shash.0.css */, + C1EA67931680FE1400A21259 /* shash.0.l */, + C1EA67941680FE1400A21259 /* shash.0.p */, + C1EA67951680FE1400A21259 /* shash.1.css */, + C1EA67961680FE1400A21259 /* shash.1.l */, + C1EA67971680FE1400A21259 /* shash.1.p */, + ); + path = test_shash; + sourceTree = ""; + }; + C1EA67981680FE1400A21259 /* test_simpleselector */ = { + isa = PBXGroup; + children = ( + C1EA67991680FE1400A21259 /* simpleselector.0.css */, + C1EA679A1680FE1400A21259 /* simpleselector.0.l */, + C1EA679B1680FE1400A21259 /* simpleselector.0.p */, + C1EA679C1680FE1400A21259 /* simpleselector.1.css */, + C1EA679D1680FE1400A21259 /* simpleselector.1.l */, + C1EA679E1680FE1400A21259 /* simpleselector.1.p */, + C1EA679F1680FE1400A21259 /* simpleselector.10.css */, + C1EA67A01680FE1400A21259 /* simpleselector.10.l */, + C1EA67A11680FE1400A21259 /* simpleselector.10.p */, + C1EA67A21680FE1400A21259 /* simpleselector.11.css */, + C1EA67A31680FE1400A21259 /* simpleselector.11.l */, + C1EA67A41680FE1400A21259 /* simpleselector.11.p */, + C1EA67A51680FE1400A21259 /* simpleselector.12.css */, + C1EA67A61680FE1400A21259 /* simpleselector.12.l */, + C1EA67A71680FE1400A21259 /* simpleselector.12.p */, + C1EA67A81680FE1400A21259 /* simpleselector.13.css */, + C1EA67A91680FE1400A21259 /* simpleselector.13.l */, + C1EA67AA1680FE1400A21259 /* simpleselector.13.p */, + C1EA67AB1680FE1400A21259 /* simpleselector.2.css */, + C1EA67AC1680FE1400A21259 /* simpleselector.2.l */, + C1EA67AD1680FE1400A21259 /* simpleselector.2.p */, + C1EA67AE1680FE1400A21259 /* simpleselector.3.css */, + C1EA67AF1680FE1400A21259 /* simpleselector.3.l */, + C1EA67B01680FE1400A21259 /* simpleselector.3.p */, + C1EA67B11680FE1400A21259 /* simpleselector.4.css */, + C1EA67B21680FE1400A21259 /* simpleselector.4.l */, + C1EA67B31680FE1400A21259 /* simpleselector.4.p */, + C1EA67B41680FE1400A21259 /* simpleselector.5.css */, + C1EA67B51680FE1400A21259 /* simpleselector.5.l */, + C1EA67B61680FE1400A21259 /* simpleselector.5.p */, + C1EA67B71680FE1400A21259 /* simpleselector.6.css */, + C1EA67B81680FE1400A21259 /* simpleselector.6.l */, + C1EA67B91680FE1400A21259 /* simpleselector.6.p */, + C1EA67BA1680FE1400A21259 /* simpleselector.7.css */, + C1EA67BB1680FE1400A21259 /* simpleselector.7.l */, + C1EA67BC1680FE1400A21259 /* simpleselector.7.p */, + C1EA67BD1680FE1400A21259 /* simpleselector.8.css */, + C1EA67BE1680FE1400A21259 /* simpleselector.8.l */, + C1EA67BF1680FE1400A21259 /* simpleselector.8.p */, + C1EA67C01680FE1400A21259 /* simpleselector.9.css */, + C1EA67C11680FE1400A21259 /* simpleselector.9.l */, + C1EA67C21680FE1400A21259 /* simpleselector.9.p */, + C1EA67C31680FE1400A21259 /* simpleselector.c.0.css */, + C1EA67C41680FE1400A21259 /* simpleselector.c.0.l */, + C1EA67C51680FE1400A21259 /* simpleselector.c.0.p */, + C1EA67C61680FE1400A21259 /* simpleselector.c.1.css */, + C1EA67C71680FE1400A21259 /* simpleselector.c.1.l */, + C1EA67C81680FE1400A21259 /* simpleselector.c.1.p */, + C1EA67C91680FE1400A21259 /* simpleselector.c.2.css */, + C1EA67CA1680FE1400A21259 /* simpleselector.c.2.l */, + C1EA67CB1680FE1400A21259 /* simpleselector.c.2.p */, + C1EA67CC1680FE1400A21259 /* simpleselector.c.3.css */, + C1EA67CD1680FE1400A21259 /* simpleselector.c.3.l */, + C1EA67CE1680FE1400A21259 /* simpleselector.c.3.p */, + C1EA67CF1680FE1400A21259 /* simpleselector.c.4.css */, + C1EA67D01680FE1400A21259 /* simpleselector.s.0.css */, + C1EA67D11680FE1400A21259 /* simpleselector.s.0.l */, + C1EA67D21680FE1400A21259 /* simpleselector.s.0.p */, + C1EA67D31680FE1400A21259 /* simpleselector.s.1.css */, + C1EA67D41680FE1400A21259 /* simpleselector.s.1.l */, + C1EA67D51680FE1400A21259 /* simpleselector.s.1.p */, + C1EA67D61680FE1400A21259 /* simpleselector.s.2.css */, + C1EA67D71680FE1400A21259 /* simpleselector.s.2.l */, + C1EA67D81680FE1400A21259 /* simpleselector.s.2.p */, + C1EA67D91680FE1400A21259 /* simpleselector.s.3.css */, + C1EA67DA1680FE1400A21259 /* simpleselector.s.3.l */, + C1EA67DB1680FE1400A21259 /* simpleselector.s.3.p */, + C1EA67DC1680FE1400A21259 /* simpleselector.s.4.css */, + C1EA67DD1680FE1400A21259 /* simpleselector.s.4.l */, + C1EA67DE1680FE1400A21259 /* simpleselector.s.4.p */, + ); + path = test_simpleselector; + sourceTree = ""; + }; + C1EA67DF1680FE1400A21259 /* test_string */ = { + isa = PBXGroup; + children = ( + C1EA67E01680FE1400A21259 /* string.0.css */, + C1EA67E11680FE1400A21259 /* string.0.l */, + C1EA67E21680FE1400A21259 /* string.0.p */, + C1EA67E31680FE1400A21259 /* string.1.css */, + C1EA67E41680FE1400A21259 /* string.1.l */, + C1EA67E51680FE1400A21259 /* string.1.p */, + C1EA67E61680FE1400A21259 /* string.2.css */, + C1EA67E71680FE1400A21259 /* string.2.l */, + C1EA67E81680FE1400A21259 /* string.2.p */, + C1EA67E91680FE1400A21259 /* string.3.css */, + C1EA67EA1680FE1400A21259 /* string.3.l */, + C1EA67EB1680FE1400A21259 /* string.3.p */, + ); + path = test_string; + sourceTree = ""; + }; + C1EA67EC1680FE1400A21259 /* test_stylesheet */ = { + isa = PBXGroup; + children = ( + C1EA67ED1680FE1400A21259 /* compress.attrib.string.test1.cl */, + C1EA67EE1680FE1400A21259 /* compress.attrib.string.test1.css */, + C1EA67EF1680FE1400A21259 /* compress.attrib.string.test2.cl */, + C1EA67F01680FE1400A21259 /* compress.attrib.string.test2.css */, + C1EA67F11680FE1400A21259 /* compress.colormark.test1.cl */, + C1EA67F21680FE1400A21259 /* compress.colormark.test1.css */, + C1EA67F31680FE1400A21259 /* compress.css21.part15.6.test1.cl */, + C1EA67F41680FE1400A21259 /* compress.css21.part15.6.test1.css */, + C1EA67F51680FE1400A21259 /* compress.css21.part4.3.2.test1.cl */, + C1EA67F61680FE1400A21259 /* compress.css21.part4.3.2.test1.css */, + C1EA67F71680FE1400A21259 /* compress.css21.part4.3.2.test10.cl */, + C1EA67F81680FE1400A21259 /* compress.css21.part4.3.2.test10.css */, + C1EA67F91680FE1400A21259 /* compress.css21.part4.3.2.test2.cl */, + C1EA67FA1680FE1400A21259 /* compress.css21.part4.3.2.test2.css */, + C1EA67FB1680FE1400A21259 /* compress.css21.part4.3.2.test3.cl */, + C1EA67FC1680FE1400A21259 /* compress.css21.part4.3.2.test3.css */, + C1EA67FD1680FE1400A21259 /* compress.css21.part4.3.2.test4.cl */, + C1EA67FE1680FE1400A21259 /* compress.css21.part4.3.2.test4.css */, + C1EA67FF1680FE1400A21259 /* compress.css21.part4.3.2.test5.cl */, + C1EA68001680FE1400A21259 /* compress.css21.part4.3.2.test5.css */, + C1EA68011680FE1400A21259 /* compress.css21.part4.3.2.test6.cl */, + C1EA68021680FE1400A21259 /* compress.css21.part4.3.2.test6.css */, + C1EA68031680FE1400A21259 /* compress.css21.part4.3.2.test7.cl */, + C1EA68041680FE1400A21259 /* compress.css21.part4.3.2.test7.css */, + C1EA68051680FE1400A21259 /* compress.css21.part4.3.2.test8.cl */, + C1EA68061680FE1400A21259 /* compress.css21.part4.3.2.test8.css */, + C1EA68071680FE1400A21259 /* compress.css21.part4.3.2.test9.cl */, + C1EA68081680FE1400A21259 /* compress.css21.part4.3.2.test9.css */, + C1EA68091680FE1400A21259 /* compress.css21.part4.3.4.test1.cl */, + C1EA680A1680FE1400A21259 /* compress.css21.part4.3.4.test1.css */, + C1EA680B1680FE1400A21259 /* compress.css21.part4.3.4.test2.cl */, + C1EA680C1680FE1400A21259 /* compress.css21.part4.3.4.test2.css */, + C1EA680D1680FE1400A21259 /* compress.css21.part4.3.4.test3.cl */, + C1EA680E1680FE1400A21259 /* compress.css21.part4.3.4.test3.css */, + C1EA680F1680FE1400A21259 /* compress.css21.part4.3.4.test4.cl */, + C1EA68101680FE1400A21259 /* compress.css21.part4.3.4.test4.css */, + C1EA68111680FE1400A21259 /* compress.css21.part4.3.4.test5.cl */, + C1EA68121680FE1400A21259 /* compress.css21.part4.3.4.test5.css */, + C1EA68131680FE1400A21259 /* compress.css21.part4.3.4.test6.cl */, + C1EA68141680FE1400A21259 /* compress.css21.part4.3.4.test6.css */, + C1EA68151680FE1400A21259 /* compress.css21.part4.3.4.test7.cl */, + C1EA68161680FE1400A21259 /* compress.css21.part4.3.4.test7.css */, + C1EA68171680FE1400A21259 /* compress.css21.part4.3.4.test8.cl */, + C1EA68181680FE1400A21259 /* compress.css21.part4.3.4.test8.css */, + C1EA68191680FE1400A21259 /* compress.css21.part4.3.4.test9.cl */, + C1EA681A1680FE1400A21259 /* compress.css21.part4.3.4.test9.css */, + C1EA681B1680FE1400A21259 /* compress.css21.part4.3.6.test1.cl */, + C1EA681C1680FE1400A21259 /* compress.css21.part4.3.6.test1.css */, + C1EA681D1680FE1400A21259 /* compress.css21.part4.3.6.test2.cl */, + C1EA681E1680FE1400A21259 /* compress.css21.part4.3.6.test2.css */, + C1EA681F1680FE1400A21259 /* compress.css21.part4.3.6.test3.cl */, + C1EA68201680FE1400A21259 /* compress.css21.part4.3.6.test3.css */, + C1EA68211680FE1400A21259 /* compress.css21.part4.3.6.test4.cl */, + C1EA68221680FE1400A21259 /* compress.css21.part4.3.6.test4.css */, + C1EA68231680FE1400A21259 /* compress.css21.part4.3.6.test5.cl */, + C1EA68241680FE1400A21259 /* compress.css21.part4.3.6.test5.css */, + C1EA68251680FE1400A21259 /* compress.css21.part4.3.6.test6.cl */, + C1EA68261680FE1400A21259 /* compress.css21.part4.3.6.test6.css */, + C1EA68271680FE1400A21259 /* compress.css21.part4.3.6.test7.cl */, + C1EA68281680FE1400A21259 /* compress.css21.part4.3.6.test7.css */, + C1EA68291680FE1400A21259 /* compress.css21.part4.3.6.test8.cl */, + C1EA682A1680FE1400A21259 /* compress.css21.part4.3.6.test8.css */, + C1EA682B1680FE1400A21259 /* compress.css21.part4.3.7.test1.cl */, + C1EA682C1680FE1400A21259 /* compress.css21.part4.3.7.test1.css */, + C1EA682D1680FE1400A21259 /* compress.css21.part4.3.7.test2.cl */, + C1EA682E1680FE1400A21259 /* compress.css21.part4.3.7.test2.css */, + C1EA682F1680FE1400A21259 /* compress.css21.part4.3.7.test3.cl */, + C1EA68301680FE1400A21259 /* compress.css21.part4.3.7.test3.css */, + C1EA68311680FE1400A21259 /* compress.css21.part4.3.7.test4.cl */, + C1EA68321680FE1400A21259 /* compress.css21.part4.3.7.test4.css */, + C1EA68331680FE1400A21259 /* compress.css21.part4.3.7.test5.cl */, + C1EA68341680FE1400A21259 /* compress.css21.part4.3.7.test5.css */, + C1EA68351680FE1400A21259 /* compress.css21.part4.3.7.test6.cl */, + C1EA68361680FE1400A21259 /* compress.css21.part4.3.7.test6.css */, + C1EA68371680FE1400A21259 /* compress.css21.part4.4.test1.cl */, + C1EA68381680FE1400A21259 /* compress.css21.part4.4.test1.css */, + C1EA68391680FE1400A21259 /* compress.css21.part4.4.test2.cl */, + C1EA683A1680FE1400A21259 /* compress.css21.part4.4.test2.css */, + C1EA683B1680FE1400A21259 /* compress.css21.part4.4.test3.cl */, + C1EA683C1680FE1400A21259 /* compress.css21.part4.4.test3.css */, + C1EA683D1680FE1400A21259 /* compress.css21.part6.3.test1.cl */, + C1EA683E1680FE1400A21259 /* compress.css21.part6.3.test1.css */, + C1EA683F1680FE1400A21259 /* compress.css21.part6.3.test2.cl */, + C1EA68401680FE1400A21259 /* compress.css21.part6.3.test2.css */, + C1EA68411680FE1400A21259 /* compress.css21.part6.3.test3.cl */, + C1EA68421680FE1400A21259 /* compress.css21.part6.3.test3.css */, + C1EA68431680FE1400A21259 /* compress.css21.part6.3.test4.cl */, + C1EA68441680FE1400A21259 /* compress.css21.part6.3.test4.css */, + C1EA68451680FE1400A21259 /* compress.css21.part6.3.test5.cl */, + C1EA68461680FE1400A21259 /* compress.css21.part6.3.test5.css */, + C1EA68471680FE1400A21259 /* compress.css21.part6.3.test6.cl */, + C1EA68481680FE1400A21259 /* compress.css21.part6.3.test6.css */, + C1EA68491680FE1400A21259 /* compress.css21.part6.4.2.test1.cl */, + C1EA684A1680FE1400A21259 /* compress.css21.part6.4.2.test1.css */, + C1EA684B1680FE1400A21259 /* compress.css21.part6.4.2.test2.cl */, + C1EA684C1680FE1400A21259 /* compress.css21.part6.4.2.test2.css */, + C1EA684D1680FE1400A21259 /* compress.css21.part6.4.2.test3.cl */, + C1EA684E1680FE1400A21259 /* compress.css21.part6.4.2.test3.css */, + C1EA684F1680FE1400A21259 /* compress.css21.part7.test1.cl */, + C1EA68501680FE1400A21259 /* compress.css21.part7.test1.css */, + C1EA68511680FE1400A21259 /* compress.css21.part7.test2.cl */, + C1EA68521680FE1400A21259 /* compress.css21.part7.test2.css */, + C1EA68531680FE1400A21259 /* compress.css3.selectors.part2.test1.c.cl */, + C1EA68541680FE1400A21259 /* compress.css3.selectors.part2.test1.c.css */, + C1EA68551680FE1400A21259 /* compress.css3.selectors.part2.test1.cl */, + C1EA68561680FE1400A21259 /* compress.css3.selectors.part2.test1.css */, + C1EA68571680FE1400A21259 /* compress.css3.selectors.part2.test10.c.cl */, + C1EA68581680FE1400A21259 /* compress.css3.selectors.part2.test10.c.css */, + C1EA68591680FE1400A21259 /* compress.css3.selectors.part2.test10.cl */, + C1EA685A1680FE1400A21259 /* compress.css3.selectors.part2.test10.css */, + C1EA685B1680FE1400A21259 /* compress.css3.selectors.part2.test11.c.cl */, + C1EA685C1680FE1400A21259 /* compress.css3.selectors.part2.test11.c.css */, + C1EA685D1680FE1400A21259 /* compress.css3.selectors.part2.test11.cl */, + C1EA685E1680FE1400A21259 /* compress.css3.selectors.part2.test11.css */, + C1EA685F1680FE1400A21259 /* compress.css3.selectors.part2.test12.c.cl */, + C1EA68601680FE1400A21259 /* compress.css3.selectors.part2.test12.c.css */, + C1EA68611680FE1400A21259 /* compress.css3.selectors.part2.test12.cl */, + C1EA68621680FE1400A21259 /* compress.css3.selectors.part2.test12.css */, + C1EA68631680FE1400A21259 /* compress.css3.selectors.part2.test13.c.cl */, + C1EA68641680FE1400A21259 /* compress.css3.selectors.part2.test13.c.css */, + C1EA68651680FE1400A21259 /* compress.css3.selectors.part2.test13.cl */, + C1EA68661680FE1400A21259 /* compress.css3.selectors.part2.test13.css */, + C1EA68671680FE1400A21259 /* compress.css3.selectors.part2.test14.c.cl */, + C1EA68681680FE1400A21259 /* compress.css3.selectors.part2.test14.c.css */, + C1EA68691680FE1400A21259 /* compress.css3.selectors.part2.test14.cl */, + C1EA686A1680FE1400A21259 /* compress.css3.selectors.part2.test14.css */, + C1EA686B1680FE1400A21259 /* compress.css3.selectors.part2.test15.c.cl */, + C1EA686C1680FE1400A21259 /* compress.css3.selectors.part2.test15.c.css */, + C1EA686D1680FE1400A21259 /* compress.css3.selectors.part2.test15.cl */, + C1EA686E1680FE1400A21259 /* compress.css3.selectors.part2.test15.css */, + C1EA686F1680FE1400A21259 /* compress.css3.selectors.part2.test16.c.cl */, + C1EA68701680FE1400A21259 /* compress.css3.selectors.part2.test16.c.css */, + C1EA68711680FE1400A21259 /* compress.css3.selectors.part2.test16.cl */, + C1EA68721680FE1400A21259 /* compress.css3.selectors.part2.test16.css */, + C1EA68731680FE1400A21259 /* compress.css3.selectors.part2.test17.c.cl */, + C1EA68741680FE1400A21259 /* compress.css3.selectors.part2.test17.c.css */, + C1EA68751680FE1400A21259 /* compress.css3.selectors.part2.test17.cl */, + C1EA68761680FE1400A21259 /* compress.css3.selectors.part2.test17.css */, + C1EA68771680FE1400A21259 /* compress.css3.selectors.part2.test18.c.cl */, + C1EA68781680FE1400A21259 /* compress.css3.selectors.part2.test18.c.css */, + C1EA68791680FE1400A21259 /* compress.css3.selectors.part2.test18.cl */, + C1EA687A1680FE1400A21259 /* compress.css3.selectors.part2.test18.css */, + C1EA687B1680FE1400A21259 /* compress.css3.selectors.part2.test19.c.cl */, + C1EA687C1680FE1400A21259 /* compress.css3.selectors.part2.test19.c.css */, + C1EA687D1680FE1400A21259 /* compress.css3.selectors.part2.test19.cl */, + C1EA687E1680FE1400A21259 /* compress.css3.selectors.part2.test19.css */, + C1EA687F1680FE1400A21259 /* compress.css3.selectors.part2.test2.c.cl */, + C1EA68801680FE1400A21259 /* compress.css3.selectors.part2.test2.c.css */, + C1EA68811680FE1400A21259 /* compress.css3.selectors.part2.test2.cl */, + C1EA68821680FE1400A21259 /* compress.css3.selectors.part2.test2.css */, + C1EA68831680FE1400A21259 /* compress.css3.selectors.part2.test20.c.cl */, + C1EA68841680FE1400A21259 /* compress.css3.selectors.part2.test20.c.css */, + C1EA68851680FE1400A21259 /* compress.css3.selectors.part2.test20.cl */, + C1EA68861680FE1400A21259 /* compress.css3.selectors.part2.test20.css */, + C1EA68871680FE1400A21259 /* compress.css3.selectors.part2.test21.c.cl */, + C1EA68881680FE1400A21259 /* compress.css3.selectors.part2.test21.c.css */, + C1EA68891680FE1400A21259 /* compress.css3.selectors.part2.test21.cl */, + C1EA688A1680FE1400A21259 /* compress.css3.selectors.part2.test21.css */, + C1EA688B1680FE1400A21259 /* compress.css3.selectors.part2.test22.c.cl */, + C1EA688C1680FE1400A21259 /* compress.css3.selectors.part2.test22.c.css */, + C1EA688D1680FE1400A21259 /* compress.css3.selectors.part2.test22.cl */, + C1EA688E1680FE1400A21259 /* compress.css3.selectors.part2.test22.css */, + C1EA688F1680FE1400A21259 /* compress.css3.selectors.part2.test23.c.cl */, + C1EA68901680FE1400A21259 /* compress.css3.selectors.part2.test23.c.css */, + C1EA68911680FE1400A21259 /* compress.css3.selectors.part2.test23.cl */, + C1EA68921680FE1400A21259 /* compress.css3.selectors.part2.test23.css */, + C1EA68931680FE1400A21259 /* compress.css3.selectors.part2.test24.c.cl */, + C1EA68941680FE1400A21259 /* compress.css3.selectors.part2.test24.c.css */, + C1EA68951680FE1400A21259 /* compress.css3.selectors.part2.test24.cl */, + C1EA68961680FE1400A21259 /* compress.css3.selectors.part2.test24.css */, + C1EA68971680FE1400A21259 /* compress.css3.selectors.part2.test25.c.cl */, + C1EA68981680FE1400A21259 /* compress.css3.selectors.part2.test25.c.css */, + C1EA68991680FE1400A21259 /* compress.css3.selectors.part2.test25.cl */, + C1EA689A1680FE1400A21259 /* compress.css3.selectors.part2.test25.css */, + C1EA689B1680FE1400A21259 /* compress.css3.selectors.part2.test26.c.cl */, + C1EA689C1680FE1400A21259 /* compress.css3.selectors.part2.test26.c.css */, + C1EA689D1680FE1400A21259 /* compress.css3.selectors.part2.test26.cl */, + C1EA689E1680FE1400A21259 /* compress.css3.selectors.part2.test26.css */, + C1EA689F1680FE1400A21259 /* compress.css3.selectors.part2.test27.c.cl */, + C1EA68A01680FE1400A21259 /* compress.css3.selectors.part2.test27.c.css */, + C1EA68A11680FE1400A21259 /* compress.css3.selectors.part2.test27.cl */, + C1EA68A21680FE1400A21259 /* compress.css3.selectors.part2.test27.css */, + C1EA68A31680FE1400A21259 /* compress.css3.selectors.part2.test28.c.cl */, + C1EA68A41680FE1400A21259 /* compress.css3.selectors.part2.test28.c.css */, + C1EA68A51680FE1400A21259 /* compress.css3.selectors.part2.test28.cl */, + C1EA68A61680FE1400A21259 /* compress.css3.selectors.part2.test28.css */, + C1EA68A71680FE1400A21259 /* compress.css3.selectors.part2.test29.c.cl */, + C1EA68A81680FE1400A21259 /* compress.css3.selectors.part2.test29.c.css */, + C1EA68A91680FE1400A21259 /* compress.css3.selectors.part2.test29.cl */, + C1EA68AA1680FE1400A21259 /* compress.css3.selectors.part2.test29.css */, + C1EA68AB1680FE1400A21259 /* compress.css3.selectors.part2.test3.c.cl */, + C1EA68AC1680FE1400A21259 /* compress.css3.selectors.part2.test3.c.css */, + C1EA68AD1680FE1400A21259 /* compress.css3.selectors.part2.test3.cl */, + C1EA68AE1680FE1400A21259 /* compress.css3.selectors.part2.test3.css */, + C1EA68AF1680FE1400A21259 /* compress.css3.selectors.part2.test30.c.cl */, + C1EA68B01680FE1400A21259 /* compress.css3.selectors.part2.test30.c.css */, + C1EA68B11680FE1400A21259 /* compress.css3.selectors.part2.test30.cl */, + C1EA68B21680FE1400A21259 /* compress.css3.selectors.part2.test30.css */, + C1EA68B31680FE1400A21259 /* compress.css3.selectors.part2.test31.c.cl */, + C1EA68B41680FE1400A21259 /* compress.css3.selectors.part2.test31.c.css */, + C1EA68B51680FE1400A21259 /* compress.css3.selectors.part2.test31.cl */, + C1EA68B61680FE1400A21259 /* compress.css3.selectors.part2.test31.css */, + C1EA68B71680FE1400A21259 /* compress.css3.selectors.part2.test32.c.cl */, + C1EA68B81680FE1400A21259 /* compress.css3.selectors.part2.test32.c.css */, + C1EA68B91680FE1400A21259 /* compress.css3.selectors.part2.test32.cl */, + C1EA68BA1680FE1400A21259 /* compress.css3.selectors.part2.test32.css */, + C1EA68BB1680FE1400A21259 /* compress.css3.selectors.part2.test33.c.cl */, + C1EA68BC1680FE1400A21259 /* compress.css3.selectors.part2.test33.c.css */, + C1EA68BD1680FE1400A21259 /* compress.css3.selectors.part2.test33.cl */, + C1EA68BE1680FE1400A21259 /* compress.css3.selectors.part2.test33.css */, + C1EA68BF1680FE1400A21259 /* compress.css3.selectors.part2.test34.c.cl */, + C1EA68C01680FE1400A21259 /* compress.css3.selectors.part2.test34.c.css */, + C1EA68C11680FE1400A21259 /* compress.css3.selectors.part2.test34.cl */, + C1EA68C21680FE1400A21259 /* compress.css3.selectors.part2.test34.css */, + C1EA68C31680FE1400A21259 /* compress.css3.selectors.part2.test35.c.cl */, + C1EA68C41680FE1400A21259 /* compress.css3.selectors.part2.test35.c.css */, + C1EA68C51680FE1400A21259 /* compress.css3.selectors.part2.test35.cl */, + C1EA68C61680FE1400A21259 /* compress.css3.selectors.part2.test35.css */, + C1EA68C71680FE1400A21259 /* compress.css3.selectors.part2.test36.c.cl */, + C1EA68C81680FE1400A21259 /* compress.css3.selectors.part2.test36.c.css */, + C1EA68C91680FE1400A21259 /* compress.css3.selectors.part2.test36.cl */, + C1EA68CA1680FE1400A21259 /* compress.css3.selectors.part2.test36.css */, + C1EA68CB1680FE1400A21259 /* compress.css3.selectors.part2.test37.c.cl */, + C1EA68CC1680FE1400A21259 /* compress.css3.selectors.part2.test37.c.css */, + C1EA68CD1680FE1400A21259 /* compress.css3.selectors.part2.test37.cl */, + C1EA68CE1680FE1400A21259 /* compress.css3.selectors.part2.test37.css */, + C1EA68CF1680FE1400A21259 /* compress.css3.selectors.part2.test38.c.cl */, + C1EA68D01680FE1400A21259 /* compress.css3.selectors.part2.test38.c.css */, + C1EA68D11680FE1400A21259 /* compress.css3.selectors.part2.test38.cl */, + C1EA68D21680FE1400A21259 /* compress.css3.selectors.part2.test38.css */, + C1EA68D31680FE1400A21259 /* compress.css3.selectors.part2.test39.c.cl */, + C1EA68D41680FE1400A21259 /* compress.css3.selectors.part2.test39.c.css */, + C1EA68D51680FE1400A21259 /* compress.css3.selectors.part2.test39.cl */, + C1EA68D61680FE1400A21259 /* compress.css3.selectors.part2.test39.css */, + C1EA68D71680FE1400A21259 /* compress.css3.selectors.part2.test4.c.cl */, + C1EA68D81680FE1400A21259 /* compress.css3.selectors.part2.test4.c.css */, + C1EA68D91680FE1400A21259 /* compress.css3.selectors.part2.test4.cl */, + C1EA68DA1680FE1400A21259 /* compress.css3.selectors.part2.test4.css */, + C1EA68DB1680FE1400A21259 /* compress.css3.selectors.part2.test40.c.cl */, + C1EA68DC1680FE1400A21259 /* compress.css3.selectors.part2.test40.c.css */, + C1EA68DD1680FE1400A21259 /* compress.css3.selectors.part2.test40.cl */, + C1EA68DE1680FE1400A21259 /* compress.css3.selectors.part2.test40.css */, + C1EA68DF1680FE1400A21259 /* compress.css3.selectors.part2.test41.c.cl */, + C1EA68E01680FE1400A21259 /* compress.css3.selectors.part2.test41.c.css */, + C1EA68E11680FE1400A21259 /* compress.css3.selectors.part2.test41.cl */, + C1EA68E21680FE1400A21259 /* compress.css3.selectors.part2.test41.css */, + C1EA68E31680FE1400A21259 /* compress.css3.selectors.part2.test42.c.cl */, + C1EA68E41680FE1400A21259 /* compress.css3.selectors.part2.test42.c.css */, + C1EA68E51680FE1400A21259 /* compress.css3.selectors.part2.test42.cl */, + C1EA68E61680FE1400A21259 /* compress.css3.selectors.part2.test42.css */, + C1EA68E71680FE1400A21259 /* compress.css3.selectors.part2.test5.c.cl */, + C1EA68E81680FE1400A21259 /* compress.css3.selectors.part2.test5.c.css */, + C1EA68E91680FE1400A21259 /* compress.css3.selectors.part2.test5.cl */, + C1EA68EA1680FE1400A21259 /* compress.css3.selectors.part2.test5.css */, + C1EA68EB1680FE1400A21259 /* compress.css3.selectors.part2.test6.c.cl */, + C1EA68EC1680FE1400A21259 /* compress.css3.selectors.part2.test6.c.css */, + C1EA68ED1680FE1400A21259 /* compress.css3.selectors.part2.test6.cl */, + C1EA68EE1680FE1400A21259 /* compress.css3.selectors.part2.test6.css */, + C1EA68EF1680FE1400A21259 /* compress.css3.selectors.part2.test7.c.cl */, + C1EA68F01680FE1400A21259 /* compress.css3.selectors.part2.test7.c.css */, + C1EA68F11680FE1400A21259 /* compress.css3.selectors.part2.test7.cl */, + C1EA68F21680FE1400A21259 /* compress.css3.selectors.part2.test7.css */, + C1EA68F31680FE1400A21259 /* compress.css3.selectors.part2.test8.c.cl */, + C1EA68F41680FE1400A21259 /* compress.css3.selectors.part2.test8.c.css */, + C1EA68F51680FE1400A21259 /* compress.css3.selectors.part2.test8.cl */, + C1EA68F61680FE1400A21259 /* compress.css3.selectors.part2.test8.css */, + C1EA68F71680FE1400A21259 /* compress.css3.selectors.part2.test9.c.cl */, + C1EA68F81680FE1400A21259 /* compress.css3.selectors.part2.test9.c.css */, + C1EA68F91680FE1400A21259 /* compress.css3.selectors.part2.test9.cl */, + C1EA68FA1680FE1400A21259 /* compress.css3.selectors.part2.test9.css */, + C1EA68FB1680FE1400A21259 /* compress.dont.background.test1.cl */, + C1EA68FC1680FE1400A21259 /* compress.dont.background.test1.css */, + C1EA68FD1680FE1400A21259 /* compress.dont.background.test2.cl */, + C1EA68FE1680FE1400A21259 /* compress.dont.background.test2.css */, + C1EA68FF1680FE1400A21259 /* compress.dont.background.test3.cl */, + C1EA69001680FE1400A21259 /* compress.dont.background.test3.css */, + C1EA69011680FE1400A21259 /* compress.dont.test1.cl */, + C1EA69021680FE1400A21259 /* compress.dont.test1.css */, + C1EA69031680FE1400A21259 /* compress.initial.background.test1.cl */, + C1EA69041680FE1400A21259 /* compress.initial.background.test1.css */, + C1EA69051680FE1400A21259 /* compress.initial.font.test1.cl */, + C1EA69061680FE1400A21259 /* compress.initial.font.test1.css */, + C1EA69071680FE1400A21259 /* compress.initial.font.test1.l */, + C1EA69081680FE1400A21259 /* compress.mess.test1.cl */, + C1EA69091680FE1400A21259 /* compress.mess.test1.css */, + C1EA690A1680FE1400A21259 /* compress.mess.test2.cl */, + C1EA690B1680FE1400A21259 /* compress.mess.test2.css */, + C1EA690C1680FE1400A21259 /* compress.mess.test3.cl */, + C1EA690D1680FE1400A21259 /* compress.mess.test3.css */, + C1EA690E1680FE1400A21259 /* compress.mess.test3.l */, + C1EA690F1680FE1400A21259 /* compress.restructure.background.test3.cl */, + C1EA69101680FE1400A21259 /* compress.restructure.background.test3.css */, + C1EA69111680FE1400A21259 /* compress.restructure.empty.atrule.test1.cl */, + C1EA69121680FE1400A21259 /* compress.restructure.empty.atrule.test1.css */, + C1EA69131680FE1400A21259 /* compress.restructure.empty.atrule.test2.cl */, + C1EA69141680FE1400A21259 /* compress.restructure.empty.atrule.test2.css */, + C1EA69151680FE1400A21259 /* compress.restructure.equal.selectors.test1.cl */, + C1EA69161680FE1400A21259 /* compress.restructure.equal.selectors.test1.css */, + C1EA69171680FE1400A21259 /* compress.restructure.equal.selectors.test2.cl */, + C1EA69181680FE1400A21259 /* compress.restructure.equal.selectors.test2.css */, + C1EA69191680FE1400A21259 /* compress.restructure.equal.selectors.test3.cl */, + C1EA691A1680FE1400A21259 /* compress.restructure.equal.selectors.test3.css */, + C1EA691B1680FE1400A21259 /* compress.restructure.equal.test1.cl */, + C1EA691C1680FE1400A21259 /* compress.restructure.equal.test1.css */, + C1EA691D1680FE1400A21259 /* compress.restructure.equal.test2.cl */, + C1EA691E1680FE1400A21259 /* compress.restructure.equal.test2.css */, + C1EA691F1680FE1400A21259 /* compress.restructure.equal.test3.cl */, + C1EA69201680FE1400A21259 /* compress.restructure.equal.test3.css */, + C1EA69211680FE1400A21259 /* compress.restructure.equal.test4.cl */, + C1EA69221680FE1400A21259 /* compress.restructure.equal.test4.css */, + C1EA69231680FE1400A21259 /* compress.restructure.equal.test5.cl */, + C1EA69241680FE1400A21259 /* compress.restructure.equal.test5.css */, + C1EA69251680FE1400A21259 /* compress.restructure.equal.test6.cl */, + C1EA69261680FE1400A21259 /* compress.restructure.equal.test6.css */, + C1EA69271680FE1400A21259 /* compress.restructure.equal.test7.cl */, + C1EA69281680FE1400A21259 /* compress.restructure.equal.test7.css */, + C1EA69291680FE1400A21259 /* compress.restructure.filter.test1.cl */, + C1EA692A1680FE1400A21259 /* compress.restructure.filter.test1.css */, + C1EA692B1680FE1400A21259 /* compress.restructure.margin.test1.cl */, + C1EA692C1680FE1400A21259 /* compress.restructure.margin.test1.css */, + C1EA692D1680FE1400A21259 /* compress.restructure.margin.test2.cl */, + C1EA692E1680FE1400A21259 /* compress.restructure.margin.test2.css */, + C1EA692F1680FE1400A21259 /* compress.restructure.margin.test3.cl */, + C1EA69301680FE1400A21259 /* compress.restructure.margin.test3.css */, + C1EA69311680FE1400A21259 /* compress.restructure.merge.test1.cl */, + C1EA69321680FE1400A21259 /* compress.restructure.merge.test1.css */, + C1EA69331680FE1400A21259 /* compress.restructure.merge.test2.cl */, + C1EA69341680FE1400A21259 /* compress.restructure.merge.test2.css */, + C1EA69351680FE1400A21259 /* compress.restructure.merge.test3.cl */, + C1EA69361680FE1400A21259 /* compress.restructure.merge.test3.css */, + C1EA69371680FE1400A21259 /* compress.restructure.merge.test4.cl */, + C1EA69381680FE1400A21259 /* compress.restructure.merge.test4.css */, + C1EA69391680FE1400A21259 /* compress.restructure.padding.test1.cl */, + C1EA693A1680FE1400A21259 /* compress.restructure.padding.test1.css */, + C1EA693B1680FE1400A21259 /* compress.restructure.padding.test2.cl */, + C1EA693C1680FE1400A21259 /* compress.restructure.padding.test2.css */, + C1EA693D1680FE1400A21259 /* compress.shorthand.margin.padding.test1.cl */, + C1EA693E1680FE1400A21259 /* compress.shorthand.margin.padding.test1.css */, + C1EA693F1680FE1400A21259 /* compress.shorthand.margin.test1.cl */, + C1EA69401680FE1400A21259 /* compress.shorthand.margin.test1.css */, + C1EA69411680FE1400A21259 /* compress.shorthand.margin.test2.cl */, + C1EA69421680FE1400A21259 /* compress.shorthand.margin.test2.css */, + C1EA69431680FE1400A21259 /* compress.shorthand.margin.test3.cl */, + C1EA69441680FE1400A21259 /* compress.shorthand.margin.test3.css */, + C1EA69451680FE1400A21259 /* compress.shorthand.margin.test4.cl */, + C1EA69461680FE1400A21259 /* compress.shorthand.margin.test4.css */, + C1EA69471680FE1400A21259 /* compress.shorthand.margin.test5.cl */, + C1EA69481680FE1400A21259 /* compress.shorthand.margin.test5.css */, + C1EA69491680FE1400A21259 /* compress.shorthand.margin.test6.cl */, + C1EA694A1680FE1400A21259 /* compress.shorthand.margin.test6.css */, + C1EA694B1680FE1400A21259 /* compress.shorthand.margin.test7.cl */, + C1EA694C1680FE1400A21259 /* compress.shorthand.margin.test7.css */, + C1EA694D1680FE1400A21259 /* compress.shorthand.margin.unary.test1.cl */, + C1EA694E1680FE1400A21259 /* compress.shorthand.margin.unary.test1.css */, + C1EA694F1680FE1400A21259 /* compress.shorthand.margin.unary.test2.cl */, + C1EA69501680FE1400A21259 /* compress.shorthand.margin.unary.test2.css */, + C1EA69511680FE1400A21259 /* compress.shorthand.margin.unary.test3.cl */, + C1EA69521680FE1400A21259 /* compress.shorthand.margin.unary.test3.css */, + C1EA69531680FE1400A21259 /* compress.shorthand.margin.unary.test4.cl */, + C1EA69541680FE1400A21259 /* compress.shorthand.margin.unary.test4.css */, + C1EA69551680FE1400A21259 /* compress.shorthand.margin.unary.test5.cl */, + C1EA69561680FE1400A21259 /* compress.shorthand.margin.unary.test5.css */, + C1EA69571680FE1400A21259 /* compress.shorthand.margin.unary.test6.cl */, + C1EA69581680FE1400A21259 /* compress.shorthand.margin.unary.test6.css */, + C1EA69591680FE1400A21259 /* compress.shorthand.margin.unary.test7.cl */, + C1EA695A1680FE1400A21259 /* compress.shorthand.margin.unary.test7.css */, + C1EA695B1680FE1400A21259 /* compress.shorthand.padding.test1.cl */, + C1EA695C1680FE1400A21259 /* compress.shorthand.padding.test1.css */, + C1EA695D1680FE1400A21259 /* compress.shorthand.padding.test2.cl */, + C1EA695E1680FE1400A21259 /* compress.shorthand.padding.test2.css */, + C1EA695F1680FE1400A21259 /* compress.shorthand.padding.test3.cl */, + C1EA69601680FE1400A21259 /* compress.shorthand.padding.test3.css */, + C1EA69611680FE1400A21259 /* compress.shorthand.padding.test4.cl */, + C1EA69621680FE1400A21259 /* compress.shorthand.padding.test4.css */, + C1EA69631680FE1400A21259 /* compress.shorthand.padding.test5.cl */, + C1EA69641680FE1400A21259 /* compress.shorthand.padding.test5.css */, + C1EA69651680FE1400A21259 /* compress.shorthand.padding.test6.cl */, + C1EA69661680FE1400A21259 /* compress.shorthand.padding.test6.css */, + C1EA69671680FE1400A21259 /* compress.shorthand.padding.test7.cl */, + C1EA69681680FE1400A21259 /* compress.shorthand.padding.test7.css */, + C1EA69691680FE1400A21259 /* issue16.test1.cl */, + C1EA696A1680FE1400A21259 /* issue16.test1.css */, + C1EA696B1680FE1400A21259 /* issue39.test1.cl */, + C1EA696C1680FE1400A21259 /* issue39.test1.css */, + C1EA696D1680FE1400A21259 /* issue39.test10.cl */, + C1EA696E1680FE1400A21259 /* issue39.test10.css */, + C1EA696F1680FE1400A21259 /* issue39.test11.cl */, + C1EA69701680FE1400A21259 /* issue39.test11.css */, + C1EA69711680FE1400A21259 /* issue39.test12.cl */, + C1EA69721680FE1400A21259 /* issue39.test12.css */, + C1EA69731680FE1400A21259 /* issue39.test13.cl */, + C1EA69741680FE1400A21259 /* issue39.test13.css */, + C1EA69751680FE1400A21259 /* issue39.test14.cl */, + C1EA69761680FE1400A21259 /* issue39.test14.css */, + C1EA69771680FE1400A21259 /* issue39.test15.cl */, + C1EA69781680FE1400A21259 /* issue39.test15.css */, + C1EA69791680FE1400A21259 /* issue39.test16.cl */, + C1EA697A1680FE1400A21259 /* issue39.test16.css */, + C1EA697B1680FE1400A21259 /* issue39.test17.cl */, + C1EA697C1680FE1400A21259 /* issue39.test17.css */, + C1EA697D1680FE1400A21259 /* issue39.test18.cl */, + C1EA697E1680FE1400A21259 /* issue39.test18.css */, + C1EA697F1680FE1400A21259 /* issue39.test19.cl */, + C1EA69801680FE1400A21259 /* issue39.test19.css */, + C1EA69811680FE1400A21259 /* issue39.test2.cl */, + C1EA69821680FE1400A21259 /* issue39.test2.css */, + C1EA69831680FE1400A21259 /* issue39.test20.cl */, + C1EA69841680FE1400A21259 /* issue39.test20.css */, + C1EA69851680FE1400A21259 /* issue39.test21.cl */, + C1EA69861680FE1400A21259 /* issue39.test21.css */, + C1EA69871680FE1400A21259 /* issue39.test22.cl */, + C1EA69881680FE1400A21259 /* issue39.test22.css */, + C1EA69891680FE1400A21259 /* issue39.test23.cl */, + C1EA698A1680FE1400A21259 /* issue39.test23.css */, + C1EA698B1680FE1400A21259 /* issue39.test24.cl */, + C1EA698C1680FE1400A21259 /* issue39.test24.css */, + C1EA698D1680FE1400A21259 /* issue39.test25.cl */, + C1EA698E1680FE1400A21259 /* issue39.test25.css */, + C1EA698F1680FE1400A21259 /* issue39.test26.cl */, + C1EA69901680FE1400A21259 /* issue39.test26.css */, + C1EA69911680FE1400A21259 /* issue39.test27.cl */, + C1EA69921680FE1400A21259 /* issue39.test27.css */, + C1EA69931680FE1400A21259 /* issue39.test28.cl */, + C1EA69941680FE1400A21259 /* issue39.test28.css */, + C1EA69951680FE1400A21259 /* issue39.test29.cl */, + C1EA69961680FE1400A21259 /* issue39.test29.css */, + C1EA69971680FE1400A21259 /* issue39.test3.cl */, + C1EA69981680FE1400A21259 /* issue39.test3.css */, + C1EA69991680FE1400A21259 /* issue39.test30.cl */, + C1EA699A1680FE1400A21259 /* issue39.test30.css */, + C1EA699B1680FE1400A21259 /* issue39.test31.cl */, + C1EA699C1680FE1400A21259 /* issue39.test31.css */, + C1EA699D1680FE1400A21259 /* issue39.test4.cl */, + C1EA699E1680FE1400A21259 /* issue39.test4.css */, + C1EA699F1680FE1400A21259 /* issue39.test5.cl */, + C1EA69A01680FE1400A21259 /* issue39.test5.css */, + C1EA69A11680FE1400A21259 /* issue39.test6.cl */, + C1EA69A21680FE1400A21259 /* issue39.test6.css */, + C1EA69A31680FE1400A21259 /* issue39.test7.cl */, + C1EA69A41680FE1400A21259 /* issue39.test7.css */, + C1EA69A51680FE1400A21259 /* issue39.test8.cl */, + C1EA69A61680FE1400A21259 /* issue39.test8.css */, + C1EA69A71680FE1400A21259 /* issue39.test9.cl */, + C1EA69A81680FE1400A21259 /* issue39.test9.css */, + C1EA69A91680FE1400A21259 /* issue45.test1.cl */, + C1EA69AA1680FE1400A21259 /* issue45.test1.css */, + C1EA69AB1680FE1400A21259 /* issue48.test1.cl */, + C1EA69AC1680FE1400A21259 /* issue48.test1.css */, + C1EA69AD1680FE1400A21259 /* issue50.test1.cl */, + C1EA69AE1680FE1400A21259 /* issue50.test1.css */, + C1EA69AF1680FE1400A21259 /* issue50.test2.cl */, + C1EA69B01680FE1400A21259 /* issue50.test2.css */, + C1EA69B11680FE1400A21259 /* issue52.test1.cl */, + C1EA69B21680FE1400A21259 /* issue52.test1.css */, + C1EA69B31680FE1400A21259 /* issue52.test2.cl */, + C1EA69B41680FE1400A21259 /* issue52.test2.css */, + C1EA69B51680FE1400A21259 /* issue53.test1.cl */, + C1EA69B61680FE1400A21259 /* issue53.test1.css */, + C1EA69B71680FE1400A21259 /* issue53.test2.cl */, + C1EA69B81680FE1400A21259 /* issue53.test2.css */, + C1EA69B91680FE1400A21259 /* issue54.test1.cl */, + C1EA69BA1680FE1400A21259 /* issue54.test1.css */, + C1EA69BB1680FE1400A21259 /* issue57.test1.cl */, + C1EA69BC1680FE1400A21259 /* issue57.test1.css */, + C1EA69BD1680FE1400A21259 /* issue57.test2.cl */, + C1EA69BE1680FE1400A21259 /* issue57.test2.css */, + C1EA69BF1680FE1400A21259 /* issue71.test1.cl */, + C1EA69C01680FE1400A21259 /* issue71.test1.css */, + C1EA69C11680FE1400A21259 /* issue76.test1.cl */, + C1EA69C21680FE1400A21259 /* issue76.test1.css */, + C1EA69C31680FE1400A21259 /* issue76.test2.cl */, + C1EA69C41680FE1400A21259 /* issue76.test2.css */, + C1EA69C51680FE1400A21259 /* issue76.test3.cl */, + C1EA69C61680FE1400A21259 /* issue76.test3.css */, + C1EA69C71680FE1400A21259 /* issue76.test4.cl */, + C1EA69C81680FE1400A21259 /* issue76.test4.css */, + C1EA69C91680FE1400A21259 /* issue76.test5.cl */, + C1EA69CA1680FE1400A21259 /* issue76.test5.css */, + C1EA69CB1680FE1400A21259 /* issue78.test1.cl */, + C1EA69CC1680FE1400A21259 /* issue78.test1.css */, + C1EA69CD1680FE1400A21259 /* issue78.test2.cl */, + C1EA69CE1680FE1400A21259 /* issue78.test2.css */, + C1EA69CF1680FE1400A21259 /* issue78.test3.cl */, + C1EA69D01680FE1400A21259 /* issue78.test3.css */, + C1EA69D11680FE1400A21259 /* issue78.test4.cl */, + C1EA69D21680FE1400A21259 /* issue78.test4.css */, + C1EA69D31680FE1400A21259 /* issue79.test1.cl */, + C1EA69D41680FE1400A21259 /* issue79.test1.css */, + C1EA69D51680FE1400A21259 /* issue79.test2.cl */, + C1EA69D61680FE1400A21259 /* issue79.test2.css */, + C1EA69D71680FE1400A21259 /* issue81.test1.cl */, + C1EA69D81680FE1400A21259 /* issue81.test1.css */, + C1EA69D91680FE1400A21259 /* issue81.test2.cl */, + C1EA69DA1680FE1400A21259 /* issue81.test2.css */, + C1EA69DB1680FE1400A21259 /* issue81.test3.cl */, + C1EA69DC1680FE1400A21259 /* issue81.test3.css */, + C1EA69DD1680FE1400A21259 /* issue82.test1.cl */, + C1EA69DE1680FE1400A21259 /* issue82.test1.css */, + C1EA69DF1680FE1400A21259 /* stylesheet.0.css */, + C1EA69E01680FE1400A21259 /* stylesheet.0.l */, + C1EA69E11680FE1400A21259 /* stylesheet.0.p */, + C1EA69E21680FE1400A21259 /* stylesheet.1.css */, + C1EA69E31680FE1400A21259 /* stylesheet.1.l */, + C1EA69E41680FE1400A21259 /* stylesheet.1.p */, + C1EA69E51680FE1400A21259 /* stylesheet.2.css */, + C1EA69E61680FE1400A21259 /* stylesheet.2.l */, + C1EA69E71680FE1400A21259 /* stylesheet.2.p */, + C1EA69E81680FE1400A21259 /* stylesheet.3.css */, + C1EA69E91680FE1400A21259 /* stylesheet.3.l */, + C1EA69EA1680FE1400A21259 /* stylesheet.3.p */, + C1EA69EB1680FE1400A21259 /* stylesheet.4.css */, + C1EA69EC1680FE1400A21259 /* stylesheet.4.l */, + C1EA69ED1680FE1400A21259 /* stylesheet.4.p */, + C1EA69EE1680FE1400A21259 /* stylesheet.c.0.css */, + C1EA69EF1680FE1400A21259 /* stylesheet.c.0.l */, + C1EA69F01680FE1400A21259 /* stylesheet.c.0.p */, + C1EA69F11680FE1400A21259 /* stylesheet.s.0.css */, + C1EA69F21680FE1400A21259 /* stylesheet.s.0.l */, + C1EA69F31680FE1400A21259 /* stylesheet.s.0.p */, + C1EA69F41680FE1400A21259 /* stylesheet.s.1.css */, + C1EA69F51680FE1400A21259 /* stylesheet.s.1.l */, + C1EA69F61680FE1400A21259 /* stylesheet.s.1.p */, + C1EA69F71680FE1400A21259 /* stylesheet.s.2.css */, + C1EA69F81680FE1400A21259 /* stylesheet.s.2.l */, + C1EA69F91680FE1400A21259 /* stylesheet.s.2.p */, + C1EA69FA1680FE1400A21259 /* stylesheet.s.3.css */, + C1EA69FB1680FE1400A21259 /* stylesheet.s.3.l */, + C1EA69FC1680FE1400A21259 /* stylesheet.s.3.p */, + ); + path = test_stylesheet; + sourceTree = ""; + }; + C1EA69FD1680FE1400A21259 /* test_unary */ = { + isa = PBXGroup; + children = ( + C1EA69FE1680FE1400A21259 /* unary.0.css */, + C1EA69FF1680FE1400A21259 /* unary.0.l */, + C1EA6A001680FE1400A21259 /* unary.0.p */, + C1EA6A011680FE1400A21259 /* unary.1.css */, + C1EA6A021680FE1400A21259 /* unary.1.l */, + C1EA6A031680FE1400A21259 /* unary.1.p */, + ); + path = test_unary; + sourceTree = ""; + }; + C1EA6A041680FE1400A21259 /* test_unknown */ = { + isa = PBXGroup; + children = ( + C1EA6A051680FE1400A21259 /* unknown.0.css */, + C1EA6A061680FE1400A21259 /* unknown.0.l */, + C1EA6A071680FE1400A21259 /* unknown.1.css */, + C1EA6A081680FE1400A21259 /* unknown.1.l */, + C1EA6A091680FE1400A21259 /* unknown.2.css */, + C1EA6A0A1680FE1400A21259 /* unknown.2.l */, + ); + path = test_unknown; + sourceTree = ""; + }; + C1EA6A0B1680FE1400A21259 /* test_uri */ = { + isa = PBXGroup; + children = ( + C1EA6A0C1680FE1400A21259 /* uri.0.css */, + C1EA6A0D1680FE1400A21259 /* uri.0.l */, + C1EA6A0E1680FE1400A21259 /* uri.0.p */, + C1EA6A0F1680FE1400A21259 /* uri.1.css */, + C1EA6A101680FE1400A21259 /* uri.1.l */, + C1EA6A111680FE1400A21259 /* uri.1.p */, + C1EA6A121680FE1400A21259 /* uri.c.0.css */, + C1EA6A131680FE1400A21259 /* uri.c.0.l */, + C1EA6A141680FE1400A21259 /* uri.c.0.p */, + C1EA6A151680FE1400A21259 /* uri.c.1.css */, + C1EA6A161680FE1400A21259 /* uri.c.1.l */, + C1EA6A171680FE1400A21259 /* uri.c.1.p */, + C1EA6A181680FE1400A21259 /* uri.s.0.css */, + C1EA6A191680FE1400A21259 /* uri.s.0.l */, + C1EA6A1A1680FE1400A21259 /* uri.s.0.p */, + C1EA6A1B1680FE1400A21259 /* uri.s.1.css */, + C1EA6A1C1680FE1400A21259 /* uri.s.1.l */, + C1EA6A1D1680FE1400A21259 /* uri.s.1.p */, + ); + path = test_uri; + sourceTree = ""; + }; + C1EA6A1E1680FE1400A21259 /* test_value */ = { + isa = PBXGroup; + children = ( + C1EA6A1F1680FE1400A21259 /* value.0.css */, + C1EA6A201680FE1400A21259 /* value.0.l */, + C1EA6A211680FE1400A21259 /* value.0.p */, + C1EA6A221680FE1400A21259 /* value.1.css */, + C1EA6A231680FE1400A21259 /* value.1.l */, + C1EA6A241680FE1400A21259 /* value.1.p */, + C1EA6A251680FE1400A21259 /* value.2.css */, + C1EA6A261680FE1400A21259 /* value.2.l */, + C1EA6A271680FE1400A21259 /* value.2.p */, + C1EA6A281680FE1400A21259 /* value.3.css */, + C1EA6A291680FE1400A21259 /* value.3.l */, + C1EA6A2A1680FE1400A21259 /* value.3.p */, + C1EA6A2B1680FE1400A21259 /* value.4.css */, + C1EA6A2C1680FE1400A21259 /* value.4.l */, + C1EA6A2D1680FE1400A21259 /* value.4.p */, + C1EA6A2E1680FE1400A21259 /* value.dimension.0.css */, + C1EA6A2F1680FE1400A21259 /* value.dimension.0.l */, + C1EA6A301680FE1400A21259 /* value.dimension.1.css */, + C1EA6A311680FE1400A21259 /* value.dimension.1.l */, + C1EA6A321680FE1400A21259 /* value.dimension.2.css */, + C1EA6A331680FE1400A21259 /* value.dimension.2.l */, + C1EA6A341680FE1400A21259 /* value.rgb.0.css */, + C1EA6A351680FE1400A21259 /* value.rgb.0.l */, + C1EA6A361680FE1400A21259 /* value.rgb.1.css */, + C1EA6A371680FE1400A21259 /* value.rgb.1.l */, + C1EA6A381680FE1400A21259 /* value.rgb.2.css */, + C1EA6A391680FE1400A21259 /* value.rgb.2.l */, + C1EA6A3A1680FE1400A21259 /* value.vhash.0.css */, + C1EA6A3B1680FE1400A21259 /* value.vhash.0.l */, + C1EA6A3C1680FE1400A21259 /* value.vhash.1.css */, + C1EA6A3D1680FE1400A21259 /* value.vhash.1.l */, + C1EA6A3E1680FE1400A21259 /* value.vhash.2.css */, + C1EA6A3F1680FE1400A21259 /* value.vhash.2.l */, + C1EA6A401680FE1400A21259 /* value.vhash.3.css */, + C1EA6A411680FE1400A21259 /* value.vhash.3.l */, + ); + path = test_value; + sourceTree = ""; + }; + C1EA6A421680FE1400A21259 /* test_vhash */ = { + isa = PBXGroup; + children = ( + C1EA6A431680FE1400A21259 /* vhash.0.css */, + C1EA6A441680FE1400A21259 /* vhash.0.l */, + C1EA6A451680FE1400A21259 /* vhash.0.p */, + C1EA6A461680FE1400A21259 /* vhash.1.css */, + C1EA6A471680FE1400A21259 /* vhash.1.l */, + C1EA6A481680FE1400A21259 /* vhash.1.p */, + ); + path = test_vhash; + sourceTree = ""; + }; + C1EA6A4C1680FE1400A21259 /* web */ = { + isa = PBXGroup; + children = ( + C1EA6A4D1680FE1400A21259 /* csso.css */, + C1EA6A4E1680FE1400A21259 /* csso.html */, + C1EA6A4F1680FE1400A21259 /* csso.web.js */, + ); + path = web; + sourceTree = ""; + }; + C1EA6A521680FE1400A21259 /* enhanced-require */ = { + isa = PBXGroup; + children = ( + C1EA6A531680FE1400A21259 /* .npmignore */, + C1EA6A541680FE1400A21259 /* .travis.yml */, + C1EA6A551680FE1400A21259 /* lib */, + C1EA6A5A1680FE1400A21259 /* node_modules */, + C1EA6A801680FE1400A21259 /* package.json */, + C1EA6A811680FE1400A21259 /* README.md */, + C1EA6A821680FE1400A21259 /* test */, + ); + path = "enhanced-require"; + sourceTree = ""; + }; + C1EA6A551680FE1400A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6A561680FE1400A21259 /* execLoaders.js */, + C1EA6A571680FE1400A21259 /* execModule.js */, + C1EA6A581680FE1400A21259 /* require.js */, + C1EA6A591680FE1400A21259 /* require.webpack.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6A5A1680FE1400A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6A5B1680FE1400A21259 /* enhanced-resolve */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6A5B1680FE1400A21259 /* enhanced-resolve */ = { + isa = PBXGroup; + children = ( + C1EA6A5C1680FE1400A21259 /* .npmignore */, + C1EA6A5D1680FE1400A21259 /* .travis.yml */, + C1EA6A5E1680FE1400A21259 /* lib */, + C1EA6A611680FE1400A21259 /* package.json */, + C1EA6A621680FE1400A21259 /* README.md */, + C1EA6A631680FE1400A21259 /* test */, + ); + path = "enhanced-resolve"; + sourceTree = ""; + }; + C1EA6A5E1680FE1400A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6A5F1680FE1400A21259 /* createThrottledFunction.js */, + C1EA6A601680FE1400A21259 /* resolve.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6A631680FE1400A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6A641680FE1400A21259 /* fixtures */, + C1EA6A7E1680FE1400A21259 /* resolve.js */, + C1EA6A7F1680FE1400A21259 /* simple.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6A641680FE1400A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA6A651680FE1400A21259 /* a.js */, + C1EA6A661680FE1400A21259 /* abc.txt */, + C1EA6A671680FE1400A21259 /* b.js */, + C1EA6A681680FE1400A21259 /* c.js */, + C1EA6A691680FE1400A21259 /* complex.js */, + C1EA6A6A1680FE1400A21259 /* lib */, + C1EA6A6C1680FE1400A21259 /* main1.js */, + C1EA6A6D1680FE1400A21259 /* main2.js */, + C1EA6A6E1680FE1400A21259 /* main3.js */, + C1EA6A6F1680FE1400A21259 /* node_modules */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA6A6A1680FE1400A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6A6B1680FE1400A21259 /* complex1.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6A6F1680FE1400A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6A701680FE1400A21259 /* complexm */, + C1EA6A771680FE1400A21259 /* m1 */, + C1EA6A7A1680FE1400A21259 /* m2 */, + C1EA6A7C1680FE1400A21259 /* m2-loader */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6A701680FE1400A21259 /* complexm */ = { + isa = PBXGroup; + children = ( + C1EA6A711680FE1400A21259 /* step1.js */, + C1EA6A721680FE1400A21259 /* step2.js */, + C1EA6A731680FE1400A21259 /* web_modules */, + ); + path = complexm; + sourceTree = ""; + }; + C1EA6A731680FE1400A21259 /* web_modules */ = { + isa = PBXGroup; + children = ( + C1EA6A741680FE1400A21259 /* m1 */, + ); + path = web_modules; + sourceTree = ""; + }; + C1EA6A741680FE1400A21259 /* m1 */ = { + isa = PBXGroup; + children = ( + C1EA6A751680FE1400A21259 /* a.js */, + C1EA6A761680FE1400A21259 /* index.js */, + ); + path = m1; + sourceTree = ""; + }; + C1EA6A771680FE1400A21259 /* m1 */ = { + isa = PBXGroup; + children = ( + C1EA6A781680FE1400A21259 /* a.js */, + C1EA6A791680FE1400A21259 /* b.js */, + ); + path = m1; + sourceTree = ""; + }; + C1EA6A7A1680FE1400A21259 /* m2 */ = { + isa = PBXGroup; + children = ( + C1EA6A7B1680FE1400A21259 /* b.js */, + ); + path = m2; + sourceTree = ""; + }; + C1EA6A7C1680FE1400A21259 /* m2-loader */ = { + isa = PBXGroup; + children = ( + C1EA6A7D1680FE1400A21259 /* b.js */, + ); + path = "m2-loader"; + sourceTree = ""; + }; + C1EA6A821680FE1400A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6A831680FE1400A21259 /* amd.js */, + C1EA6A841680FE1400A21259 /* commonjs-loaders.js */, + C1EA6A851680FE1400A21259 /* commonjs.js */, + C1EA6A861680FE1400A21259 /* fixtures */, + C1EA6A8E1680FE1400A21259 /* modules-async.js */, + C1EA6A8F1680FE1400A21259 /* require-context.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6A861680FE1400A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA6A871680FE1400A21259 /* directory */, + C1EA6A891680FE1400A21259 /* file.js */, + C1EA6A8A1680FE1400A21259 /* freeVars.js */, + C1EA6A8B1680FE1400A21259 /* inner.js */, + C1EA6A8C1680FE1400A21259 /* loader.js */, + C1EA6A8D1680FE1400A21259 /* outer.js */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA6A871680FE1400A21259 /* directory */ = { + isa = PBXGroup; + children = ( + C1EA6A881680FE1400A21259 /* file2.js */, + ); + path = directory; + sourceTree = ""; + }; + C1EA6A901680FE1400A21259 /* enhanced-resolve */ = { + isa = PBXGroup; + children = ( + C1EA6A911680FE1400A21259 /* .npmignore */, + C1EA6A921680FE1400A21259 /* .travis.yml */, + C1EA6A931680FE1400A21259 /* lib */, + C1EA6A961680FE1400A21259 /* package.json */, + C1EA6A971680FE1400A21259 /* README.md */, + C1EA6A981680FE1400A21259 /* test */, + ); + path = "enhanced-resolve"; + sourceTree = ""; + }; + C1EA6A931680FE1400A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6A941680FE1400A21259 /* createThrottledFunction.js */, + C1EA6A951680FE1400A21259 /* resolve.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6A981680FE1400A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6A991680FE1400A21259 /* errors.js */, + C1EA6A9A1680FE1400A21259 /* fixtures */, + C1EA6AB61680FE1400A21259 /* resolve.js */, + C1EA6AB71680FE1400A21259 /* simple.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6A9A1680FE1400A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA6A9B1680FE1400A21259 /* a.js */, + C1EA6A9C1680FE1400A21259 /* abc.txt */, + C1EA6A9D1680FE1400A21259 /* b.js */, + C1EA6A9E1680FE1400A21259 /* c.js */, + C1EA6A9F1680FE1400A21259 /* complex.js */, + C1EA6AA01680FE1400A21259 /* lib */, + C1EA6AA21680FE1400A21259 /* main1.js */, + C1EA6AA31680FE1400A21259 /* main2.js */, + C1EA6AA41680FE1400A21259 /* main3.js */, + C1EA6AA51680FE1400A21259 /* node_modules */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA6AA01680FE1400A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6AA11680FE1400A21259 /* complex1.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6AA51680FE1400A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6AA61680FE1400A21259 /* complexm */, + C1EA6AAD1680FE1400A21259 /* invalidPackageJson */, + C1EA6AAF1680FE1400A21259 /* m1 */, + C1EA6AB21680FE1400A21259 /* m2 */, + C1EA6AB41680FE1400A21259 /* m2-loader */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6AA61680FE1400A21259 /* complexm */ = { + isa = PBXGroup; + children = ( + C1EA6AA71680FE1400A21259 /* step1.js */, + C1EA6AA81680FE1400A21259 /* step2.js */, + C1EA6AA91680FE1400A21259 /* web_modules */, + ); + path = complexm; + sourceTree = ""; + }; + C1EA6AA91680FE1400A21259 /* web_modules */ = { + isa = PBXGroup; + children = ( + C1EA6AAA1680FE1400A21259 /* m1 */, + ); + path = web_modules; + sourceTree = ""; + }; + C1EA6AAA1680FE1400A21259 /* m1 */ = { + isa = PBXGroup; + children = ( + C1EA6AAB1680FE1400A21259 /* a.js */, + C1EA6AAC1680FE1400A21259 /* index.js */, + ); + path = m1; + sourceTree = ""; + }; + C1EA6AAD1680FE1400A21259 /* invalidPackageJson */ = { + isa = PBXGroup; + children = ( + C1EA6AAE1680FE1400A21259 /* package.json */, + ); + path = invalidPackageJson; + sourceTree = ""; + }; + C1EA6AAF1680FE1400A21259 /* m1 */ = { + isa = PBXGroup; + children = ( + C1EA6AB01680FE1400A21259 /* a.js */, + C1EA6AB11680FE1400A21259 /* b.js */, + ); + path = m1; + sourceTree = ""; + }; + C1EA6AB21680FE1400A21259 /* m2 */ = { + isa = PBXGroup; + children = ( + C1EA6AB31680FE1400A21259 /* b.js */, + ); + path = m2; + sourceTree = ""; + }; + C1EA6AB41680FE1400A21259 /* m2-loader */ = { + isa = PBXGroup; + children = ( + C1EA6AB51680FE1400A21259 /* b.js */, + ); + path = "m2-loader"; + sourceTree = ""; + }; + C1EA6AB81680FE1400A21259 /* esprima */ = { + isa = PBXGroup; + children = ( + C1EA6AB91680FE1400A21259 /* .travis.yml */, + C1EA6ABA1680FE1400A21259 /* assets */, + C1EA6AC61680FE1400A21259 /* bin */, + C1EA6AC81680FE1400A21259 /* changes */, + C1EA6AC91680FE1400A21259 /* cm */, + C1EA6ACA1680FE1400A21259 /* demo */, + C1EA6AD51680FE1400A21259 /* esprima.js */, + C1EA6AD61680FE1400A21259 /* index.html */, + C1EA6AD71680FE1400A21259 /* LICENSE.BSD */, + C1EA6AD81680FE1400A21259 /* package.json */, + C1EA6AD91680FE1400A21259 /* README.md */, + C1EA6ADA1680FE1400A21259 /* test */, + C1EA6AFF1680FE1400A21259 /* tools */, + ); + path = esprima; + sourceTree = ""; + }; + C1EA6ABA1680FE1400A21259 /* assets */ = { + isa = PBXGroup; + children = ( + C1EA6ABB1680FE1400A21259 /* codemirror */, + C1EA6ABF1680FE1400A21259 /* json2.js */, + C1EA6AC01680FE1400A21259 /* style.css */, + C1EA6AC11680FE1400A21259 /* yui */, + ); + path = assets; + sourceTree = ""; + }; + C1EA6ABB1680FE1400A21259 /* codemirror */ = { + isa = PBXGroup; + children = ( + C1EA6ABC1680FE1400A21259 /* codemirror.css */, + C1EA6ABD1680FE1400A21259 /* codemirror.js */, + C1EA6ABE1680FE1400A21259 /* javascript.js */, + ); + path = codemirror; + sourceTree = ""; + }; + C1EA6AC11680FE1400A21259 /* yui */ = { + isa = PBXGroup; + children = ( + C1EA6AC21680FE1400A21259 /* treeview-min.js */, + C1EA6AC31680FE1400A21259 /* treeview-sprite.gif */, + C1EA6AC41680FE1400A21259 /* treeview.css */, + C1EA6AC51680FE1400A21259 /* yahoo-dom-event.js */, + ); + path = yui; + sourceTree = ""; + }; + C1EA6AC61680FE1400A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA6AC71680FE1400A21259 /* esparse.js */, + ); + path = bin; + sourceTree = ""; + }; + C1EA6ACA1680FE1400A21259 /* demo */ = { + isa = PBXGroup; + children = ( + C1EA6ACB1680FE1400A21259 /* checkenv.js */, + C1EA6ACC1680FE1400A21259 /* collector.html */, + C1EA6ACD1680FE1400A21259 /* collector.js */, + C1EA6ACE1680FE1400A21259 /* functiontrace.html */, + C1EA6ACF1680FE1400A21259 /* functiontrace.js */, + C1EA6AD01680FE1400A21259 /* parse.css */, + C1EA6AD11680FE1400A21259 /* parse.html */, + C1EA6AD21680FE1400A21259 /* precedence.html */, + C1EA6AD31680FE1400A21259 /* rewrite.html */, + C1EA6AD41680FE1400A21259 /* rewrite.js */, + ); + path = demo; + sourceTree = ""; + }; + C1EA6ADA1680FE1400A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6ADB1680FE1400A21259 /* 3rdparty */, + C1EA6AF21680FE1400A21259 /* benchmarks.html */, + C1EA6AF31680FE1400A21259 /* benchmarks.js */, + C1EA6AF41680FE1400A21259 /* compare.html */, + C1EA6AF51680FE1400A21259 /* compare.js */, + C1EA6AF61680FE1400A21259 /* compat.html */, + C1EA6AF71680FE1400A21259 /* compat.js */, + C1EA6AF81680FE1400A21259 /* coverage.footer.html */, + C1EA6AF91680FE1400A21259 /* coverage.header.html */, + C1EA6AFA1680FE1400A21259 /* coverage.html */, + C1EA6AFB1680FE1400A21259 /* index.html */, + C1EA6AFC1680FE1400A21259 /* reflect.js */, + C1EA6AFD1680FE1400A21259 /* run.js */, + C1EA6AFE1680FE1400A21259 /* test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6ADB1680FE1400A21259 /* 3rdparty */ = { + isa = PBXGroup; + children = ( + C1EA6ADC1680FE1400A21259 /* backbone-0.5.3.js */, + C1EA6ADD1680FE1400A21259 /* benchmark.js */, + C1EA6ADE1680FE1400A21259 /* escodegen.js */, + C1EA6ADF1680FE1400A21259 /* esmorph.js */, + C1EA6AE01680FE1400A21259 /* ext-core-3.0.0.js */, + C1EA6AE11680FE1400A21259 /* ext-core-3.1.0.js */, + C1EA6AE21680FE1400A21259 /* jquery-1.6.4.js */, + C1EA6AE31680FE1400A21259 /* jquery-1.7.1.js */, + C1EA6AE41680FE1400A21259 /* jquery.mobile-1.0.js */, + C1EA6AE51680FE1400A21259 /* jsdefs.js */, + C1EA6AE61680FE1400A21259 /* jslex.js */, + C1EA6AE71680FE1400A21259 /* jsparse.js */, + C1EA6AE81680FE1400A21259 /* mootools-1.3.2.js */, + C1EA6AE91680FE1400A21259 /* mootools-1.4.1.js */, + C1EA6AEA1680FE1400A21259 /* parse-js.js */, + C1EA6AEB1680FE1400A21259 /* platform.js */, + C1EA6AEC1680FE1400A21259 /* prototype-1.6.1.js */, + C1EA6AED1680FE1400A21259 /* prototype-1.7.0.0.js */, + C1EA6AEE1680FE1400A21259 /* Tokenizer.js */, + C1EA6AEF1680FE1400A21259 /* underscore-1.2.3.js */, + C1EA6AF01680FE1400A21259 /* XMLHttpRequest.js */, + C1EA6AF11680FE1400A21259 /* ZeParser.js */, + ); + path = 3rdparty; + sourceTree = ""; + }; + C1EA6AFF1680FE1400A21259 /* tools */ = { + isa = PBXGroup; + children = ( + C1EA6B001680FE1400A21259 /* generate-unicode-regex.py */, + C1EA6B011680FE1400A21259 /* update-coverage.sh */, + ); + path = tools; + sourceTree = ""; + }; + C1EA6B021680FE1400A21259 /* file-loader */ = { + isa = PBXGroup; + children = ( + C1EA6B031680FE1400A21259 /* auto.js */, + C1EA6B041680FE1400A21259 /* html.js */, + C1EA6B051680FE1400A21259 /* index.js */, + C1EA6B061680FE1400A21259 /* index.loader.js */, + C1EA6B071680FE1400A21259 /* jpeg.js */, + C1EA6B081680FE1400A21259 /* jpg.js */, + C1EA6B091680FE1400A21259 /* js.js */, + C1EA6B0A1680FE1400A21259 /* package.json */, + C1EA6B0B1680FE1400A21259 /* png.js */, + C1EA6B0C1680FE1400A21259 /* README.md */, + C1EA6B0D1680FE1400A21259 /* swf.js */, + C1EA6B0E1680FE1400A21259 /* txt.js */, + ); + path = "file-loader"; + sourceTree = ""; + }; + C1EA6B0F1680FE1400A21259 /* jade-loader */ = { + isa = PBXGroup; + children = ( + C1EA6B101680FE1400A21259 /* .npmignore */, + C1EA6B111680FE1400A21259 /* index.js */, + C1EA6B121680FE1400A21259 /* node_modules */, + C1EA6BD41680FE1500A21259 /* package.json */, + C1EA6BD51680FE1500A21259 /* README.md */, + C1EA6BD61680FE1500A21259 /* web_modules */, + ); + path = "jade-loader"; + sourceTree = ""; + }; + C1EA6B121680FE1400A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6B131680FE1400A21259 /* .bin */, + C1EA6B151680FE1400A21259 /* jade */, + C1EA6B7F1680FE1500A21259 /* loader-utils */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6B131680FE1400A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA6B141680FE1400A21259 /* jade */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA6B151680FE1400A21259 /* jade */ = { + isa = PBXGroup; + children = ( + C1EA6B161680FE1400A21259 /* .npmignore */, + C1EA6B171680FE1500A21259 /* bin */, + C1EA6B191680FE1500A21259 /* index.js */, + C1EA6B1A1680FE1500A21259 /* jade.js */, + C1EA6B1B1680FE1500A21259 /* jade.md */, + C1EA6B1C1680FE1500A21259 /* jade.min.js */, + C1EA6B1D1680FE1500A21259 /* lib */, + C1EA6B381680FE1500A21259 /* LICENSE */, + C1EA6B391680FE1500A21259 /* node_modules */, + C1EA6B7B1680FE1500A21259 /* package.json */, + C1EA6B7C1680FE1500A21259 /* Readme.md */, + C1EA6B7D1680FE1500A21259 /* runtime.js */, + C1EA6B7E1680FE1500A21259 /* runtime.min.js */, + ); + path = jade; + sourceTree = ""; + }; + C1EA6B171680FE1500A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA6B181680FE1500A21259 /* jade */, + ); + path = bin; + sourceTree = ""; + }; + C1EA6B1D1680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6B1E1680FE1500A21259 /* compiler.js */, + C1EA6B1F1680FE1500A21259 /* doctypes.js */, + C1EA6B201680FE1500A21259 /* filters.js */, + C1EA6B211680FE1500A21259 /* inline-tags.js */, + C1EA6B221680FE1500A21259 /* jade.js */, + C1EA6B231680FE1500A21259 /* lexer.js */, + C1EA6B241680FE1500A21259 /* nodes */, + C1EA6B341680FE1500A21259 /* parser.js */, + C1EA6B351680FE1500A21259 /* runtime.js */, + C1EA6B361680FE1500A21259 /* self-closing.js */, + C1EA6B371680FE1500A21259 /* utils.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6B241680FE1500A21259 /* nodes */ = { + isa = PBXGroup; + children = ( + C1EA6B251680FE1500A21259 /* attrs.js */, + C1EA6B261680FE1500A21259 /* block-comment.js */, + C1EA6B271680FE1500A21259 /* block.js */, + C1EA6B281680FE1500A21259 /* case.js */, + C1EA6B291680FE1500A21259 /* code.js */, + C1EA6B2A1680FE1500A21259 /* comment.js */, + C1EA6B2B1680FE1500A21259 /* doctype.js */, + C1EA6B2C1680FE1500A21259 /* each.js */, + C1EA6B2D1680FE1500A21259 /* filter.js */, + C1EA6B2E1680FE1500A21259 /* index.js */, + C1EA6B2F1680FE1500A21259 /* literal.js */, + C1EA6B301680FE1500A21259 /* mixin.js */, + C1EA6B311680FE1500A21259 /* node.js */, + C1EA6B321680FE1500A21259 /* tag.js */, + C1EA6B331680FE1500A21259 /* text.js */, + ); + path = nodes; + sourceTree = ""; + }; + C1EA6B391680FE1500A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6B3A1680FE1500A21259 /* .bin */, + C1EA6B3D1680FE1500A21259 /* coffee-script */, + C1EA6B5A1680FE1500A21259 /* commander */, + C1EA6B641680FE1500A21259 /* mkdirp */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6B3A1680FE1500A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA6B3B1680FE1500A21259 /* cake */, + C1EA6B3C1680FE1500A21259 /* coffee */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA6B3D1680FE1500A21259 /* coffee-script */ = { + isa = PBXGroup; + children = ( + C1EA6B3E1680FE1500A21259 /* .npmignore */, + C1EA6B3F1680FE1500A21259 /* bin */, + C1EA6B421680FE1500A21259 /* CNAME */, + C1EA6B431680FE1500A21259 /* CONTRIBUTING.md */, + C1EA6B441680FE1500A21259 /* extras */, + C1EA6B461680FE1500A21259 /* lib */, + C1EA6B561680FE1500A21259 /* LICENSE */, + C1EA6B571680FE1500A21259 /* package.json */, + C1EA6B581680FE1500A21259 /* Rakefile */, + C1EA6B591680FE1500A21259 /* README */, + ); + path = "coffee-script"; + sourceTree = ""; + }; + C1EA6B3F1680FE1500A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA6B401680FE1500A21259 /* cake */, + C1EA6B411680FE1500A21259 /* coffee */, + ); + path = bin; + sourceTree = ""; + }; + C1EA6B441680FE1500A21259 /* extras */ = { + isa = PBXGroup; + children = ( + C1EA6B451680FE1500A21259 /* jsl.conf */, + ); + path = extras; + sourceTree = ""; + }; + C1EA6B461680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6B471680FE1500A21259 /* coffee-script */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6B471680FE1500A21259 /* coffee-script */ = { + isa = PBXGroup; + children = ( + C1EA6B481680FE1500A21259 /* browser.js */, + C1EA6B491680FE1500A21259 /* cake.js */, + C1EA6B4A1680FE1500A21259 /* coffee-script.js */, + C1EA6B4B1680FE1500A21259 /* command.js */, + C1EA6B4C1680FE1500A21259 /* grammar.js */, + C1EA6B4D1680FE1500A21259 /* helpers.js */, + C1EA6B4E1680FE1500A21259 /* index.js */, + C1EA6B4F1680FE1500A21259 /* lexer.js */, + C1EA6B501680FE1500A21259 /* nodes.js */, + C1EA6B511680FE1500A21259 /* optparse.js */, + C1EA6B521680FE1500A21259 /* parser.js */, + C1EA6B531680FE1500A21259 /* repl.js */, + C1EA6B541680FE1500A21259 /* rewriter.js */, + C1EA6B551680FE1500A21259 /* scope.js */, + ); + path = "coffee-script"; + sourceTree = ""; + }; + C1EA6B5A1680FE1500A21259 /* commander */ = { + isa = PBXGroup; + children = ( + C1EA6B5B1680FE1500A21259 /* .npmignore */, + C1EA6B5C1680FE1500A21259 /* .travis.yml */, + C1EA6B5D1680FE1500A21259 /* History.md */, + C1EA6B5E1680FE1500A21259 /* index.js */, + C1EA6B5F1680FE1500A21259 /* lib */, + C1EA6B611680FE1500A21259 /* Makefile */, + C1EA6B621680FE1500A21259 /* package.json */, + C1EA6B631680FE1500A21259 /* Readme.md */, + ); + path = commander; + sourceTree = ""; + }; + C1EA6B5F1680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6B601680FE1500A21259 /* commander.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6B641680FE1500A21259 /* mkdirp */ = { + isa = PBXGroup; + children = ( + C1EA6B651680FE1500A21259 /* .npmignore */, + C1EA6B661680FE1500A21259 /* .travis.yml */, + C1EA6B671680FE1500A21259 /* examples */, + C1EA6B691680FE1500A21259 /* index.js */, + C1EA6B6A1680FE1500A21259 /* LICENSE */, + C1EA6B6B1680FE1500A21259 /* package.json */, + C1EA6B6C1680FE1500A21259 /* README.markdown */, + C1EA6B6D1680FE1500A21259 /* test */, + ); + path = mkdirp; + sourceTree = ""; + }; + C1EA6B671680FE1500A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA6B681680FE1500A21259 /* pow.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA6B6D1680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6B6E1680FE1500A21259 /* chmod.js */, + C1EA6B6F1680FE1500A21259 /* clobber.js */, + C1EA6B701680FE1500A21259 /* mkdirp.js */, + C1EA6B711680FE1500A21259 /* perm.js */, + C1EA6B721680FE1500A21259 /* perm_sync.js */, + C1EA6B731680FE1500A21259 /* race.js */, + C1EA6B741680FE1500A21259 /* rel.js */, + C1EA6B751680FE1500A21259 /* return.js */, + C1EA6B761680FE1500A21259 /* return_sync.js */, + C1EA6B771680FE1500A21259 /* root.js */, + C1EA6B781680FE1500A21259 /* sync.js */, + C1EA6B791680FE1500A21259 /* umask.js */, + C1EA6B7A1680FE1500A21259 /* umask_sync.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6B7F1680FE1500A21259 /* loader-utils */ = { + isa = PBXGroup; + children = ( + C1EA6B801680FE1500A21259 /* .npmignore */, + C1EA6B811680FE1500A21259 /* index.js */, + C1EA6B821680FE1500A21259 /* node_modules */, + C1EA6BD21680FE1500A21259 /* package.json */, + C1EA6BD31680FE1500A21259 /* README.md */, + ); + path = "loader-utils"; + sourceTree = ""; + }; + C1EA6B821680FE1500A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6B831680FE1500A21259 /* .bin */, + C1EA6B851680FE1500A21259 /* json5 */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6B831680FE1500A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA6B841680FE1500A21259 /* json5 */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA6B851680FE1500A21259 /* json5 */ = { + isa = PBXGroup; + children = ( + C1EA6B861680FE1500A21259 /* .npmignore */, + C1EA6B871680FE1500A21259 /* CHANGELOG.md */, + C1EA6B881680FE1500A21259 /* lib */, + C1EA6B8C1680FE1500A21259 /* Makefile */, + C1EA6B8D1680FE1500A21259 /* package.json */, + C1EA6B8E1680FE1500A21259 /* package.json5 */, + C1EA6B8F1680FE1500A21259 /* README.md */, + C1EA6B901680FE1500A21259 /* test */, + ); + path = json5; + sourceTree = ""; + }; + C1EA6B881680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6B891680FE1500A21259 /* cli.js */, + C1EA6B8A1680FE1500A21259 /* json5.js */, + C1EA6B8B1680FE1500A21259 /* require.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6B901680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6B911680FE1500A21259 /* parse-cases */, + C1EA6BCF1680FE1500A21259 /* parse.js */, + C1EA6BD01680FE1500A21259 /* readme.md */, + C1EA6BD11680FE1500A21259 /* require.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6B911680FE1500A21259 /* parse-cases */ = { + isa = PBXGroup; + children = ( + C1EA6B921680FE1500A21259 /* arrays */, + C1EA6B991680FE1500A21259 /* comments */, + C1EA6BA61680FE1500A21259 /* misc */, + C1EA6BAB1680FE1500A21259 /* numbers */, + C1EA6BBD1680FE1500A21259 /* objects */, + C1EA6BC81680FE1500A21259 /* strings */, + C1EA6BCC1680FE1500A21259 /* todo */, + ); + path = "parse-cases"; + sourceTree = ""; + }; + C1EA6B921680FE1500A21259 /* arrays */ = { + isa = PBXGroup; + children = ( + C1EA6B931680FE1500A21259 /* empty-array.json */, + C1EA6B941680FE1500A21259 /* leading-comma-array.js */, + C1EA6B951680FE1500A21259 /* lone-trailing-comma-array.js */, + C1EA6B961680FE1500A21259 /* no-comma-array.txt */, + C1EA6B971680FE1500A21259 /* regular-array.json */, + C1EA6B981680FE1500A21259 /* trailing-comma-array.json5 */, + ); + path = arrays; + sourceTree = ""; + }; + C1EA6B991680FE1500A21259 /* comments */ = { + isa = PBXGroup; + children = ( + C1EA6B9A1680FE1500A21259 /* block-comment-following-array-element.json5 */, + C1EA6B9B1680FE1500A21259 /* block-comment-following-top-level-value.json5 */, + C1EA6B9C1680FE1500A21259 /* block-comment-in-string.json */, + C1EA6B9D1680FE1500A21259 /* block-comment-preceding-top-level-value.json5 */, + C1EA6B9E1680FE1500A21259 /* block-comment-with-asterisks.json5 */, + C1EA6B9F1680FE1500A21259 /* inline-comment-following-array-element.json5 */, + C1EA6BA01680FE1500A21259 /* inline-comment-following-top-level-value.json5 */, + C1EA6BA11680FE1500A21259 /* inline-comment-in-string.json */, + C1EA6BA21680FE1500A21259 /* inline-comment-preceding-top-level-value.json5 */, + C1EA6BA31680FE1500A21259 /* top-level-block-comment.txt */, + C1EA6BA41680FE1500A21259 /* top-level-inline-comment.txt */, + C1EA6BA51680FE1500A21259 /* unterminated-block-comment.txt */, + ); + path = comments; + sourceTree = ""; + }; + C1EA6BA61680FE1500A21259 /* misc */ = { + isa = PBXGroup; + children = ( + C1EA6BA71680FE1500A21259 /* empty.txt */, + C1EA6BA81680FE1500A21259 /* npm-package.json */, + C1EA6BA91680FE1500A21259 /* npm-package.json5 */, + C1EA6BAA1680FE1500A21259 /* readme-example.json5 */, + ); + path = misc; + sourceTree = ""; + }; + C1EA6BAB1680FE1500A21259 /* numbers */ = { + isa = PBXGroup; + children = ( + C1EA6BAC1680FE1500A21259 /* decimal-literal-with-exponent.json */, + C1EA6BAD1680FE1500A21259 /* decimal-literal-with-negative-exponent.json */, + C1EA6BAE1680FE1500A21259 /* decimal-literal.json */, + C1EA6BAF1680FE1500A21259 /* hexadecimal-literal-with-lowercase-letter.json5 */, + C1EA6BB01680FE1500A21259 /* hexadecimal-literal-with-no-digits.txt */, + C1EA6BB11680FE1500A21259 /* hexadecimal-literal-with-uppercase-x.json5 */, + C1EA6BB21680FE1500A21259 /* hexadecimal-literal.json5 */, + C1EA6BB31680FE1500A21259 /* leading-decimal-point.json5 */, + C1EA6BB41680FE1500A21259 /* negative-decimal-literal.json */, + C1EA6BB51680FE1500A21259 /* negative-hexadecimal-literal.json5 */, + C1EA6BB61680FE1500A21259 /* negative-leading-decimal-point.json5 */, + C1EA6BB71680FE1500A21259 /* noctal-literal-with-octal-digit-after-leading-zero.js */, + C1EA6BB81680FE1500A21259 /* noctal-literal.js */, + C1EA6BB91680FE1500A21259 /* octal-literal.txt */, + C1EA6BBA1680FE1500A21259 /* trailing-decimal-point-with-exponent.js */, + C1EA6BBB1680FE1500A21259 /* trailing-decimal-point.js */, + C1EA6BBC1680FE1500A21259 /* zero-literal.json */, + ); + path = numbers; + sourceTree = ""; + }; + C1EA6BBD1680FE1500A21259 /* objects */ = { + isa = PBXGroup; + children = ( + C1EA6BBE1680FE1500A21259 /* empty-object.json */, + C1EA6BBF1680FE1500A21259 /* illegal-unquoted-key-number.txt */, + C1EA6BC01680FE1500A21259 /* illegal-unquoted-key-symbol.txt */, + C1EA6BC11680FE1500A21259 /* leading-comma-object.txt */, + C1EA6BC21680FE1500A21259 /* lone-trailing-comma-object.txt */, + C1EA6BC31680FE1500A21259 /* no-comma-object.txt */, + C1EA6BC41680FE1500A21259 /* reserved-unquoted-key.json5 */, + C1EA6BC51680FE1500A21259 /* single-quoted-key.json5 */, + C1EA6BC61680FE1500A21259 /* trailing-comma-object.json5 */, + C1EA6BC71680FE1500A21259 /* unquoted-keys.json5 */, + ); + path = objects; + sourceTree = ""; + }; + C1EA6BC81680FE1500A21259 /* strings */ = { + isa = PBXGroup; + children = ( + C1EA6BC91680FE1500A21259 /* escaped-single-quoted-string.json5 */, + C1EA6BCA1680FE1500A21259 /* multi-line-string.json5 */, + C1EA6BCB1680FE1500A21259 /* single-quoted-string.json5 */, + ); + path = strings; + sourceTree = ""; + }; + C1EA6BCC1680FE1500A21259 /* todo */ = { + isa = PBXGroup; + children = ( + C1EA6BCD1680FE1500A21259 /* unicode-escaped-unquoted-key.json5 */, + C1EA6BCE1680FE1500A21259 /* unicode-unquoted-key.json5 */, + ); + path = todo; + sourceTree = ""; + }; + C1EA6BD61680FE1500A21259 /* web_modules */ = { + isa = PBXGroup; + children = ( + C1EA6BD71680FE1500A21259 /* fs.js */, + ); + path = web_modules; + sourceTree = ""; + }; + C1EA6BD81680FE1500A21259 /* json-loader */ = { + isa = PBXGroup; + children = ( + C1EA6BD91680FE1500A21259 /* index.js */, + C1EA6BDA1680FE1500A21259 /* package.json */, + C1EA6BDB1680FE1500A21259 /* README.md */, + ); + path = "json-loader"; + sourceTree = ""; + }; + C1EA6BDC1680FE1500A21259 /* less-loader */ = { + isa = PBXGroup; + children = ( + C1EA6BDD1680FE1500A21259 /* .npmignore */, + C1EA6BDE1680FE1500A21259 /* index.js */, + C1EA6BDF1680FE1500A21259 /* node_modules */, + C1EA6C9E1680FE1500A21259 /* package.json */, + C1EA6C9F1680FE1500A21259 /* README.md */, + ); + path = "less-loader"; + sourceTree = ""; + }; + C1EA6BDF1680FE1500A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6BE01680FE1500A21259 /* .bin */, + C1EA6BE21680FE1500A21259 /* less */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6BE01680FE1500A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA6BE11680FE1500A21259 /* lessc */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA6BE21680FE1500A21259 /* less */ = { + isa = PBXGroup; + children = ( + C1EA6BE31680FE1500A21259 /* .npmignore */, + C1EA6BE41680FE1500A21259 /* benchmark */, + C1EA6BE71680FE1500A21259 /* bin */, + C1EA6BE91680FE1500A21259 /* build */, + C1EA6BEF1680FE1500A21259 /* CHANGELOG.md */, + C1EA6BF01680FE1500A21259 /* dist */, + C1EA6C0C1680FE1500A21259 /* lib */, + C1EA6C321680FE1500A21259 /* LICENSE */, + C1EA6C331680FE1500A21259 /* Makefile */, + C1EA6C341680FE1500A21259 /* package.json */, + C1EA6C351680FE1500A21259 /* README.md */, + C1EA6C361680FE1500A21259 /* test */, + ); + path = less; + sourceTree = ""; + }; + C1EA6BE41680FE1500A21259 /* benchmark */ = { + isa = PBXGroup; + children = ( + C1EA6BE51680FE1500A21259 /* benchmark.less */, + C1EA6BE61680FE1500A21259 /* less-benchmark.js */, + ); + path = benchmark; + sourceTree = ""; + }; + C1EA6BE71680FE1500A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA6BE81680FE1500A21259 /* lessc */, + ); + path = bin; + sourceTree = ""; + }; + C1EA6BE91680FE1500A21259 /* build */ = { + isa = PBXGroup; + children = ( + C1EA6BEA1680FE1500A21259 /* amd.js */, + C1EA6BEB1680FE1500A21259 /* ecma-5.js */, + C1EA6BEC1680FE1500A21259 /* header.js */, + C1EA6BED1680FE1500A21259 /* require-rhino.js */, + C1EA6BEE1680FE1500A21259 /* require.js */, + ); + path = build; + sourceTree = ""; + }; + C1EA6BF01680FE1500A21259 /* dist */ = { + isa = PBXGroup; + children = ( + C1EA6BF11680FE1500A21259 /* less-1.1.0.js */, + C1EA6BF21680FE1500A21259 /* less-1.1.0.min.js */, + C1EA6BF31680FE1500A21259 /* less-1.1.1.js */, + C1EA6BF41680FE1500A21259 /* less-1.1.1.min.js */, + C1EA6BF51680FE1500A21259 /* less-1.1.2.js */, + C1EA6BF61680FE1500A21259 /* less-1.1.2.min.js */, + C1EA6BF71680FE1500A21259 /* less-1.1.3.js */, + C1EA6BF81680FE1500A21259 /* less-1.1.3.min.js */, + C1EA6BF91680FE1500A21259 /* less-1.1.4.js */, + C1EA6BFA1680FE1500A21259 /* less-1.1.4.min.js */, + C1EA6BFB1680FE1500A21259 /* less-1.1.5.js */, + C1EA6BFC1680FE1500A21259 /* less-1.1.5.min.js */, + C1EA6BFD1680FE1500A21259 /* less-1.1.6.js */, + C1EA6BFE1680FE1500A21259 /* less-1.1.6.min.js */, + C1EA6BFF1680FE1500A21259 /* less-1.2.0.js */, + C1EA6C001680FE1500A21259 /* less-1.2.0.min.js */, + C1EA6C011680FE1500A21259 /* less-1.2.1.js */, + C1EA6C021680FE1500A21259 /* less-1.2.1.min.js */, + C1EA6C031680FE1500A21259 /* less-1.2.2.js */, + C1EA6C041680FE1500A21259 /* less-1.2.2.min.js */, + C1EA6C051680FE1500A21259 /* less-1.3.0.js */, + C1EA6C061680FE1500A21259 /* less-1.3.0.min.js */, + C1EA6C071680FE1500A21259 /* less-1.3.1.js */, + C1EA6C081680FE1500A21259 /* less-1.3.1.min.js */, + C1EA6C091680FE1500A21259 /* less-rhino-1.1.3.js */, + C1EA6C0A1680FE1500A21259 /* less-rhino-1.1.5.js */, + C1EA6C0B1680FE1500A21259 /* less-rhino-1.3.1.js */, + ); + path = dist; + sourceTree = ""; + }; + C1EA6C0C1680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6C0D1680FE1500A21259 /* less */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6C0D1680FE1500A21259 /* less */ = { + isa = PBXGroup; + children = ( + C1EA6C0E1680FE1500A21259 /* browser.js */, + C1EA6C0F1680FE1500A21259 /* colors.js */, + C1EA6C101680FE1500A21259 /* cssmin.js */, + C1EA6C111680FE1500A21259 /* functions.js */, + C1EA6C121680FE1500A21259 /* index.js */, + C1EA6C131680FE1500A21259 /* lessc_helper.js */, + C1EA6C141680FE1500A21259 /* parser.js */, + C1EA6C151680FE1500A21259 /* rhino.js */, + C1EA6C161680FE1500A21259 /* tree */, + C1EA6C311680FE1500A21259 /* tree.js */, + ); + path = less; + sourceTree = ""; + }; + C1EA6C161680FE1500A21259 /* tree */ = { + isa = PBXGroup; + children = ( + C1EA6C171680FE1500A21259 /* alpha.js */, + C1EA6C181680FE1500A21259 /* anonymous.js */, + C1EA6C191680FE1500A21259 /* assignment.js */, + C1EA6C1A1680FE1500A21259 /* call.js */, + C1EA6C1B1680FE1500A21259 /* color.js */, + C1EA6C1C1680FE1500A21259 /* comment.js */, + C1EA6C1D1680FE1500A21259 /* condition.js */, + C1EA6C1E1680FE1500A21259 /* dimension.js */, + C1EA6C1F1680FE1500A21259 /* directive.js */, + C1EA6C201680FE1500A21259 /* element.js */, + C1EA6C211680FE1500A21259 /* expression.js */, + C1EA6C221680FE1500A21259 /* import.js */, + C1EA6C231680FE1500A21259 /* javascript.js */, + C1EA6C241680FE1500A21259 /* keyword.js */, + C1EA6C251680FE1500A21259 /* media.js */, + C1EA6C261680FE1500A21259 /* mixin.js */, + C1EA6C271680FE1500A21259 /* operation.js */, + C1EA6C281680FE1500A21259 /* paren.js */, + C1EA6C291680FE1500A21259 /* quoted.js */, + C1EA6C2A1680FE1500A21259 /* ratio.js */, + C1EA6C2B1680FE1500A21259 /* rule.js */, + C1EA6C2C1680FE1500A21259 /* ruleset.js */, + C1EA6C2D1680FE1500A21259 /* selector.js */, + C1EA6C2E1680FE1500A21259 /* url.js */, + C1EA6C2F1680FE1500A21259 /* value.js */, + C1EA6C301680FE1500A21259 /* variable.js */, + ); + path = tree; + sourceTree = ""; + }; + C1EA6C361680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6C371680FE1500A21259 /* css */, + C1EA6C581680FE1500A21259 /* less */, + C1EA6C9D1680FE1500A21259 /* less-test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6C371680FE1500A21259 /* css */ = { + isa = PBXGroup; + children = ( + C1EA6C381680FE1500A21259 /* colors.css */, + C1EA6C391680FE1500A21259 /* comments.css */, + C1EA6C3A1680FE1500A21259 /* css-3.css */, + C1EA6C3B1680FE1500A21259 /* css-escapes.css */, + C1EA6C3C1680FE1500A21259 /* css.css */, + C1EA6C3D1680FE1500A21259 /* debug */, + C1EA6C411680FE1500A21259 /* functions.css */, + C1EA6C421680FE1500A21259 /* ie-filters.css */, + C1EA6C431680FE1500A21259 /* import-once.css */, + C1EA6C441680FE1500A21259 /* import.css */, + C1EA6C451680FE1500A21259 /* javascript.css */, + C1EA6C461680FE1500A21259 /* lazy-eval.css */, + C1EA6C471680FE1500A21259 /* media.css */, + C1EA6C481680FE1500A21259 /* mixins-args.css */, + C1EA6C491680FE1500A21259 /* mixins-closure.css */, + C1EA6C4A1680FE1500A21259 /* mixins-guards.css */, + C1EA6C4B1680FE1500A21259 /* mixins-important.css */, + C1EA6C4C1680FE1500A21259 /* mixins-named-args.css */, + C1EA6C4D1680FE1500A21259 /* mixins-nested.css */, + C1EA6C4E1680FE1500A21259 /* mixins-pattern.css */, + C1EA6C4F1680FE1500A21259 /* mixins.css */, + C1EA6C501680FE1500A21259 /* operations.css */, + C1EA6C511680FE1500A21259 /* parens.css */, + C1EA6C521680FE1500A21259 /* rulesets.css */, + C1EA6C531680FE1500A21259 /* scope.css */, + C1EA6C541680FE1500A21259 /* selectors.css */, + C1EA6C551680FE1500A21259 /* strings.css */, + C1EA6C561680FE1500A21259 /* variables.css */, + C1EA6C571680FE1500A21259 /* whitespace.css */, + ); + path = css; + sourceTree = ""; + }; + C1EA6C3D1680FE1500A21259 /* debug */ = { + isa = PBXGroup; + children = ( + C1EA6C3E1680FE1500A21259 /* linenumbers-all.css */, + C1EA6C3F1680FE1500A21259 /* linenumbers-comments.css */, + C1EA6C401680FE1500A21259 /* linenumbers-mediaquery.css */, + ); + path = debug; + sourceTree = ""; + }; + C1EA6C581680FE1500A21259 /* less */ = { + isa = PBXGroup; + children = ( + C1EA6C591680FE1500A21259 /* colors.less */, + C1EA6C5A1680FE1500A21259 /* comments.less */, + C1EA6C5B1680FE1500A21259 /* css-3.less */, + C1EA6C5C1680FE1500A21259 /* css-escapes.less */, + C1EA6C5D1680FE1500A21259 /* css.less */, + C1EA6C5E1680FE1500A21259 /* debug */, + C1EA6C621680FE1500A21259 /* errors */, + C1EA6C7D1680FE1500A21259 /* functions.less */, + C1EA6C7E1680FE1500A21259 /* ie-filters.less */, + C1EA6C7F1680FE1500A21259 /* import */, + C1EA6C881680FE1500A21259 /* import-once.less */, + C1EA6C891680FE1500A21259 /* import.less */, + C1EA6C8A1680FE1500A21259 /* javascript.less */, + C1EA6C8B1680FE1500A21259 /* lazy-eval.less */, + C1EA6C8C1680FE1500A21259 /* media.less */, + C1EA6C8D1680FE1500A21259 /* mixins-args.less */, + C1EA6C8E1680FE1500A21259 /* mixins-closure.less */, + C1EA6C8F1680FE1500A21259 /* mixins-guards.less */, + C1EA6C901680FE1500A21259 /* mixins-important.less */, + C1EA6C911680FE1500A21259 /* mixins-named-args.less */, + C1EA6C921680FE1500A21259 /* mixins-nested.less */, + C1EA6C931680FE1500A21259 /* mixins-pattern.less */, + C1EA6C941680FE1500A21259 /* mixins.less */, + C1EA6C951680FE1500A21259 /* operations.less */, + C1EA6C961680FE1500A21259 /* parens.less */, + C1EA6C971680FE1500A21259 /* rulesets.less */, + C1EA6C981680FE1500A21259 /* scope.less */, + C1EA6C991680FE1500A21259 /* selectors.less */, + C1EA6C9A1680FE1500A21259 /* strings.less */, + C1EA6C9B1680FE1500A21259 /* variables.less */, + C1EA6C9C1680FE1500A21259 /* whitespace.less */, + ); + path = less; + sourceTree = ""; + }; + C1EA6C5E1680FE1500A21259 /* debug */ = { + isa = PBXGroup; + children = ( + C1EA6C5F1680FE1500A21259 /* import */, + C1EA6C611680FE1500A21259 /* linenumbers.less */, + ); + path = debug; + sourceTree = ""; + }; + C1EA6C5F1680FE1500A21259 /* import */ = { + isa = PBXGroup; + children = ( + C1EA6C601680FE1500A21259 /* test.less */, + ); + path = import; + sourceTree = ""; + }; + C1EA6C621680FE1500A21259 /* errors */ = { + isa = PBXGroup; + children = ( + C1EA6C631680FE1500A21259 /* comment-in-selector.less */, + C1EA6C641680FE1500A21259 /* comment-in-selector.txt */, + C1EA6C651680FE1500A21259 /* import-missing.less */, + C1EA6C661680FE1500A21259 /* import-missing.txt */, + C1EA6C671680FE1500A21259 /* import-no-semi.less */, + C1EA6C681680FE1500A21259 /* import-no-semi.txt */, + C1EA6C691680FE1500A21259 /* import-subfolder1.less */, + C1EA6C6A1680FE1500A21259 /* import-subfolder1.txt */, + C1EA6C6B1680FE1500A21259 /* import-subfolder2.less */, + C1EA6C6C1680FE1500A21259 /* import-subfolder2.txt */, + C1EA6C6D1680FE1500A21259 /* imports */, + C1EA6C731680FE1500A21259 /* javascript-error.less */, + C1EA6C741680FE1500A21259 /* javascript-error.txt */, + C1EA6C751680FE1500A21259 /* mixin-not-defined.less */, + C1EA6C761680FE1500A21259 /* mixin-not-defined.txt */, + C1EA6C771680FE1500A21259 /* parse-error-curly-bracket.less */, + C1EA6C781680FE1500A21259 /* parse-error-curly-bracket.txt */, + C1EA6C791680FE1500A21259 /* parse-error-missing-bracket.less */, + C1EA6C7A1680FE1500A21259 /* parse-error-missing-bracket.txt */, + C1EA6C7B1680FE1500A21259 /* property-ie5-hack.less */, + C1EA6C7C1680FE1500A21259 /* property-ie5-hack.txt */, + ); + path = errors; + sourceTree = ""; + }; + C1EA6C6D1680FE1500A21259 /* imports */ = { + isa = PBXGroup; + children = ( + C1EA6C6E1680FE1500A21259 /* import-subfolder1.less */, + C1EA6C6F1680FE1500A21259 /* import-subfolder2.less */, + C1EA6C701680FE1500A21259 /* subfolder */, + ); + path = imports; + sourceTree = ""; + }; + C1EA6C701680FE1500A21259 /* subfolder */ = { + isa = PBXGroup; + children = ( + C1EA6C711680FE1500A21259 /* mixin-not-defined.less */, + C1EA6C721680FE1500A21259 /* parse-error-curly-bracket.less */, + ); + path = subfolder; + sourceTree = ""; + }; + C1EA6C7F1680FE1500A21259 /* import */ = { + isa = PBXGroup; + children = ( + C1EA6C801680FE1500A21259 /* deeper */, + C1EA6C821680FE1500A21259 /* import-once-test-c.less */, + C1EA6C831680FE1500A21259 /* import-test-a.less */, + C1EA6C841680FE1500A21259 /* import-test-b.less */, + C1EA6C851680FE1500A21259 /* import-test-c.less */, + C1EA6C861680FE1500A21259 /* import-test-d.css */, + C1EA6C871680FE1500A21259 /* import-test-e.less */, + ); + path = import; + sourceTree = ""; + }; + C1EA6C801680FE1500A21259 /* deeper */ = { + isa = PBXGroup; + children = ( + C1EA6C811680FE1500A21259 /* import-once-test-a.less */, + ); + path = deeper; + sourceTree = ""; + }; + C1EA6CA01680FE1500A21259 /* optimist */ = { + isa = PBXGroup; + children = ( + C1EA6CA11680FE1500A21259 /* .npmignore */, + C1EA6CA21680FE1500A21259 /* examples */, + C1EA6CB21680FE1500A21259 /* index.js */, + C1EA6CB31680FE1500A21259 /* LICENSE */, + C1EA6CB41680FE1500A21259 /* node_modules */, + C1EA6CC11680FE1500A21259 /* package.json */, + C1EA6CC21680FE1500A21259 /* README.markdown */, + C1EA6CC31680FE1500A21259 /* test */, + ); + path = optimist; + sourceTree = ""; + }; + C1EA6CA21680FE1500A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA6CA31680FE1500A21259 /* bool.js */, + C1EA6CA41680FE1500A21259 /* boolean_double.js */, + C1EA6CA51680FE1500A21259 /* boolean_single.js */, + C1EA6CA61680FE1500A21259 /* default_hash.js */, + C1EA6CA71680FE1500A21259 /* default_singles.js */, + C1EA6CA81680FE1500A21259 /* divide.js */, + C1EA6CA91680FE1500A21259 /* line_count.js */, + C1EA6CAA1680FE1500A21259 /* line_count_options.js */, + C1EA6CAB1680FE1500A21259 /* line_count_wrap.js */, + C1EA6CAC1680FE1500A21259 /* nonopt.js */, + C1EA6CAD1680FE1500A21259 /* reflect.js */, + C1EA6CAE1680FE1500A21259 /* short.js */, + C1EA6CAF1680FE1500A21259 /* string.js */, + C1EA6CB01680FE1500A21259 /* usage-options.js */, + C1EA6CB11680FE1500A21259 /* xup.js */, + ); + path = examples; + sourceTree = ""; + }; + C1EA6CB41680FE1500A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6CB51680FE1500A21259 /* wordwrap */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6CB51680FE1500A21259 /* wordwrap */ = { + isa = PBXGroup; + children = ( + C1EA6CB61680FE1500A21259 /* .npmignore */, + C1EA6CB71680FE1500A21259 /* example */, + C1EA6CBA1680FE1500A21259 /* index.js */, + C1EA6CBB1680FE1500A21259 /* package.json */, + C1EA6CBC1680FE1500A21259 /* README.markdown */, + C1EA6CBD1680FE1500A21259 /* test */, + ); + path = wordwrap; + sourceTree = ""; + }; + C1EA6CB71680FE1500A21259 /* example */ = { + isa = PBXGroup; + children = ( + C1EA6CB81680FE1500A21259 /* center.js */, + C1EA6CB91680FE1500A21259 /* meat.js */, + ); + path = example; + sourceTree = ""; + }; + C1EA6CBD1680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6CBE1680FE1500A21259 /* break.js */, + C1EA6CBF1680FE1500A21259 /* idleness.txt */, + C1EA6CC01680FE1500A21259 /* wrap.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6CC31680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6CC41680FE1500A21259 /* _ */, + C1EA6CC71680FE1500A21259 /* _.js */, + C1EA6CC81680FE1500A21259 /* parse.js */, + C1EA6CC91680FE1500A21259 /* usage.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6CC41680FE1500A21259 /* _ */ = { + isa = PBXGroup; + children = ( + C1EA6CC51680FE1500A21259 /* argv.js */, + C1EA6CC61680FE1500A21259 /* bin.js */, + ); + path = _; + sourceTree = ""; + }; + C1EA6CCA1680FE1500A21259 /* raw-loader */ = { + isa = PBXGroup; + children = ( + C1EA6CCB1680FE1500A21259 /* index.js */, + C1EA6CCC1680FE1500A21259 /* package.json */, + C1EA6CCD1680FE1500A21259 /* README.md */, + ); + path = "raw-loader"; + sourceTree = ""; + }; + C1EA6CCE1680FE1500A21259 /* script-loader */ = { + isa = PBXGroup; + children = ( + C1EA6CCF1680FE1500A21259 /* .npmignore */, + C1EA6CD01680FE1500A21259 /* addScript.js */, + C1EA6CD11680FE1500A21259 /* addScript.web.js */, + C1EA6CD21680FE1500A21259 /* index.js */, + C1EA6CD31680FE1500A21259 /* node_modules */, + C1EA6D2D1680FE1500A21259 /* package.json */, + C1EA6D2E1680FE1500A21259 /* README.md */, + ); + path = "script-loader"; + sourceTree = ""; + }; + C1EA6CD31680FE1500A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6CD41680FE1500A21259 /* loader-utils */, + C1EA6D291680FE1500A21259 /* raw-loader */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6CD41680FE1500A21259 /* loader-utils */ = { + isa = PBXGroup; + children = ( + C1EA6CD51680FE1500A21259 /* .npmignore */, + C1EA6CD61680FE1500A21259 /* index.js */, + C1EA6CD71680FE1500A21259 /* node_modules */, + C1EA6D271680FE1500A21259 /* package.json */, + C1EA6D281680FE1500A21259 /* README.md */, + ); + path = "loader-utils"; + sourceTree = ""; + }; + C1EA6CD71680FE1500A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6CD81680FE1500A21259 /* .bin */, + C1EA6CDA1680FE1500A21259 /* json5 */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6CD81680FE1500A21259 /* .bin */ = { + isa = PBXGroup; + children = ( + C1EA6CD91680FE1500A21259 /* json5 */, + ); + path = .bin; + sourceTree = ""; + }; + C1EA6CDA1680FE1500A21259 /* json5 */ = { + isa = PBXGroup; + children = ( + C1EA6CDB1680FE1500A21259 /* .npmignore */, + C1EA6CDC1680FE1500A21259 /* CHANGELOG.md */, + C1EA6CDD1680FE1500A21259 /* lib */, + C1EA6CE11680FE1500A21259 /* Makefile */, + C1EA6CE21680FE1500A21259 /* package.json */, + C1EA6CE31680FE1500A21259 /* package.json5 */, + C1EA6CE41680FE1500A21259 /* README.md */, + C1EA6CE51680FE1500A21259 /* test */, + ); + path = json5; + sourceTree = ""; + }; + C1EA6CDD1680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6CDE1680FE1500A21259 /* cli.js */, + C1EA6CDF1680FE1500A21259 /* json5.js */, + C1EA6CE01680FE1500A21259 /* require.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6CE51680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6CE61680FE1500A21259 /* parse-cases */, + C1EA6D241680FE1500A21259 /* parse.js */, + C1EA6D251680FE1500A21259 /* readme.md */, + C1EA6D261680FE1500A21259 /* require.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6CE61680FE1500A21259 /* parse-cases */ = { + isa = PBXGroup; + children = ( + C1EA6CE71680FE1500A21259 /* arrays */, + C1EA6CEE1680FE1500A21259 /* comments */, + C1EA6CFB1680FE1500A21259 /* misc */, + C1EA6D001680FE1500A21259 /* numbers */, + C1EA6D121680FE1500A21259 /* objects */, + C1EA6D1D1680FE1500A21259 /* strings */, + C1EA6D211680FE1500A21259 /* todo */, + ); + path = "parse-cases"; + sourceTree = ""; + }; + C1EA6CE71680FE1500A21259 /* arrays */ = { + isa = PBXGroup; + children = ( + C1EA6CE81680FE1500A21259 /* empty-array.json */, + C1EA6CE91680FE1500A21259 /* leading-comma-array.js */, + C1EA6CEA1680FE1500A21259 /* lone-trailing-comma-array.js */, + C1EA6CEB1680FE1500A21259 /* no-comma-array.txt */, + C1EA6CEC1680FE1500A21259 /* regular-array.json */, + C1EA6CED1680FE1500A21259 /* trailing-comma-array.json5 */, + ); + path = arrays; + sourceTree = ""; + }; + C1EA6CEE1680FE1500A21259 /* comments */ = { + isa = PBXGroup; + children = ( + C1EA6CEF1680FE1500A21259 /* block-comment-following-array-element.json5 */, + C1EA6CF01680FE1500A21259 /* block-comment-following-top-level-value.json5 */, + C1EA6CF11680FE1500A21259 /* block-comment-in-string.json */, + C1EA6CF21680FE1500A21259 /* block-comment-preceding-top-level-value.json5 */, + C1EA6CF31680FE1500A21259 /* block-comment-with-asterisks.json5 */, + C1EA6CF41680FE1500A21259 /* inline-comment-following-array-element.json5 */, + C1EA6CF51680FE1500A21259 /* inline-comment-following-top-level-value.json5 */, + C1EA6CF61680FE1500A21259 /* inline-comment-in-string.json */, + C1EA6CF71680FE1500A21259 /* inline-comment-preceding-top-level-value.json5 */, + C1EA6CF81680FE1500A21259 /* top-level-block-comment.txt */, + C1EA6CF91680FE1500A21259 /* top-level-inline-comment.txt */, + C1EA6CFA1680FE1500A21259 /* unterminated-block-comment.txt */, + ); + path = comments; + sourceTree = ""; + }; + C1EA6CFB1680FE1500A21259 /* misc */ = { + isa = PBXGroup; + children = ( + C1EA6CFC1680FE1500A21259 /* empty.txt */, + C1EA6CFD1680FE1500A21259 /* npm-package.json */, + C1EA6CFE1680FE1500A21259 /* npm-package.json5 */, + C1EA6CFF1680FE1500A21259 /* readme-example.json5 */, + ); + path = misc; + sourceTree = ""; + }; + C1EA6D001680FE1500A21259 /* numbers */ = { + isa = PBXGroup; + children = ( + C1EA6D011680FE1500A21259 /* decimal-literal-with-exponent.json */, + C1EA6D021680FE1500A21259 /* decimal-literal-with-negative-exponent.json */, + C1EA6D031680FE1500A21259 /* decimal-literal.json */, + C1EA6D041680FE1500A21259 /* hexadecimal-literal-with-lowercase-letter.json5 */, + C1EA6D051680FE1500A21259 /* hexadecimal-literal-with-no-digits.txt */, + C1EA6D061680FE1500A21259 /* hexadecimal-literal-with-uppercase-x.json5 */, + C1EA6D071680FE1500A21259 /* hexadecimal-literal.json5 */, + C1EA6D081680FE1500A21259 /* leading-decimal-point.json5 */, + C1EA6D091680FE1500A21259 /* negative-decimal-literal.json */, + C1EA6D0A1680FE1500A21259 /* negative-hexadecimal-literal.json5 */, + C1EA6D0B1680FE1500A21259 /* negative-leading-decimal-point.json5 */, + C1EA6D0C1680FE1500A21259 /* noctal-literal-with-octal-digit-after-leading-zero.js */, + C1EA6D0D1680FE1500A21259 /* noctal-literal.js */, + C1EA6D0E1680FE1500A21259 /* octal-literal.txt */, + C1EA6D0F1680FE1500A21259 /* trailing-decimal-point-with-exponent.js */, + C1EA6D101680FE1500A21259 /* trailing-decimal-point.js */, + C1EA6D111680FE1500A21259 /* zero-literal.json */, + ); + path = numbers; + sourceTree = ""; + }; + C1EA6D121680FE1500A21259 /* objects */ = { + isa = PBXGroup; + children = ( + C1EA6D131680FE1500A21259 /* empty-object.json */, + C1EA6D141680FE1500A21259 /* illegal-unquoted-key-number.txt */, + C1EA6D151680FE1500A21259 /* illegal-unquoted-key-symbol.txt */, + C1EA6D161680FE1500A21259 /* leading-comma-object.txt */, + C1EA6D171680FE1500A21259 /* lone-trailing-comma-object.txt */, + C1EA6D181680FE1500A21259 /* no-comma-object.txt */, + C1EA6D191680FE1500A21259 /* reserved-unquoted-key.json5 */, + C1EA6D1A1680FE1500A21259 /* single-quoted-key.json5 */, + C1EA6D1B1680FE1500A21259 /* trailing-comma-object.json5 */, + C1EA6D1C1680FE1500A21259 /* unquoted-keys.json5 */, + ); + path = objects; + sourceTree = ""; + }; + C1EA6D1D1680FE1500A21259 /* strings */ = { + isa = PBXGroup; + children = ( + C1EA6D1E1680FE1500A21259 /* escaped-single-quoted-string.json5 */, + C1EA6D1F1680FE1500A21259 /* multi-line-string.json5 */, + C1EA6D201680FE1500A21259 /* single-quoted-string.json5 */, + ); + path = strings; + sourceTree = ""; + }; + C1EA6D211680FE1500A21259 /* todo */ = { + isa = PBXGroup; + children = ( + C1EA6D221680FE1500A21259 /* unicode-escaped-unquoted-key.json5 */, + C1EA6D231680FE1500A21259 /* unicode-unquoted-key.json5 */, + ); + path = todo; + sourceTree = ""; + }; + C1EA6D291680FE1500A21259 /* raw-loader */ = { + isa = PBXGroup; + children = ( + C1EA6D2A1680FE1500A21259 /* index.js */, + C1EA6D2B1680FE1500A21259 /* package.json */, + C1EA6D2C1680FE1500A21259 /* README.md */, + ); + path = "raw-loader"; + sourceTree = ""; + }; + C1EA6D2F1680FE1500A21259 /* sprintf */ = { + isa = PBXGroup; + children = ( + C1EA6D301680FE1500A21259 /* lib */, + C1EA6D321680FE1500A21259 /* package.json */, + C1EA6D331680FE1500A21259 /* README.md */, + ); + path = sprintf; + sourceTree = ""; + }; + C1EA6D301680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6D311680FE1500A21259 /* sprintf.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6D341680FE1500A21259 /* style-loader */ = { + isa = PBXGroup; + children = ( + C1EA6D351680FE1500A21259 /* addStyle.js */, + C1EA6D361680FE1500A21259 /* addStyle.web.js */, + C1EA6D371680FE1500A21259 /* index.js */, + C1EA6D381680FE1500A21259 /* package.json */, + C1EA6D391680FE1500A21259 /* README.md */, + ); + path = "style-loader"; + sourceTree = ""; + }; + C1EA6D3A1680FE1500A21259 /* uglify-js */ = { + isa = PBXGroup; + children = ( + C1EA6D3B1680FE1500A21259 /* .npmignore */, + C1EA6D3C1680FE1500A21259 /* bin */, + C1EA6D3E1680FE1500A21259 /* docstyle.css */, + C1EA6D3F1680FE1500A21259 /* lib */, + C1EA6D451680FE1500A21259 /* package.json */, + C1EA6D461680FE1500A21259 /* README.html */, + C1EA6D471680FE1500A21259 /* README.org */, + C1EA6D481680FE1500A21259 /* test */, + C1EA6DA21680FE1500A21259 /* tmp */, + C1EA6DAF1680FE1500A21259 /* uglify-js.js */, + ); + path = "uglify-js"; + sourceTree = ""; + }; + C1EA6D3C1680FE1500A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA6D3D1680FE1500A21259 /* uglifyjs */, + ); + path = bin; + sourceTree = ""; + }; + C1EA6D3F1680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6D401680FE1500A21259 /* consolidator.js */, + C1EA6D411680FE1500A21259 /* object-ast.js */, + C1EA6D421680FE1500A21259 /* parse-js.js */, + C1EA6D431680FE1500A21259 /* process.js */, + C1EA6D441680FE1500A21259 /* squeeze-more.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6D481680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6D491680FE1500A21259 /* beautify.js */, + C1EA6D4A1680FE1500A21259 /* testparser.js */, + C1EA6D4B1680FE1500A21259 /* unit */, + ); + path = test; + sourceTree = ""; + }; + C1EA6D4B1680FE1500A21259 /* unit */ = { + isa = PBXGroup; + children = ( + C1EA6D4C1680FE1500A21259 /* compress */, + C1EA6DA11680FE1500A21259 /* scripts.js */, + ); + path = unit; + sourceTree = ""; + }; + C1EA6D4C1680FE1500A21259 /* compress */ = { + isa = PBXGroup; + children = ( + C1EA6D4D1680FE1500A21259 /* expected */, + C1EA6D771680FE1500A21259 /* test */, + ); + path = compress; + sourceTree = ""; + }; + C1EA6D4D1680FE1500A21259 /* expected */ = { + isa = PBXGroup; + children = ( + C1EA6D4E1680FE1500A21259 /* array1.js */, + C1EA6D4F1680FE1500A21259 /* array2.js */, + C1EA6D501680FE1500A21259 /* array3.js */, + C1EA6D511680FE1500A21259 /* array4.js */, + C1EA6D521680FE1500A21259 /* assignment.js */, + C1EA6D531680FE1500A21259 /* concatstring.js */, + C1EA6D541680FE1500A21259 /* const.js */, + C1EA6D551680FE1500A21259 /* empty-blocks.js */, + C1EA6D561680FE1500A21259 /* forstatement.js */, + C1EA6D571680FE1500A21259 /* if.js */, + C1EA6D581680FE1500A21259 /* ifreturn.js */, + C1EA6D591680FE1500A21259 /* ifreturn2.js */, + C1EA6D5A1680FE1500A21259 /* issue10.js */, + C1EA6D5B1680FE1500A21259 /* issue11.js */, + C1EA6D5C1680FE1500A21259 /* issue13.js */, + C1EA6D5D1680FE1500A21259 /* issue14.js */, + C1EA6D5E1680FE1500A21259 /* issue16.js */, + C1EA6D5F1680FE1500A21259 /* issue17.js */, + C1EA6D601680FE1500A21259 /* issue20.js */, + C1EA6D611680FE1500A21259 /* issue21.js */, + C1EA6D621680FE1500A21259 /* issue25.js */, + C1EA6D631680FE1500A21259 /* issue27.js */, + C1EA6D641680FE1500A21259 /* issue278.js */, + C1EA6D651680FE1500A21259 /* issue28.js */, + C1EA6D661680FE1500A21259 /* issue29.js */, + C1EA6D671680FE1500A21259 /* issue30.js */, + C1EA6D681680FE1500A21259 /* issue34.js */, + C1EA6D691680FE1500A21259 /* issue4.js */, + C1EA6D6A1680FE1500A21259 /* issue48.js */, + C1EA6D6B1680FE1500A21259 /* issue50.js */, + C1EA6D6C1680FE1500A21259 /* issue53.js */, + C1EA6D6D1680FE1500A21259 /* issue54.1.js */, + C1EA6D6E1680FE1500A21259 /* issue68.js */, + C1EA6D6F1680FE1500A21259 /* issue69.js */, + C1EA6D701680FE1500A21259 /* issue9.js */, + C1EA6D711680FE1500A21259 /* mangle.js */, + C1EA6D721680FE1500A21259 /* null_string.js */, + C1EA6D731680FE1500A21259 /* strict-equals.js */, + C1EA6D741680FE1500A21259 /* var.js */, + C1EA6D751680FE1500A21259 /* whitespace.js */, + C1EA6D761680FE1500A21259 /* with.js */, + ); + path = expected; + sourceTree = ""; + }; + C1EA6D771680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6D781680FE1500A21259 /* array1.js */, + C1EA6D791680FE1500A21259 /* array2.js */, + C1EA6D7A1680FE1500A21259 /* array3.js */, + C1EA6D7B1680FE1500A21259 /* array4.js */, + C1EA6D7C1680FE1500A21259 /* assignment.js */, + C1EA6D7D1680FE1500A21259 /* concatstring.js */, + C1EA6D7E1680FE1500A21259 /* const.js */, + C1EA6D7F1680FE1500A21259 /* empty-blocks.js */, + C1EA6D801680FE1500A21259 /* forstatement.js */, + C1EA6D811680FE1500A21259 /* if.js */, + C1EA6D821680FE1500A21259 /* ifreturn.js */, + C1EA6D831680FE1500A21259 /* ifreturn2.js */, + C1EA6D841680FE1500A21259 /* issue10.js */, + C1EA6D851680FE1500A21259 /* issue11.js */, + C1EA6D861680FE1500A21259 /* issue13.js */, + C1EA6D871680FE1500A21259 /* issue14.js */, + C1EA6D881680FE1500A21259 /* issue16.js */, + C1EA6D891680FE1500A21259 /* issue17.js */, + C1EA6D8A1680FE1500A21259 /* issue20.js */, + C1EA6D8B1680FE1500A21259 /* issue21.js */, + C1EA6D8C1680FE1500A21259 /* issue25.js */, + C1EA6D8D1680FE1500A21259 /* issue27.js */, + C1EA6D8E1680FE1500A21259 /* issue278.js */, + C1EA6D8F1680FE1500A21259 /* issue28.js */, + C1EA6D901680FE1500A21259 /* issue29.js */, + C1EA6D911680FE1500A21259 /* issue30.js */, + C1EA6D921680FE1500A21259 /* issue34.js */, + C1EA6D931680FE1500A21259 /* issue4.js */, + C1EA6D941680FE1500A21259 /* issue48.js */, + C1EA6D951680FE1500A21259 /* issue50.js */, + C1EA6D961680FE1500A21259 /* issue53.js */, + C1EA6D971680FE1500A21259 /* issue54.1.js */, + C1EA6D981680FE1500A21259 /* issue68.js */, + C1EA6D991680FE1500A21259 /* issue69.js */, + C1EA6D9A1680FE1500A21259 /* issue9.js */, + C1EA6D9B1680FE1500A21259 /* mangle.js */, + C1EA6D9C1680FE1500A21259 /* null_string.js */, + C1EA6D9D1680FE1500A21259 /* strict-equals.js */, + C1EA6D9E1680FE1500A21259 /* var.js */, + C1EA6D9F1680FE1500A21259 /* whitespace.js */, + C1EA6DA01680FE1500A21259 /* with.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6DA21680FE1500A21259 /* tmp */ = { + isa = PBXGroup; + children = ( + C1EA6DA31680FE1500A21259 /* 269.js */, + C1EA6DA41680FE1500A21259 /* app.js */, + C1EA6DA51680FE1500A21259 /* embed-tokens.js */, + C1EA6DA61680FE1500A21259 /* goto.js */, + C1EA6DA71680FE1500A21259 /* goto2.js */, + C1EA6DA81680FE1500A21259 /* hoist.js */, + C1EA6DA91680FE1500A21259 /* instrument.js */, + C1EA6DAA1680FE1500A21259 /* instrument2.js */, + C1EA6DAB1680FE1500A21259 /* liftvars.js */, + C1EA6DAC1680FE1500A21259 /* test.js */, + C1EA6DAD1680FE1500A21259 /* uglify-hangs.js */, + C1EA6DAE1680FE1500A21259 /* uglify-hangs2.js */, + ); + path = tmp; + sourceTree = ""; + }; + C1EA6DB01680FE1500A21259 /* val-loader */ = { + isa = PBXGroup; + children = ( + C1EA6DB11680FE1500A21259 /* cacheable.js */, + C1EA6DB21680FE1500A21259 /* index.js */, + C1EA6DB31680FE1500A21259 /* package.json */, + C1EA6DB41680FE1500A21259 /* README.md */, + C1EA6DB51680FE1500A21259 /* seperable */, + ); + path = "val-loader"; + sourceTree = ""; + }; + C1EA6DB51680FE1500A21259 /* seperable */ = { + isa = PBXGroup; + children = ( + C1EA6DB61680FE1500A21259 /* cacheable.js */, + C1EA6DB71680FE1500A21259 /* index.js */, + ); + path = seperable; + sourceTree = ""; + }; + C1EA6DBA1680FE1500A21259 /* templates */ = { + isa = PBXGroup; + children = ( + C1EA6DBB1680FE1500A21259 /* browser.js */, + C1EA6DBC1680FE1500A21259 /* browserAsync.js */, + C1EA6DBD1680FE1500A21259 /* browserSingle.js */, + C1EA6DBE1680FE1500A21259 /* node.js */, + C1EA6DBF1680FE1500A21259 /* nodeTemplate.js */, + ); + path = templates; + sourceTree = ""; + }; + C1EA6DC01680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6DC11680FE1500A21259 /* browsertest */, + C1EA6E441680FE1500A21259 /* buildDeps.js */, + C1EA6E451680FE1500A21259 /* fixtures */, + C1EA6E6B1680FE1500A21259 /* polyfills.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6DC11680FE1500A21259 /* browsertest */ = { + isa = PBXGroup; + children = ( + C1EA6DC21680FE1500A21259 /* build.js */, + C1EA6DC31680FE1500A21259 /* chai.js */, + C1EA6DC41680FE1500A21259 /* css */, + C1EA6DCA1680FE1500A21259 /* folder */, + C1EA6DD01680FE1500A21259 /* img */, + C1EA6DD31680FE1500A21259 /* jam */, + C1EA6DD61680FE1500A21259 /* less */, + C1EA6DDA1680FE1500A21259 /* lib */, + C1EA6DEB1680FE1500A21259 /* libary2config.js */, + C1EA6DEC1680FE1500A21259 /* loaders */, + C1EA6DEE1680FE1500A21259 /* middlewareTest.js */, + C1EA6DEF1680FE1500A21259 /* mocha.css */, + C1EA6DF01680FE1500A21259 /* mocha.js */, + C1EA6DF11680FE1500A21259 /* node_modules */, + C1EA6E181680FE1500A21259 /* nodetests */, + C1EA6E351680FE1500A21259 /* resources */, + C1EA6E391680FE1500A21259 /* templates */, + C1EA6E401680FE1500A21259 /* tests.html */, + C1EA6E411680FE1500A21259 /* web_modules */, + ); + path = browsertest; + sourceTree = ""; + }; + C1EA6DC41680FE1500A21259 /* css */ = { + isa = PBXGroup; + children = ( + C1EA6DC51680FE1500A21259 /* folder */, + C1EA6DC81680FE1500A21259 /* generateCss.js */, + C1EA6DC91680FE1500A21259 /* stylesheet.css */, + ); + path = css; + sourceTree = ""; + }; + C1EA6DC51680FE1500A21259 /* folder */ = { + isa = PBXGroup; + children = ( + C1EA6DC61680FE1500A21259 /* stylesheet-import1.css */, + C1EA6DC71680FE1500A21259 /* stylesheet-import3.css */, + ); + path = folder; + sourceTree = ""; + }; + C1EA6DCA1680FE1500A21259 /* folder */ = { + isa = PBXGroup; + children = ( + C1EA6DCB1680FE1500A21259 /* errorfile.js */, + C1EA6DCC1680FE1500A21259 /* file1.js */, + C1EA6DCD1680FE1500A21259 /* file2.js */, + C1EA6DCE1680FE1500A21259 /* file3.js */, + C1EA6DCF1680FE1500A21259 /* typeof.js */, + ); + path = folder; + sourceTree = ""; + }; + C1EA6DD01680FE1500A21259 /* img */ = { + isa = PBXGroup; + children = ( + C1EA6DD11680FE1500A21259 /* fail.png */, + C1EA6DD21680FE1500A21259 /* image.png */, + ); + path = img; + sourceTree = ""; + }; + C1EA6DD31680FE1500A21259 /* jam */ = { + isa = PBXGroup; + children = ( + C1EA6DD41680FE1500A21259 /* subcontent-jam */, + ); + path = jam; + sourceTree = ""; + }; + C1EA6DD41680FE1500A21259 /* subcontent-jam */ = { + isa = PBXGroup; + children = ( + C1EA6DD51680FE1500A21259 /* index.js */, + ); + path = "subcontent-jam"; + sourceTree = ""; + }; + C1EA6DD61680FE1500A21259 /* less */ = { + isa = PBXGroup; + children = ( + C1EA6DD71680FE1500A21259 /* folder */, + C1EA6DD91680FE1500A21259 /* stylesheet.less */, + ); + path = less; + sourceTree = ""; + }; + C1EA6DD71680FE1500A21259 /* folder */ = { + isa = PBXGroup; + children = ( + C1EA6DD81680FE1500A21259 /* import1.less */, + ); + path = folder; + sourceTree = ""; + }; + C1EA6DDA1680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6DDB1680FE1500A21259 /* a.js */, + C1EA6DDC1680FE1500A21259 /* acircular.js */, + C1EA6DDD1680FE1500A21259 /* acircular2.js */, + C1EA6DDE1680FE1500A21259 /* b.js */, + C1EA6DDF1680FE1500A21259 /* c.js */, + C1EA6DE01680FE1500A21259 /* circular.js */, + C1EA6DE11680FE1500A21259 /* circular2.js */, + C1EA6DE21680FE1500A21259 /* constructor.js */, + C1EA6DE31680FE1500A21259 /* d.js */, + C1EA6DE41680FE1500A21259 /* duplicate.js */, + C1EA6DE51680FE1500A21259 /* duplicate2.js */, + C1EA6DE61680FE1500A21259 /* index.js */, + C1EA6DE71680FE1500A21259 /* index.web.js */, + C1EA6DE81680FE1500A21259 /* singluar.js */, + C1EA6DE91680FE1500A21259 /* singluar2.js */, + C1EA6DEA1680FE1500A21259 /* two.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6DEC1680FE1500A21259 /* loaders */ = { + isa = PBXGroup; + children = ( + C1EA6DED1680FE1500A21259 /* reverseloader.js */, + ); + path = loaders; + sourceTree = ""; + }; + C1EA6DF11680FE1500A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6DF21680FE1500A21259 /* extra.loader.js */, + C1EA6DF31680FE1500A21259 /* libary1 */, + C1EA6DFD1680FE1500A21259 /* libary2 */, + C1EA6E041680FE1500A21259 /* resources-module */, + C1EA6E071680FE1500A21259 /* subcontent */, + C1EA6E091680FE1500A21259 /* subcontent-jam */, + C1EA6E0B1680FE1500A21259 /* subcontent2 */, + C1EA6E0D1680FE1500A21259 /* subfilemodule.js */, + C1EA6E0E1680FE1500A21259 /* submodule3 */, + C1EA6E101680FE1500A21259 /* testloader */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6DF31680FE1500A21259 /* libary1 */ = { + isa = PBXGroup; + children = ( + C1EA6DF41680FE1500A21259 /* index.js */, + C1EA6DF51680FE1500A21259 /* lib */, + C1EA6DF81680FE1500A21259 /* node_modules */, + ); + path = libary1; + sourceTree = ""; + }; + C1EA6DF51680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6DF61680FE1500A21259 /* comp.js */, + C1EA6DF71680FE1500A21259 /* component.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6DF81680FE1500A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6DF91680FE1500A21259 /* submodule1 */, + C1EA6DFB1680FE1500A21259 /* submodule2 */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6DF91680FE1500A21259 /* submodule1 */ = { + isa = PBXGroup; + children = ( + C1EA6DFA1680FE1500A21259 /* index.js */, + ); + path = submodule1; + sourceTree = ""; + }; + C1EA6DFB1680FE1500A21259 /* submodule2 */ = { + isa = PBXGroup; + children = ( + C1EA6DFC1680FE1500A21259 /* index.js */, + ); + path = submodule2; + sourceTree = ""; + }; + C1EA6DFD1680FE1500A21259 /* libary2 */ = { + isa = PBXGroup; + children = ( + C1EA6DFE1680FE1500A21259 /* lib */, + C1EA6E031680FE1500A21259 /* package.json */, + ); + path = libary2; + sourceTree = ""; + }; + C1EA6DFE1680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6DFF1680FE1500A21259 /* extra.js */, + C1EA6E001680FE1500A21259 /* extra2.js */, + C1EA6E011680FE1500A21259 /* main.js */, + C1EA6E021680FE1500A21259 /* test.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6E041680FE1500A21259 /* resources-module */ = { + isa = PBXGroup; + children = ( + C1EA6E051680FE1500A21259 /* import2.less */, + C1EA6E061680FE1500A21259 /* stylesheet-import2.css */, + ); + path = "resources-module"; + sourceTree = ""; + }; + C1EA6E071680FE1500A21259 /* subcontent */ = { + isa = PBXGroup; + children = ( + C1EA6E081680FE1500A21259 /* index.js */, + ); + path = subcontent; + sourceTree = ""; + }; + C1EA6E091680FE1500A21259 /* subcontent-jam */ = { + isa = PBXGroup; + children = ( + C1EA6E0A1680FE1500A21259 /* index.js */, + ); + path = "subcontent-jam"; + sourceTree = ""; + }; + C1EA6E0B1680FE1500A21259 /* subcontent2 */ = { + isa = PBXGroup; + children = ( + C1EA6E0C1680FE1500A21259 /* file.js */, + ); + path = subcontent2; + sourceTree = ""; + }; + C1EA6E0E1680FE1500A21259 /* submodule3 */ = { + isa = PBXGroup; + children = ( + C1EA6E0F1680FE1500A21259 /* index.js */, + ); + path = submodule3; + sourceTree = ""; + }; + C1EA6E101680FE1500A21259 /* testloader */ = { + isa = PBXGroup; + children = ( + C1EA6E111680FE1500A21259 /* lib */, + C1EA6E171680FE1500A21259 /* package.json */, + ); + path = testloader; + sourceTree = ""; + }; + C1EA6E111680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6E121680FE1500A21259 /* loader-indirect.js */, + C1EA6E131680FE1500A21259 /* loader.js */, + C1EA6E141680FE1500A21259 /* loader.webpack-loader.js */, + C1EA6E151680FE1500A21259 /* loader2.web-loader.js */, + C1EA6E161680FE1500A21259 /* loader3.loader.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6E181680FE1500A21259 /* nodetests */ = { + isa = PBXGroup; + children = ( + C1EA6E191680FE1500A21259 /* common.js */, + C1EA6E1A1680FE1500A21259 /* fixtures */, + C1EA6E1D1680FE1500A21259 /* index.js */, + C1EA6E1E1680FE1500A21259 /* simple */, + ); + path = nodetests; + sourceTree = ""; + }; + C1EA6E1A1680FE1500A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA6E1B1680FE1500A21259 /* global */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA6E1B1680FE1500A21259 /* global */ = { + isa = PBXGroup; + children = ( + C1EA6E1C1680FE1500A21259 /* plain.js */, + ); + path = global; + sourceTree = ""; + }; + C1EA6E1E1680FE1500A21259 /* simple */ = { + isa = PBXGroup; + children = ( + C1EA6E1F1680FE1500A21259 /* test-assert.js */, + C1EA6E201680FE1500A21259 /* test-event-emitter-add-listeners.js */, + C1EA6E211680FE1500A21259 /* test-event-emitter-check-listener-leaks.js */, + C1EA6E221680FE1500A21259 /* test-event-emitter-max-listeners.js */, + C1EA6E231680FE1500A21259 /* test-event-emitter-modify-in-emit.js */, + C1EA6E241680FE1500A21259 /* test-event-emitter-num-args.js */, + C1EA6E251680FE1500A21259 /* test-event-emitter-once.js */, + C1EA6E261680FE1500A21259 /* test-event-emitter-remove-all-listeners.js */, + C1EA6E271680FE1500A21259 /* test-event-emitter-remove-listeners.js */, + C1EA6E281680FE1500A21259 /* test-global.js */, + C1EA6E291680FE1500A21259 /* test-next-tick-doesnt-hang.js */, + C1EA6E2A1680FE1500A21259 /* test-next-tick-ordering2.js */, + C1EA6E2B1680FE1500A21259 /* test-path.js */, + C1EA6E2C1680FE1500A21259 /* test-punycode.js */, + C1EA6E2D1680FE1500A21259 /* test-querystring.js */, + C1EA6E2E1680FE1500A21259 /* test-sys.js */, + C1EA6E2F1680FE1500A21259 /* test-timers-zero-timeout.js */, + C1EA6E301680FE1500A21259 /* test-timers.js */, + C1EA6E311680FE1500A21259 /* test-url.js */, + C1EA6E321680FE1500A21259 /* test-util-format.js */, + C1EA6E331680FE1500A21259 /* test-util-inspect.js */, + C1EA6E341680FE1500A21259 /* test-util.js */, + ); + path = simple; + sourceTree = ""; + }; + C1EA6E351680FE1500A21259 /* resources */ = { + isa = PBXGroup; + children = ( + C1EA6E361680FE1500A21259 /* abc.txt */, + C1EA6E371680FE1500A21259 /* script.coffee */, + C1EA6E381680FE1500A21259 /* template.jade */, + ); + path = resources; + sourceTree = ""; + }; + C1EA6E391680FE1500A21259 /* templates */ = { + isa = PBXGroup; + children = ( + C1EA6E3A1680FE1500A21259 /* dump-file.txt */, + C1EA6E3B1680FE1500A21259 /* subdir */, + C1EA6E3D1680FE1500A21259 /* templateLoader.js */, + C1EA6E3E1680FE1500A21259 /* templateLoaderIndirect.js */, + C1EA6E3F1680FE1500A21259 /* tmpl.js */, + ); + path = templates; + sourceTree = ""; + }; + C1EA6E3B1680FE1500A21259 /* subdir */ = { + isa = PBXGroup; + children = ( + C1EA6E3C1680FE1500A21259 /* tmpl.js */, + ); + path = subdir; + sourceTree = ""; + }; + C1EA6E411680FE1500A21259 /* web_modules */ = { + isa = PBXGroup; + children = ( + C1EA6E421680FE1500A21259 /* subcontent */, + ); + path = web_modules; + sourceTree = ""; + }; + C1EA6E421680FE1500A21259 /* subcontent */ = { + isa = PBXGroup; + children = ( + C1EA6E431680FE1500A21259 /* index.js */, + ); + path = subcontent; + sourceTree = ""; + }; + C1EA6E451680FE1500A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA6E461680FE1500A21259 /* a.js */, + C1EA6E471680FE1500A21259 /* abc.txt */, + C1EA6E481680FE1500A21259 /* b.js */, + C1EA6E491680FE1500A21259 /* c.js */, + C1EA6E4A1680FE1500A21259 /* complex.js */, + C1EA6E4B1680FE1500A21259 /* items */, + C1EA6E561680FE1500A21259 /* lib */, + C1EA6E581680FE1500A21259 /* main1.js */, + C1EA6E591680FE1500A21259 /* main2.js */, + C1EA6E5A1680FE1500A21259 /* main3.js */, + C1EA6E5B1680FE1500A21259 /* main4.js */, + C1EA6E5C1680FE1500A21259 /* node_modules */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA6E4B1680FE1500A21259 /* items */ = { + isa = PBXGroup; + children = ( + C1EA6E4C1680FE1500A21259 /* item (0).js */, + C1EA6E4D1680FE1500A21259 /* item (1).js */, + C1EA6E4E1680FE1500A21259 /* item (2).js */, + C1EA6E4F1680FE1500A21259 /* item (3).js */, + C1EA6E501680FE1500A21259 /* item (4).js */, + C1EA6E511680FE1500A21259 /* item (5).js */, + C1EA6E521680FE1500A21259 /* item (6).js */, + C1EA6E531680FE1500A21259 /* item (7).js */, + C1EA6E541680FE1500A21259 /* item (8).js */, + C1EA6E551680FE1500A21259 /* item (9).js */, + ); + path = items; + sourceTree = ""; + }; + C1EA6E561680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6E571680FE1500A21259 /* complex1.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6E5C1680FE1500A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6E5D1680FE1500A21259 /* complexm */, + C1EA6E641680FE1500A21259 /* m1 */, + C1EA6E671680FE1500A21259 /* m2 */, + C1EA6E691680FE1500A21259 /* m2-loader */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6E5D1680FE1500A21259 /* complexm */ = { + isa = PBXGroup; + children = ( + C1EA6E5E1680FE1500A21259 /* step1.js */, + C1EA6E5F1680FE1500A21259 /* step2.js */, + C1EA6E601680FE1500A21259 /* web_modules */, + ); + path = complexm; + sourceTree = ""; + }; + C1EA6E601680FE1500A21259 /* web_modules */ = { + isa = PBXGroup; + children = ( + C1EA6E611680FE1500A21259 /* m1 */, + ); + path = web_modules; + sourceTree = ""; + }; + C1EA6E611680FE1500A21259 /* m1 */ = { + isa = PBXGroup; + children = ( + C1EA6E621680FE1500A21259 /* a.js */, + C1EA6E631680FE1500A21259 /* index.js */, + ); + path = m1; + sourceTree = ""; + }; + C1EA6E641680FE1500A21259 /* m1 */ = { + isa = PBXGroup; + children = ( + C1EA6E651680FE1500A21259 /* a.js */, + C1EA6E661680FE1500A21259 /* b.js */, + ); + path = m1; + sourceTree = ""; + }; + C1EA6E671680FE1500A21259 /* m2 */ = { + isa = PBXGroup; + children = ( + C1EA6E681680FE1500A21259 /* b.js */, + ); + path = m2; + sourceTree = ""; + }; + C1EA6E691680FE1500A21259 /* m2-loader */ = { + isa = PBXGroup; + children = ( + C1EA6E6A1680FE1500A21259 /* b.js */, + ); + path = "m2-loader"; + sourceTree = ""; + }; + C1EA6E6C1680FE1500A21259 /* ws */ = { + isa = PBXGroup; + children = ( + C1EA6E6D1680FE1500A21259 /* .npmignore */, + C1EA6E6E1680FE1500A21259 /* .travis.yml */, + C1EA6E6F1680FE1500A21259 /* bench */, + C1EA6E741680FE1500A21259 /* bin */, + C1EA6E761680FE1500A21259 /* binding.gyp */, + C1EA6E771680FE1500A21259 /* build */, + C1EA6E941680FE1500A21259 /* doc */, + C1EA6E961680FE1500A21259 /* examples */, + C1EA6EA91680FE1500A21259 /* History.md */, + C1EA6EAA1680FE1500A21259 /* index.js */, + C1EA6EAB1680FE1500A21259 /* install.js */, + C1EA6EAC1680FE1500A21259 /* lib */, + C1EA6EB91680FE1500A21259 /* Makefile */, + C1EA6EBA1680FE1500A21259 /* node_modules */, + C1EA6ED61680FE1500A21259 /* package.json */, + C1EA6ED71680FE1500A21259 /* README.md */, + C1EA6ED81680FE1500A21259 /* src */, + C1EA6EDB1680FE1500A21259 /* test */, + ); + path = ws; + sourceTree = ""; + }; + C1EA6E6F1680FE1500A21259 /* bench */ = { + isa = PBXGroup; + children = ( + C1EA6E701680FE1500A21259 /* parser.benchmark.js */, + C1EA6E711680FE1500A21259 /* sender.benchmark.js */, + C1EA6E721680FE1500A21259 /* speed.js */, + C1EA6E731680FE1500A21259 /* util.js */, + ); + path = bench; + sourceTree = ""; + }; + C1EA6E741680FE1500A21259 /* bin */ = { + isa = PBXGroup; + children = ( + C1EA6E751680FE1500A21259 /* wscat */, + ); + path = bin; + sourceTree = ""; + }; + C1EA6E771680FE1500A21259 /* build */ = { + isa = PBXGroup; + children = ( + C1EA6E781680FE1500A21259 /* binding.Makefile */, + C1EA6E791680FE1500A21259 /* bufferutil.target.mk */, + C1EA6E7A1680FE1500A21259 /* config.gypi */, + C1EA6E7B1680FE1500A21259 /* gyp-mac-tool */, + C1EA6E7C1680FE1500A21259 /* Makefile */, + C1EA6E7D1680FE1500A21259 /* Release */, + C1EA6E931680FE1500A21259 /* validation.target.mk */, + ); + path = build; + sourceTree = ""; + }; + C1EA6E7D1680FE1500A21259 /* Release */ = { + isa = PBXGroup; + children = ( + C1EA6E7E1680FE1500A21259 /* .deps */, + C1EA6E891680FE1500A21259 /* bufferutil.node */, + C1EA6E8A1680FE1500A21259 /* linker.lock */, + C1EA6E8B1680FE1500A21259 /* obj.target */, + C1EA6E921680FE1500A21259 /* validation.node */, + ); + path = Release; + sourceTree = ""; + }; + C1EA6E7E1680FE1500A21259 /* .deps */ = { + isa = PBXGroup; + children = ( + C1EA6E7F1680FE1500A21259 /* Release */, + ); + path = .deps; + sourceTree = ""; + }; + C1EA6E7F1680FE1500A21259 /* Release */ = { + isa = PBXGroup; + children = ( + C1EA6E801680FE1500A21259 /* bufferutil.node.d */, + C1EA6E811680FE1500A21259 /* obj.target */, + C1EA6E881680FE1500A21259 /* validation.node.d */, + ); + path = Release; + sourceTree = ""; + }; + C1EA6E811680FE1500A21259 /* obj.target */ = { + isa = PBXGroup; + children = ( + C1EA6E821680FE1500A21259 /* bufferutil */, + C1EA6E851680FE1500A21259 /* validation */, + ); + path = obj.target; + sourceTree = ""; + }; + C1EA6E821680FE1500A21259 /* bufferutil */ = { + isa = PBXGroup; + children = ( + C1EA6E831680FE1500A21259 /* src */, + ); + path = bufferutil; + sourceTree = ""; + }; + C1EA6E831680FE1500A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA6E841680FE1500A21259 /* bufferutil.o.d */, + ); + path = src; + sourceTree = ""; + }; + C1EA6E851680FE1500A21259 /* validation */ = { + isa = PBXGroup; + children = ( + C1EA6E861680FE1500A21259 /* src */, + ); + path = validation; + sourceTree = ""; + }; + C1EA6E861680FE1500A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA6E871680FE1500A21259 /* validation.o.d */, + ); + path = src; + sourceTree = ""; + }; + C1EA6E8B1680FE1500A21259 /* obj.target */ = { + isa = PBXGroup; + children = ( + C1EA6E8C1680FE1500A21259 /* bufferutil */, + C1EA6E8F1680FE1500A21259 /* validation */, + ); + path = obj.target; + sourceTree = ""; + }; + C1EA6E8C1680FE1500A21259 /* bufferutil */ = { + isa = PBXGroup; + children = ( + C1EA6E8D1680FE1500A21259 /* src */, + ); + path = bufferutil; + sourceTree = ""; + }; + C1EA6E8D1680FE1500A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA6E8E1680FE1500A21259 /* bufferutil.o */, + ); + path = src; + sourceTree = ""; + }; + C1EA6E8F1680FE1500A21259 /* validation */ = { + isa = PBXGroup; + children = ( + C1EA6E901680FE1500A21259 /* src */, + ); + path = validation; + sourceTree = ""; + }; + C1EA6E901680FE1500A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA6E911680FE1500A21259 /* validation.o */, + ); + path = src; + sourceTree = ""; + }; + C1EA6E941680FE1500A21259 /* doc */ = { + isa = PBXGroup; + children = ( + C1EA6E951680FE1500A21259 /* ws.md */, + ); + path = doc; + sourceTree = ""; + }; + C1EA6E961680FE1500A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA6E971680FE1500A21259 /* fileapi */, + C1EA6E9F1680FE1500A21259 /* serverstats */, + C1EA6EA41680FE1500A21259 /* serverstats-express_3 */, + ); + path = examples; + sourceTree = ""; + }; + C1EA6E971680FE1500A21259 /* fileapi */ = { + isa = PBXGroup; + children = ( + C1EA6E981680FE1500A21259 /* .npmignore */, + C1EA6E991680FE1500A21259 /* package.json */, + C1EA6E9A1680FE1500A21259 /* public */, + C1EA6E9E1680FE1500A21259 /* server.js */, + ); + path = fileapi; + sourceTree = ""; + }; + C1EA6E9A1680FE1500A21259 /* public */ = { + isa = PBXGroup; + children = ( + C1EA6E9B1680FE1500A21259 /* app.js */, + C1EA6E9C1680FE1500A21259 /* index.html */, + C1EA6E9D1680FE1500A21259 /* uploader.js */, + ); + path = public; + sourceTree = ""; + }; + C1EA6E9F1680FE1500A21259 /* serverstats */ = { + isa = PBXGroup; + children = ( + C1EA6EA01680FE1500A21259 /* package.json */, + C1EA6EA11680FE1500A21259 /* public */, + C1EA6EA31680FE1500A21259 /* server.js */, + ); + path = serverstats; + sourceTree = ""; + }; + C1EA6EA11680FE1500A21259 /* public */ = { + isa = PBXGroup; + children = ( + C1EA6EA21680FE1500A21259 /* index.html */, + ); + path = public; + sourceTree = ""; + }; + C1EA6EA41680FE1500A21259 /* serverstats-express_3 */ = { + isa = PBXGroup; + children = ( + C1EA6EA51680FE1500A21259 /* package.json */, + C1EA6EA61680FE1500A21259 /* public */, + C1EA6EA81680FE1500A21259 /* server.js */, + ); + path = "serverstats-express_3"; + sourceTree = ""; + }; + C1EA6EA61680FE1500A21259 /* public */ = { + isa = PBXGroup; + children = ( + C1EA6EA71680FE1500A21259 /* index.html */, + ); + path = public; + sourceTree = ""; + }; + C1EA6EAC1680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6EAD1680FE1500A21259 /* BufferPool.js */, + C1EA6EAE1680FE1500A21259 /* BufferUtil.fallback.js */, + C1EA6EAF1680FE1500A21259 /* BufferUtil.js */, + C1EA6EB01680FE1500A21259 /* ErrorCodes.js */, + C1EA6EB11680FE1500A21259 /* Receiver.hixie.js */, + C1EA6EB21680FE1500A21259 /* Receiver.js */, + C1EA6EB31680FE1500A21259 /* Sender.hixie.js */, + C1EA6EB41680FE1500A21259 /* Sender.js */, + C1EA6EB51680FE1500A21259 /* Validation.fallback.js */, + C1EA6EB61680FE1500A21259 /* Validation.js */, + C1EA6EB71680FE1500A21259 /* WebSocket.js */, + C1EA6EB81680FE1500A21259 /* WebSocketServer.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6EBA1680FE1500A21259 /* node_modules */ = { + isa = PBXGroup; + children = ( + C1EA6EBB1680FE1500A21259 /* commander */, + C1EA6EC51680FE1500A21259 /* options */, + C1EA6ED01680FE1500A21259 /* tinycolor */, + ); + path = node_modules; + sourceTree = ""; + }; + C1EA6EBB1680FE1500A21259 /* commander */ = { + isa = PBXGroup; + children = ( + C1EA6EBC1680FE1500A21259 /* .npmignore */, + C1EA6EBD1680FE1500A21259 /* .travis.yml */, + C1EA6EBE1680FE1500A21259 /* History.md */, + C1EA6EBF1680FE1500A21259 /* index.js */, + C1EA6EC01680FE1500A21259 /* lib */, + C1EA6EC21680FE1500A21259 /* Makefile */, + C1EA6EC31680FE1500A21259 /* package.json */, + C1EA6EC41680FE1500A21259 /* Readme.md */, + ); + path = commander; + sourceTree = ""; + }; + C1EA6EC01680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6EC11680FE1500A21259 /* commander.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6EC51680FE1500A21259 /* options */ = { + isa = PBXGroup; + children = ( + C1EA6EC61680FE1500A21259 /* .npmignore */, + C1EA6EC71680FE1500A21259 /* lib */, + C1EA6EC91680FE1500A21259 /* Makefile */, + C1EA6ECA1680FE1500A21259 /* package.json */, + C1EA6ECB1680FE1500A21259 /* README.md */, + C1EA6ECC1680FE1500A21259 /* test */, + ); + path = options; + sourceTree = ""; + }; + C1EA6EC71680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA6EC81680FE1500A21259 /* options.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA6ECC1680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6ECD1680FE1500A21259 /* fixtures */, + C1EA6ECF1680FE1500A21259 /* options.test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6ECD1680FE1500A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA6ECE1680FE1500A21259 /* test.conf */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA6ED01680FE1500A21259 /* tinycolor */ = { + isa = PBXGroup; + children = ( + C1EA6ED11680FE1500A21259 /* .npmignore */, + C1EA6ED21680FE1500A21259 /* example.js */, + C1EA6ED31680FE1500A21259 /* package.json */, + C1EA6ED41680FE1500A21259 /* README.md */, + C1EA6ED51680FE1500A21259 /* tinycolor.js */, + ); + path = tinycolor; + sourceTree = ""; + }; + C1EA6ED81680FE1500A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA6ED91680FE1500A21259 /* bufferutil.cc */, + C1EA6EDA1680FE1500A21259 /* validation.cc */, + ); + path = src; + sourceTree = ""; + }; + C1EA6EDB1680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA6EDC1680FE1500A21259 /* autobahn-server.js */, + C1EA6EDD1680FE1500A21259 /* autobahn.js */, + C1EA6EDE1680FE1500A21259 /* BufferPool.test.js */, + C1EA6EDF1680FE1500A21259 /* fixtures */, + C1EA6EE41680FE1500A21259 /* hybi-common.js */, + C1EA6EE51680FE1500A21259 /* Receiver.hixie.test.js */, + C1EA6EE61680FE1500A21259 /* Receiver.test.js */, + C1EA6EE71680FE1500A21259 /* Sender.hixie.test.js */, + C1EA6EE81680FE1500A21259 /* Sender.test.js */, + C1EA6EE91680FE1500A21259 /* testserver.js */, + C1EA6EEA1680FE1500A21259 /* Validation.test.js */, + C1EA6EEB1680FE1500A21259 /* WebSocket.integration.js */, + C1EA6EEC1680FE1500A21259 /* WebSocket.test.js */, + C1EA6EED1680FE1500A21259 /* WebSocketServer.test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA6EDF1680FE1500A21259 /* fixtures */ = { + isa = PBXGroup; + children = ( + C1EA6EE01680FE1500A21259 /* certificate.pem */, + C1EA6EE11680FE1500A21259 /* key.pem */, + C1EA6EE21680FE1500A21259 /* request.pem */, + C1EA6EE31680FE1500A21259 /* textfile */, + ); + path = fixtures; + sourceTree = ""; + }; + C1EA6EF71680FE1500A21259 /* site_scons */ = { + isa = PBXGroup; + children = ( + C1EA6EF81680FE1500A21259 /* site_tools */, + ); + name = site_scons; + path = ../../site_scons; + sourceTree = ""; + }; + C1EA6EF81680FE1500A21259 /* site_tools */ = { + isa = PBXGroup; + children = ( + C1EA6EF91680FE1500A21259 /* protoc.py */, + C1EA6EFA1680FE1500A21259 /* protoc.pyc */, + ); + path = site_tools; + sourceTree = ""; + }; + C1EA6EFB1680FE1500A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA6EFC1680FE1500A21259 /* cpp */, + C1EA70F51680FE1500A21259 /* js */, + ); + name = src; + path = ../../src; + sourceTree = ""; + }; + C1EA6EFC1680FE1500A21259 /* cpp */ = { + isa = PBXGroup; + children = ( + C1EA6EFD1680FE1500A21259 /* database */, + C1EA6F0C1680FE1500A21259 /* json */, + C1EA6F1E1680FE1500A21259 /* ripple */, + C1EA6FDC1680FE1500A21259 /* websocketpp */, + ); + path = cpp; + sourceTree = ""; + }; + C1EA6EFD1680FE1500A21259 /* database */ = { + isa = PBXGroup; + children = ( + C1EA6EFE1680FE1500A21259 /* database.cpp */, + C1EA6EFF1680FE1500A21259 /* database.h */, + C1EA6F001680FE1500A21259 /* linux */, + C1EA6F031680FE1500A21259 /* sqlite3.c */, + C1EA6F041680FE1500A21259 /* sqlite3.h */, + C1EA6F051680FE1500A21259 /* sqlite3ext.h */, + C1EA6F061680FE1500A21259 /* SqliteDatabase.cpp */, + C1EA6F071680FE1500A21259 /* SqliteDatabase.h */, + C1EA6F081680FE1500A21259 /* win */, + ); + path = database; + sourceTree = ""; + }; + C1EA6F001680FE1500A21259 /* linux */ = { + isa = PBXGroup; + children = ( + C1EA6F011680FE1500A21259 /* mysqldatabase.cpp */, + C1EA6F021680FE1500A21259 /* mysqldatabase.h */, + ); + path = linux; + sourceTree = ""; + }; + C1EA6F081680FE1500A21259 /* win */ = { + isa = PBXGroup; + children = ( + C1EA6F091680FE1500A21259 /* dbutility.h */, + C1EA6F0A1680FE1500A21259 /* windatabase.cpp */, + C1EA6F0B1680FE1500A21259 /* windatabase.h */, + ); + path = win; + sourceTree = ""; + }; + C1EA6F0C1680FE1500A21259 /* json */ = { + isa = PBXGroup; + children = ( + C1EA6F0D1680FE1500A21259 /* autolink.h */, + C1EA6F0E1680FE1500A21259 /* config.h */, + C1EA6F0F1680FE1500A21259 /* features.h */, + C1EA6F101680FE1500A21259 /* forwards.h */, + C1EA6F111680FE1500A21259 /* json.h */, + C1EA6F121680FE1500A21259 /* json_batchallocator.h */, + C1EA6F131680FE1500A21259 /* json_internalarray.inl */, + C1EA6F141680FE1500A21259 /* json_internalmap.inl */, + C1EA6F151680FE1500A21259 /* json_reader.cpp */, + C1EA6F161680FE1500A21259 /* json_value.cpp */, + C1EA6F171680FE1500A21259 /* json_valueiterator.inl */, + C1EA6F181680FE1500A21259 /* json_writer.cpp */, + C1EA6F191680FE1500A21259 /* LICENSE */, + C1EA6F1A1680FE1500A21259 /* reader.h */, + C1EA6F1B1680FE1500A21259 /* value.h */, + C1EA6F1C1680FE1500A21259 /* version */, + C1EA6F1D1680FE1500A21259 /* writer.h */, + ); + path = json; + sourceTree = ""; + }; + C1EA6F1E1680FE1500A21259 /* ripple */ = { + isa = PBXGroup; + children = ( + C1EA6F1F1680FE1500A21259 /* AccountItems.cpp */, + C1EA6F201680FE1500A21259 /* AccountItems.h */, + C1EA6F211680FE1500A21259 /* AccountSetTransactor.cpp */, + C1EA6F221680FE1500A21259 /* AccountSetTransactor.h */, + C1EA6F231680FE1500A21259 /* AccountState.cpp */, + C1EA6F241680FE1500A21259 /* AccountState.h */, + C1EA6F251680FE1500A21259 /* Amount.cpp */, + C1EA6F261680FE1500A21259 /* Application.cpp */, + C1EA6F271680FE1500A21259 /* Application.h */, + C1EA6F281680FE1500A21259 /* base58.h */, + C1EA6F291680FE1500A21259 /* bignum.h */, + C1EA6F2A1680FE1500A21259 /* BitcoinUtil.cpp */, + C1EA6F2B1680FE1500A21259 /* BitcoinUtil.h */, + C1EA6F2C1680FE1500A21259 /* CallRPC.cpp */, + C1EA6F2D1680FE1500A21259 /* CallRPC.h */, + C1EA6F2E1680FE1500A21259 /* CanonicalTXSet.cpp */, + C1EA6F2F1680FE1500A21259 /* CanonicalTXSet.h */, + C1EA6F301680FE1500A21259 /* Config.cpp */, + C1EA6F311680FE1500A21259 /* Config.h */, + C1EA6F321680FE1500A21259 /* ConnectionPool.cpp */, + C1EA6F331680FE1500A21259 /* ConnectionPool.h */, + C1EA6F341680FE1500A21259 /* Contract.cpp */, + C1EA6F351680FE1500A21259 /* Contract.h */, + C1EA6F361680FE1500A21259 /* DBInit.cpp */, + C1EA6F371680FE1500A21259 /* DeterministicKeys.cpp */, + C1EA6F381680FE1500A21259 /* ECIES.cpp */, + C1EA6F391680FE1500A21259 /* FeatureTable.cpp */, + C1EA6F3A1680FE1500A21259 /* FeatureTable.h */, + C1EA6F3B1680FE1500A21259 /* FieldNames.cpp */, + C1EA6F3C1680FE1500A21259 /* FieldNames.h */, + C1EA6F3D1680FE1500A21259 /* HashedObject.cpp */, + C1EA6F3E1680FE1500A21259 /* HashedObject.h */, + C1EA6F3F1680FE1500A21259 /* HashPrefixes.h */, + C1EA6F401680FE1500A21259 /* HTTPRequest.cpp */, + C1EA6F411680FE1500A21259 /* HTTPRequest.h */, + C1EA6F421680FE1500A21259 /* HttpsClient.cpp */, + C1EA6F431680FE1500A21259 /* HttpsClient.h */, + C1EA6F441680FE1500A21259 /* InstanceCounter.cpp */, + C1EA6F451680FE1500A21259 /* InstanceCounter.h */, + C1EA6F461680FE1500A21259 /* Interpreter.cpp */, + C1EA6F471680FE1500A21259 /* Interpreter.h */, + C1EA6F481680FE1500A21259 /* JobQueue.cpp */, + C1EA6F491680FE1500A21259 /* JobQueue.h */, + C1EA6F4A1680FE1500A21259 /* key.h */, + C1EA6F4B1680FE1500A21259 /* Ledger.cpp */, + C1EA6F4C1680FE1500A21259 /* Ledger.h */, + C1EA6F4D1680FE1500A21259 /* LedgerAcquire.cpp */, + C1EA6F4E1680FE1500A21259 /* LedgerAcquire.h */, + C1EA6F4F1680FE1500A21259 /* LedgerConsensus.cpp */, + C1EA6F501680FE1500A21259 /* LedgerConsensus.h */, + C1EA6F511680FE1500A21259 /* LedgerEntrySet.cpp */, + C1EA6F521680FE1500A21259 /* LedgerEntrySet.h */, + C1EA6F531680FE1500A21259 /* LedgerFormats.cpp */, + C1EA6F541680FE1500A21259 /* LedgerFormats.h */, + C1EA6F551680FE1500A21259 /* LedgerHistory.cpp */, + C1EA6F561680FE1500A21259 /* LedgerHistory.h */, + C1EA6F571680FE1500A21259 /* LedgerMaster.cpp */, + C1EA6F581680FE1500A21259 /* LedgerMaster.h */, + C1EA6F591680FE1500A21259 /* LedgerProposal.cpp */, + C1EA6F5A1680FE1500A21259 /* LedgerProposal.h */, + C1EA6F5B1680FE1500A21259 /* LedgerTiming.cpp */, + C1EA6F5C1680FE1500A21259 /* LedgerTiming.h */, + C1EA6F5D1680FE1500A21259 /* LoadManager.cpp */, + C1EA6F5E1680FE1500A21259 /* LoadManager.h */, + C1EA6F5F1680FE1500A21259 /* LoadMonitor.cpp */, + C1EA6F601680FE1500A21259 /* LoadMonitor.h */, + C1EA6F611680FE1500A21259 /* Log.cpp */, + C1EA6F621680FE1500A21259 /* Log.h */, + C1EA6F631680FE1500A21259 /* main.cpp */, + C1EA6F641680FE1500A21259 /* NetworkOPs.cpp */, + C1EA6F651680FE1500A21259 /* NetworkOPs.h */, + C1EA6F661680FE1500A21259 /* NetworkStatus.h */, + C1EA6F671680FE1500A21259 /* NicknameState.cpp */, + C1EA6F681680FE1500A21259 /* NicknameState.h */, + C1EA6F691680FE1500A21259 /* Offer.cpp */, + C1EA6F6A1680FE1500A21259 /* Offer.h */, + C1EA6F6B1680FE1500A21259 /* OfferCancelTransactor.cpp */, + C1EA6F6C1680FE1500A21259 /* OfferCancelTransactor.h */, + C1EA6F6D1680FE1500A21259 /* OfferCreateTransactor.cpp */, + C1EA6F6E1680FE1500A21259 /* OfferCreateTransactor.h */, + C1EA6F6F1680FE1500A21259 /* Operation.cpp */, + C1EA6F701680FE1500A21259 /* Operation.h */, + C1EA6F711680FE1500A21259 /* OrderBook.cpp */, + C1EA6F721680FE1500A21259 /* OrderBook.h */, + C1EA6F731680FE1500A21259 /* OrderBookDB.cpp */, + C1EA6F741680FE1500A21259 /* OrderBookDB.h */, + C1EA6F751680FE1500A21259 /* PackedMessage.cpp */, + C1EA6F761680FE1500A21259 /* PackedMessage.h */, + C1EA6F771680FE1500A21259 /* ParameterTable.cpp */, + C1EA6F781680FE1500A21259 /* ParameterTable.h */, + C1EA6F791680FE1500A21259 /* ParseSection.cpp */, + C1EA6F7A1680FE1500A21259 /* ParseSection.h */, + C1EA6F7B1680FE1500A21259 /* Pathfinder.cpp */, + C1EA6F7C1680FE1500A21259 /* Pathfinder.h */, + C1EA6F7D1680FE1500A21259 /* PaymentTransactor.cpp */, + C1EA6F7E1680FE1500A21259 /* PaymentTransactor.h */, + C1EA6F7F1680FE1500A21259 /* Peer.cpp */, + C1EA6F801680FE1500A21259 /* Peer.h */, + C1EA6F811680FE1500A21259 /* PeerDoor.cpp */, + C1EA6F821680FE1500A21259 /* PeerDoor.h */, + C1EA6F831680FE1500A21259 /* PlatRand.cpp */, + C1EA6F841680FE1500A21259 /* ProofOfWork.cpp */, + C1EA6F851680FE1500A21259 /* ProofOfWork.h */, + C1EA6F861680FE1500A21259 /* PubKeyCache.cpp */, + C1EA6F871680FE1500A21259 /* PubKeyCache.h */, + C1EA6F881680FE1500A21259 /* RangeSet.cpp */, + C1EA6F891680FE1500A21259 /* RangeSet.h */, + C1EA6F8A1680FE1500A21259 /* RegularKeySetTransactor.cpp */, + C1EA6F8B1680FE1500A21259 /* RegularKeySetTransactor.h */, + C1EA6F8C1680FE1500A21259 /* rfc1751.cpp */, + C1EA6F8D1680FE1500A21259 /* rfc1751.h */, + C1EA6F8E1680FE1500A21259 /* ripple.proto */, + C1EA6F8F1680FE1500A21259 /* RippleAddress.cpp */, + C1EA6F901680FE1500A21259 /* RippleAddress.h */, + C1EA6F911680FE1500A21259 /* RippleCalc.cpp */, + C1EA6F921680FE1500A21259 /* RippleCalc.h */, + C1EA6F931680FE1500A21259 /* RippleState.cpp */, + C1EA6F941680FE1500A21259 /* RippleState.h */, + C1EA6F951680FE1500A21259 /* rpc.cpp */, + C1EA6F961680FE1500A21259 /* RPC.h */, + C1EA6F971680FE1500A21259 /* RPCDoor.cpp */, + C1EA6F981680FE1500A21259 /* RPCDoor.h */, + C1EA6F991680FE1500A21259 /* RPCErr.cpp */, + C1EA6F9A1680FE1500A21259 /* RPCErr.h */, + C1EA6F9B1680FE1500A21259 /* RPCHandler.cpp */, + C1EA6F9C1680FE1500A21259 /* RPCHandler.h */, + C1EA6F9D1680FE1500A21259 /* RPCServer.cpp */, + C1EA6F9E1680FE1500A21259 /* RPCServer.h */, + C1EA6F9F1680FE1500A21259 /* ScopedLock.h */, + C1EA6FA01680FE1500A21259 /* ScriptData.cpp */, + C1EA6FA11680FE1500A21259 /* ScriptData.h */, + C1EA6FA21680FE1500A21259 /* SecureAllocator.h */, + C1EA6FA31680FE1500A21259 /* SerializedLedger.cpp */, + C1EA6FA41680FE1500A21259 /* SerializedLedger.h */, + C1EA6FA51680FE1500A21259 /* SerializedObject.cpp */, + C1EA6FA61680FE1500A21259 /* SerializedObject.h */, + C1EA6FA71680FE1500A21259 /* SerializedTransaction.cpp */, + C1EA6FA81680FE1500A21259 /* SerializedTransaction.h */, + C1EA6FA91680FE1500A21259 /* SerializedTypes.cpp */, + C1EA6FAA1680FE1500A21259 /* SerializedTypes.h */, + C1EA6FAB1680FE1500A21259 /* SerializedValidation.cpp */, + C1EA6FAC1680FE1500A21259 /* SerializedValidation.h */, + C1EA6FAD1680FE1500A21259 /* SerializeProto.h */, + C1EA6FAE1680FE1500A21259 /* Serializer.cpp */, + C1EA6FAF1680FE1500A21259 /* Serializer.h */, + C1EA6FB01680FE1500A21259 /* SHAMap.cpp */, + C1EA6FB11680FE1500A21259 /* SHAMap.h */, + C1EA6FB21680FE1500A21259 /* SHAMapDiff.cpp */, + C1EA6FB31680FE1500A21259 /* SHAMapNodes.cpp */, + C1EA6FB41680FE1500A21259 /* SHAMapSync.cpp */, + C1EA6FB51680FE1500A21259 /* SHAMapSync.h */, + C1EA6FB61680FE1500A21259 /* SNTPClient.cpp */, + C1EA6FB71680FE1500A21259 /* SNTPClient.h */, + C1EA6FB81680FE1500A21259 /* Suppression.cpp */, + C1EA6FB91680FE1500A21259 /* Suppression.h */, + C1EA6FBA1680FE1500A21259 /* TaggedCache.h */, + C1EA6FBB1680FE1500A21259 /* Transaction.cpp */, + C1EA6FBC1680FE1500A21259 /* Transaction.h */, + C1EA6FBD1680FE1500A21259 /* TransactionEngine.cpp */, + C1EA6FBE1680FE1500A21259 /* TransactionEngine.h */, + C1EA6FBF1680FE1500A21259 /* TransactionErr.cpp */, + C1EA6FC01680FE1500A21259 /* TransactionErr.h */, + C1EA6FC11680FE1500A21259 /* TransactionFormats.cpp */, + C1EA6FC21680FE1500A21259 /* TransactionFormats.h */, + C1EA6FC31680FE1500A21259 /* TransactionMaster.cpp */, + C1EA6FC41680FE1500A21259 /* TransactionMaster.h */, + C1EA6FC51680FE1500A21259 /* TransactionMeta.cpp */, + C1EA6FC61680FE1500A21259 /* TransactionMeta.h */, + C1EA6FC71680FE1500A21259 /* Transactor.cpp */, + C1EA6FC81680FE1500A21259 /* Transactor.h */, + C1EA6FC91680FE1500A21259 /* TrustSetTransactor.cpp */, + C1EA6FCA1680FE1500A21259 /* TrustSetTransactor.h */, + C1EA6FCB1680FE1500A21259 /* types.h */, + C1EA6FCC1680FE1500A21259 /* uint256.h */, + C1EA6FCD1680FE1500A21259 /* UniqueNodeList.cpp */, + C1EA6FCE1680FE1500A21259 /* UniqueNodeList.h */, + C1EA6FCF1680FE1500A21259 /* utils.cpp */, + C1EA6FD01680FE1500A21259 /* utils.h */, + C1EA6FD11680FE1500A21259 /* ValidationCollection.cpp */, + C1EA6FD21680FE1500A21259 /* ValidationCollection.h */, + C1EA6FD31680FE1500A21259 /* Version.h */, + C1EA6FD41680FE1500A21259 /* Wallet.cpp */, + C1EA6FD51680FE1500A21259 /* Wallet.h */, + C1EA6FD61680FE1500A21259 /* WalletAddTransactor.cpp */, + C1EA6FD71680FE1500A21259 /* WalletAddTransactor.h */, + C1EA6FD81680FE1500A21259 /* WSConnection.h */, + C1EA6FD91680FE1500A21259 /* WSDoor.cpp */, + C1EA6FDA1680FE1500A21259 /* WSDoor.h */, + C1EA6FDB1680FE1500A21259 /* WSHandler.h */, + ); + path = ripple; + sourceTree = ""; + }; + C1EA6FDC1680FE1500A21259 /* websocketpp */ = { + isa = PBXGroup; + children = ( + C1EA6FDD1680FE1500A21259 /* dependencies.txt */, + C1EA6FDE1680FE1500A21259 /* doc */, + C1EA6FE01680FE1500A21259 /* examples */, + C1EA70831680FE1500A21259 /* license.txt */, + C1EA70841680FE1500A21259 /* Makefile */, + C1EA70851680FE1500A21259 /* readme.txt */, + C1EA70861680FE1500A21259 /* SConstruct */, + C1EA70871680FE1500A21259 /* src */, + C1EA70C71680FE1500A21259 /* test */, + C1EA70CE1680FE1500A21259 /* todo.txt */, + C1EA70CF1680FE1500A21259 /* websocketpp.bbprojectd */, + C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */, + C1EA70D71680FE1500A21259 /* windows */, + ); + path = websocketpp; + sourceTree = ""; + }; + C1EA6FDE1680FE1500A21259 /* doc */ = { + isa = PBXGroup; + children = ( + C1EA6FDF1680FE1500A21259 /* uri.txt */, + ); + path = doc; + sourceTree = ""; + }; + C1EA6FE01680FE1500A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA6FE11680FE1500A21259 /* broadcast_server_tls */, + C1EA70361680FE1500A21259 /* chat_client */, + C1EA703F1680FE1500A21259 /* chat_server */, + C1EA70451680FE1500A21259 /* common.mk */, + C1EA70461680FE1500A21259 /* concurrent_server */, + C1EA704B1680FE1500A21259 /* echo_client */, + C1EA704F1680FE1500A21259 /* echo_server */, + C1EA70541680FE1500A21259 /* echo_server_tls */, + C1EA705B1680FE1500A21259 /* fuzzing_client */, + C1EA705E1680FE1500A21259 /* fuzzing_server_tls */, + C1EA70621680FE1500A21259 /* Makefile */, + C1EA70631680FE1500A21259 /* stress_client */, + C1EA70661680FE1500A21259 /* telemetry_server */, + C1EA706A1680FE1500A21259 /* wsperf */, + ); + path = examples; + sourceTree = ""; + }; + C1EA6FE11680FE1500A21259 /* broadcast_server_tls */ = { + isa = PBXGroup; + children = ( + C1EA6FE21680FE1500A21259 /* broadcast_admin.html */, + C1EA6FE31680FE1500A21259 /* broadcast_admin_handler.hpp */, + C1EA6FE41680FE1500A21259 /* broadcast_handler.hpp */, + C1EA6FE51680FE1500A21259 /* broadcast_server_handler.hpp */, + C1EA6FE61680FE1500A21259 /* broadcast_server_tls.cpp */, + C1EA6FE71680FE1500A21259 /* Makefile */, + C1EA6FE81680FE1500A21259 /* vendor */, + C1EA70351680FE1500A21259 /* wscmd.hpp */, + ); + path = broadcast_server_tls; + sourceTree = ""; + }; + C1EA6FE81680FE1500A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA6FE91680FE1500A21259 /* flot */, + C1EA70341680FE1500A21259 /* md5.js */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA6FE91680FE1500A21259 /* flot */ = { + isa = PBXGroup; + children = ( + C1EA6FEA1680FE1500A21259 /* API.txt */, + C1EA6FEB1680FE1500A21259 /* examples */, + C1EA70121680FE1500A21259 /* excanvas.js */, + C1EA70131680FE1500A21259 /* excanvas.min.js */, + C1EA70141680FE1500A21259 /* FAQ.txt */, + C1EA70151680FE1500A21259 /* jquery.colorhelpers.js */, + C1EA70161680FE1500A21259 /* jquery.colorhelpers.min.js */, + C1EA70171680FE1500A21259 /* jquery.flot.crosshair.js */, + C1EA70181680FE1500A21259 /* jquery.flot.crosshair.min.js */, + C1EA70191680FE1500A21259 /* jquery.flot.fillbetween.js */, + C1EA701A1680FE1500A21259 /* jquery.flot.fillbetween.min.js */, + C1EA701B1680FE1500A21259 /* jquery.flot.image.js */, + C1EA701C1680FE1500A21259 /* jquery.flot.image.min.js */, + C1EA701D1680FE1500A21259 /* jquery.flot.js */, + C1EA701E1680FE1500A21259 /* jquery.flot.min.js */, + C1EA701F1680FE1500A21259 /* jquery.flot.navigate.js */, + C1EA70201680FE1500A21259 /* jquery.flot.navigate.min.js */, + C1EA70211680FE1500A21259 /* jquery.flot.pie.js */, + C1EA70221680FE1500A21259 /* jquery.flot.pie.min.js */, + C1EA70231680FE1500A21259 /* jquery.flot.resize.js */, + C1EA70241680FE1500A21259 /* jquery.flot.resize.min.js */, + C1EA70251680FE1500A21259 /* jquery.flot.selection.js */, + C1EA70261680FE1500A21259 /* jquery.flot.selection.min.js */, + C1EA70271680FE1500A21259 /* jquery.flot.stack.js */, + C1EA70281680FE1500A21259 /* jquery.flot.stack.min.js */, + C1EA70291680FE1500A21259 /* jquery.flot.symbol.js */, + C1EA702A1680FE1500A21259 /* jquery.flot.symbol.min.js */, + C1EA702B1680FE1500A21259 /* jquery.flot.threshold.js */, + C1EA702C1680FE1500A21259 /* jquery.flot.threshold.min.js */, + C1EA702D1680FE1500A21259 /* jquery.js */, + C1EA702E1680FE1500A21259 /* jquery.min.js */, + C1EA702F1680FE1500A21259 /* LICENSE.txt */, + C1EA70301680FE1500A21259 /* Makefile */, + C1EA70311680FE1500A21259 /* NEWS.txt */, + C1EA70321680FE1500A21259 /* PLUGINS.txt */, + C1EA70331680FE1500A21259 /* README.txt */, + ); + path = flot; + sourceTree = ""; + }; + C1EA6FEB1680FE1500A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA6FEC1680FE1500A21259 /* ajax.html */, + C1EA6FED1680FE1500A21259 /* annotating.html */, + C1EA6FEE1680FE1500A21259 /* arrow-down.gif */, + C1EA6FEF1680FE1500A21259 /* arrow-left.gif */, + C1EA6FF01680FE1500A21259 /* arrow-right.gif */, + C1EA6FF11680FE1500A21259 /* arrow-up.gif */, + C1EA6FF21680FE1500A21259 /* basic.html */, + C1EA6FF31680FE1500A21259 /* data-eu-gdp-growth-1.json */, + C1EA6FF41680FE1500A21259 /* data-eu-gdp-growth-2.json */, + C1EA6FF51680FE1500A21259 /* data-eu-gdp-growth-3.json */, + C1EA6FF61680FE1500A21259 /* data-eu-gdp-growth-4.json */, + C1EA6FF71680FE1500A21259 /* data-eu-gdp-growth-5.json */, + C1EA6FF81680FE1500A21259 /* data-eu-gdp-growth.json */, + C1EA6FF91680FE1500A21259 /* data-japan-gdp-growth.json */, + C1EA6FFA1680FE1500A21259 /* data-usa-gdp-growth.json */, + C1EA6FFB1680FE1500A21259 /* graph-types.html */, + C1EA6FFC1680FE1500A21259 /* hs-2004-27-a-large_web.jpg */, + C1EA6FFD1680FE1500A21259 /* image.html */, + C1EA6FFE1680FE1500A21259 /* index.html */, + C1EA6FFF1680FE1500A21259 /* interacting-axes.html */, + C1EA70001680FE1500A21259 /* interacting.html */, + C1EA70011680FE1500A21259 /* layout.css */, + C1EA70021680FE1500A21259 /* multiple-axes.html */, + C1EA70031680FE1500A21259 /* navigate.html */, + C1EA70041680FE1500A21259 /* percentiles.html */, + C1EA70051680FE1500A21259 /* pie.html */, + C1EA70061680FE1500A21259 /* realtime.html */, + C1EA70071680FE1500A21259 /* resize.html */, + C1EA70081680FE1500A21259 /* selection.html */, + C1EA70091680FE1500A21259 /* setting-options.html */, + C1EA700A1680FE1500A21259 /* stacking.html */, + C1EA700B1680FE1500A21259 /* symbols.html */, + C1EA700C1680FE1500A21259 /* thresholding.html */, + C1EA700D1680FE1500A21259 /* time.html */, + C1EA700E1680FE1500A21259 /* tracking.html */, + C1EA700F1680FE1500A21259 /* turning-series.html */, + C1EA70101680FE1500A21259 /* visitors.html */, + C1EA70111680FE1500A21259 /* zooming.html */, + ); + path = examples; + sourceTree = ""; + }; + C1EA70361680FE1500A21259 /* chat_client */ = { + isa = PBXGroup; + children = ( + C1EA70371680FE1500A21259 /* chat_client.cpp */, + C1EA70381680FE1500A21259 /* chat_client.html */, + C1EA70391680FE1500A21259 /* chat_client_handler.cpp */, + C1EA703A1680FE1500A21259 /* chat_client_handler.hpp */, + C1EA703B1680FE1500A21259 /* Makefile */, + C1EA703C1680FE1500A21259 /* SConscript */, + C1EA703D1680FE1500A21259 /* vendor */, + ); + path = chat_client; + sourceTree = ""; + }; + C1EA703D1680FE1500A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA703E1680FE1500A21259 /* jquery-1.6.3.min.js */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA703F1680FE1500A21259 /* chat_server */ = { + isa = PBXGroup; + children = ( + C1EA70401680FE1500A21259 /* chat.cpp */, + C1EA70411680FE1500A21259 /* chat.hpp */, + C1EA70421680FE1500A21259 /* chat_server.cpp */, + C1EA70431680FE1500A21259 /* Makefile */, + C1EA70441680FE1500A21259 /* SConscript */, + ); + path = chat_server; + sourceTree = ""; + }; + C1EA70461680FE1500A21259 /* concurrent_server */ = { + isa = PBXGroup; + children = ( + C1EA70471680FE1500A21259 /* concurrent_client.html */, + C1EA70481680FE1500A21259 /* concurrent_server.cpp */, + C1EA70491680FE1500A21259 /* Makefile */, + C1EA704A1680FE1500A21259 /* SConscript */, + ); + path = concurrent_server; + sourceTree = ""; + }; + C1EA704B1680FE1500A21259 /* echo_client */ = { + isa = PBXGroup; + children = ( + C1EA704C1680FE1500A21259 /* echo_client.cpp */, + C1EA704D1680FE1500A21259 /* Makefile */, + C1EA704E1680FE1500A21259 /* SConscript */, + ); + path = echo_client; + sourceTree = ""; + }; + C1EA704F1680FE1500A21259 /* echo_server */ = { + isa = PBXGroup; + children = ( + C1EA70501680FE1500A21259 /* echo_client.html */, + C1EA70511680FE1500A21259 /* echo_server.cpp */, + C1EA70521680FE1500A21259 /* Makefile */, + C1EA70531680FE1500A21259 /* SConscript */, + ); + path = echo_server; + sourceTree = ""; + }; + C1EA70541680FE1500A21259 /* echo_server_tls */ = { + isa = PBXGroup; + children = ( + C1EA70551680FE1500A21259 /* echo.cpp */, + C1EA70561680FE1500A21259 /* echo.hpp */, + C1EA70571680FE1500A21259 /* echo_client.html */, + C1EA70581680FE1500A21259 /* echo_server_tls.cpp */, + C1EA70591680FE1500A21259 /* Makefile */, + C1EA705A1680FE1500A21259 /* SConscript */, + ); + path = echo_server_tls; + sourceTree = ""; + }; + C1EA705B1680FE1500A21259 /* fuzzing_client */ = { + isa = PBXGroup; + children = ( + C1EA705C1680FE1500A21259 /* fuzzing_client.cpp */, + C1EA705D1680FE1500A21259 /* Makefile */, + ); + path = fuzzing_client; + sourceTree = ""; + }; + C1EA705E1680FE1500A21259 /* fuzzing_server_tls */ = { + isa = PBXGroup; + children = ( + C1EA705F1680FE1500A21259 /* echo_client.html */, + C1EA70601680FE1500A21259 /* fuzzing_server_tls.cpp */, + C1EA70611680FE1500A21259 /* Makefile */, + ); + path = fuzzing_server_tls; + sourceTree = ""; + }; + C1EA70631680FE1500A21259 /* stress_client */ = { + isa = PBXGroup; + children = ( + C1EA70641680FE1500A21259 /* Makefile */, + C1EA70651680FE1500A21259 /* stress_client.cpp */, + ); + path = stress_client; + sourceTree = ""; + }; + C1EA70661680FE1500A21259 /* telemetry_server */ = { + isa = PBXGroup; + children = ( + C1EA70671680FE1500A21259 /* Makefile */, + C1EA70681680FE1500A21259 /* SConscript */, + C1EA70691680FE1500A21259 /* telemetry_server.cpp */, + ); + path = telemetry_server; + sourceTree = ""; + }; + C1EA706A1680FE1500A21259 /* wsperf */ = { + isa = PBXGroup; + children = ( + C1EA706B1680FE1500A21259 /* case.cpp */, + C1EA706C1680FE1500A21259 /* case.hpp */, + C1EA706D1680FE1500A21259 /* generic.cpp */, + C1EA706E1680FE1500A21259 /* generic.hpp */, + C1EA706F1680FE1500A21259 /* Makefile */, + C1EA70701680FE1500A21259 /* message_test.html */, + C1EA70711680FE1500A21259 /* request.cpp */, + C1EA70721680FE1500A21259 /* request.hpp */, + C1EA70731680FE1500A21259 /* SConscript */, + C1EA70741680FE1500A21259 /* stress_aggregate.cpp */, + C1EA70751680FE1500A21259 /* stress_aggregate.hpp */, + C1EA70761680FE1500A21259 /* stress_handler.cpp */, + C1EA70771680FE1500A21259 /* stress_handler.hpp */, + C1EA70781680FE1500A21259 /* stress_test.html */, + C1EA70791680FE1500A21259 /* vendor */, + C1EA707E1680FE1500A21259 /* wscmd.cpp */, + C1EA707F1680FE1500A21259 /* wscmd.hpp */, + C1EA70801680FE1500A21259 /* wsperf.cfg */, + C1EA70811680FE1500A21259 /* wsperf.cpp */, + C1EA70821680FE1500A21259 /* wsperf_commander.html */, + ); + path = wsperf; + sourceTree = ""; + }; + C1EA70791680FE1500A21259 /* vendor */ = { + isa = PBXGroup; + children = ( + C1EA707A1680FE1500A21259 /* backbone-localstorage.js */, + C1EA707B1680FE1500A21259 /* backbone.js */, + C1EA707C1680FE1500A21259 /* jquery.min.js */, + C1EA707D1680FE1500A21259 /* underscore.js */, + ); + path = vendor; + sourceTree = ""; + }; + C1EA70871680FE1500A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA70881680FE1500A21259 /* base64 */, + C1EA708B1680FE1500A21259 /* common.hpp */, + C1EA708C1680FE1500A21259 /* connection.hpp */, + C1EA708D1680FE1500A21259 /* endpoint.hpp */, + C1EA708E1680FE1500A21259 /* http */, + C1EA70911680FE1500A21259 /* logger */, + C1EA70931680FE1500A21259 /* md5 */, + C1EA70971680FE1500A21259 /* messages */, + C1EA709B1680FE1500A21259 /* network_utilities.cpp */, + C1EA709C1680FE1500A21259 /* network_utilities.hpp */, + C1EA709D1680FE1500A21259 /* processors */, + C1EA70A51680FE1500A21259 /* rng */, + C1EA70AA1680FE1500A21259 /* roles */, + C1EA70AD1680FE1500A21259 /* SConscript */, + C1EA70AE1680FE1500A21259 /* sha1 */, + C1EA70B71680FE1500A21259 /* shared_const_buffer.hpp */, + C1EA70B81680FE1500A21259 /* sockets */, + C1EA70BC1680FE1500A21259 /* ssl */, + C1EA70C11680FE1500A21259 /* uri.cpp */, + C1EA70C21680FE1500A21259 /* uri.hpp */, + C1EA70C31680FE1500A21259 /* utf8_validator */, + C1EA70C51680FE1500A21259 /* websocket_frame.hpp */, + C1EA70C61680FE1500A21259 /* websocketpp.hpp */, + ); + path = src; + sourceTree = ""; + }; + C1EA70881680FE1500A21259 /* base64 */ = { + isa = PBXGroup; + children = ( + C1EA70891680FE1500A21259 /* base64.cpp */, + C1EA708A1680FE1500A21259 /* base64.h */, + ); + path = base64; + sourceTree = ""; + }; + C1EA708E1680FE1500A21259 /* http */ = { + isa = PBXGroup; + children = ( + C1EA708F1680FE1500A21259 /* constants.hpp */, + C1EA70901680FE1500A21259 /* parser.hpp */, + ); + path = http; + sourceTree = ""; + }; + C1EA70911680FE1500A21259 /* logger */ = { + isa = PBXGroup; + children = ( + C1EA70921680FE1500A21259 /* logger.hpp */, + ); + path = logger; + sourceTree = ""; + }; + C1EA70931680FE1500A21259 /* md5 */ = { + isa = PBXGroup; + children = ( + C1EA70941680FE1500A21259 /* md5.c */, + C1EA70951680FE1500A21259 /* md5.h */, + C1EA70961680FE1500A21259 /* md5.hpp */, + ); + path = md5; + sourceTree = ""; + }; + C1EA70971680FE1500A21259 /* messages */ = { + isa = PBXGroup; + children = ( + C1EA70981680FE1500A21259 /* control.hpp */, + C1EA70991680FE1500A21259 /* data.cpp */, + C1EA709A1680FE1500A21259 /* data.hpp */, + ); + path = messages; + sourceTree = ""; + }; + C1EA709D1680FE1500A21259 /* processors */ = { + isa = PBXGroup; + children = ( + C1EA709E1680FE1500A21259 /* hybi.hpp */, + C1EA709F1680FE1500A21259 /* hybi_header.cpp */, + C1EA70A01680FE1500A21259 /* hybi_header.hpp */, + C1EA70A11680FE1500A21259 /* hybi_legacy.hpp */, + C1EA70A21680FE1500A21259 /* hybi_util.cpp */, + C1EA70A31680FE1500A21259 /* hybi_util.hpp */, + C1EA70A41680FE1500A21259 /* processor.hpp */, + ); + path = processors; + sourceTree = ""; + }; + C1EA70A51680FE1500A21259 /* rng */ = { + isa = PBXGroup; + children = ( + C1EA70A61680FE1500A21259 /* blank_rng.cpp */, + C1EA70A71680FE1500A21259 /* blank_rng.hpp */, + C1EA70A81680FE1500A21259 /* boost_rng.cpp */, + C1EA70A91680FE1500A21259 /* boost_rng.hpp */, + ); + path = rng; + sourceTree = ""; + }; + C1EA70AA1680FE1500A21259 /* roles */ = { + isa = PBXGroup; + children = ( + C1EA70AB1680FE1500A21259 /* client.hpp */, + C1EA70AC1680FE1500A21259 /* server.hpp */, + ); + path = roles; + sourceTree = ""; + }; + C1EA70AE1680FE1500A21259 /* sha1 */ = { + isa = PBXGroup; + children = ( + C1EA70AF1680FE1500A21259 /* license.txt */, + C1EA70B01680FE1500A21259 /* Makefile */, + C1EA70B11680FE1500A21259 /* Makefile.nt */, + C1EA70B21680FE1500A21259 /* sha.cpp */, + C1EA70B31680FE1500A21259 /* sha1.cpp */, + C1EA70B41680FE1500A21259 /* sha1.h */, + C1EA70B51680FE1500A21259 /* shacmp.cpp */, + C1EA70B61680FE1500A21259 /* shatest.cpp */, + ); + path = sha1; + sourceTree = ""; + }; + C1EA70B81680FE1500A21259 /* sockets */ = { + isa = PBXGroup; + children = ( + C1EA70B91680FE1500A21259 /* plain.hpp */, + C1EA70BA1680FE1500A21259 /* socket_base.hpp */, + C1EA70BB1680FE1500A21259 /* tls.hpp */, + ); + path = sockets; + sourceTree = ""; + }; + C1EA70BC1680FE1500A21259 /* ssl */ = { + isa = PBXGroup; + children = ( + C1EA70BD1680FE1500A21259 /* client.pem */, + C1EA70BE1680FE1500A21259 /* dh512.pem */, + C1EA70BF1680FE1500A21259 /* server.cer */, + C1EA70C01680FE1500A21259 /* server.pem */, + ); + path = ssl; + sourceTree = ""; + }; + C1EA70C31680FE1500A21259 /* utf8_validator */ = { + isa = PBXGroup; + children = ( + C1EA70C41680FE1500A21259 /* utf8_validator.hpp */, + ); + path = utf8_validator; + sourceTree = ""; + }; + C1EA70C71680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA70C81680FE1500A21259 /* basic */, + ); + path = test; + sourceTree = ""; + }; + C1EA70C81680FE1500A21259 /* basic */ = { + isa = PBXGroup; + children = ( + C1EA70C91680FE1500A21259 /* hybi_util.cpp */, + C1EA70CA1680FE1500A21259 /* logging.cpp */, + C1EA70CB1680FE1500A21259 /* Makefile */, + C1EA70CC1680FE1500A21259 /* parsing.cpp */, + C1EA70CD1680FE1500A21259 /* uri_perf.cpp */, + ); + path = basic; + sourceTree = ""; + }; + C1EA70CF1680FE1500A21259 /* websocketpp.bbprojectd */ = { + isa = PBXGroup; + children = ( + C1EA70D01680FE1500A21259 /* project.bbprojectdata */, + C1EA70D11680FE1500A21259 /* Scratchpad.txt */, + C1EA70D21680FE1500A21259 /* Unix Worksheet.worksheet */, + C1EA70D31680FE1500A21259 /* zaphoyd.bbprojectsettings */, + ); + path = websocketpp.bbprojectd; + sourceTree = ""; + }; + C1EA70D51680FE1500A21259 /* Products */ = { + isa = PBXGroup; + children = ( + C1EA84A21680FE1B00A21259 /* libwebsocketpp.a */, + C1EA84A41680FE1B00A21259 /* libwebsocketpp.dylib */, + C1EA84A61680FE1B00A21259 /* echo_server */, + C1EA84A81680FE1B00A21259 /* chat_client */, + C1EA84AA1680FE1B00A21259 /* echo_client */, + C1EA84AC1680FE1B00A21259 /* Policy Test */, + C1EA84AE1680FE1B00A21259 /* echo_server_tls */, + C1EA84B01680FE1B00A21259 /* fuzzing_server */, + C1EA84B21680FE1B00A21259 /* fuzzing_client */, + C1EA84B41680FE1B00A21259 /* broadcast_server */, + C1EA84B61680FE1B00A21259 /* stress_client */, + C1EA84B81680FE1B00A21259 /* concurrent_server */, + C1EA84BA1680FE1B00A21259 /* wsperf */, + ); + name = Products; + sourceTree = ""; + }; + C1EA70D71680FE1500A21259 /* windows */ = { + isa = PBXGroup; + children = ( + C1EA70D81680FE1500A21259 /* vcpp2008 */, + C1EA70E31680FE1500A21259 /* vcpp2010 */, + ); + path = windows; + sourceTree = ""; + }; + C1EA70D81680FE1500A21259 /* vcpp2008 */ = { + isa = PBXGroup; + children = ( + C1EA70D91680FE1500A21259 /* .gitignore */, + C1EA70DA1680FE1500A21259 /* common.vsprops */, + C1EA70DB1680FE1500A21259 /* examples */, + C1EA70E01680FE1500A21259 /* stdint.h */, + C1EA70E11680FE1500A21259 /* websocketpp.sln */, + C1EA70E21680FE1500A21259 /* websocketpp.vcproj */, + ); + path = vcpp2008; + sourceTree = ""; + }; + C1EA70DB1680FE1500A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA70DC1680FE1500A21259 /* chatclient.vcproj */, + C1EA70DD1680FE1500A21259 /* chatserver.vcproj */, + C1EA70DE1680FE1500A21259 /* concurrent_server.vcproj */, + C1EA70DF1680FE1500A21259 /* echoserver.vcproj */, + ); + path = examples; + sourceTree = ""; + }; + C1EA70E31680FE1500A21259 /* vcpp2010 */ = { + isa = PBXGroup; + children = ( + C1EA70E41680FE1500A21259 /* .gitignore */, + C1EA70E51680FE1500A21259 /* examples */, + C1EA70F11680FE1500A21259 /* readme.txt */, + C1EA70F21680FE1500A21259 /* websocketpp.sln */, + C1EA70F31680FE1500A21259 /* websocketpp.vcxproj */, + C1EA70F41680FE1500A21259 /* websocketpp.vcxproj.filters */, + ); + path = vcpp2010; + sourceTree = ""; + }; + C1EA70E51680FE1500A21259 /* examples */ = { + isa = PBXGroup; + children = ( + C1EA70E61680FE1500A21259 /* chatclient.vcxproj */, + C1EA70E71680FE1500A21259 /* chatclient.vcxproj.filters */, + C1EA70E81680FE1500A21259 /* chatserver.vcxproj */, + C1EA70E91680FE1500A21259 /* chatserver.vcxproj.filters */, + C1EA70EA1680FE1500A21259 /* echoclient.vcxproj */, + C1EA70EB1680FE1500A21259 /* echoclient.vcxproj.filters */, + C1EA70EC1680FE1500A21259 /* echoserver.vcxproj */, + C1EA70ED1680FE1500A21259 /* echoserver.vcxproj.filters */, + C1EA70EE1680FE1500A21259 /* wsperf */, + ); + path = examples; + sourceTree = ""; + }; + C1EA70EE1680FE1500A21259 /* wsperf */ = { + isa = PBXGroup; + children = ( + C1EA70EF1680FE1500A21259 /* wsperf.vcxproj */, + C1EA70F01680FE1500A21259 /* wsperf.vcxproj.filters */, + ); + path = wsperf; + sourceTree = ""; + }; + C1EA70F51680FE1500A21259 /* js */ = { + isa = PBXGroup; + children = ( + C1EA70F61680FE1500A21259 /* account.js */, + C1EA70F71680FE1500A21259 /* amount.js */, + C1EA70F81680FE1500A21259 /* cryptojs */, + C1EA710D1680FE1500A21259 /* index.js */, + C1EA710E1680FE1500A21259 /* jsbn.js */, + C1EA710F1680FE1500A21259 /* network.js */, + C1EA71101680FE1500A21259 /* nodeutils.js */, + C1EA71111680FE1500A21259 /* remote.js */, + C1EA71121680FE1500A21259 /* serializer.js */, + C1EA71131680FE1500A21259 /* sjcl */, + C1EA71E61680FE1500A21259 /* utils.js */, + C1EA71E71680FE1500A21259 /* utils.web.js */, + ); + path = js; + sourceTree = ""; + }; + C1EA70F81680FE1500A21259 /* cryptojs */ = { + isa = PBXGroup; + children = ( + C1EA70F91680FE1500A21259 /* cryptojs.js */, + C1EA70FA1680FE1500A21259 /* lib */, + C1EA71081680FE1500A21259 /* package.json */, + C1EA71091680FE1500A21259 /* README.md */, + C1EA710A1680FE1500A21259 /* test */, + ); + path = cryptojs; + sourceTree = ""; + }; + C1EA70FA1680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA70FB1680FE1500A21259 /* AES.js */, + C1EA70FC1680FE1500A21259 /* BlockModes.js */, + C1EA70FD1680FE1500A21259 /* Crypto.js */, + C1EA70FE1680FE1500A21259 /* CryptoMath.js */, + C1EA70FF1680FE1500A21259 /* DES.js */, + C1EA71001680FE1500A21259 /* HMAC.js */, + C1EA71011680FE1500A21259 /* MARC4.js */, + C1EA71021680FE1500A21259 /* MD5.js */, + C1EA71031680FE1500A21259 /* PBKDF2.js */, + C1EA71041680FE1500A21259 /* PBKDF2Async.js */, + C1EA71051680FE1500A21259 /* Rabbit.js */, + C1EA71061680FE1500A21259 /* SHA1.js */, + C1EA71071680FE1500A21259 /* SHA256.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA710A1680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA710B1680FE1500A21259 /* PBKDF2-test.js */, + C1EA710C1680FE1500A21259 /* test.coffee */, + ); + path = test; + sourceTree = ""; + }; + C1EA71131680FE1500A21259 /* sjcl */ = { + isa = PBXGroup; + children = ( + C1EA71141680FE1500A21259 /* browserTest */, + C1EA71191680FE1500A21259 /* compress */, + C1EA71221680FE1500A21259 /* config.mk */, + C1EA71231680FE1500A21259 /* configure */, + C1EA71241680FE1500A21259 /* core */, + C1EA71381680FE1500A21259 /* core.js */, + C1EA71391680FE1500A21259 /* core_closure.js */, + C1EA713A1680FE1500A21259 /* demo */, + C1EA71401680FE1500A21259 /* jsdoc_toolkit-2.3.3-beta */, + C1EA71C11680FE1500A21259 /* lint */, + C1EA71C41680FE1500A21259 /* Makefile */, + C1EA71C51680FE1500A21259 /* README */, + C1EA71CB1680FE1500A21259 /* sjcl.js */, + C1EA71CC1680FE1500A21259 /* test */, + ); + path = sjcl; + sourceTree = ""; + }; + C1EA71141680FE1500A21259 /* browserTest */ = { + isa = PBXGroup; + children = ( + C1EA71151680FE1500A21259 /* browserTest.html */, + C1EA71161680FE1500A21259 /* browserUtil.js */, + C1EA71171680FE1500A21259 /* rhinoUtil.js */, + C1EA71181680FE1500A21259 /* test.css */, + ); + path = browserTest; + sourceTree = ""; + }; + C1EA71191680FE1500A21259 /* compress */ = { + isa = PBXGroup; + children = ( + C1EA711A1680FE1500A21259 /* compiler.jar */, + C1EA711B1680FE1500A21259 /* compress_with_closure.sh */, + C1EA711C1680FE1500A21259 /* compress_with_yui.sh */, + C1EA711D1680FE1500A21259 /* dewindowize.pl */, + C1EA711E1680FE1500A21259 /* digitize.pl */, + C1EA711F1680FE1500A21259 /* opacify.pl */, + C1EA71201680FE1500A21259 /* remove_constants.pl */, + C1EA71211680FE1500A21259 /* yuicompressor-2.4.2.jar */, + ); + path = compress; + sourceTree = ""; + }; + C1EA71241680FE1500A21259 /* core */ = { + isa = PBXGroup; + children = ( + C1EA71251680FE1500A21259 /* aes.js */, + C1EA71261680FE1500A21259 /* bitArray.js */, + C1EA71271680FE1500A21259 /* bn.js */, + C1EA71281680FE1500A21259 /* cbc.js */, + C1EA71291680FE1500A21259 /* ccm.js */, + C1EA712A1680FE1500A21259 /* codecBase64.js */, + C1EA712B1680FE1500A21259 /* codecBytes.js */, + C1EA712C1680FE1500A21259 /* codecHex.js */, + C1EA712D1680FE1500A21259 /* codecString.js */, + C1EA712E1680FE1500A21259 /* convenience.js */, + C1EA712F1680FE1500A21259 /* ecc.js */, + C1EA71301680FE1500A21259 /* hmac.js */, + C1EA71311680FE1500A21259 /* ocb2.js */, + C1EA71321680FE1500A21259 /* pbkdf2.js */, + C1EA71331680FE1500A21259 /* random.js */, + C1EA71341680FE1500A21259 /* sha1.js */, + C1EA71351680FE1500A21259 /* sha256.js */, + C1EA71361680FE1500A21259 /* sjcl.js */, + C1EA71371680FE1500A21259 /* srp.js */, + ); + path = core; + sourceTree = ""; + }; + C1EA713A1680FE1500A21259 /* demo */ = { + isa = PBXGroup; + children = ( + C1EA713B1680FE1500A21259 /* alpha-arrow.png */, + C1EA713C1680FE1500A21259 /* example.css */, + C1EA713D1680FE1500A21259 /* example.js */, + C1EA713E1680FE1500A21259 /* form.js */, + C1EA713F1680FE1500A21259 /* index.html */, + ); + path = demo; + sourceTree = ""; + }; + C1EA71401680FE1500A21259 /* jsdoc_toolkit-2.3.3-beta */ = { + isa = PBXGroup; + children = ( + C1EA71411680FE1500A21259 /* app */, + C1EA71A51680FE1500A21259 /* changes.txt */, + C1EA71A61680FE1500A21259 /* conf */, + C1EA71A81680FE1500A21259 /* java */, + C1EA71B01680FE1500A21259 /* jsdebug.jar */, + C1EA71B11680FE1500A21259 /* jsrun.jar */, + C1EA71B21680FE1500A21259 /* jsrun.sh */, + C1EA71B31680FE1500A21259 /* README.txt */, + C1EA71B41680FE1500A21259 /* templates */, + ); + path = "jsdoc_toolkit-2.3.3-beta"; + sourceTree = ""; + }; + C1EA71411680FE1500A21259 /* app */ = { + isa = PBXGroup; + children = ( + C1EA71421680FE1500A21259 /* frame */, + C1EA714C1680FE1500A21259 /* frame.js */, + C1EA714D1680FE1500A21259 /* handlers */, + C1EA71541680FE1500A21259 /* lib */, + C1EA71661680FE1500A21259 /* main.js */, + C1EA71671680FE1500A21259 /* plugins */, + C1EA716F1680FE1500A21259 /* run.js */, + C1EA71701680FE1500A21259 /* t */, + C1EA71731680FE1500A21259 /* test */, + C1EA71A41680FE1500A21259 /* test.js */, + ); + path = app; + sourceTree = ""; + }; + C1EA71421680FE1500A21259 /* frame */ = { + isa = PBXGroup; + children = ( + C1EA71431680FE1500A21259 /* Chain.js */, + C1EA71441680FE1500A21259 /* Dumper.js */, + C1EA71451680FE1500A21259 /* Hash.js */, + C1EA71461680FE1500A21259 /* Link.js */, + C1EA71471680FE1500A21259 /* Namespace.js */, + C1EA71481680FE1500A21259 /* Opt.js */, + C1EA71491680FE1500A21259 /* Reflection.js */, + C1EA714A1680FE1500A21259 /* String.js */, + C1EA714B1680FE1500A21259 /* Testrun.js */, + ); + path = frame; + sourceTree = ""; + }; + C1EA714D1680FE1500A21259 /* handlers */ = { + isa = PBXGroup; + children = ( + C1EA714E1680FE1500A21259 /* FOODOC.js */, + C1EA714F1680FE1500A21259 /* XMLDOC */, + C1EA71531680FE1500A21259 /* XMLDOC.js */, + ); + path = handlers; + sourceTree = ""; + }; + C1EA714F1680FE1500A21259 /* XMLDOC */ = { + isa = PBXGroup; + children = ( + C1EA71501680FE1500A21259 /* DomReader.js */, + C1EA71511680FE1500A21259 /* XMLDoc.js */, + C1EA71521680FE1500A21259 /* XMLParse.js */, + ); + path = XMLDOC; + sourceTree = ""; + }; + C1EA71541680FE1500A21259 /* lib */ = { + isa = PBXGroup; + children = ( + C1EA71551680FE1500A21259 /* JSDOC */, + C1EA71651680FE1500A21259 /* JSDOC.js */, + ); + path = lib; + sourceTree = ""; + }; + C1EA71551680FE1500A21259 /* JSDOC */ = { + isa = PBXGroup; + children = ( + C1EA71561680FE1500A21259 /* DocComment.js */, + C1EA71571680FE1500A21259 /* DocTag.js */, + C1EA71581680FE1500A21259 /* JsDoc.js */, + C1EA71591680FE1500A21259 /* JsPlate.js */, + C1EA715A1680FE1500A21259 /* Lang.js */, + C1EA715B1680FE1500A21259 /* Parser.js */, + C1EA715C1680FE1500A21259 /* PluginManager.js */, + C1EA715D1680FE1500A21259 /* Symbol.js */, + C1EA715E1680FE1500A21259 /* SymbolSet.js */, + C1EA715F1680FE1500A21259 /* TextStream.js */, + C1EA71601680FE1500A21259 /* Token.js */, + C1EA71611680FE1500A21259 /* TokenReader.js */, + C1EA71621680FE1500A21259 /* TokenStream.js */, + C1EA71631680FE1500A21259 /* Util.js */, + C1EA71641680FE1500A21259 /* Walker.js */, + ); + path = JSDOC; + sourceTree = ""; + }; + C1EA71671680FE1500A21259 /* plugins */ = { + isa = PBXGroup; + children = ( + C1EA71681680FE1500A21259 /* commentSrcJson.js */, + C1EA71691680FE1500A21259 /* frameworkPrototype.js */, + C1EA716A1680FE1500A21259 /* functionCall.js */, + C1EA716B1680FE1500A21259 /* publishSrcHilite.js */, + C1EA716C1680FE1500A21259 /* symbolLink.js */, + C1EA716D1680FE1500A21259 /* tagParamConfig.js */, + C1EA716E1680FE1500A21259 /* tagSynonyms.js */, + ); + path = plugins; + sourceTree = ""; + }; + C1EA71701680FE1500A21259 /* t */ = { + isa = PBXGroup; + children = ( + C1EA71711680FE1500A21259 /* runner.js */, + C1EA71721680FE1500A21259 /* TestDoc.js */, + ); + path = t; + sourceTree = ""; + }; + C1EA71731680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA71741680FE1500A21259 /* addon.js */, + C1EA71751680FE1500A21259 /* anon_inner.js */, + C1EA71761680FE1500A21259 /* augments.js */, + C1EA71771680FE1500A21259 /* augments2.js */, + C1EA71781680FE1500A21259 /* borrows.js */, + C1EA71791680FE1500A21259 /* borrows2.js */, + C1EA717A1680FE1500A21259 /* config.js */, + C1EA717B1680FE1500A21259 /* constructs.js */, + C1EA717C1680FE1500A21259 /* encoding.js */, + C1EA717D1680FE1500A21259 /* encoding_other.js */, + C1EA717E1680FE1500A21259 /* event.js */, + C1EA717F1680FE1500A21259 /* exports.js */, + C1EA71801680FE1500A21259 /* functions_anon.js */, + C1EA71811680FE1500A21259 /* functions_nested.js */, + C1EA71821680FE1500A21259 /* global.js */, + C1EA71831680FE1500A21259 /* globals.js */, + C1EA71841680FE1500A21259 /* ignore.js */, + C1EA71851680FE1500A21259 /* inner.js */, + C1EA71861680FE1500A21259 /* jsdoc_test.js */, + C1EA71871680FE1500A21259 /* lend.js */, + C1EA71881680FE1500A21259 /* memberof.js */, + C1EA71891680FE1500A21259 /* memberof2.js */, + C1EA718A1680FE1500A21259 /* memberof3.js */, + C1EA718B1680FE1500A21259 /* memberof_constructor.js */, + C1EA718C1680FE1500A21259 /* module.js */, + C1EA718D1680FE1500A21259 /* multi_methods.js */, + C1EA718E1680FE1500A21259 /* name.js */, + C1EA718F1680FE1500A21259 /* namespace_nested.js */, + C1EA71901680FE1500A21259 /* nocode.js */, + C1EA71911680FE1500A21259 /* oblit_anon.js */, + C1EA71921680FE1500A21259 /* overview.js */, + C1EA71931680FE1500A21259 /* param_inline.js */, + C1EA71941680FE1500A21259 /* params_optional.js */, + C1EA71951680FE1500A21259 /* prototype.js */, + C1EA71961680FE1500A21259 /* prototype_nested.js */, + C1EA71971680FE1500A21259 /* prototype_oblit.js */, + C1EA71981680FE1500A21259 /* prototype_oblit_constructor.js */, + C1EA71991680FE1500A21259 /* public.js */, + C1EA719A1680FE1500A21259 /* scripts */, + C1EA719D1680FE1500A21259 /* shared.js */, + C1EA719E1680FE1500A21259 /* shared2.js */, + C1EA719F1680FE1500A21259 /* shortcuts.js */, + C1EA71A01680FE1500A21259 /* static_this.js */, + C1EA71A11680FE1500A21259 /* synonyms.js */, + C1EA71A21680FE1500A21259 /* tosource.js */, + C1EA71A31680FE1500A21259 /* variable_redefine.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA719A1680FE1500A21259 /* scripts */ = { + isa = PBXGroup; + children = ( + C1EA719B1680FE1500A21259 /* code.js */, + C1EA719C1680FE1500A21259 /* notcode.txt */, + ); + path = scripts; + sourceTree = ""; + }; + C1EA71A61680FE1500A21259 /* conf */ = { + isa = PBXGroup; + children = ( + C1EA71A71680FE1500A21259 /* sample.conf */, + ); + path = conf; + sourceTree = ""; + }; + C1EA71A81680FE1500A21259 /* java */ = { + isa = PBXGroup; + children = ( + C1EA71A91680FE1500A21259 /* build.xml */, + C1EA71AA1680FE1500A21259 /* build_1.4.xml */, + C1EA71AB1680FE1500A21259 /* classes */, + C1EA71AD1680FE1500A21259 /* src */, + ); + path = java; + sourceTree = ""; + }; + C1EA71AB1680FE1500A21259 /* classes */ = { + isa = PBXGroup; + children = ( + C1EA71AC1680FE1500A21259 /* js.jar */, + ); + path = classes; + sourceTree = ""; + }; + C1EA71AD1680FE1500A21259 /* src */ = { + isa = PBXGroup; + children = ( + C1EA71AE1680FE1500A21259 /* JsDebugRun.java */, + C1EA71AF1680FE1500A21259 /* JsRun.java */, + ); + path = src; + sourceTree = ""; + }; + C1EA71B41680FE1500A21259 /* templates */ = { + isa = PBXGroup; + children = ( + C1EA71B51680FE1500A21259 /* codeview */, + ); + path = templates; + sourceTree = ""; + }; + C1EA71B51680FE1500A21259 /* codeview */ = { + isa = PBXGroup; + children = ( + C1EA71B61680FE1500A21259 /* allclasses.tmpl */, + C1EA71B71680FE1500A21259 /* allfiles.tmpl */, + C1EA71B81680FE1500A21259 /* class.tmpl */, + C1EA71B91680FE1500A21259 /* css */, + C1EA71BB1680FE1500A21259 /* index.tmpl */, + C1EA71BC1680FE1500A21259 /* publish.js */, + C1EA71BD1680FE1500A21259 /* static */, + C1EA71C01680FE1500A21259 /* symbol.tmpl */, + ); + path = codeview; + sourceTree = ""; + }; + C1EA71B91680FE1500A21259 /* css */ = { + isa = PBXGroup; + children = ( + C1EA71BA1680FE1500A21259 /* default.css */, + ); + path = css; + sourceTree = ""; + }; + C1EA71BD1680FE1500A21259 /* static */ = { + isa = PBXGroup; + children = ( + C1EA71BE1680FE1500A21259 /* header.html */, + C1EA71BF1680FE1500A21259 /* index.html */, + ); + path = static; + sourceTree = ""; + }; + C1EA71C11680FE1500A21259 /* lint */ = { + isa = PBXGroup; + children = ( + C1EA71C21680FE1500A21259 /* coding_guidelines.pl */, + C1EA71C31680FE1500A21259 /* jslint_rhino.js */, + ); + path = lint; + sourceTree = ""; + }; + C1EA71C51680FE1500A21259 /* README */ = { + isa = PBXGroup; + children = ( + C1EA71C61680FE1500A21259 /* bsd.txt */, + C1EA71C71680FE1500A21259 /* COPYRIGHT */, + C1EA71C81680FE1500A21259 /* gpl-2.0.txt */, + C1EA71C91680FE1500A21259 /* gpl-3.0.txt */, + C1EA71CA1680FE1500A21259 /* INSTALL */, + ); + path = README; + sourceTree = ""; + }; + C1EA71CC1680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA71CD1680FE1500A21259 /* aes_test.js */, + C1EA71CE1680FE1500A21259 /* aes_vectors.js */, + C1EA71CF1680FE1500A21259 /* bn_test.js */, + C1EA71D01680FE1500A21259 /* bn_vectors.js */, + C1EA71D11680FE1500A21259 /* cbc_test.js */, + C1EA71D21680FE1500A21259 /* cbc_vectors.js */, + C1EA71D31680FE1500A21259 /* ccm_test.js */, + C1EA71D41680FE1500A21259 /* ccm_vectors.js */, + C1EA71D51680FE1500A21259 /* ecdh_test.js */, + C1EA71D61680FE1500A21259 /* ecdsa_test.js */, + C1EA71D71680FE1500A21259 /* hmac_test.js */, + C1EA71D81680FE1500A21259 /* hmac_vectors.js */, + C1EA71D91680FE1500A21259 /* ocb2_test.js */, + C1EA71DA1680FE1500A21259 /* ocb2_vectors.js */, + C1EA71DB1680FE1500A21259 /* pbkdf2_test.js */, + C1EA71DC1680FE1500A21259 /* run_tests_browser.js */, + C1EA71DD1680FE1500A21259 /* run_tests_rhino.js */, + C1EA71DE1680FE1500A21259 /* sha1_test.js */, + C1EA71DF1680FE1500A21259 /* sha1_vectors.js */, + C1EA71E01680FE1500A21259 /* sha256_test.js */, + C1EA71E11680FE1500A21259 /* sha256_test_brute_force.js */, + C1EA71E21680FE1500A21259 /* sha256_vectors.js */, + C1EA71E31680FE1500A21259 /* srp_test.js */, + C1EA71E41680FE1500A21259 /* srp_vectors.js */, + C1EA71E51680FE1500A21259 /* test.js */, + ); + path = test; + sourceTree = ""; + }; + C1EA71E91680FE1500A21259 /* test */ = { + isa = PBXGroup; + children = ( + C1EA71EA1680FE1500A21259 /* amount-test.js */, + C1EA71EB1680FE1500A21259 /* buster.js */, + C1EA71EC1680FE1500A21259 /* config-example.js */, + C1EA71ED1680FE1500A21259 /* config.js */, + C1EA71EE1680FE1500A21259 /* monitor-test.js */, + C1EA71EF1680FE1500A21259 /* offer-test.js */, + C1EA71F01680FE1500A21259 /* path-test.js */, + C1EA71F11680FE1500A21259 /* remote-test.js */, + C1EA71F21680FE1500A21259 /* send-test.js */, + C1EA71F31680FE1500A21259 /* server-test.js */, + C1EA71F41680FE1500A21259 /* server.js */, + C1EA71F51680FE1500A21259 /* testconfig.js */, + C1EA71F61680FE1500A21259 /* testutils.js */, + C1EA71F71680FE1500A21259 /* utils-test.js */, + C1EA71F81680FE1500A21259 /* websocket-test.js */, + ); + name = test; + path = ../../test; + sourceTree = ""; + }; + C1EA71FA1680FE1500A21259 /* tmp */ = { + isa = PBXGroup; + children = ( + C1EA71FB1680FE1500A21259 /* server */, + ); + name = tmp; + path = ../../tmp; + sourceTree = ""; + }; + C1EA71FB1680FE1500A21259 /* server */ = { + isa = PBXGroup; + children = ( + C1EA71FC1680FE1500A21259 /* alpha */, + ); + path = server; + sourceTree = ""; + }; + C1EA71FC1680FE1500A21259 /* alpha */ = { + isa = PBXGroup; + children = ( + C1EA71FD1680FE1500A21259 /* rippled.cfg */, + ); + path = alpha; + sourceTree = ""; + }; + C1EA72001680FE1500A21259 /* web_modules */ = { + isa = PBXGroup; + children = ( + C1EA72011680FE1500A21259 /* domain.js */, + C1EA72021680FE1500A21259 /* ws.js */, + ); + name = web_modules; + path = ../../web_modules; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + C1EA4FC71680FDCA00A21259 /* NewCoin */ = { + isa = PBXNativeTarget; + buildConfigurationList = C1EA4FD21680FDCA00A21259 /* Build configuration list for PBXNativeTarget "NewCoin" */; + buildPhases = ( + C1EA4FC41680FDCA00A21259 /* Sources */, + C1EA4FC51680FDCA00A21259 /* Frameworks */, + C1EA4FC61680FDCA00A21259 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = NewCoin; + productName = NewCoin; + productReference = C1EA4FC81680FDCA00A21259 /* NewCoin */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + C1EA4FBF1680FDCA00A21259 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0450; + ORGANIZATIONNAME = Jcar; + }; + buildConfigurationList = C1EA4FC21680FDCA00A21259 /* Build configuration list for PBXProject "NewCoin" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = C1EA4FBD1680FDCA00A21259; + productRefGroup = C1EA4FC91680FDCA00A21259 /* Products */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = C1EA50621680FE1100A21259 /* Products */; + ProjectRef = C1EA50611680FE1100A21259 /* NewCoin.xcodeproj */; + }, + { + ProductGroup = C1EA70D51680FE1500A21259 /* Products */; + ProjectRef = C1EA70D41680FE1500A21259 /* websocketpp.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + C1EA4FC71680FDCA00A21259 /* NewCoin */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + C1EA84A21680FE1B00A21259 /* libwebsocketpp.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libwebsocketpp.a; + remoteRef = C1EA84A11680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C1EA84A41680FE1B00A21259 /* libwebsocketpp.dylib */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.dylib"; + path = libwebsocketpp.dylib; + remoteRef = C1EA84A31680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C1EA84A61680FE1B00A21259 /* echo_server */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = echo_server; + remoteRef = C1EA84A51680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C1EA84A81680FE1B00A21259 /* chat_client */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = chat_client; + remoteRef = C1EA84A71680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C1EA84AA1680FE1B00A21259 /* echo_client */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = echo_client; + remoteRef = C1EA84A91680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C1EA84AC1680FE1B00A21259 /* Policy Test */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + name = "Policy Test"; + path = policy_test; + remoteRef = C1EA84AB1680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C1EA84AE1680FE1B00A21259 /* echo_server_tls */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = echo_server_tls; + remoteRef = C1EA84AD1680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C1EA84B01680FE1B00A21259 /* fuzzing_server */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = fuzzing_server; + remoteRef = C1EA84AF1680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C1EA84B21680FE1B00A21259 /* fuzzing_client */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = fuzzing_client; + remoteRef = C1EA84B11680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C1EA84B41680FE1B00A21259 /* broadcast_server */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = broadcast_server; + remoteRef = C1EA84B31680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C1EA84B61680FE1B00A21259 /* stress_client */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = stress_client; + remoteRef = C1EA84B51680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C1EA84B81680FE1B00A21259 /* concurrent_server */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = concurrent_server; + remoteRef = C1EA84B71680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C1EA84BA1680FE1B00A21259 /* wsperf */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = wsperf; + remoteRef = C1EA84B91680FE1B00A21259 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXSourcesBuildPhase section */ + C1EA4FC41680FDCA00A21259 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C1EA4FCD1680FDCA00A21259 /* main.cpp in Sources */, + C1EA727B1680FE1800A21259 /* ripple.pb.cc in Sources */, + C1EA727D1680FE1800A21259 /* main.cpp in Sources */, + C1EA83171680FE1A00A21259 /* database.cpp in Sources */, + C1EA83181680FE1A00A21259 /* mysqldatabase.cpp in Sources */, + C1EA83191680FE1A00A21259 /* sqlite3.c in Sources */, + C1EA831A1680FE1A00A21259 /* SqliteDatabase.cpp in Sources */, + C1EA831B1680FE1A00A21259 /* windatabase.cpp in Sources */, + C1EA831C1680FE1A00A21259 /* json_reader.cpp in Sources */, + C1EA831D1680FE1A00A21259 /* json_value.cpp in Sources */, + C1EA831E1680FE1A00A21259 /* json_writer.cpp in Sources */, + C1EA831F1680FE1A00A21259 /* AccountItems.cpp in Sources */, + C1EA83201680FE1A00A21259 /* AccountSetTransactor.cpp in Sources */, + C1EA83211680FE1A00A21259 /* AccountState.cpp in Sources */, + C1EA83221680FE1A00A21259 /* Amount.cpp in Sources */, + C1EA83231680FE1A00A21259 /* Application.cpp in Sources */, + C1EA83241680FE1A00A21259 /* BitcoinUtil.cpp in Sources */, + C1EA83251680FE1A00A21259 /* CallRPC.cpp in Sources */, + C1EA83261680FE1A00A21259 /* CanonicalTXSet.cpp in Sources */, + C1EA83271680FE1A00A21259 /* Config.cpp in Sources */, + C1EA83281680FE1A00A21259 /* ConnectionPool.cpp in Sources */, + C1EA83291680FE1A00A21259 /* Contract.cpp in Sources */, + C1EA832A1680FE1A00A21259 /* DBInit.cpp in Sources */, + C1EA832B1680FE1A00A21259 /* DeterministicKeys.cpp in Sources */, + C1EA832C1680FE1A00A21259 /* ECIES.cpp in Sources */, + C1EA832D1680FE1A00A21259 /* FeatureTable.cpp in Sources */, + C1EA832E1680FE1A00A21259 /* FieldNames.cpp in Sources */, + C1EA832F1680FE1A00A21259 /* HashedObject.cpp in Sources */, + C1EA83301680FE1A00A21259 /* HTTPRequest.cpp in Sources */, + C1EA83311680FE1A00A21259 /* HttpsClient.cpp in Sources */, + C1EA83321680FE1A00A21259 /* InstanceCounter.cpp in Sources */, + C1EA83331680FE1A00A21259 /* Interpreter.cpp in Sources */, + C1EA83341680FE1A00A21259 /* JobQueue.cpp in Sources */, + C1EA83351680FE1A00A21259 /* Ledger.cpp in Sources */, + C1EA83361680FE1A00A21259 /* LedgerAcquire.cpp in Sources */, + C1EA83371680FE1A00A21259 /* LedgerConsensus.cpp in Sources */, + C1EA83381680FE1A00A21259 /* LedgerEntrySet.cpp in Sources */, + C1EA83391680FE1A00A21259 /* LedgerFormats.cpp in Sources */, + C1EA833A1680FE1A00A21259 /* LedgerHistory.cpp in Sources */, + C1EA833B1680FE1A00A21259 /* LedgerMaster.cpp in Sources */, + C1EA833C1680FE1A00A21259 /* LedgerProposal.cpp in Sources */, + C1EA833D1680FE1A00A21259 /* LedgerTiming.cpp in Sources */, + C1EA833E1680FE1A00A21259 /* LoadManager.cpp in Sources */, + C1EA833F1680FE1A00A21259 /* LoadMonitor.cpp in Sources */, + C1EA83401680FE1A00A21259 /* Log.cpp in Sources */, + C1EA83411680FE1A00A21259 /* main.cpp in Sources */, + C1EA83421680FE1A00A21259 /* NetworkOPs.cpp in Sources */, + C1EA83431680FE1A00A21259 /* NicknameState.cpp in Sources */, + C1EA83441680FE1A00A21259 /* Offer.cpp in Sources */, + C1EA83451680FE1A00A21259 /* OfferCancelTransactor.cpp in Sources */, + C1EA83461680FE1A00A21259 /* OfferCreateTransactor.cpp in Sources */, + C1EA83471680FE1A00A21259 /* Operation.cpp in Sources */, + C1EA83481680FE1A00A21259 /* OrderBook.cpp in Sources */, + C1EA83491680FE1A00A21259 /* OrderBookDB.cpp in Sources */, + C1EA834A1680FE1A00A21259 /* PackedMessage.cpp in Sources */, + C1EA834B1680FE1A00A21259 /* ParameterTable.cpp in Sources */, + C1EA834C1680FE1A00A21259 /* ParseSection.cpp in Sources */, + C1EA834D1680FE1A00A21259 /* Pathfinder.cpp in Sources */, + C1EA834E1680FE1A00A21259 /* PaymentTransactor.cpp in Sources */, + C1EA834F1680FE1A00A21259 /* Peer.cpp in Sources */, + C1EA83501680FE1A00A21259 /* PeerDoor.cpp in Sources */, + C1EA83511680FE1A00A21259 /* PlatRand.cpp in Sources */, + C1EA83521680FE1A00A21259 /* ProofOfWork.cpp in Sources */, + C1EA83531680FE1A00A21259 /* PubKeyCache.cpp in Sources */, + C1EA83541680FE1A00A21259 /* RangeSet.cpp in Sources */, + C1EA83551680FE1A00A21259 /* RegularKeySetTransactor.cpp in Sources */, + C1EA83561680FE1A00A21259 /* rfc1751.cpp in Sources */, + C1EA83571680FE1A00A21259 /* RippleAddress.cpp in Sources */, + C1EA83581680FE1A00A21259 /* RippleCalc.cpp in Sources */, + C1EA83591680FE1A00A21259 /* RippleState.cpp in Sources */, + C1EA835A1680FE1A00A21259 /* rpc.cpp in Sources */, + C1EA835B1680FE1A00A21259 /* RPCDoor.cpp in Sources */, + C1EA835C1680FE1A00A21259 /* RPCErr.cpp in Sources */, + C1EA835D1680FE1A00A21259 /* RPCHandler.cpp in Sources */, + C1EA835E1680FE1A00A21259 /* RPCServer.cpp in Sources */, + C1EA835F1680FE1A00A21259 /* ScriptData.cpp in Sources */, + C1EA83601680FE1A00A21259 /* SerializedLedger.cpp in Sources */, + C1EA83611680FE1A00A21259 /* SerializedObject.cpp in Sources */, + C1EA83621680FE1A00A21259 /* SerializedTransaction.cpp in Sources */, + C1EA83631680FE1A00A21259 /* SerializedTypes.cpp in Sources */, + C1EA83641680FE1A00A21259 /* SerializedValidation.cpp in Sources */, + C1EA83651680FE1A00A21259 /* Serializer.cpp in Sources */, + C1EA83661680FE1A00A21259 /* SHAMap.cpp in Sources */, + C1EA83671680FE1A00A21259 /* SHAMapDiff.cpp in Sources */, + C1EA83681680FE1A00A21259 /* SHAMapNodes.cpp in Sources */, + C1EA83691680FE1A00A21259 /* SHAMapSync.cpp in Sources */, + C1EA836A1680FE1A00A21259 /* SNTPClient.cpp in Sources */, + C1EA836B1680FE1A00A21259 /* Suppression.cpp in Sources */, + C1EA836C1680FE1A00A21259 /* Transaction.cpp in Sources */, + C1EA836D1680FE1A00A21259 /* TransactionEngine.cpp in Sources */, + C1EA836E1680FE1A00A21259 /* TransactionErr.cpp in Sources */, + C1EA836F1680FE1A00A21259 /* TransactionFormats.cpp in Sources */, + C1EA83701680FE1A00A21259 /* TransactionMaster.cpp in Sources */, + C1EA83711680FE1A00A21259 /* TransactionMeta.cpp in Sources */, + C1EA83721680FE1A00A21259 /* Transactor.cpp in Sources */, + C1EA83731680FE1A00A21259 /* TrustSetTransactor.cpp in Sources */, + C1EA83741680FE1A00A21259 /* UniqueNodeList.cpp in Sources */, + C1EA83751680FE1A00A21259 /* utils.cpp in Sources */, + C1EA83761680FE1A00A21259 /* ValidationCollection.cpp in Sources */, + C1EA83771680FE1A00A21259 /* Wallet.cpp in Sources */, + C1EA83781680FE1A00A21259 /* WalletAddTransactor.cpp in Sources */, + C1EA83791680FE1A00A21259 /* WSDoor.cpp in Sources */, + C1EA837A1680FE1A00A21259 /* broadcast_server_tls.cpp in Sources */, + C1EA839A1680FE1A00A21259 /* chat_client.cpp in Sources */, + C1EA839B1680FE1A00A21259 /* chat_client_handler.cpp in Sources */, + C1EA839E1680FE1A00A21259 /* chat.cpp in Sources */, + C1EA839F1680FE1A00A21259 /* chat_server.cpp in Sources */, + C1EA83A11680FE1A00A21259 /* concurrent_server.cpp in Sources */, + C1EA83A31680FE1A00A21259 /* echo_client.cpp in Sources */, + C1EA83A51680FE1A00A21259 /* echo_server.cpp in Sources */, + C1EA83A71680FE1A00A21259 /* echo.cpp in Sources */, + C1EA83A81680FE1A00A21259 /* echo_server_tls.cpp in Sources */, + C1EA83AA1680FE1A00A21259 /* fuzzing_client.cpp in Sources */, + C1EA83AC1680FE1A00A21259 /* fuzzing_server_tls.cpp in Sources */, + C1EA83B01680FE1A00A21259 /* stress_client.cpp in Sources */, + C1EA83B21680FE1A00A21259 /* telemetry_server.cpp in Sources */, + C1EA83B31680FE1A00A21259 /* case.cpp in Sources */, + C1EA83B41680FE1A00A21259 /* generic.cpp in Sources */, + C1EA83B61680FE1A00A21259 /* request.cpp in Sources */, + C1EA83B71680FE1A00A21259 /* stress_aggregate.cpp in Sources */, + C1EA83B81680FE1A00A21259 /* stress_handler.cpp in Sources */, + C1EA83BD1680FE1A00A21259 /* wscmd.cpp in Sources */, + C1EA83BE1680FE1A00A21259 /* wsperf.cpp in Sources */, + C1EA83C01680FE1A00A21259 /* base64.cpp in Sources */, + C1EA83C11680FE1A00A21259 /* md5.c in Sources */, + C1EA83C21680FE1A00A21259 /* data.cpp in Sources */, + C1EA83C31680FE1A00A21259 /* network_utilities.cpp in Sources */, + C1EA83C41680FE1A00A21259 /* hybi_header.cpp in Sources */, + C1EA83C51680FE1A00A21259 /* hybi_util.cpp in Sources */, + C1EA83C61680FE1A00A21259 /* blank_rng.cpp in Sources */, + C1EA83C71680FE1A00A21259 /* boost_rng.cpp in Sources */, + C1EA83C91680FE1A00A21259 /* sha.cpp in Sources */, + C1EA83CA1680FE1A00A21259 /* sha1.cpp in Sources */, + C1EA83CB1680FE1A00A21259 /* shacmp.cpp in Sources */, + C1EA83CC1680FE1A00A21259 /* shatest.cpp in Sources */, + C1EA83CD1680FE1A00A21259 /* uri.cpp in Sources */, + C1EA83CE1680FE1A00A21259 /* hybi_util.cpp in Sources */, + C1EA83CF1680FE1A00A21259 /* logging.cpp in Sources */, + C1EA83D11680FE1A00A21259 /* parsing.cpp in Sources */, + C1EA83D21680FE1A00A21259 /* uri_perf.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + C1EA4FD01680FDCA00A21259 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_EMPTY_BODY = YES; + 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; + }; + C1EA4FD11680FDCA00A21259 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_EMPTY_BODY = YES; + 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; + }; + C1EA4FD31680FDCA00A21259 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + HEADER_SEARCH_PATHS = /opt/local/var; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/../node_modules/buster/node_modules/buster-syntax/node_modules/jsdom/node_modules/contextify/build/Release\"", + "\"$(SRCROOT)/../node_modules/buster/node_modules/buster-test/node_modules/jsdom/node_modules/contextify/build/Release\"", + "\"$(SRCROOT)/../node_modules/ws/build/Release\"", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + C1EA4FD41680FDCA00A21259 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + HEADER_SEARCH_PATHS = /opt/local/var; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/../node_modules/buster/node_modules/buster-syntax/node_modules/jsdom/node_modules/contextify/build/Release\"", + "\"$(SRCROOT)/../node_modules/buster/node_modules/buster-test/node_modules/jsdom/node_modules/contextify/build/Release\"", + "\"$(SRCROOT)/../node_modules/ws/build/Release\"", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + C1EA4FC21680FDCA00A21259 /* Build configuration list for PBXProject "NewCoin" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C1EA4FD01680FDCA00A21259 /* Debug */, + C1EA4FD11680FDCA00A21259 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C1EA4FD21680FDCA00A21259 /* Build configuration list for PBXNativeTarget "NewCoin" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C1EA4FD31680FDCA00A21259 /* Debug */, + C1EA4FD41680FDCA00A21259 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = C1EA4FBF1680FDCA00A21259 /* Project object */; +} diff --git a/NewCoin/NewCoin.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/NewCoin/NewCoin.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000000..23a3384597 --- /dev/null +++ b/NewCoin/NewCoin.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/NewCoin/NewCoin.xcodeproj/project.xcworkspace/xcuserdata/jcar.xcuserdatad/UserInterfaceState.xcuserstate b/NewCoin/NewCoin.xcodeproj/project.xcworkspace/xcuserdata/jcar.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000000..8a25e7f4d5 Binary files /dev/null and b/NewCoin/NewCoin.xcodeproj/project.xcworkspace/xcuserdata/jcar.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/NewCoin/NewCoin.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/NewCoin.xcscheme b/NewCoin/NewCoin.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/NewCoin.xcscheme new file mode 100644 index 0000000000..7d4cd49afc --- /dev/null +++ b/NewCoin/NewCoin.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/NewCoin.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/NewCoin/NewCoin.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/xcschememanagement.plist b/NewCoin/NewCoin.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000000..8edaabe80b --- /dev/null +++ b/NewCoin/NewCoin.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + NewCoin.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + C1EA4FC71680FDCA00A21259 + + primary + + + + + diff --git a/NewCoin/NewCoin/NewCoin.1 b/NewCoin/NewCoin/NewCoin.1 new file mode 100644 index 0000000000..f1c75d8156 --- /dev/null +++ b/NewCoin/NewCoin/NewCoin.1 @@ -0,0 +1,79 @@ +.\"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 12/18/12 \" DATE +.Dt NewCoin 1 \" Program name and manual section number +.Os Darwin +.Sh NAME \" Section Header - required - don't modify +.Nm NewCoin, +.\" 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/NewCoin/NewCoin/main.cpp b/NewCoin/NewCoin/main.cpp new file mode 100644 index 0000000000..9e48d521d7 --- /dev/null +++ b/NewCoin/NewCoin/main.cpp @@ -0,0 +1,18 @@ +// +// main.cpp +// NewCoin +// +// Created by Jcar on 12/18/12. +// Copyright (c) 2012 Jcar. All rights reserved. +// + +#include + +int main(int argc, const char * argv[]) +{ + + // insert code here... + std::cout << "Hello, World!\n"; + return 0; +} + diff --git a/SConstruct b/SConstruct index 458f48c944..48c6ebac7e 100644 --- a/SConstruct +++ b/SConstruct @@ -91,8 +91,8 @@ env.Append(CCFLAGS = ['-pthread', '-Wall', '-Wno-sign-compare', '-Wno-char-subsc env.Append(CXXFLAGS = ['-O0', '-pthread', '-Wno-invalid-offsetof', '-Wformat']+BOOSTFLAGS+DEBUGFLAGS) if OSX: - env.Append(LINKFLAGS = ['-L/usr/local/Cellar/openssl/1.0.1c/lib']) - env.Append(CXXFLAGS = ['-I/usr/local/Cellar/openssl/1.0.1c/include']) + env.Append(LINKFLAGS = ['-L/usr/local/opt/openssl/lib']) + env.Append(CXXFLAGS = ['-I/usr/local/opt/openssl/include']) DB_SRCS = glob.glob('src/cpp/database/*.c') + glob.glob('src/cpp/database/*.cpp') JSON_SRCS = glob.glob('src/cpp/json/*.cpp') diff --git a/bin/.DS_Store b/bin/.DS_Store new file mode 100644 index 0000000000..e13e9249c0 Binary files /dev/null and b/bin/.DS_Store differ diff --git a/rippled/rippled.xcodeproj/project.pbxproj b/rippled/rippled.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..c4c91d9438 --- /dev/null +++ b/rippled/rippled.xcodeproj/project.pbxproj @@ -0,0 +1,2738 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + C10365C9168147D200D9D15C /* ripple.pb.cc in Sources */ = {isa = PBXBuildFile; fileRef = C10365C8168147D200D9D15C /* ripple.pb.cc */; }; + C14F812E1681323400AAB80A /* rippled.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C14F812D1681323400AAB80A /* rippled.1 */; }; + C14F842F1681326700AAB80A /* database.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81371681326600AAB80A /* database.cpp */; }; + C14F84311681326700AAB80A /* sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = C14F813C1681326600AAB80A /* sqlite3.c */; }; + C14F84321681326700AAB80A /* SqliteDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F813F1681326600AAB80A /* SqliteDatabase.cpp */; }; + C14F84341681326700AAB80A /* json_reader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F814E1681326600AAB80A /* json_reader.cpp */; }; + C14F84351681326700AAB80A /* json_value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F814F1681326600AAB80A /* json_value.cpp */; }; + C14F84361681326700AAB80A /* json_writer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81511681326600AAB80A /* json_writer.cpp */; }; + C14F84371681326700AAB80A /* AccountItems.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81581681326600AAB80A /* AccountItems.cpp */; }; + C14F84381681326700AAB80A /* AccountSetTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F815A1681326600AAB80A /* AccountSetTransactor.cpp */; }; + C14F84391681326700AAB80A /* AccountState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F815C1681326600AAB80A /* AccountState.cpp */; }; + C14F843A1681326700AAB80A /* Amount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F815E1681326600AAB80A /* Amount.cpp */; }; + C14F843B1681326700AAB80A /* Application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F815F1681326600AAB80A /* Application.cpp */; }; + C14F843C1681326700AAB80A /* BitcoinUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81631681326600AAB80A /* BitcoinUtil.cpp */; }; + C14F843D1681326700AAB80A /* CallRPC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81651681326600AAB80A /* CallRPC.cpp */; }; + C14F843E1681326700AAB80A /* CanonicalTXSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81671681326600AAB80A /* CanonicalTXSet.cpp */; }; + C14F843F1681326700AAB80A /* Config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81691681326600AAB80A /* Config.cpp */; }; + C14F84401681326700AAB80A /* ConnectionPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F816B1681326600AAB80A /* ConnectionPool.cpp */; }; + C14F84411681326700AAB80A /* Contract.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F816D1681326600AAB80A /* Contract.cpp */; }; + C14F84421681326700AAB80A /* DBInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F816F1681326600AAB80A /* DBInit.cpp */; }; + C14F84431681326700AAB80A /* DeterministicKeys.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81701681326600AAB80A /* DeterministicKeys.cpp */; }; + C14F84441681326700AAB80A /* ECIES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81711681326600AAB80A /* ECIES.cpp */; }; + C14F84451681326700AAB80A /* FeatureTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81721681326600AAB80A /* FeatureTable.cpp */; }; + C14F84461681326700AAB80A /* FieldNames.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81741681326600AAB80A /* FieldNames.cpp */; }; + C14F84471681326700AAB80A /* HashedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81761681326600AAB80A /* HashedObject.cpp */; }; + C14F84481681326700AAB80A /* HTTPRequest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81791681326600AAB80A /* HTTPRequest.cpp */; }; + C14F84491681326700AAB80A /* HttpsClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F817B1681326600AAB80A /* HttpsClient.cpp */; }; + C14F844A1681326700AAB80A /* InstanceCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F817D1681326600AAB80A /* InstanceCounter.cpp */; }; + C14F844B1681326700AAB80A /* Interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F817F1681326600AAB80A /* Interpreter.cpp */; }; + C14F844C1681326700AAB80A /* JobQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81811681326600AAB80A /* JobQueue.cpp */; }; + C14F844D1681326700AAB80A /* Ledger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81841681326600AAB80A /* Ledger.cpp */; }; + C14F844E1681326700AAB80A /* LedgerAcquire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81861681326600AAB80A /* LedgerAcquire.cpp */; }; + C14F844F1681326700AAB80A /* LedgerConsensus.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81881681326600AAB80A /* LedgerConsensus.cpp */; }; + C14F84501681326700AAB80A /* LedgerEntrySet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F818A1681326600AAB80A /* LedgerEntrySet.cpp */; }; + C14F84511681326700AAB80A /* LedgerFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F818C1681326600AAB80A /* LedgerFormats.cpp */; }; + C14F84521681326700AAB80A /* LedgerHistory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F818E1681326600AAB80A /* LedgerHistory.cpp */; }; + C14F84531681326700AAB80A /* LedgerMaster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81901681326600AAB80A /* LedgerMaster.cpp */; }; + C14F84541681326700AAB80A /* LedgerProposal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81921681326600AAB80A /* LedgerProposal.cpp */; }; + C14F84551681326700AAB80A /* LedgerTiming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81941681326600AAB80A /* LedgerTiming.cpp */; }; + C14F84561681326700AAB80A /* LoadManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81961681326600AAB80A /* LoadManager.cpp */; }; + C14F84571681326700AAB80A /* LoadMonitor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81981681326600AAB80A /* LoadMonitor.cpp */; }; + C14F84581681326700AAB80A /* Log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F819A1681326600AAB80A /* Log.cpp */; }; + C14F84591681326700AAB80A /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F819C1681326600AAB80A /* main.cpp */; }; + C14F845A1681326700AAB80A /* NetworkOPs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F819D1681326600AAB80A /* NetworkOPs.cpp */; }; + C14F845B1681326700AAB80A /* NicknameState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81A01681326600AAB80A /* NicknameState.cpp */; }; + C14F845C1681326700AAB80A /* Offer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81A21681326600AAB80A /* Offer.cpp */; }; + C14F845D1681326700AAB80A /* OfferCancelTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81A41681326600AAB80A /* OfferCancelTransactor.cpp */; }; + C14F845E1681326700AAB80A /* OfferCreateTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81A61681326600AAB80A /* OfferCreateTransactor.cpp */; }; + C14F845F1681326700AAB80A /* Operation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81A81681326600AAB80A /* Operation.cpp */; }; + C14F84601681326700AAB80A /* OrderBook.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81AA1681326600AAB80A /* OrderBook.cpp */; }; + C14F84611681326700AAB80A /* OrderBookDB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81AC1681326600AAB80A /* OrderBookDB.cpp */; }; + C14F84621681326700AAB80A /* PackedMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81AE1681326600AAB80A /* PackedMessage.cpp */; }; + C14F84631681326700AAB80A /* ParameterTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81B01681326600AAB80A /* ParameterTable.cpp */; }; + C14F84641681326700AAB80A /* ParseSection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81B21681326600AAB80A /* ParseSection.cpp */; }; + C14F84651681326700AAB80A /* Pathfinder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81B41681326600AAB80A /* Pathfinder.cpp */; }; + C14F84661681326700AAB80A /* PaymentTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81B61681326600AAB80A /* PaymentTransactor.cpp */; }; + C14F84671681326700AAB80A /* Peer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81B81681326600AAB80A /* Peer.cpp */; }; + C14F84681681326700AAB80A /* PeerDoor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81BA1681326600AAB80A /* PeerDoor.cpp */; }; + C14F84691681326700AAB80A /* PlatRand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81BC1681326600AAB80A /* PlatRand.cpp */; }; + C14F846A1681326700AAB80A /* ProofOfWork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81BD1681326600AAB80A /* ProofOfWork.cpp */; }; + C14F846B1681326700AAB80A /* PubKeyCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81BF1681326600AAB80A /* PubKeyCache.cpp */; }; + C14F846C1681326700AAB80A /* RangeSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81C11681326600AAB80A /* RangeSet.cpp */; }; + C14F846D1681326700AAB80A /* RegularKeySetTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81C31681326600AAB80A /* RegularKeySetTransactor.cpp */; }; + C14F846E1681326700AAB80A /* rfc1751.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81C51681326600AAB80A /* rfc1751.cpp */; }; + C14F846F1681326700AAB80A /* RippleAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81C81681326600AAB80A /* RippleAddress.cpp */; }; + C14F84701681326700AAB80A /* RippleCalc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81CA1681326600AAB80A /* RippleCalc.cpp */; }; + C14F84711681326700AAB80A /* RippleState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81CC1681326600AAB80A /* RippleState.cpp */; }; + C14F84721681326700AAB80A /* rpc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81CE1681326600AAB80A /* rpc.cpp */; }; + C14F84731681326700AAB80A /* RPCDoor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81D01681326600AAB80A /* RPCDoor.cpp */; }; + C14F84741681326700AAB80A /* RPCErr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81D21681326600AAB80A /* RPCErr.cpp */; }; + C14F84751681326700AAB80A /* RPCHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81D41681326600AAB80A /* RPCHandler.cpp */; }; + C14F84761681326700AAB80A /* RPCServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81D61681326600AAB80A /* RPCServer.cpp */; }; + C14F84771681326700AAB80A /* ScriptData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81D91681326600AAB80A /* ScriptData.cpp */; }; + C14F84781681326700AAB80A /* SerializedLedger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81DC1681326600AAB80A /* SerializedLedger.cpp */; }; + C14F84791681326700AAB80A /* SerializedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81DE1681326600AAB80A /* SerializedObject.cpp */; }; + C14F847A1681326700AAB80A /* SerializedTransaction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81E01681326600AAB80A /* SerializedTransaction.cpp */; }; + C14F847B1681326700AAB80A /* SerializedTypes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81E21681326600AAB80A /* SerializedTypes.cpp */; }; + C14F847C1681326700AAB80A /* SerializedValidation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81E41681326600AAB80A /* SerializedValidation.cpp */; }; + C14F847D1681326700AAB80A /* Serializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81E71681326600AAB80A /* Serializer.cpp */; }; + C14F847E1681326700AAB80A /* SHAMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81E91681326600AAB80A /* SHAMap.cpp */; }; + C14F847F1681326700AAB80A /* SHAMapDiff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81EB1681326600AAB80A /* SHAMapDiff.cpp */; }; + C14F84801681326700AAB80A /* SHAMapNodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81EC1681326600AAB80A /* SHAMapNodes.cpp */; }; + C14F84811681326700AAB80A /* SHAMapSync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81ED1681326600AAB80A /* SHAMapSync.cpp */; }; + C14F84821681326700AAB80A /* SNTPClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81EF1681326600AAB80A /* SNTPClient.cpp */; }; + C14F84831681326700AAB80A /* Suppression.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81F11681326600AAB80A /* Suppression.cpp */; }; + C14F84841681326700AAB80A /* Transaction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81F41681326600AAB80A /* Transaction.cpp */; }; + C14F84851681326700AAB80A /* TransactionEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81F61681326600AAB80A /* TransactionEngine.cpp */; }; + C14F84861681326700AAB80A /* TransactionErr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81F81681326600AAB80A /* TransactionErr.cpp */; }; + C14F84871681326700AAB80A /* TransactionFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81FA1681326600AAB80A /* TransactionFormats.cpp */; }; + C14F84881681326700AAB80A /* TransactionMaster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81FC1681326600AAB80A /* TransactionMaster.cpp */; }; + C14F84891681326700AAB80A /* TransactionMeta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F81FE1681326600AAB80A /* TransactionMeta.cpp */; }; + C14F848A1681326700AAB80A /* Transactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82001681326600AAB80A /* Transactor.cpp */; }; + C14F848B1681326700AAB80A /* TrustSetTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82021681326600AAB80A /* TrustSetTransactor.cpp */; }; + C14F848C1681326700AAB80A /* UniqueNodeList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82061681326600AAB80A /* UniqueNodeList.cpp */; }; + C14F848D1681326700AAB80A /* utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82081681326600AAB80A /* utils.cpp */; }; + C14F848E1681326700AAB80A /* ValidationCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F820A1681326600AAB80A /* ValidationCollection.cpp */; }; + C14F848F1681326700AAB80A /* Wallet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F820D1681326600AAB80A /* Wallet.cpp */; }; + C14F84901681326700AAB80A /* WalletAddTransactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F820F1681326600AAB80A /* WalletAddTransactor.cpp */; }; + C14F84911681326700AAB80A /* WSDoor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82121681326600AAB80A /* WSDoor.cpp */; }; + C14F84D81681326700AAB80A /* base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82C21681326600AAB80A /* base64.cpp */; }; + C14F84D91681326700AAB80A /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = C14F82CD1681326600AAB80A /* md5.c */; }; + C14F84DA1681326700AAB80A /* data.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82D21681326600AAB80A /* data.cpp */; }; + C14F84DB1681326700AAB80A /* network_utilities.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82D41681326600AAB80A /* network_utilities.cpp */; }; + C14F84DC1681326700AAB80A /* hybi_header.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82D81681326600AAB80A /* hybi_header.cpp */; }; + C14F84DD1681326700AAB80A /* hybi_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82DB1681326600AAB80A /* hybi_util.cpp */; }; + C14F84DE1681326700AAB80A /* blank_rng.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82DF1681326600AAB80A /* blank_rng.cpp */; }; + C14F84DF1681326700AAB80A /* boost_rng.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82E11681326600AAB80A /* boost_rng.cpp */; }; + C14F84E21681326700AAB80A /* sha1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82EC1681326600AAB80A /* sha1.cpp */; }; + C14F84E51681326700AAB80A /* uri.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C14F82FA1681326600AAB80A /* uri.cpp */; }; +/* End PBXBuildFile section */ + +/* Begin PBXBuildRule section */ + C14F85C11681357800AAB80A /* PBXBuildRule */ = { + isa = PBXBuildRule; + compilerSpec = com.apple.compilers.proxy.script; + filePatterns = src/cpp/ripple/ripple.proto; + fileType = pattern.proxy; + isEditable = 1; + outputFiles = ( + ); + script = "protoc -Isrc/cpp/ripple --cpp_out=build/proto src/cpp/ripple/ripple.proto"; + }; +/* End PBXBuildRule section */ + +/* Begin PBXContainerItemProxy section */ + C14F85A71681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6DF1C691434A7A30029A1B1; + remoteInfo = "WebSocket++ Static Library"; + }; + C14F85A91681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6DF1C721434A8280029A1B1; + remoteInfo = "WebSocket++ Dynamic Library"; + }; + C14F85AB1681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6DF1CD11435ED910029A1B1; + remoteInfo = echo_server; + }; + C14F85AD1681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B682887D143745F2002BA48B; + remoteInfo = chat_client; + }; + C14F85AF1681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6CF181C1437C397009295BE; + remoteInfo = echo_client; + }; + C14F85B11681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6FE8D4F14730AE900B32547; + remoteInfo = policy_test; + }; + C14F85B31681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B663884B1487D73200DDAE13; + remoteInfo = echo_server_tls; + }; + C14F85B51681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6732458148FAEEB00FC2B04; + remoteInfo = fuzzing_server; + }; + C14F85B71681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6732471148FB0FC00FC2B04; + remoteInfo = fuzzing_client; + }; + C14F85B91681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B67324891491A16500FC2B04; + remoteInfo = broadcast_server; + }; + C14F85BB1681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B67324A21491A7F100FC2B04; + remoteInfo = stress_client; + }; + C14F85BD1681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B61A51BF14DC271900456432; + remoteInfo = concurrent_server; + }; + C14F85BF1681326700AAB80A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = B6E7E7731505532E00394909; + remoteInfo = wsperf; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + C14F81251681323400AAB80A /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + C14F812E1681323400AAB80A /* rippled.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + C10365C8168147D200D9D15C /* ripple.pb.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ripple.pb.cc; path = ../build/proto/ripple.pb.cc; sourceTree = ""; }; + C14F81271681323400AAB80A /* rippled */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = rippled; sourceTree = BUILT_PRODUCTS_DIR; }; + C14F812D1681323400AAB80A /* rippled.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = rippled.1; sourceTree = ""; }; + C14F81371681326600AAB80A /* database.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = database.cpp; sourceTree = ""; }; + C14F81381681326600AAB80A /* database.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = database.h; sourceTree = ""; }; + C14F813A1681326600AAB80A /* mysqldatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mysqldatabase.cpp; sourceTree = ""; }; + C14F813B1681326600AAB80A /* mysqldatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mysqldatabase.h; sourceTree = ""; }; + C14F813C1681326600AAB80A /* sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite3.c; sourceTree = ""; }; + C14F813D1681326600AAB80A /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite3.h; sourceTree = ""; }; + C14F813E1681326600AAB80A /* sqlite3ext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite3ext.h; sourceTree = ""; }; + C14F813F1681326600AAB80A /* SqliteDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SqliteDatabase.cpp; sourceTree = ""; }; + C14F81401681326600AAB80A /* SqliteDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SqliteDatabase.h; sourceTree = ""; }; + C14F81421681326600AAB80A /* dbutility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dbutility.h; sourceTree = ""; }; + C14F81431681326600AAB80A /* windatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = windatabase.cpp; sourceTree = ""; }; + C14F81441681326600AAB80A /* windatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = windatabase.h; sourceTree = ""; }; + C14F81461681326600AAB80A /* autolink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = autolink.h; sourceTree = ""; }; + C14F81471681326600AAB80A /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; + C14F81481681326600AAB80A /* features.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = features.h; sourceTree = ""; }; + C14F81491681326600AAB80A /* forwards.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = forwards.h; sourceTree = ""; }; + C14F814A1681326600AAB80A /* json.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = json.h; sourceTree = ""; }; + C14F814B1681326600AAB80A /* json_batchallocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = json_batchallocator.h; sourceTree = ""; }; + C14F814C1681326600AAB80A /* json_internalarray.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = json_internalarray.inl; sourceTree = ""; }; + C14F814D1681326600AAB80A /* json_internalmap.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = json_internalmap.inl; sourceTree = ""; }; + C14F814E1681326600AAB80A /* json_reader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_reader.cpp; sourceTree = ""; }; + C14F814F1681326600AAB80A /* json_value.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_value.cpp; sourceTree = ""; }; + C14F81501681326600AAB80A /* json_valueiterator.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = json_valueiterator.inl; sourceTree = ""; }; + C14F81511681326600AAB80A /* json_writer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_writer.cpp; sourceTree = ""; }; + C14F81521681326600AAB80A /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + C14F81531681326600AAB80A /* reader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reader.h; sourceTree = ""; }; + C14F81541681326600AAB80A /* value.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = value.h; sourceTree = ""; }; + C14F81551681326600AAB80A /* version */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = version; sourceTree = ""; }; + C14F81561681326600AAB80A /* writer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = writer.h; sourceTree = ""; }; + C14F81581681326600AAB80A /* AccountItems.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AccountItems.cpp; sourceTree = ""; }; + C14F81591681326600AAB80A /* AccountItems.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccountItems.h; sourceTree = ""; }; + C14F815A1681326600AAB80A /* AccountSetTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AccountSetTransactor.cpp; sourceTree = ""; }; + C14F815B1681326600AAB80A /* AccountSetTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccountSetTransactor.h; sourceTree = ""; }; + C14F815C1681326600AAB80A /* AccountState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AccountState.cpp; sourceTree = ""; }; + C14F815D1681326600AAB80A /* AccountState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccountState.h; sourceTree = ""; }; + C14F815E1681326600AAB80A /* Amount.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Amount.cpp; sourceTree = ""; }; + C14F815F1681326600AAB80A /* Application.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Application.cpp; sourceTree = ""; }; + C14F81601681326600AAB80A /* Application.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Application.h; sourceTree = ""; }; + C14F81611681326600AAB80A /* base58.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base58.h; sourceTree = ""; }; + C14F81621681326600AAB80A /* bignum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bignum.h; sourceTree = ""; }; + C14F81631681326600AAB80A /* BitcoinUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BitcoinUtil.cpp; sourceTree = ""; }; + C14F81641681326600AAB80A /* BitcoinUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitcoinUtil.h; sourceTree = ""; }; + C14F81651681326600AAB80A /* CallRPC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CallRPC.cpp; sourceTree = ""; }; + C14F81661681326600AAB80A /* CallRPC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CallRPC.h; sourceTree = ""; }; + C14F81671681326600AAB80A /* CanonicalTXSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CanonicalTXSet.cpp; sourceTree = ""; }; + C14F81681681326600AAB80A /* CanonicalTXSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CanonicalTXSet.h; sourceTree = ""; }; + C14F81691681326600AAB80A /* Config.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Config.cpp; sourceTree = ""; }; + C14F816A1681326600AAB80A /* Config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Config.h; sourceTree = ""; }; + C14F816B1681326600AAB80A /* ConnectionPool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionPool.cpp; sourceTree = ""; }; + C14F816C1681326600AAB80A /* ConnectionPool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConnectionPool.h; sourceTree = ""; }; + C14F816D1681326600AAB80A /* Contract.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Contract.cpp; sourceTree = ""; }; + C14F816E1681326600AAB80A /* Contract.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Contract.h; sourceTree = ""; }; + C14F816F1681326600AAB80A /* DBInit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DBInit.cpp; sourceTree = ""; }; + C14F81701681326600AAB80A /* DeterministicKeys.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeterministicKeys.cpp; sourceTree = ""; }; + C14F81711681326600AAB80A /* ECIES.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ECIES.cpp; sourceTree = ""; }; + C14F81721681326600AAB80A /* FeatureTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FeatureTable.cpp; sourceTree = ""; }; + C14F81731681326600AAB80A /* FeatureTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FeatureTable.h; sourceTree = ""; }; + C14F81741681326600AAB80A /* FieldNames.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FieldNames.cpp; sourceTree = ""; }; + C14F81751681326600AAB80A /* FieldNames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FieldNames.h; sourceTree = ""; }; + C14F81761681326600AAB80A /* HashedObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HashedObject.cpp; sourceTree = ""; }; + C14F81771681326600AAB80A /* HashedObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashedObject.h; sourceTree = ""; }; + C14F81781681326600AAB80A /* HashPrefixes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashPrefixes.h; sourceTree = ""; }; + C14F81791681326600AAB80A /* HTTPRequest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPRequest.cpp; sourceTree = ""; }; + C14F817A1681326600AAB80A /* HTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPRequest.h; sourceTree = ""; }; + C14F817B1681326600AAB80A /* HttpsClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpsClient.cpp; sourceTree = ""; }; + C14F817C1681326600AAB80A /* HttpsClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpsClient.h; sourceTree = ""; }; + C14F817D1681326600AAB80A /* InstanceCounter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InstanceCounter.cpp; sourceTree = ""; }; + C14F817E1681326600AAB80A /* InstanceCounter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InstanceCounter.h; sourceTree = ""; }; + C14F817F1681326600AAB80A /* Interpreter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Interpreter.cpp; sourceTree = ""; }; + C14F81801681326600AAB80A /* Interpreter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Interpreter.h; sourceTree = ""; }; + C14F81811681326600AAB80A /* JobQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JobQueue.cpp; sourceTree = ""; }; + C14F81821681326600AAB80A /* JobQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JobQueue.h; sourceTree = ""; }; + C14F81831681326600AAB80A /* key.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = key.h; sourceTree = ""; }; + C14F81841681326600AAB80A /* Ledger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Ledger.cpp; sourceTree = ""; }; + C14F81851681326600AAB80A /* Ledger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ledger.h; sourceTree = ""; }; + C14F81861681326600AAB80A /* LedgerAcquire.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerAcquire.cpp; sourceTree = ""; }; + C14F81871681326600AAB80A /* LedgerAcquire.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerAcquire.h; sourceTree = ""; }; + C14F81881681326600AAB80A /* LedgerConsensus.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerConsensus.cpp; sourceTree = ""; }; + C14F81891681326600AAB80A /* LedgerConsensus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerConsensus.h; sourceTree = ""; }; + C14F818A1681326600AAB80A /* LedgerEntrySet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerEntrySet.cpp; sourceTree = ""; }; + C14F818B1681326600AAB80A /* LedgerEntrySet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerEntrySet.h; sourceTree = ""; }; + C14F818C1681326600AAB80A /* LedgerFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerFormats.cpp; sourceTree = ""; }; + C14F818D1681326600AAB80A /* LedgerFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerFormats.h; sourceTree = ""; }; + C14F818E1681326600AAB80A /* LedgerHistory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerHistory.cpp; sourceTree = ""; }; + C14F818F1681326600AAB80A /* LedgerHistory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerHistory.h; sourceTree = ""; }; + C14F81901681326600AAB80A /* LedgerMaster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerMaster.cpp; sourceTree = ""; }; + C14F81911681326600AAB80A /* LedgerMaster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerMaster.h; sourceTree = ""; }; + C14F81921681326600AAB80A /* LedgerProposal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerProposal.cpp; sourceTree = ""; }; + C14F81931681326600AAB80A /* LedgerProposal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerProposal.h; sourceTree = ""; }; + C14F81941681326600AAB80A /* LedgerTiming.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LedgerTiming.cpp; sourceTree = ""; }; + C14F81951681326600AAB80A /* LedgerTiming.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LedgerTiming.h; sourceTree = ""; }; + C14F81961681326600AAB80A /* LoadManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LoadManager.cpp; sourceTree = ""; }; + C14F81971681326600AAB80A /* LoadManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoadManager.h; sourceTree = ""; }; + C14F81981681326600AAB80A /* LoadMonitor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LoadMonitor.cpp; sourceTree = ""; }; + C14F81991681326600AAB80A /* LoadMonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoadMonitor.h; sourceTree = ""; }; + C14F819A1681326600AAB80A /* Log.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Log.cpp; sourceTree = ""; }; + C14F819B1681326600AAB80A /* Log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Log.h; sourceTree = ""; }; + C14F819C1681326600AAB80A /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; + C14F819D1681326600AAB80A /* NetworkOPs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NetworkOPs.cpp; sourceTree = ""; }; + C14F819E1681326600AAB80A /* NetworkOPs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetworkOPs.h; sourceTree = ""; }; + C14F819F1681326600AAB80A /* NetworkStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetworkStatus.h; sourceTree = ""; }; + C14F81A01681326600AAB80A /* NicknameState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NicknameState.cpp; sourceTree = ""; }; + C14F81A11681326600AAB80A /* NicknameState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NicknameState.h; sourceTree = ""; }; + C14F81A21681326600AAB80A /* Offer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Offer.cpp; sourceTree = ""; }; + C14F81A31681326600AAB80A /* Offer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Offer.h; sourceTree = ""; }; + C14F81A41681326600AAB80A /* OfferCancelTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OfferCancelTransactor.cpp; sourceTree = ""; }; + C14F81A51681326600AAB80A /* OfferCancelTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OfferCancelTransactor.h; sourceTree = ""; }; + C14F81A61681326600AAB80A /* OfferCreateTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OfferCreateTransactor.cpp; sourceTree = ""; }; + C14F81A71681326600AAB80A /* OfferCreateTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OfferCreateTransactor.h; sourceTree = ""; }; + C14F81A81681326600AAB80A /* Operation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Operation.cpp; sourceTree = ""; }; + C14F81A91681326600AAB80A /* Operation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Operation.h; sourceTree = ""; }; + C14F81AA1681326600AAB80A /* OrderBook.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OrderBook.cpp; sourceTree = ""; }; + C14F81AB1681326600AAB80A /* OrderBook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrderBook.h; sourceTree = ""; }; + C14F81AC1681326600AAB80A /* OrderBookDB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OrderBookDB.cpp; sourceTree = ""; }; + C14F81AD1681326600AAB80A /* OrderBookDB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrderBookDB.h; sourceTree = ""; }; + C14F81AE1681326600AAB80A /* PackedMessage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PackedMessage.cpp; sourceTree = ""; }; + C14F81AF1681326600AAB80A /* PackedMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PackedMessage.h; sourceTree = ""; }; + C14F81B01681326600AAB80A /* ParameterTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ParameterTable.cpp; sourceTree = ""; }; + C14F81B11681326600AAB80A /* ParameterTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParameterTable.h; sourceTree = ""; }; + C14F81B21681326600AAB80A /* ParseSection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ParseSection.cpp; sourceTree = ""; }; + C14F81B31681326600AAB80A /* ParseSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParseSection.h; sourceTree = ""; }; + C14F81B41681326600AAB80A /* Pathfinder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Pathfinder.cpp; sourceTree = ""; }; + C14F81B51681326600AAB80A /* Pathfinder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pathfinder.h; sourceTree = ""; }; + C14F81B61681326600AAB80A /* PaymentTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PaymentTransactor.cpp; sourceTree = ""; }; + C14F81B71681326600AAB80A /* PaymentTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PaymentTransactor.h; sourceTree = ""; }; + C14F81B81681326600AAB80A /* Peer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Peer.cpp; sourceTree = ""; }; + C14F81B91681326600AAB80A /* Peer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Peer.h; sourceTree = ""; }; + C14F81BA1681326600AAB80A /* PeerDoor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PeerDoor.cpp; sourceTree = ""; }; + C14F81BB1681326600AAB80A /* PeerDoor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeerDoor.h; sourceTree = ""; }; + C14F81BC1681326600AAB80A /* PlatRand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlatRand.cpp; sourceTree = ""; }; + C14F81BD1681326600AAB80A /* ProofOfWork.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProofOfWork.cpp; sourceTree = ""; }; + C14F81BE1681326600AAB80A /* ProofOfWork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProofOfWork.h; sourceTree = ""; }; + C14F81BF1681326600AAB80A /* PubKeyCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PubKeyCache.cpp; sourceTree = ""; }; + C14F81C01681326600AAB80A /* PubKeyCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PubKeyCache.h; sourceTree = ""; }; + C14F81C11681326600AAB80A /* RangeSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RangeSet.cpp; sourceTree = ""; }; + C14F81C21681326600AAB80A /* RangeSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RangeSet.h; sourceTree = ""; }; + C14F81C31681326600AAB80A /* RegularKeySetTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RegularKeySetTransactor.cpp; sourceTree = ""; }; + C14F81C41681326600AAB80A /* RegularKeySetTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegularKeySetTransactor.h; sourceTree = ""; }; + C14F81C51681326600AAB80A /* rfc1751.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rfc1751.cpp; sourceTree = ""; }; + C14F81C61681326600AAB80A /* rfc1751.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rfc1751.h; sourceTree = ""; }; + C14F81C71681326600AAB80A /* ripple.proto */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ripple.proto; sourceTree = ""; }; + C14F81C81681326600AAB80A /* RippleAddress.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RippleAddress.cpp; sourceTree = ""; }; + C14F81C91681326600AAB80A /* RippleAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RippleAddress.h; sourceTree = ""; }; + C14F81CA1681326600AAB80A /* RippleCalc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RippleCalc.cpp; sourceTree = ""; }; + C14F81CB1681326600AAB80A /* RippleCalc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RippleCalc.h; sourceTree = ""; }; + C14F81CC1681326600AAB80A /* RippleState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RippleState.cpp; sourceTree = ""; }; + C14F81CD1681326600AAB80A /* RippleState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RippleState.h; sourceTree = ""; }; + C14F81CE1681326600AAB80A /* rpc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rpc.cpp; sourceTree = ""; }; + C14F81CF1681326600AAB80A /* RPC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPC.h; sourceTree = ""; }; + C14F81D01681326600AAB80A /* RPCDoor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RPCDoor.cpp; sourceTree = ""; }; + C14F81D11681326600AAB80A /* RPCDoor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPCDoor.h; sourceTree = ""; }; + C14F81D21681326600AAB80A /* RPCErr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RPCErr.cpp; sourceTree = ""; }; + C14F81D31681326600AAB80A /* RPCErr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPCErr.h; sourceTree = ""; }; + C14F81D41681326600AAB80A /* RPCHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RPCHandler.cpp; sourceTree = ""; }; + C14F81D51681326600AAB80A /* RPCHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPCHandler.h; sourceTree = ""; }; + C14F81D61681326600AAB80A /* RPCServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RPCServer.cpp; sourceTree = ""; }; + C14F81D71681326600AAB80A /* RPCServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPCServer.h; sourceTree = ""; }; + C14F81D81681326600AAB80A /* ScopedLock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScopedLock.h; sourceTree = ""; }; + C14F81D91681326600AAB80A /* ScriptData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScriptData.cpp; sourceTree = ""; }; + C14F81DA1681326600AAB80A /* ScriptData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptData.h; sourceTree = ""; }; + C14F81DB1681326600AAB80A /* SecureAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecureAllocator.h; sourceTree = ""; }; + C14F81DC1681326600AAB80A /* SerializedLedger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SerializedLedger.cpp; sourceTree = ""; }; + C14F81DD1681326600AAB80A /* SerializedLedger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerializedLedger.h; sourceTree = ""; }; + C14F81DE1681326600AAB80A /* SerializedObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SerializedObject.cpp; sourceTree = ""; }; + C14F81DF1681326600AAB80A /* SerializedObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerializedObject.h; sourceTree = ""; }; + C14F81E01681326600AAB80A /* SerializedTransaction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SerializedTransaction.cpp; sourceTree = ""; }; + C14F81E11681326600AAB80A /* SerializedTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerializedTransaction.h; sourceTree = ""; }; + C14F81E21681326600AAB80A /* SerializedTypes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SerializedTypes.cpp; sourceTree = ""; }; + C14F81E31681326600AAB80A /* SerializedTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerializedTypes.h; sourceTree = ""; }; + C14F81E41681326600AAB80A /* SerializedValidation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SerializedValidation.cpp; sourceTree = ""; }; + C14F81E51681326600AAB80A /* SerializedValidation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerializedValidation.h; sourceTree = ""; }; + C14F81E61681326600AAB80A /* SerializeProto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerializeProto.h; sourceTree = ""; }; + C14F81E71681326600AAB80A /* Serializer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Serializer.cpp; sourceTree = ""; }; + C14F81E81681326600AAB80A /* Serializer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Serializer.h; sourceTree = ""; }; + C14F81E91681326600AAB80A /* SHAMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SHAMap.cpp; sourceTree = ""; }; + C14F81EA1681326600AAB80A /* SHAMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SHAMap.h; sourceTree = ""; }; + C14F81EB1681326600AAB80A /* SHAMapDiff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SHAMapDiff.cpp; sourceTree = ""; }; + C14F81EC1681326600AAB80A /* SHAMapNodes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SHAMapNodes.cpp; sourceTree = ""; }; + C14F81ED1681326600AAB80A /* SHAMapSync.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SHAMapSync.cpp; sourceTree = ""; }; + C14F81EE1681326600AAB80A /* SHAMapSync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SHAMapSync.h; sourceTree = ""; }; + C14F81EF1681326600AAB80A /* SNTPClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SNTPClient.cpp; sourceTree = ""; }; + C14F81F01681326600AAB80A /* SNTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNTPClient.h; sourceTree = ""; }; + C14F81F11681326600AAB80A /* Suppression.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Suppression.cpp; sourceTree = ""; }; + C14F81F21681326600AAB80A /* Suppression.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Suppression.h; sourceTree = ""; }; + C14F81F31681326600AAB80A /* TaggedCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TaggedCache.h; sourceTree = ""; }; + C14F81F41681326600AAB80A /* Transaction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Transaction.cpp; sourceTree = ""; }; + C14F81F51681326600AAB80A /* Transaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Transaction.h; sourceTree = ""; }; + C14F81F61681326600AAB80A /* TransactionEngine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionEngine.cpp; sourceTree = ""; }; + C14F81F71681326600AAB80A /* TransactionEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransactionEngine.h; sourceTree = ""; }; + C14F81F81681326600AAB80A /* TransactionErr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionErr.cpp; sourceTree = ""; }; + C14F81F91681326600AAB80A /* TransactionErr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransactionErr.h; sourceTree = ""; }; + C14F81FA1681326600AAB80A /* TransactionFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionFormats.cpp; sourceTree = ""; }; + C14F81FB1681326600AAB80A /* TransactionFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransactionFormats.h; sourceTree = ""; }; + C14F81FC1681326600AAB80A /* TransactionMaster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionMaster.cpp; sourceTree = ""; }; + C14F81FD1681326600AAB80A /* TransactionMaster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransactionMaster.h; sourceTree = ""; }; + C14F81FE1681326600AAB80A /* TransactionMeta.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionMeta.cpp; sourceTree = ""; }; + C14F81FF1681326600AAB80A /* TransactionMeta.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransactionMeta.h; sourceTree = ""; }; + C14F82001681326600AAB80A /* Transactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Transactor.cpp; sourceTree = ""; }; + C14F82011681326600AAB80A /* Transactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Transactor.h; sourceTree = ""; }; + C14F82021681326600AAB80A /* TrustSetTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TrustSetTransactor.cpp; sourceTree = ""; }; + C14F82031681326600AAB80A /* TrustSetTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TrustSetTransactor.h; sourceTree = ""; }; + C14F82041681326600AAB80A /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; + C14F82051681326600AAB80A /* uint256.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uint256.h; sourceTree = ""; }; + C14F82061681326600AAB80A /* UniqueNodeList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UniqueNodeList.cpp; sourceTree = ""; }; + C14F82071681326600AAB80A /* UniqueNodeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UniqueNodeList.h; sourceTree = ""; }; + C14F82081681326600AAB80A /* utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = utils.cpp; sourceTree = ""; }; + C14F82091681326600AAB80A /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils.h; sourceTree = ""; }; + C14F820A1681326600AAB80A /* ValidationCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ValidationCollection.cpp; sourceTree = ""; }; + C14F820B1681326600AAB80A /* ValidationCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ValidationCollection.h; sourceTree = ""; }; + C14F820C1681326600AAB80A /* Version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Version.h; sourceTree = ""; }; + C14F820D1681326600AAB80A /* Wallet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Wallet.cpp; sourceTree = ""; }; + C14F820E1681326600AAB80A /* Wallet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Wallet.h; sourceTree = ""; }; + C14F820F1681326600AAB80A /* WalletAddTransactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WalletAddTransactor.cpp; sourceTree = ""; }; + C14F82101681326600AAB80A /* WalletAddTransactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WalletAddTransactor.h; sourceTree = ""; }; + C14F82111681326600AAB80A /* WSConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WSConnection.h; sourceTree = ""; }; + C14F82121681326600AAB80A /* WSDoor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WSDoor.cpp; sourceTree = ""; }; + C14F82131681326600AAB80A /* WSDoor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WSDoor.h; sourceTree = ""; }; + C14F82141681326600AAB80A /* WSHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WSHandler.h; sourceTree = ""; }; + C14F82161681326600AAB80A /* dependencies.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dependencies.txt; sourceTree = ""; }; + C14F82181681326600AAB80A /* uri.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = uri.txt; sourceTree = ""; }; + C14F821B1681326600AAB80A /* broadcast_admin.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = broadcast_admin.html; sourceTree = ""; }; + C14F821C1681326600AAB80A /* broadcast_admin_handler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = broadcast_admin_handler.hpp; sourceTree = ""; }; + C14F821D1681326600AAB80A /* broadcast_handler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = broadcast_handler.hpp; sourceTree = ""; }; + C14F821E1681326600AAB80A /* broadcast_server_handler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = broadcast_server_handler.hpp; sourceTree = ""; }; + C14F821F1681326600AAB80A /* broadcast_server_tls.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = broadcast_server_tls.cpp; sourceTree = ""; }; + C14F82201681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F82231681326600AAB80A /* API.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = API.txt; sourceTree = ""; }; + C14F82251681326600AAB80A /* ajax.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = ajax.html; sourceTree = ""; }; + C14F82261681326600AAB80A /* annotating.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotating.html; sourceTree = ""; }; + C14F82271681326600AAB80A /* arrow-down.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "arrow-down.gif"; sourceTree = ""; }; + C14F82281681326600AAB80A /* arrow-left.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "arrow-left.gif"; sourceTree = ""; }; + C14F82291681326600AAB80A /* arrow-right.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "arrow-right.gif"; sourceTree = ""; }; + C14F822A1681326600AAB80A /* arrow-up.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "arrow-up.gif"; sourceTree = ""; }; + C14F822B1681326600AAB80A /* basic.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = basic.html; sourceTree = ""; }; + C14F822C1681326600AAB80A /* data-eu-gdp-growth-1.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-eu-gdp-growth-1.json"; sourceTree = ""; }; + C14F822D1681326600AAB80A /* data-eu-gdp-growth-2.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-eu-gdp-growth-2.json"; sourceTree = ""; }; + C14F822E1681326600AAB80A /* data-eu-gdp-growth-3.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-eu-gdp-growth-3.json"; sourceTree = ""; }; + C14F822F1681326600AAB80A /* data-eu-gdp-growth-4.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-eu-gdp-growth-4.json"; sourceTree = ""; }; + C14F82301681326600AAB80A /* data-eu-gdp-growth-5.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-eu-gdp-growth-5.json"; sourceTree = ""; }; + C14F82311681326600AAB80A /* data-eu-gdp-growth.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-eu-gdp-growth.json"; sourceTree = ""; }; + C14F82321681326600AAB80A /* data-japan-gdp-growth.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-japan-gdp-growth.json"; sourceTree = ""; }; + C14F82331681326600AAB80A /* data-usa-gdp-growth.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "data-usa-gdp-growth.json"; sourceTree = ""; }; + C14F82341681326600AAB80A /* graph-types.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "graph-types.html"; sourceTree = ""; }; + C14F82351681326600AAB80A /* hs-2004-27-a-large_web.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "hs-2004-27-a-large_web.jpg"; sourceTree = ""; }; + C14F82361681326600AAB80A /* image.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = image.html; sourceTree = ""; }; + C14F82371681326600AAB80A /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C14F82381681326600AAB80A /* interacting-axes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "interacting-axes.html"; sourceTree = ""; }; + C14F82391681326600AAB80A /* interacting.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = interacting.html; sourceTree = ""; }; + C14F823A1681326600AAB80A /* layout.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = layout.css; sourceTree = ""; }; + C14F823B1681326600AAB80A /* multiple-axes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "multiple-axes.html"; sourceTree = ""; }; + C14F823C1681326600AAB80A /* navigate.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = navigate.html; sourceTree = ""; }; + C14F823D1681326600AAB80A /* percentiles.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = percentiles.html; sourceTree = ""; }; + C14F823E1681326600AAB80A /* pie.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pie.html; sourceTree = ""; }; + C14F823F1681326600AAB80A /* realtime.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = realtime.html; sourceTree = ""; }; + C14F82401681326600AAB80A /* resize.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = resize.html; sourceTree = ""; }; + C14F82411681326600AAB80A /* selection.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = selection.html; sourceTree = ""; }; + C14F82421681326600AAB80A /* setting-options.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "setting-options.html"; sourceTree = ""; }; + C14F82431681326600AAB80A /* stacking.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = stacking.html; sourceTree = ""; }; + C14F82441681326600AAB80A /* symbols.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = symbols.html; sourceTree = ""; }; + C14F82451681326600AAB80A /* thresholding.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thresholding.html; sourceTree = ""; }; + C14F82461681326600AAB80A /* time.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = time.html; sourceTree = ""; }; + C14F82471681326600AAB80A /* tracking.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tracking.html; sourceTree = ""; }; + C14F82481681326600AAB80A /* turning-series.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "turning-series.html"; sourceTree = ""; }; + C14F82491681326600AAB80A /* visitors.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = visitors.html; sourceTree = ""; }; + C14F824A1681326600AAB80A /* zooming.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = zooming.html; sourceTree = ""; }; + C14F824B1681326600AAB80A /* excanvas.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = excanvas.js; sourceTree = ""; }; + C14F824C1681326600AAB80A /* excanvas.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = excanvas.min.js; sourceTree = ""; }; + C14F824D1681326600AAB80A /* FAQ.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = FAQ.txt; sourceTree = ""; }; + C14F824E1681326600AAB80A /* jquery.colorhelpers.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.colorhelpers.js; sourceTree = ""; }; + C14F824F1681326600AAB80A /* jquery.colorhelpers.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.colorhelpers.min.js; sourceTree = ""; }; + C14F82501681326600AAB80A /* jquery.flot.crosshair.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.crosshair.js; sourceTree = ""; }; + C14F82511681326600AAB80A /* jquery.flot.crosshair.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.crosshair.min.js; sourceTree = ""; }; + C14F82521681326600AAB80A /* jquery.flot.fillbetween.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.fillbetween.js; sourceTree = ""; }; + C14F82531681326600AAB80A /* jquery.flot.fillbetween.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.fillbetween.min.js; sourceTree = ""; }; + C14F82541681326600AAB80A /* jquery.flot.image.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.image.js; sourceTree = ""; }; + C14F82551681326600AAB80A /* jquery.flot.image.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.image.min.js; sourceTree = ""; }; + C14F82561681326600AAB80A /* jquery.flot.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.js; sourceTree = ""; }; + C14F82571681326600AAB80A /* jquery.flot.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.min.js; sourceTree = ""; }; + C14F82581681326600AAB80A /* jquery.flot.navigate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.navigate.js; sourceTree = ""; }; + C14F82591681326600AAB80A /* jquery.flot.navigate.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.navigate.min.js; sourceTree = ""; }; + C14F825A1681326600AAB80A /* jquery.flot.pie.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.pie.js; sourceTree = ""; }; + C14F825B1681326600AAB80A /* jquery.flot.pie.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.pie.min.js; sourceTree = ""; }; + C14F825C1681326600AAB80A /* jquery.flot.resize.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.resize.js; sourceTree = ""; }; + C14F825D1681326600AAB80A /* jquery.flot.resize.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.resize.min.js; sourceTree = ""; }; + C14F825E1681326600AAB80A /* jquery.flot.selection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.selection.js; sourceTree = ""; }; + C14F825F1681326600AAB80A /* jquery.flot.selection.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.selection.min.js; sourceTree = ""; }; + C14F82601681326600AAB80A /* jquery.flot.stack.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.stack.js; sourceTree = ""; }; + C14F82611681326600AAB80A /* jquery.flot.stack.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.stack.min.js; sourceTree = ""; }; + C14F82621681326600AAB80A /* jquery.flot.symbol.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.symbol.js; sourceTree = ""; }; + C14F82631681326600AAB80A /* jquery.flot.symbol.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.symbol.min.js; sourceTree = ""; }; + C14F82641681326600AAB80A /* jquery.flot.threshold.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.threshold.js; sourceTree = ""; }; + C14F82651681326600AAB80A /* jquery.flot.threshold.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.flot.threshold.min.js; sourceTree = ""; }; + C14F82661681326600AAB80A /* jquery.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.js; sourceTree = ""; }; + C14F82671681326600AAB80A /* jquery.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.min.js; sourceTree = ""; }; + C14F82681681326600AAB80A /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; + C14F82691681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F826A1681326600AAB80A /* NEWS.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NEWS.txt; sourceTree = ""; }; + C14F826B1681326600AAB80A /* PLUGINS.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PLUGINS.txt; sourceTree = ""; }; + C14F826C1681326600AAB80A /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = ""; }; + C14F826D1681326600AAB80A /* md5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = md5.js; sourceTree = ""; }; + C14F826E1681326600AAB80A /* wscmd.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = wscmd.hpp; sourceTree = ""; }; + C14F82701681326600AAB80A /* chat_client.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = chat_client.cpp; sourceTree = ""; }; + C14F82711681326600AAB80A /* chat_client.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = chat_client.html; sourceTree = ""; }; + C14F82721681326600AAB80A /* chat_client_handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = chat_client_handler.cpp; sourceTree = ""; }; + C14F82731681326600AAB80A /* chat_client_handler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = chat_client_handler.hpp; sourceTree = ""; }; + C14F82741681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F82751681326600AAB80A /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C14F82771681326600AAB80A /* jquery-1.6.3.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jquery-1.6.3.min.js"; sourceTree = ""; }; + C14F82791681326600AAB80A /* chat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = chat.cpp; sourceTree = ""; }; + C14F827A1681326600AAB80A /* chat.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = chat.hpp; sourceTree = ""; }; + C14F827B1681326600AAB80A /* chat_server.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = chat_server.cpp; sourceTree = ""; }; + C14F827C1681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F827D1681326600AAB80A /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C14F827E1681326600AAB80A /* common.mk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = common.mk; sourceTree = ""; }; + C14F82801681326600AAB80A /* concurrent_client.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = concurrent_client.html; sourceTree = ""; }; + C14F82811681326600AAB80A /* concurrent_server.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = concurrent_server.cpp; sourceTree = ""; }; + C14F82821681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F82831681326600AAB80A /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C14F82851681326600AAB80A /* echo_client.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = echo_client.cpp; sourceTree = ""; }; + C14F82861681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F82871681326600AAB80A /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C14F82891681326600AAB80A /* echo_client.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = echo_client.html; sourceTree = ""; }; + C14F828A1681326600AAB80A /* echo_server.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = echo_server.cpp; sourceTree = ""; }; + C14F828B1681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F828C1681326600AAB80A /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C14F828E1681326600AAB80A /* echo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = echo.cpp; sourceTree = ""; }; + C14F828F1681326600AAB80A /* echo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = echo.hpp; sourceTree = ""; }; + C14F82901681326600AAB80A /* echo_client.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = echo_client.html; sourceTree = ""; }; + C14F82911681326600AAB80A /* echo_server_tls.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = echo_server_tls.cpp; sourceTree = ""; }; + C14F82921681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F82931681326600AAB80A /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C14F82951681326600AAB80A /* fuzzing_client.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fuzzing_client.cpp; sourceTree = ""; }; + C14F82961681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F82981681326600AAB80A /* echo_client.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = echo_client.html; sourceTree = ""; }; + C14F82991681326600AAB80A /* fuzzing_server_tls.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fuzzing_server_tls.cpp; sourceTree = ""; }; + C14F829A1681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F829B1681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F829D1681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F829E1681326600AAB80A /* stress_client.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stress_client.cpp; sourceTree = ""; }; + C14F82A01681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F82A11681326600AAB80A /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C14F82A21681326600AAB80A /* telemetry_server.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = telemetry_server.cpp; sourceTree = ""; }; + C14F82A41681326600AAB80A /* case.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = case.cpp; sourceTree = ""; }; + C14F82A51681326600AAB80A /* case.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = case.hpp; sourceTree = ""; }; + C14F82A61681326600AAB80A /* generic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = generic.cpp; sourceTree = ""; }; + C14F82A71681326600AAB80A /* generic.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = generic.hpp; sourceTree = ""; }; + C14F82A81681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F82A91681326600AAB80A /* message_test.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = message_test.html; sourceTree = ""; }; + C14F82AA1681326600AAB80A /* request.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = request.cpp; sourceTree = ""; }; + C14F82AB1681326600AAB80A /* request.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = request.hpp; sourceTree = ""; }; + C14F82AC1681326600AAB80A /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C14F82AD1681326600AAB80A /* stress_aggregate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stress_aggregate.cpp; sourceTree = ""; }; + C14F82AE1681326600AAB80A /* stress_aggregate.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = stress_aggregate.hpp; sourceTree = ""; }; + C14F82AF1681326600AAB80A /* stress_handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stress_handler.cpp; sourceTree = ""; }; + C14F82B01681326600AAB80A /* stress_handler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = stress_handler.hpp; sourceTree = ""; }; + C14F82B11681326600AAB80A /* stress_test.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = stress_test.html; sourceTree = ""; }; + C14F82B31681326600AAB80A /* backbone-localstorage.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "backbone-localstorage.js"; sourceTree = ""; }; + C14F82B41681326600AAB80A /* backbone.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = backbone.js; sourceTree = ""; }; + C14F82B51681326600AAB80A /* jquery.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jquery.min.js; sourceTree = ""; }; + C14F82B61681326600AAB80A /* underscore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = underscore.js; sourceTree = ""; }; + C14F82B71681326600AAB80A /* wscmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wscmd.cpp; sourceTree = ""; }; + C14F82B81681326600AAB80A /* wscmd.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = wscmd.hpp; sourceTree = ""; }; + C14F82B91681326600AAB80A /* wsperf.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = wsperf.cfg; sourceTree = ""; }; + C14F82BA1681326600AAB80A /* wsperf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wsperf.cpp; sourceTree = ""; }; + C14F82BB1681326600AAB80A /* wsperf_commander.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = wsperf_commander.html; sourceTree = ""; }; + C14F82BC1681326600AAB80A /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = ""; }; + C14F82BD1681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F82BE1681326600AAB80A /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.txt; sourceTree = ""; }; + C14F82BF1681326600AAB80A /* SConstruct */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConstruct; sourceTree = ""; }; + C14F82C21681326600AAB80A /* base64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = base64.cpp; sourceTree = ""; }; + C14F82C31681326600AAB80A /* base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base64.h; sourceTree = ""; }; + C14F82C41681326600AAB80A /* common.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = common.hpp; sourceTree = ""; }; + C14F82C51681326600AAB80A /* connection.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = connection.hpp; sourceTree = ""; }; + C14F82C61681326600AAB80A /* endpoint.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = endpoint.hpp; sourceTree = ""; }; + C14F82C81681326600AAB80A /* constants.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = constants.hpp; sourceTree = ""; }; + C14F82C91681326600AAB80A /* parser.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = parser.hpp; sourceTree = ""; }; + C14F82CB1681326600AAB80A /* logger.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = logger.hpp; sourceTree = ""; }; + C14F82CD1681326600AAB80A /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md5.c; sourceTree = ""; }; + C14F82CE1681326600AAB80A /* md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = ""; }; + C14F82CF1681326600AAB80A /* md5.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = md5.hpp; sourceTree = ""; }; + C14F82D11681326600AAB80A /* control.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = control.hpp; sourceTree = ""; }; + C14F82D21681326600AAB80A /* data.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = data.cpp; sourceTree = ""; }; + C14F82D31681326600AAB80A /* data.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = data.hpp; sourceTree = ""; }; + C14F82D41681326600AAB80A /* network_utilities.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = network_utilities.cpp; sourceTree = ""; }; + C14F82D51681326600AAB80A /* network_utilities.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = network_utilities.hpp; sourceTree = ""; }; + C14F82D71681326600AAB80A /* hybi.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = hybi.hpp; sourceTree = ""; }; + C14F82D81681326600AAB80A /* hybi_header.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hybi_header.cpp; sourceTree = ""; }; + C14F82D91681326600AAB80A /* hybi_header.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = hybi_header.hpp; sourceTree = ""; }; + C14F82DA1681326600AAB80A /* hybi_legacy.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = hybi_legacy.hpp; sourceTree = ""; }; + C14F82DB1681326600AAB80A /* hybi_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hybi_util.cpp; sourceTree = ""; }; + C14F82DC1681326600AAB80A /* hybi_util.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = hybi_util.hpp; sourceTree = ""; }; + C14F82DD1681326600AAB80A /* processor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = processor.hpp; sourceTree = ""; }; + C14F82DF1681326600AAB80A /* blank_rng.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = blank_rng.cpp; sourceTree = ""; }; + C14F82E01681326600AAB80A /* blank_rng.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = blank_rng.hpp; sourceTree = ""; }; + C14F82E11681326600AAB80A /* boost_rng.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = boost_rng.cpp; sourceTree = ""; }; + C14F82E21681326600AAB80A /* boost_rng.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = boost_rng.hpp; sourceTree = ""; }; + C14F82E41681326600AAB80A /* client.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = client.hpp; sourceTree = ""; }; + C14F82E51681326600AAB80A /* server.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = server.hpp; sourceTree = ""; }; + C14F82E61681326600AAB80A /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = ""; }; + C14F82E81681326600AAB80A /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = ""; }; + C14F82E91681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F82EA1681326600AAB80A /* Makefile.nt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.nt; sourceTree = ""; }; + C14F82EB1681326600AAB80A /* sha.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sha.cpp; sourceTree = ""; }; + C14F82EC1681326600AAB80A /* sha1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sha1.cpp; sourceTree = ""; }; + C14F82ED1681326600AAB80A /* sha1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sha1.h; sourceTree = ""; }; + C14F82EE1681326600AAB80A /* shacmp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shacmp.cpp; sourceTree = ""; }; + C14F82EF1681326600AAB80A /* shatest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shatest.cpp; sourceTree = ""; }; + C14F82F01681326600AAB80A /* shared_const_buffer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = shared_const_buffer.hpp; sourceTree = ""; }; + C14F82F21681326600AAB80A /* plain.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = plain.hpp; sourceTree = ""; }; + C14F82F31681326600AAB80A /* socket_base.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = socket_base.hpp; sourceTree = ""; }; + C14F82F41681326600AAB80A /* tls.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tls.hpp; sourceTree = ""; }; + C14F82F61681326600AAB80A /* client.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = client.pem; sourceTree = ""; }; + C14F82F71681326600AAB80A /* dh512.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dh512.pem; sourceTree = ""; }; + C14F82F81681326600AAB80A /* server.cer */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.cer; sourceTree = ""; }; + C14F82F91681326600AAB80A /* server.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.pem; sourceTree = ""; }; + C14F82FA1681326600AAB80A /* uri.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = uri.cpp; sourceTree = ""; }; + C14F82FB1681326600AAB80A /* uri.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = uri.hpp; sourceTree = ""; }; + C14F82FD1681326600AAB80A /* utf8_validator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = utf8_validator.hpp; sourceTree = ""; }; + C14F82FE1681326600AAB80A /* websocket_frame.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = websocket_frame.hpp; sourceTree = ""; }; + C14F82FF1681326600AAB80A /* websocketpp.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = websocketpp.hpp; sourceTree = ""; }; + C14F83021681326600AAB80A /* hybi_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hybi_util.cpp; sourceTree = ""; }; + C14F83031681326600AAB80A /* logging.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = logging.cpp; sourceTree = ""; }; + C14F83041681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F83051681326600AAB80A /* parsing.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parsing.cpp; sourceTree = ""; }; + C14F83061681326600AAB80A /* uri_perf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = uri_perf.cpp; sourceTree = ""; }; + C14F83071681326600AAB80A /* todo.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = todo.txt; sourceTree = ""; }; + C14F83091681326600AAB80A /* project.bbprojectdata */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = project.bbprojectdata; sourceTree = ""; }; + C14F830A1681326600AAB80A /* Scratchpad.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Scratchpad.txt; sourceTree = ""; }; + C14F830B1681326600AAB80A /* Unix Worksheet.worksheet */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.worksheet; path = "Unix Worksheet.worksheet"; sourceTree = ""; }; + C14F830C1681326600AAB80A /* zaphoyd.bbprojectsettings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = zaphoyd.bbprojectsettings; sourceTree = ""; }; + C14F830D1681326600AAB80A /* websocketpp.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = websocketpp.xcodeproj; sourceTree = ""; }; + C14F83121681326600AAB80A /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; + C14F83131681326600AAB80A /* common.vsprops */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = common.vsprops; sourceTree = ""; }; + C14F83151681326600AAB80A /* chatclient.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = chatclient.vcproj; sourceTree = ""; }; + C14F83161681326600AAB80A /* chatserver.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = chatserver.vcproj; sourceTree = ""; }; + C14F83171681326600AAB80A /* concurrent_server.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = concurrent_server.vcproj; sourceTree = ""; }; + C14F83181681326600AAB80A /* echoserver.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = echoserver.vcproj; sourceTree = ""; }; + C14F83191681326600AAB80A /* stdint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stdint.h; sourceTree = ""; }; + C14F831A1681326600AAB80A /* websocketpp.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = websocketpp.sln; sourceTree = ""; }; + C14F831B1681326600AAB80A /* websocketpp.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = websocketpp.vcproj; sourceTree = ""; }; + C14F831D1681326600AAB80A /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; + C14F831F1681326600AAB80A /* chatclient.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = chatclient.vcxproj; sourceTree = ""; }; + C14F83201681326600AAB80A /* chatclient.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = chatclient.vcxproj.filters; sourceTree = ""; }; + C14F83211681326600AAB80A /* chatserver.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = chatserver.vcxproj; sourceTree = ""; }; + C14F83221681326600AAB80A /* chatserver.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = chatserver.vcxproj.filters; sourceTree = ""; }; + C14F83231681326600AAB80A /* echoclient.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = echoclient.vcxproj; sourceTree = ""; }; + C14F83241681326600AAB80A /* echoclient.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = echoclient.vcxproj.filters; sourceTree = ""; }; + C14F83251681326600AAB80A /* echoserver.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = echoserver.vcxproj; sourceTree = ""; }; + C14F83261681326600AAB80A /* echoserver.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = echoserver.vcxproj.filters; sourceTree = ""; }; + C14F83281681326600AAB80A /* wsperf.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = wsperf.vcxproj; sourceTree = ""; }; + C14F83291681326600AAB80A /* wsperf.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = wsperf.vcxproj.filters; sourceTree = ""; }; + C14F832A1681326600AAB80A /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.txt; sourceTree = ""; }; + C14F832B1681326600AAB80A /* websocketpp.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = websocketpp.sln; sourceTree = ""; }; + C14F832C1681326600AAB80A /* websocketpp.vcxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = websocketpp.vcxproj; sourceTree = ""; }; + C14F832D1681326600AAB80A /* websocketpp.vcxproj.filters */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = websocketpp.vcxproj.filters; sourceTree = ""; }; + C14F832F1681326600AAB80A /* account.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = account.js; sourceTree = ""; }; + C14F83301681326600AAB80A /* amount.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = amount.js; sourceTree = ""; }; + C14F83321681326600AAB80A /* cryptojs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cryptojs.js; sourceTree = ""; }; + C14F83341681326600AAB80A /* AES.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = AES.js; sourceTree = ""; }; + C14F83351681326600AAB80A /* BlockModes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = BlockModes.js; sourceTree = ""; }; + C14F83361681326600AAB80A /* Crypto.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Crypto.js; sourceTree = ""; }; + C14F83371681326600AAB80A /* CryptoMath.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = CryptoMath.js; sourceTree = ""; }; + C14F83381681326600AAB80A /* DES.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = DES.js; sourceTree = ""; }; + C14F83391681326600AAB80A /* HMAC.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = HMAC.js; sourceTree = ""; }; + C14F833A1681326600AAB80A /* MARC4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = MARC4.js; sourceTree = ""; }; + C14F833B1681326600AAB80A /* MD5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = MD5.js; sourceTree = ""; }; + C14F833C1681326600AAB80A /* PBKDF2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = PBKDF2.js; sourceTree = ""; }; + C14F833D1681326600AAB80A /* PBKDF2Async.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = PBKDF2Async.js; sourceTree = ""; }; + C14F833E1681326600AAB80A /* Rabbit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Rabbit.js; sourceTree = ""; }; + C14F833F1681326600AAB80A /* SHA1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = SHA1.js; sourceTree = ""; }; + C14F83401681326600AAB80A /* SHA256.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = SHA256.js; sourceTree = ""; }; + C14F83411681326600AAB80A /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = ""; }; + C14F83421681326600AAB80A /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + C14F83441681326600AAB80A /* PBKDF2-test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "PBKDF2-test.js"; sourceTree = ""; }; + C14F83451681326600AAB80A /* test.coffee */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test.coffee; sourceTree = ""; }; + C14F83461681326600AAB80A /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = ""; }; + C14F83471681326600AAB80A /* jsbn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsbn.js; sourceTree = ""; }; + C14F83481681326600AAB80A /* network.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = network.js; sourceTree = ""; }; + C14F83491681326600AAB80A /* nodeutils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nodeutils.js; sourceTree = ""; }; + C14F834A1681326600AAB80A /* remote.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = remote.js; sourceTree = ""; }; + C14F834B1681326600AAB80A /* serializer.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = serializer.js; sourceTree = ""; }; + C14F834E1681326600AAB80A /* browserTest.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = browserTest.html; sourceTree = ""; }; + C14F834F1681326600AAB80A /* browserUtil.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = browserUtil.js; sourceTree = ""; }; + C14F83501681326600AAB80A /* rhinoUtil.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = rhinoUtil.js; sourceTree = ""; }; + C14F83511681326600AAB80A /* test.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = test.css; sourceTree = ""; }; + C14F83531681326600AAB80A /* compiler.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = compiler.jar; sourceTree = ""; }; + C14F83541681326600AAB80A /* compress_with_closure.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = compress_with_closure.sh; sourceTree = ""; }; + C14F83551681326600AAB80A /* compress_with_yui.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = compress_with_yui.sh; sourceTree = ""; }; + C14F83561681326600AAB80A /* dewindowize.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = dewindowize.pl; sourceTree = ""; }; + C14F83571681326600AAB80A /* digitize.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = digitize.pl; sourceTree = ""; }; + C14F83581681326600AAB80A /* opacify.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = opacify.pl; sourceTree = ""; }; + C14F83591681326600AAB80A /* remove_constants.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = remove_constants.pl; sourceTree = ""; }; + C14F835A1681326600AAB80A /* yuicompressor-2.4.2.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = "yuicompressor-2.4.2.jar"; sourceTree = ""; }; + C14F835B1681326600AAB80A /* config.mk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = config.mk; sourceTree = ""; }; + C14F835C1681326600AAB80A /* configure */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = configure; sourceTree = ""; }; + C14F835E1681326600AAB80A /* aes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = aes.js; sourceTree = ""; }; + C14F835F1681326600AAB80A /* bitArray.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bitArray.js; sourceTree = ""; }; + C14F83601681326600AAB80A /* bn.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bn.js; sourceTree = ""; }; + C14F83611681326600AAB80A /* cbc.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cbc.js; sourceTree = ""; }; + C14F83621681326600AAB80A /* ccm.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ccm.js; sourceTree = ""; }; + C14F83631681326600AAB80A /* codecBase64.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = codecBase64.js; sourceTree = ""; }; + C14F83641681326600AAB80A /* codecBytes.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = codecBytes.js; sourceTree = ""; }; + C14F83651681326600AAB80A /* codecHex.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = codecHex.js; sourceTree = ""; }; + C14F83661681326600AAB80A /* codecString.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = codecString.js; sourceTree = ""; }; + C14F83671681326600AAB80A /* convenience.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = convenience.js; sourceTree = ""; }; + C14F83681681326600AAB80A /* ecc.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ecc.js; sourceTree = ""; }; + C14F83691681326600AAB80A /* hmac.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hmac.js; sourceTree = ""; }; + C14F836A1681326600AAB80A /* ocb2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ocb2.js; sourceTree = ""; }; + C14F836B1681326600AAB80A /* pbkdf2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pbkdf2.js; sourceTree = ""; }; + C14F836C1681326600AAB80A /* random.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = random.js; sourceTree = ""; }; + C14F836D1681326600AAB80A /* sha1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha1.js; sourceTree = ""; }; + C14F836E1681326600AAB80A /* sha256.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha256.js; sourceTree = ""; }; + C14F836F1681326600AAB80A /* sjcl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sjcl.js; sourceTree = ""; }; + C14F83701681326600AAB80A /* srp.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = srp.js; sourceTree = ""; }; + C14F83711681326600AAB80A /* core.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = core.js; sourceTree = ""; }; + C14F83721681326600AAB80A /* core_closure.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = core_closure.js; sourceTree = ""; }; + C14F83741681326600AAB80A /* alpha-arrow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "alpha-arrow.png"; sourceTree = ""; }; + C14F83751681326600AAB80A /* example.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = example.css; sourceTree = ""; }; + C14F83761681326600AAB80A /* example.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = example.js; sourceTree = ""; }; + C14F83771681326600AAB80A /* form.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = form.js; sourceTree = ""; }; + C14F83781681326600AAB80A /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C14F837C1681326600AAB80A /* Chain.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Chain.js; sourceTree = ""; }; + C14F837D1681326600AAB80A /* Dumper.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Dumper.js; sourceTree = ""; }; + C14F837E1681326600AAB80A /* Hash.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Hash.js; sourceTree = ""; }; + C14F837F1681326600AAB80A /* Link.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Link.js; sourceTree = ""; }; + C14F83801681326600AAB80A /* Namespace.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Namespace.js; sourceTree = ""; }; + C14F83811681326600AAB80A /* Opt.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Opt.js; sourceTree = ""; }; + C14F83821681326600AAB80A /* Reflection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Reflection.js; sourceTree = ""; }; + C14F83831681326600AAB80A /* String.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = String.js; sourceTree = ""; }; + C14F83841681326600AAB80A /* Testrun.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Testrun.js; sourceTree = ""; }; + C14F83851681326600AAB80A /* frame.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = frame.js; sourceTree = ""; }; + C14F83871681326600AAB80A /* FOODOC.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = FOODOC.js; sourceTree = ""; }; + C14F83891681326600AAB80A /* DomReader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = DomReader.js; sourceTree = ""; }; + C14F838A1681326600AAB80A /* XMLDoc.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = XMLDoc.js; sourceTree = ""; }; + C14F838B1681326600AAB80A /* XMLParse.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = XMLParse.js; sourceTree = ""; }; + C14F838C1681326600AAB80A /* XMLDOC.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = XMLDOC.js; sourceTree = ""; }; + C14F838F1681326600AAB80A /* DocComment.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = DocComment.js; sourceTree = ""; }; + C14F83901681326600AAB80A /* DocTag.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = DocTag.js; sourceTree = ""; }; + C14F83911681326600AAB80A /* JsDoc.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = JsDoc.js; sourceTree = ""; }; + C14F83921681326600AAB80A /* JsPlate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = JsPlate.js; sourceTree = ""; }; + C14F83931681326600AAB80A /* Lang.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Lang.js; sourceTree = ""; }; + C14F83941681326600AAB80A /* Parser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Parser.js; sourceTree = ""; }; + C14F83951681326600AAB80A /* PluginManager.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = PluginManager.js; sourceTree = ""; }; + C14F83961681326600AAB80A /* Symbol.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Symbol.js; sourceTree = ""; }; + C14F83971681326600AAB80A /* SymbolSet.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = SymbolSet.js; sourceTree = ""; }; + C14F83981681326600AAB80A /* TextStream.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = TextStream.js; sourceTree = ""; }; + C14F83991681326600AAB80A /* Token.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Token.js; sourceTree = ""; }; + C14F839A1681326600AAB80A /* TokenReader.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = TokenReader.js; sourceTree = ""; }; + C14F839B1681326600AAB80A /* TokenStream.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = TokenStream.js; sourceTree = ""; }; + C14F839C1681326600AAB80A /* Util.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Util.js; sourceTree = ""; }; + C14F839D1681326600AAB80A /* Walker.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = Walker.js; sourceTree = ""; }; + C14F839E1681326600AAB80A /* JSDOC.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = JSDOC.js; sourceTree = ""; }; + C14F839F1681326600AAB80A /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.js; sourceTree = ""; }; + C14F83A11681326600AAB80A /* commentSrcJson.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = commentSrcJson.js; sourceTree = ""; }; + C14F83A21681326600AAB80A /* frameworkPrototype.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = frameworkPrototype.js; sourceTree = ""; }; + C14F83A31681326600AAB80A /* functionCall.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = functionCall.js; sourceTree = ""; }; + C14F83A41681326600AAB80A /* publishSrcHilite.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = publishSrcHilite.js; sourceTree = ""; }; + C14F83A51681326600AAB80A /* symbolLink.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = symbolLink.js; sourceTree = ""; }; + C14F83A61681326600AAB80A /* tagParamConfig.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tagParamConfig.js; sourceTree = ""; }; + C14F83A71681326600AAB80A /* tagSynonyms.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tagSynonyms.js; sourceTree = ""; }; + C14F83A81681326600AAB80A /* run.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run.js; sourceTree = ""; }; + C14F83AA1681326600AAB80A /* runner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runner.js; sourceTree = ""; }; + C14F83AB1681326600AAB80A /* TestDoc.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = TestDoc.js; sourceTree = ""; }; + C14F83AD1681326600AAB80A /* addon.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = addon.js; sourceTree = ""; }; + C14F83AE1681326600AAB80A /* anon_inner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = anon_inner.js; sourceTree = ""; }; + C14F83AF1681326600AAB80A /* augments.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = augments.js; sourceTree = ""; }; + C14F83B01681326600AAB80A /* augments2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = augments2.js; sourceTree = ""; }; + C14F83B11681326600AAB80A /* borrows.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borrows.js; sourceTree = ""; }; + C14F83B21681326600AAB80A /* borrows2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = borrows2.js; sourceTree = ""; }; + C14F83B31681326600AAB80A /* config.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = config.js; sourceTree = ""; }; + C14F83B41681326600AAB80A /* constructs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = constructs.js; sourceTree = ""; }; + C14F83B51681326600AAB80A /* encoding.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = encoding.js; sourceTree = ""; }; + C14F83B61681326600AAB80A /* encoding_other.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = encoding_other.js; sourceTree = ""; }; + C14F83B71681326600AAB80A /* event.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = event.js; sourceTree = ""; }; + C14F83B81681326600AAB80A /* exports.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = exports.js; sourceTree = ""; }; + C14F83B91681326600AAB80A /* functions_anon.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = functions_anon.js; sourceTree = ""; }; + C14F83BA1681326600AAB80A /* functions_nested.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = functions_nested.js; sourceTree = ""; }; + C14F83BB1681326600AAB80A /* global.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = global.js; sourceTree = ""; }; + C14F83BC1681326600AAB80A /* globals.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = globals.js; sourceTree = ""; }; + C14F83BD1681326600AAB80A /* ignore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ignore.js; sourceTree = ""; }; + C14F83BE1681326600AAB80A /* inner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = inner.js; sourceTree = ""; }; + C14F83BF1681326600AAB80A /* jsdoc_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsdoc_test.js; sourceTree = ""; }; + C14F83C01681326600AAB80A /* lend.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = lend.js; sourceTree = ""; }; + C14F83C11681326600AAB80A /* memberof.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = memberof.js; sourceTree = ""; }; + C14F83C21681326600AAB80A /* memberof2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = memberof2.js; sourceTree = ""; }; + C14F83C31681326600AAB80A /* memberof3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = memberof3.js; sourceTree = ""; }; + C14F83C41681326600AAB80A /* memberof_constructor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = memberof_constructor.js; sourceTree = ""; }; + C14F83C51681326600AAB80A /* module.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = module.js; sourceTree = ""; }; + C14F83C61681326600AAB80A /* multi_methods.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = multi_methods.js; sourceTree = ""; }; + C14F83C71681326600AAB80A /* name.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = name.js; sourceTree = ""; }; + C14F83C81681326600AAB80A /* namespace_nested.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = namespace_nested.js; sourceTree = ""; }; + C14F83C91681326600AAB80A /* nocode.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nocode.js; sourceTree = ""; }; + C14F83CA1681326600AAB80A /* oblit_anon.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = oblit_anon.js; sourceTree = ""; }; + C14F83CB1681326600AAB80A /* overview.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = overview.js; sourceTree = ""; }; + C14F83CC1681326600AAB80A /* param_inline.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = param_inline.js; sourceTree = ""; }; + C14F83CD1681326600AAB80A /* params_optional.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = params_optional.js; sourceTree = ""; }; + C14F83CE1681326600AAB80A /* prototype.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = prototype.js; sourceTree = ""; }; + C14F83CF1681326600AAB80A /* prototype_nested.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = prototype_nested.js; sourceTree = ""; }; + C14F83D01681326600AAB80A /* prototype_oblit.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = prototype_oblit.js; sourceTree = ""; }; + C14F83D11681326600AAB80A /* prototype_oblit_constructor.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = prototype_oblit_constructor.js; sourceTree = ""; }; + C14F83D21681326600AAB80A /* public.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = public.js; sourceTree = ""; }; + C14F83D41681326600AAB80A /* code.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = code.js; sourceTree = ""; }; + C14F83D51681326600AAB80A /* notcode.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = notcode.txt; sourceTree = ""; }; + C14F83D61681326600AAB80A /* shared.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shared.js; sourceTree = ""; }; + C14F83D71681326600AAB80A /* shared2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shared2.js; sourceTree = ""; }; + C14F83D81681326600AAB80A /* shortcuts.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shortcuts.js; sourceTree = ""; }; + C14F83D91681326600AAB80A /* static_this.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = static_this.js; sourceTree = ""; }; + C14F83DA1681326600AAB80A /* synonyms.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = synonyms.js; sourceTree = ""; }; + C14F83DB1681326600AAB80A /* tosource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = tosource.js; sourceTree = ""; }; + C14F83DC1681326600AAB80A /* variable_redefine.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = variable_redefine.js; sourceTree = ""; }; + C14F83DD1681326600AAB80A /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C14F83DE1681326600AAB80A /* changes.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = changes.txt; sourceTree = ""; }; + C14F83E01681326600AAB80A /* sample.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = sample.conf; sourceTree = ""; }; + C14F83E21681326600AAB80A /* build.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = build.xml; sourceTree = ""; }; + C14F83E31681326600AAB80A /* build_1.4.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = build_1.4.xml; sourceTree = ""; }; + C14F83E51681326600AAB80A /* js.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = js.jar; sourceTree = ""; }; + C14F83E71681326600AAB80A /* JsDebugRun.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; path = JsDebugRun.java; sourceTree = ""; }; + C14F83E81681326600AAB80A /* JsRun.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; path = JsRun.java; sourceTree = ""; }; + C14F83E91681326600AAB80A /* jsdebug.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = jsdebug.jar; sourceTree = ""; }; + C14F83EA1681326600AAB80A /* jsrun.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; path = jsrun.jar; sourceTree = ""; }; + C14F83EB1681326600AAB80A /* jsrun.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = jsrun.sh; sourceTree = ""; }; + C14F83EC1681326600AAB80A /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = ""; }; + C14F83EF1681326600AAB80A /* allclasses.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = allclasses.tmpl; sourceTree = ""; }; + C14F83F01681326600AAB80A /* allfiles.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = allfiles.tmpl; sourceTree = ""; }; + C14F83F11681326600AAB80A /* class.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = class.tmpl; sourceTree = ""; }; + C14F83F31681326600AAB80A /* default.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = default.css; sourceTree = ""; }; + C14F83F41681326600AAB80A /* index.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = index.tmpl; sourceTree = ""; }; + C14F83F51681326600AAB80A /* publish.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = publish.js; sourceTree = ""; }; + C14F83F71681326600AAB80A /* header.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = header.html; sourceTree = ""; }; + C14F83F81681326600AAB80A /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + C14F83F91681326600AAB80A /* symbol.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = symbol.tmpl; sourceTree = ""; }; + C14F83FB1681326600AAB80A /* coding_guidelines.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = coding_guidelines.pl; sourceTree = ""; }; + C14F83FC1681326600AAB80A /* jslint_rhino.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jslint_rhino.js; sourceTree = ""; }; + C14F83FD1681326600AAB80A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + C14F83FF1681326600AAB80A /* bsd.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bsd.txt; sourceTree = ""; }; + C14F84001681326600AAB80A /* COPYRIGHT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYRIGHT; sourceTree = ""; }; + C14F84011681326600AAB80A /* gpl-2.0.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "gpl-2.0.txt"; sourceTree = ""; }; + C14F84021681326600AAB80A /* gpl-3.0.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "gpl-3.0.txt"; sourceTree = ""; }; + C14F84031681326600AAB80A /* INSTALL */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = INSTALL; sourceTree = ""; }; + C14F84041681326600AAB80A /* sjcl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sjcl.js; sourceTree = ""; }; + C14F84061681326600AAB80A /* aes_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = aes_test.js; sourceTree = ""; }; + C14F84071681326600AAB80A /* aes_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = aes_vectors.js; sourceTree = ""; }; + C14F84081681326600AAB80A /* bn_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bn_test.js; sourceTree = ""; }; + C14F84091681326600AAB80A /* bn_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = bn_vectors.js; sourceTree = ""; }; + C14F840A1681326600AAB80A /* cbc_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cbc_test.js; sourceTree = ""; }; + C14F840B1681326600AAB80A /* cbc_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cbc_vectors.js; sourceTree = ""; }; + C14F840C1681326600AAB80A /* ccm_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ccm_test.js; sourceTree = ""; }; + C14F840D1681326600AAB80A /* ccm_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ccm_vectors.js; sourceTree = ""; }; + C14F840E1681326600AAB80A /* ecdh_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ecdh_test.js; sourceTree = ""; }; + C14F840F1681326600AAB80A /* ecdsa_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ecdsa_test.js; sourceTree = ""; }; + C14F84101681326600AAB80A /* hmac_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hmac_test.js; sourceTree = ""; }; + C14F84111681326600AAB80A /* hmac_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = hmac_vectors.js; sourceTree = ""; }; + C14F84121681326600AAB80A /* ocb2_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ocb2_test.js; sourceTree = ""; }; + C14F84131681326600AAB80A /* ocb2_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = ocb2_vectors.js; sourceTree = ""; }; + C14F84141681326600AAB80A /* pbkdf2_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = pbkdf2_test.js; sourceTree = ""; }; + C14F84151681326600AAB80A /* run_tests_browser.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run_tests_browser.js; sourceTree = ""; }; + C14F84161681326600AAB80A /* run_tests_rhino.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = run_tests_rhino.js; sourceTree = ""; }; + C14F84171681326600AAB80A /* sha1_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha1_test.js; sourceTree = ""; }; + C14F84181681326600AAB80A /* sha1_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha1_vectors.js; sourceTree = ""; }; + C14F84191681326600AAB80A /* sha256_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha256_test.js; sourceTree = ""; }; + C14F841A1681326600AAB80A /* sha256_test_brute_force.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha256_test_brute_force.js; sourceTree = ""; }; + C14F841B1681326600AAB80A /* sha256_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sha256_vectors.js; sourceTree = ""; }; + C14F841C1681326600AAB80A /* srp_test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = srp_test.js; sourceTree = ""; }; + C14F841D1681326600AAB80A /* srp_vectors.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = srp_vectors.js; sourceTree = ""; }; + C14F841E1681326600AAB80A /* test.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = test.js; sourceTree = ""; }; + C14F841F1681326600AAB80A /* utils.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.js; sourceTree = ""; }; + C14F84201681326600AAB80A /* utils.web.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = utils.web.js; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + C14F81241681323400AAB80A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + C10365CA168147DF00D9D15C /* build */ = { + isa = PBXGroup; + children = ( + C10365C8168147D200D9D15C /* ripple.pb.cc */, + ); + name = build; + sourceTree = ""; + }; + C14F811C1681323300AAB80A = { + isa = PBXGroup; + children = ( + C10365CA168147DF00D9D15C /* build */, + C14F812A1681323400AAB80A /* rippled */, + C14F81281681323400AAB80A /* Products */, + ); + sourceTree = ""; + }; + C14F81281681323400AAB80A /* Products */ = { + isa = PBXGroup; + children = ( + C14F81271681323400AAB80A /* rippled */, + ); + name = Products; + sourceTree = ""; + }; + C14F812A1681323400AAB80A /* rippled */ = { + isa = PBXGroup; + children = ( + C14F81341681326600AAB80A /* src */, + C14F812D1681323400AAB80A /* rippled.1 */, + ); + path = rippled; + sourceTree = ""; + }; + C14F81341681326600AAB80A /* src */ = { + isa = PBXGroup; + children = ( + C14F81351681326600AAB80A /* cpp */, + C14F832E1681326600AAB80A /* js */, + ); + name = src; + path = ../../src; + sourceTree = ""; + }; + C14F81351681326600AAB80A /* cpp */ = { + isa = PBXGroup; + children = ( + C14F81361681326600AAB80A /* database */, + C14F81451681326600AAB80A /* json */, + C14F81571681326600AAB80A /* ripple */, + C14F82151681326600AAB80A /* websocketpp */, + ); + path = cpp; + sourceTree = ""; + }; + C14F81361681326600AAB80A /* database */ = { + isa = PBXGroup; + children = ( + C14F81371681326600AAB80A /* database.cpp */, + C14F81381681326600AAB80A /* database.h */, + C14F81391681326600AAB80A /* linux */, + C14F813C1681326600AAB80A /* sqlite3.c */, + C14F813D1681326600AAB80A /* sqlite3.h */, + C14F813E1681326600AAB80A /* sqlite3ext.h */, + C14F813F1681326600AAB80A /* SqliteDatabase.cpp */, + C14F81401681326600AAB80A /* SqliteDatabase.h */, + C14F81411681326600AAB80A /* win */, + ); + path = database; + sourceTree = ""; + }; + C14F81391681326600AAB80A /* linux */ = { + isa = PBXGroup; + children = ( + C14F813A1681326600AAB80A /* mysqldatabase.cpp */, + C14F813B1681326600AAB80A /* mysqldatabase.h */, + ); + path = linux; + sourceTree = ""; + }; + C14F81411681326600AAB80A /* win */ = { + isa = PBXGroup; + children = ( + C14F81421681326600AAB80A /* dbutility.h */, + C14F81431681326600AAB80A /* windatabase.cpp */, + C14F81441681326600AAB80A /* windatabase.h */, + ); + path = win; + sourceTree = ""; + }; + C14F81451681326600AAB80A /* json */ = { + isa = PBXGroup; + children = ( + C14F81461681326600AAB80A /* autolink.h */, + C14F81471681326600AAB80A /* config.h */, + C14F81481681326600AAB80A /* features.h */, + C14F81491681326600AAB80A /* forwards.h */, + C14F814A1681326600AAB80A /* json.h */, + C14F814B1681326600AAB80A /* json_batchallocator.h */, + C14F814C1681326600AAB80A /* json_internalarray.inl */, + C14F814D1681326600AAB80A /* json_internalmap.inl */, + C14F814E1681326600AAB80A /* json_reader.cpp */, + C14F814F1681326600AAB80A /* json_value.cpp */, + C14F81501681326600AAB80A /* json_valueiterator.inl */, + C14F81511681326600AAB80A /* json_writer.cpp */, + C14F81521681326600AAB80A /* LICENSE */, + C14F81531681326600AAB80A /* reader.h */, + C14F81541681326600AAB80A /* value.h */, + C14F81551681326600AAB80A /* version */, + C14F81561681326600AAB80A /* writer.h */, + ); + path = json; + sourceTree = ""; + }; + C14F81571681326600AAB80A /* ripple */ = { + isa = PBXGroup; + children = ( + C14F81581681326600AAB80A /* AccountItems.cpp */, + C14F81591681326600AAB80A /* AccountItems.h */, + C14F815A1681326600AAB80A /* AccountSetTransactor.cpp */, + C14F815B1681326600AAB80A /* AccountSetTransactor.h */, + C14F815C1681326600AAB80A /* AccountState.cpp */, + C14F815D1681326600AAB80A /* AccountState.h */, + C14F815E1681326600AAB80A /* Amount.cpp */, + C14F815F1681326600AAB80A /* Application.cpp */, + C14F81601681326600AAB80A /* Application.h */, + C14F81611681326600AAB80A /* base58.h */, + C14F81621681326600AAB80A /* bignum.h */, + C14F81631681326600AAB80A /* BitcoinUtil.cpp */, + C14F81641681326600AAB80A /* BitcoinUtil.h */, + C14F81651681326600AAB80A /* CallRPC.cpp */, + C14F81661681326600AAB80A /* CallRPC.h */, + C14F81671681326600AAB80A /* CanonicalTXSet.cpp */, + C14F81681681326600AAB80A /* CanonicalTXSet.h */, + C14F81691681326600AAB80A /* Config.cpp */, + C14F816A1681326600AAB80A /* Config.h */, + C14F816B1681326600AAB80A /* ConnectionPool.cpp */, + C14F816C1681326600AAB80A /* ConnectionPool.h */, + C14F816D1681326600AAB80A /* Contract.cpp */, + C14F816E1681326600AAB80A /* Contract.h */, + C14F816F1681326600AAB80A /* DBInit.cpp */, + C14F81701681326600AAB80A /* DeterministicKeys.cpp */, + C14F81711681326600AAB80A /* ECIES.cpp */, + C14F81721681326600AAB80A /* FeatureTable.cpp */, + C14F81731681326600AAB80A /* FeatureTable.h */, + C14F81741681326600AAB80A /* FieldNames.cpp */, + C14F81751681326600AAB80A /* FieldNames.h */, + C14F81761681326600AAB80A /* HashedObject.cpp */, + C14F81771681326600AAB80A /* HashedObject.h */, + C14F81781681326600AAB80A /* HashPrefixes.h */, + C14F81791681326600AAB80A /* HTTPRequest.cpp */, + C14F817A1681326600AAB80A /* HTTPRequest.h */, + C14F817B1681326600AAB80A /* HttpsClient.cpp */, + C14F817C1681326600AAB80A /* HttpsClient.h */, + C14F817D1681326600AAB80A /* InstanceCounter.cpp */, + C14F817E1681326600AAB80A /* InstanceCounter.h */, + C14F817F1681326600AAB80A /* Interpreter.cpp */, + C14F81801681326600AAB80A /* Interpreter.h */, + C14F81811681326600AAB80A /* JobQueue.cpp */, + C14F81821681326600AAB80A /* JobQueue.h */, + C14F81831681326600AAB80A /* key.h */, + C14F81841681326600AAB80A /* Ledger.cpp */, + C14F81851681326600AAB80A /* Ledger.h */, + C14F81861681326600AAB80A /* LedgerAcquire.cpp */, + C14F81871681326600AAB80A /* LedgerAcquire.h */, + C14F81881681326600AAB80A /* LedgerConsensus.cpp */, + C14F81891681326600AAB80A /* LedgerConsensus.h */, + C14F818A1681326600AAB80A /* LedgerEntrySet.cpp */, + C14F818B1681326600AAB80A /* LedgerEntrySet.h */, + C14F818C1681326600AAB80A /* LedgerFormats.cpp */, + C14F818D1681326600AAB80A /* LedgerFormats.h */, + C14F818E1681326600AAB80A /* LedgerHistory.cpp */, + C14F818F1681326600AAB80A /* LedgerHistory.h */, + C14F81901681326600AAB80A /* LedgerMaster.cpp */, + C14F81911681326600AAB80A /* LedgerMaster.h */, + C14F81921681326600AAB80A /* LedgerProposal.cpp */, + C14F81931681326600AAB80A /* LedgerProposal.h */, + C14F81941681326600AAB80A /* LedgerTiming.cpp */, + C14F81951681326600AAB80A /* LedgerTiming.h */, + C14F81961681326600AAB80A /* LoadManager.cpp */, + C14F81971681326600AAB80A /* LoadManager.h */, + C14F81981681326600AAB80A /* LoadMonitor.cpp */, + C14F81991681326600AAB80A /* LoadMonitor.h */, + C14F819A1681326600AAB80A /* Log.cpp */, + C14F819B1681326600AAB80A /* Log.h */, + C14F819C1681326600AAB80A /* main.cpp */, + C14F819D1681326600AAB80A /* NetworkOPs.cpp */, + C14F819E1681326600AAB80A /* NetworkOPs.h */, + C14F819F1681326600AAB80A /* NetworkStatus.h */, + C14F81A01681326600AAB80A /* NicknameState.cpp */, + C14F81A11681326600AAB80A /* NicknameState.h */, + C14F81A21681326600AAB80A /* Offer.cpp */, + C14F81A31681326600AAB80A /* Offer.h */, + C14F81A41681326600AAB80A /* OfferCancelTransactor.cpp */, + C14F81A51681326600AAB80A /* OfferCancelTransactor.h */, + C14F81A61681326600AAB80A /* OfferCreateTransactor.cpp */, + C14F81A71681326600AAB80A /* OfferCreateTransactor.h */, + C14F81A81681326600AAB80A /* Operation.cpp */, + C14F81A91681326600AAB80A /* Operation.h */, + C14F81AA1681326600AAB80A /* OrderBook.cpp */, + C14F81AB1681326600AAB80A /* OrderBook.h */, + C14F81AC1681326600AAB80A /* OrderBookDB.cpp */, + C14F81AD1681326600AAB80A /* OrderBookDB.h */, + C14F81AE1681326600AAB80A /* PackedMessage.cpp */, + C14F81AF1681326600AAB80A /* PackedMessage.h */, + C14F81B01681326600AAB80A /* ParameterTable.cpp */, + C14F81B11681326600AAB80A /* ParameterTable.h */, + C14F81B21681326600AAB80A /* ParseSection.cpp */, + C14F81B31681326600AAB80A /* ParseSection.h */, + C14F81B41681326600AAB80A /* Pathfinder.cpp */, + C14F81B51681326600AAB80A /* Pathfinder.h */, + C14F81B61681326600AAB80A /* PaymentTransactor.cpp */, + C14F81B71681326600AAB80A /* PaymentTransactor.h */, + C14F81B81681326600AAB80A /* Peer.cpp */, + C14F81B91681326600AAB80A /* Peer.h */, + C14F81BA1681326600AAB80A /* PeerDoor.cpp */, + C14F81BB1681326600AAB80A /* PeerDoor.h */, + C14F81BC1681326600AAB80A /* PlatRand.cpp */, + C14F81BD1681326600AAB80A /* ProofOfWork.cpp */, + C14F81BE1681326600AAB80A /* ProofOfWork.h */, + C14F81BF1681326600AAB80A /* PubKeyCache.cpp */, + C14F81C01681326600AAB80A /* PubKeyCache.h */, + C14F81C11681326600AAB80A /* RangeSet.cpp */, + C14F81C21681326600AAB80A /* RangeSet.h */, + C14F81C31681326600AAB80A /* RegularKeySetTransactor.cpp */, + C14F81C41681326600AAB80A /* RegularKeySetTransactor.h */, + C14F81C51681326600AAB80A /* rfc1751.cpp */, + C14F81C61681326600AAB80A /* rfc1751.h */, + C14F81C71681326600AAB80A /* ripple.proto */, + C14F81C81681326600AAB80A /* RippleAddress.cpp */, + C14F81C91681326600AAB80A /* RippleAddress.h */, + C14F81CA1681326600AAB80A /* RippleCalc.cpp */, + C14F81CB1681326600AAB80A /* RippleCalc.h */, + C14F81CC1681326600AAB80A /* RippleState.cpp */, + C14F81CD1681326600AAB80A /* RippleState.h */, + C14F81CE1681326600AAB80A /* rpc.cpp */, + C14F81CF1681326600AAB80A /* RPC.h */, + C14F81D01681326600AAB80A /* RPCDoor.cpp */, + C14F81D11681326600AAB80A /* RPCDoor.h */, + C14F81D21681326600AAB80A /* RPCErr.cpp */, + C14F81D31681326600AAB80A /* RPCErr.h */, + C14F81D41681326600AAB80A /* RPCHandler.cpp */, + C14F81D51681326600AAB80A /* RPCHandler.h */, + C14F81D61681326600AAB80A /* RPCServer.cpp */, + C14F81D71681326600AAB80A /* RPCServer.h */, + C14F81D81681326600AAB80A /* ScopedLock.h */, + C14F81D91681326600AAB80A /* ScriptData.cpp */, + C14F81DA1681326600AAB80A /* ScriptData.h */, + C14F81DB1681326600AAB80A /* SecureAllocator.h */, + C14F81DC1681326600AAB80A /* SerializedLedger.cpp */, + C14F81DD1681326600AAB80A /* SerializedLedger.h */, + C14F81DE1681326600AAB80A /* SerializedObject.cpp */, + C14F81DF1681326600AAB80A /* SerializedObject.h */, + C14F81E01681326600AAB80A /* SerializedTransaction.cpp */, + C14F81E11681326600AAB80A /* SerializedTransaction.h */, + C14F81E21681326600AAB80A /* SerializedTypes.cpp */, + C14F81E31681326600AAB80A /* SerializedTypes.h */, + C14F81E41681326600AAB80A /* SerializedValidation.cpp */, + C14F81E51681326600AAB80A /* SerializedValidation.h */, + C14F81E61681326600AAB80A /* SerializeProto.h */, + C14F81E71681326600AAB80A /* Serializer.cpp */, + C14F81E81681326600AAB80A /* Serializer.h */, + C14F81E91681326600AAB80A /* SHAMap.cpp */, + C14F81EA1681326600AAB80A /* SHAMap.h */, + C14F81EB1681326600AAB80A /* SHAMapDiff.cpp */, + C14F81EC1681326600AAB80A /* SHAMapNodes.cpp */, + C14F81ED1681326600AAB80A /* SHAMapSync.cpp */, + C14F81EE1681326600AAB80A /* SHAMapSync.h */, + C14F81EF1681326600AAB80A /* SNTPClient.cpp */, + C14F81F01681326600AAB80A /* SNTPClient.h */, + C14F81F11681326600AAB80A /* Suppression.cpp */, + C14F81F21681326600AAB80A /* Suppression.h */, + C14F81F31681326600AAB80A /* TaggedCache.h */, + C14F81F41681326600AAB80A /* Transaction.cpp */, + C14F81F51681326600AAB80A /* Transaction.h */, + C14F81F61681326600AAB80A /* TransactionEngine.cpp */, + C14F81F71681326600AAB80A /* TransactionEngine.h */, + C14F81F81681326600AAB80A /* TransactionErr.cpp */, + C14F81F91681326600AAB80A /* TransactionErr.h */, + C14F81FA1681326600AAB80A /* TransactionFormats.cpp */, + C14F81FB1681326600AAB80A /* TransactionFormats.h */, + C14F81FC1681326600AAB80A /* TransactionMaster.cpp */, + C14F81FD1681326600AAB80A /* TransactionMaster.h */, + C14F81FE1681326600AAB80A /* TransactionMeta.cpp */, + C14F81FF1681326600AAB80A /* TransactionMeta.h */, + C14F82001681326600AAB80A /* Transactor.cpp */, + C14F82011681326600AAB80A /* Transactor.h */, + C14F82021681326600AAB80A /* TrustSetTransactor.cpp */, + C14F82031681326600AAB80A /* TrustSetTransactor.h */, + C14F82041681326600AAB80A /* types.h */, + C14F82051681326600AAB80A /* uint256.h */, + C14F82061681326600AAB80A /* UniqueNodeList.cpp */, + C14F82071681326600AAB80A /* UniqueNodeList.h */, + C14F82081681326600AAB80A /* utils.cpp */, + C14F82091681326600AAB80A /* utils.h */, + C14F820A1681326600AAB80A /* ValidationCollection.cpp */, + C14F820B1681326600AAB80A /* ValidationCollection.h */, + C14F820C1681326600AAB80A /* Version.h */, + C14F820D1681326600AAB80A /* Wallet.cpp */, + C14F820E1681326600AAB80A /* Wallet.h */, + C14F820F1681326600AAB80A /* WalletAddTransactor.cpp */, + C14F82101681326600AAB80A /* WalletAddTransactor.h */, + C14F82111681326600AAB80A /* WSConnection.h */, + C14F82121681326600AAB80A /* WSDoor.cpp */, + C14F82131681326600AAB80A /* WSDoor.h */, + C14F82141681326600AAB80A /* WSHandler.h */, + ); + path = ripple; + sourceTree = ""; + }; + C14F82151681326600AAB80A /* websocketpp */ = { + isa = PBXGroup; + children = ( + C14F82161681326600AAB80A /* dependencies.txt */, + C14F82171681326600AAB80A /* doc */, + C14F82191681326600AAB80A /* examples */, + C14F82BC1681326600AAB80A /* license.txt */, + C14F82BD1681326600AAB80A /* Makefile */, + C14F82BE1681326600AAB80A /* readme.txt */, + C14F82BF1681326600AAB80A /* SConstruct */, + C14F82C01681326600AAB80A /* src */, + C14F83001681326600AAB80A /* test */, + C14F83071681326600AAB80A /* todo.txt */, + C14F83081681326600AAB80A /* websocketpp.bbprojectd */, + C14F830D1681326600AAB80A /* websocketpp.xcodeproj */, + C14F83101681326600AAB80A /* windows */, + ); + path = websocketpp; + sourceTree = ""; + }; + C14F82171681326600AAB80A /* doc */ = { + isa = PBXGroup; + children = ( + C14F82181681326600AAB80A /* uri.txt */, + ); + path = doc; + sourceTree = ""; + }; + C14F82191681326600AAB80A /* examples */ = { + isa = PBXGroup; + children = ( + C14F821A1681326600AAB80A /* broadcast_server_tls */, + C14F826F1681326600AAB80A /* chat_client */, + C14F82781681326600AAB80A /* chat_server */, + C14F827E1681326600AAB80A /* common.mk */, + C14F827F1681326600AAB80A /* concurrent_server */, + C14F82841681326600AAB80A /* echo_client */, + C14F82881681326600AAB80A /* echo_server */, + C14F828D1681326600AAB80A /* echo_server_tls */, + C14F82941681326600AAB80A /* fuzzing_client */, + C14F82971681326600AAB80A /* fuzzing_server_tls */, + C14F829B1681326600AAB80A /* Makefile */, + C14F829C1681326600AAB80A /* stress_client */, + C14F829F1681326600AAB80A /* telemetry_server */, + C14F82A31681326600AAB80A /* wsperf */, + ); + path = examples; + sourceTree = ""; + }; + C14F821A1681326600AAB80A /* broadcast_server_tls */ = { + isa = PBXGroup; + children = ( + C14F821B1681326600AAB80A /* broadcast_admin.html */, + C14F821C1681326600AAB80A /* broadcast_admin_handler.hpp */, + C14F821D1681326600AAB80A /* broadcast_handler.hpp */, + C14F821E1681326600AAB80A /* broadcast_server_handler.hpp */, + C14F821F1681326600AAB80A /* broadcast_server_tls.cpp */, + C14F82201681326600AAB80A /* Makefile */, + C14F82211681326600AAB80A /* vendor */, + C14F826E1681326600AAB80A /* wscmd.hpp */, + ); + path = broadcast_server_tls; + sourceTree = ""; + }; + C14F82211681326600AAB80A /* vendor */ = { + isa = PBXGroup; + children = ( + C14F82221681326600AAB80A /* flot */, + C14F826D1681326600AAB80A /* md5.js */, + ); + path = vendor; + sourceTree = ""; + }; + C14F82221681326600AAB80A /* flot */ = { + isa = PBXGroup; + children = ( + C14F82231681326600AAB80A /* API.txt */, + C14F82241681326600AAB80A /* examples */, + C14F824B1681326600AAB80A /* excanvas.js */, + C14F824C1681326600AAB80A /* excanvas.min.js */, + C14F824D1681326600AAB80A /* FAQ.txt */, + C14F824E1681326600AAB80A /* jquery.colorhelpers.js */, + C14F824F1681326600AAB80A /* jquery.colorhelpers.min.js */, + C14F82501681326600AAB80A /* jquery.flot.crosshair.js */, + C14F82511681326600AAB80A /* jquery.flot.crosshair.min.js */, + C14F82521681326600AAB80A /* jquery.flot.fillbetween.js */, + C14F82531681326600AAB80A /* jquery.flot.fillbetween.min.js */, + C14F82541681326600AAB80A /* jquery.flot.image.js */, + C14F82551681326600AAB80A /* jquery.flot.image.min.js */, + C14F82561681326600AAB80A /* jquery.flot.js */, + C14F82571681326600AAB80A /* jquery.flot.min.js */, + C14F82581681326600AAB80A /* jquery.flot.navigate.js */, + C14F82591681326600AAB80A /* jquery.flot.navigate.min.js */, + C14F825A1681326600AAB80A /* jquery.flot.pie.js */, + C14F825B1681326600AAB80A /* jquery.flot.pie.min.js */, + C14F825C1681326600AAB80A /* jquery.flot.resize.js */, + C14F825D1681326600AAB80A /* jquery.flot.resize.min.js */, + C14F825E1681326600AAB80A /* jquery.flot.selection.js */, + C14F825F1681326600AAB80A /* jquery.flot.selection.min.js */, + C14F82601681326600AAB80A /* jquery.flot.stack.js */, + C14F82611681326600AAB80A /* jquery.flot.stack.min.js */, + C14F82621681326600AAB80A /* jquery.flot.symbol.js */, + C14F82631681326600AAB80A /* jquery.flot.symbol.min.js */, + C14F82641681326600AAB80A /* jquery.flot.threshold.js */, + C14F82651681326600AAB80A /* jquery.flot.threshold.min.js */, + C14F82661681326600AAB80A /* jquery.js */, + C14F82671681326600AAB80A /* jquery.min.js */, + C14F82681681326600AAB80A /* LICENSE.txt */, + C14F82691681326600AAB80A /* Makefile */, + C14F826A1681326600AAB80A /* NEWS.txt */, + C14F826B1681326600AAB80A /* PLUGINS.txt */, + C14F826C1681326600AAB80A /* README.txt */, + ); + path = flot; + sourceTree = ""; + }; + C14F82241681326600AAB80A /* examples */ = { + isa = PBXGroup; + children = ( + C14F82251681326600AAB80A /* ajax.html */, + C14F82261681326600AAB80A /* annotating.html */, + C14F82271681326600AAB80A /* arrow-down.gif */, + C14F82281681326600AAB80A /* arrow-left.gif */, + C14F82291681326600AAB80A /* arrow-right.gif */, + C14F822A1681326600AAB80A /* arrow-up.gif */, + C14F822B1681326600AAB80A /* basic.html */, + C14F822C1681326600AAB80A /* data-eu-gdp-growth-1.json */, + C14F822D1681326600AAB80A /* data-eu-gdp-growth-2.json */, + C14F822E1681326600AAB80A /* data-eu-gdp-growth-3.json */, + C14F822F1681326600AAB80A /* data-eu-gdp-growth-4.json */, + C14F82301681326600AAB80A /* data-eu-gdp-growth-5.json */, + C14F82311681326600AAB80A /* data-eu-gdp-growth.json */, + C14F82321681326600AAB80A /* data-japan-gdp-growth.json */, + C14F82331681326600AAB80A /* data-usa-gdp-growth.json */, + C14F82341681326600AAB80A /* graph-types.html */, + C14F82351681326600AAB80A /* hs-2004-27-a-large_web.jpg */, + C14F82361681326600AAB80A /* image.html */, + C14F82371681326600AAB80A /* index.html */, + C14F82381681326600AAB80A /* interacting-axes.html */, + C14F82391681326600AAB80A /* interacting.html */, + C14F823A1681326600AAB80A /* layout.css */, + C14F823B1681326600AAB80A /* multiple-axes.html */, + C14F823C1681326600AAB80A /* navigate.html */, + C14F823D1681326600AAB80A /* percentiles.html */, + C14F823E1681326600AAB80A /* pie.html */, + C14F823F1681326600AAB80A /* realtime.html */, + C14F82401681326600AAB80A /* resize.html */, + C14F82411681326600AAB80A /* selection.html */, + C14F82421681326600AAB80A /* setting-options.html */, + C14F82431681326600AAB80A /* stacking.html */, + C14F82441681326600AAB80A /* symbols.html */, + C14F82451681326600AAB80A /* thresholding.html */, + C14F82461681326600AAB80A /* time.html */, + C14F82471681326600AAB80A /* tracking.html */, + C14F82481681326600AAB80A /* turning-series.html */, + C14F82491681326600AAB80A /* visitors.html */, + C14F824A1681326600AAB80A /* zooming.html */, + ); + path = examples; + sourceTree = ""; + }; + C14F826F1681326600AAB80A /* chat_client */ = { + isa = PBXGroup; + children = ( + C14F82701681326600AAB80A /* chat_client.cpp */, + C14F82711681326600AAB80A /* chat_client.html */, + C14F82721681326600AAB80A /* chat_client_handler.cpp */, + C14F82731681326600AAB80A /* chat_client_handler.hpp */, + C14F82741681326600AAB80A /* Makefile */, + C14F82751681326600AAB80A /* SConscript */, + C14F82761681326600AAB80A /* vendor */, + ); + path = chat_client; + sourceTree = ""; + }; + C14F82761681326600AAB80A /* vendor */ = { + isa = PBXGroup; + children = ( + C14F82771681326600AAB80A /* jquery-1.6.3.min.js */, + ); + path = vendor; + sourceTree = ""; + }; + C14F82781681326600AAB80A /* chat_server */ = { + isa = PBXGroup; + children = ( + C14F82791681326600AAB80A /* chat.cpp */, + C14F827A1681326600AAB80A /* chat.hpp */, + C14F827B1681326600AAB80A /* chat_server.cpp */, + C14F827C1681326600AAB80A /* Makefile */, + C14F827D1681326600AAB80A /* SConscript */, + ); + path = chat_server; + sourceTree = ""; + }; + C14F827F1681326600AAB80A /* concurrent_server */ = { + isa = PBXGroup; + children = ( + C14F82801681326600AAB80A /* concurrent_client.html */, + C14F82811681326600AAB80A /* concurrent_server.cpp */, + C14F82821681326600AAB80A /* Makefile */, + C14F82831681326600AAB80A /* SConscript */, + ); + path = concurrent_server; + sourceTree = ""; + }; + C14F82841681326600AAB80A /* echo_client */ = { + isa = PBXGroup; + children = ( + C14F82851681326600AAB80A /* echo_client.cpp */, + C14F82861681326600AAB80A /* Makefile */, + C14F82871681326600AAB80A /* SConscript */, + ); + path = echo_client; + sourceTree = ""; + }; + C14F82881681326600AAB80A /* echo_server */ = { + isa = PBXGroup; + children = ( + C14F82891681326600AAB80A /* echo_client.html */, + C14F828A1681326600AAB80A /* echo_server.cpp */, + C14F828B1681326600AAB80A /* Makefile */, + C14F828C1681326600AAB80A /* SConscript */, + ); + path = echo_server; + sourceTree = ""; + }; + C14F828D1681326600AAB80A /* echo_server_tls */ = { + isa = PBXGroup; + children = ( + C14F828E1681326600AAB80A /* echo.cpp */, + C14F828F1681326600AAB80A /* echo.hpp */, + C14F82901681326600AAB80A /* echo_client.html */, + C14F82911681326600AAB80A /* echo_server_tls.cpp */, + C14F82921681326600AAB80A /* Makefile */, + C14F82931681326600AAB80A /* SConscript */, + ); + path = echo_server_tls; + sourceTree = ""; + }; + C14F82941681326600AAB80A /* fuzzing_client */ = { + isa = PBXGroup; + children = ( + C14F82951681326600AAB80A /* fuzzing_client.cpp */, + C14F82961681326600AAB80A /* Makefile */, + ); + path = fuzzing_client; + sourceTree = ""; + }; + C14F82971681326600AAB80A /* fuzzing_server_tls */ = { + isa = PBXGroup; + children = ( + C14F82981681326600AAB80A /* echo_client.html */, + C14F82991681326600AAB80A /* fuzzing_server_tls.cpp */, + C14F829A1681326600AAB80A /* Makefile */, + ); + path = fuzzing_server_tls; + sourceTree = ""; + }; + C14F829C1681326600AAB80A /* stress_client */ = { + isa = PBXGroup; + children = ( + C14F829D1681326600AAB80A /* Makefile */, + C14F829E1681326600AAB80A /* stress_client.cpp */, + ); + path = stress_client; + sourceTree = ""; + }; + C14F829F1681326600AAB80A /* telemetry_server */ = { + isa = PBXGroup; + children = ( + C14F82A01681326600AAB80A /* Makefile */, + C14F82A11681326600AAB80A /* SConscript */, + C14F82A21681326600AAB80A /* telemetry_server.cpp */, + ); + path = telemetry_server; + sourceTree = ""; + }; + C14F82A31681326600AAB80A /* wsperf */ = { + isa = PBXGroup; + children = ( + C14F82A41681326600AAB80A /* case.cpp */, + C14F82A51681326600AAB80A /* case.hpp */, + C14F82A61681326600AAB80A /* generic.cpp */, + C14F82A71681326600AAB80A /* generic.hpp */, + C14F82A81681326600AAB80A /* Makefile */, + C14F82A91681326600AAB80A /* message_test.html */, + C14F82AA1681326600AAB80A /* request.cpp */, + C14F82AB1681326600AAB80A /* request.hpp */, + C14F82AC1681326600AAB80A /* SConscript */, + C14F82AD1681326600AAB80A /* stress_aggregate.cpp */, + C14F82AE1681326600AAB80A /* stress_aggregate.hpp */, + C14F82AF1681326600AAB80A /* stress_handler.cpp */, + C14F82B01681326600AAB80A /* stress_handler.hpp */, + C14F82B11681326600AAB80A /* stress_test.html */, + C14F82B21681326600AAB80A /* vendor */, + C14F82B71681326600AAB80A /* wscmd.cpp */, + C14F82B81681326600AAB80A /* wscmd.hpp */, + C14F82B91681326600AAB80A /* wsperf.cfg */, + C14F82BA1681326600AAB80A /* wsperf.cpp */, + C14F82BB1681326600AAB80A /* wsperf_commander.html */, + ); + path = wsperf; + sourceTree = ""; + }; + C14F82B21681326600AAB80A /* vendor */ = { + isa = PBXGroup; + children = ( + C14F82B31681326600AAB80A /* backbone-localstorage.js */, + C14F82B41681326600AAB80A /* backbone.js */, + C14F82B51681326600AAB80A /* jquery.min.js */, + C14F82B61681326600AAB80A /* underscore.js */, + ); + path = vendor; + sourceTree = ""; + }; + C14F82C01681326600AAB80A /* src */ = { + isa = PBXGroup; + children = ( + C14F82C11681326600AAB80A /* base64 */, + C14F82C41681326600AAB80A /* common.hpp */, + C14F82C51681326600AAB80A /* connection.hpp */, + C14F82C61681326600AAB80A /* endpoint.hpp */, + C14F82C71681326600AAB80A /* http */, + C14F82CA1681326600AAB80A /* logger */, + C14F82CC1681326600AAB80A /* md5 */, + C14F82D01681326600AAB80A /* messages */, + C14F82D41681326600AAB80A /* network_utilities.cpp */, + C14F82D51681326600AAB80A /* network_utilities.hpp */, + C14F82D61681326600AAB80A /* processors */, + C14F82DE1681326600AAB80A /* rng */, + C14F82E31681326600AAB80A /* roles */, + C14F82E61681326600AAB80A /* SConscript */, + C14F82E71681326600AAB80A /* sha1 */, + C14F82F01681326600AAB80A /* shared_const_buffer.hpp */, + C14F82F11681326600AAB80A /* sockets */, + C14F82F51681326600AAB80A /* ssl */, + C14F82FA1681326600AAB80A /* uri.cpp */, + C14F82FB1681326600AAB80A /* uri.hpp */, + C14F82FC1681326600AAB80A /* utf8_validator */, + C14F82FE1681326600AAB80A /* websocket_frame.hpp */, + C14F82FF1681326600AAB80A /* websocketpp.hpp */, + ); + path = src; + sourceTree = ""; + }; + C14F82C11681326600AAB80A /* base64 */ = { + isa = PBXGroup; + children = ( + C14F82C21681326600AAB80A /* base64.cpp */, + C14F82C31681326600AAB80A /* base64.h */, + ); + path = base64; + sourceTree = ""; + }; + C14F82C71681326600AAB80A /* http */ = { + isa = PBXGroup; + children = ( + C14F82C81681326600AAB80A /* constants.hpp */, + C14F82C91681326600AAB80A /* parser.hpp */, + ); + path = http; + sourceTree = ""; + }; + C14F82CA1681326600AAB80A /* logger */ = { + isa = PBXGroup; + children = ( + C14F82CB1681326600AAB80A /* logger.hpp */, + ); + path = logger; + sourceTree = ""; + }; + C14F82CC1681326600AAB80A /* md5 */ = { + isa = PBXGroup; + children = ( + C14F82CD1681326600AAB80A /* md5.c */, + C14F82CE1681326600AAB80A /* md5.h */, + C14F82CF1681326600AAB80A /* md5.hpp */, + ); + path = md5; + sourceTree = ""; + }; + C14F82D01681326600AAB80A /* messages */ = { + isa = PBXGroup; + children = ( + C14F82D11681326600AAB80A /* control.hpp */, + C14F82D21681326600AAB80A /* data.cpp */, + C14F82D31681326600AAB80A /* data.hpp */, + ); + path = messages; + sourceTree = ""; + }; + C14F82D61681326600AAB80A /* processors */ = { + isa = PBXGroup; + children = ( + C14F82D71681326600AAB80A /* hybi.hpp */, + C14F82D81681326600AAB80A /* hybi_header.cpp */, + C14F82D91681326600AAB80A /* hybi_header.hpp */, + C14F82DA1681326600AAB80A /* hybi_legacy.hpp */, + C14F82DB1681326600AAB80A /* hybi_util.cpp */, + C14F82DC1681326600AAB80A /* hybi_util.hpp */, + C14F82DD1681326600AAB80A /* processor.hpp */, + ); + path = processors; + sourceTree = ""; + }; + C14F82DE1681326600AAB80A /* rng */ = { + isa = PBXGroup; + children = ( + C14F82DF1681326600AAB80A /* blank_rng.cpp */, + C14F82E01681326600AAB80A /* blank_rng.hpp */, + C14F82E11681326600AAB80A /* boost_rng.cpp */, + C14F82E21681326600AAB80A /* boost_rng.hpp */, + ); + path = rng; + sourceTree = ""; + }; + C14F82E31681326600AAB80A /* roles */ = { + isa = PBXGroup; + children = ( + C14F82E41681326600AAB80A /* client.hpp */, + C14F82E51681326600AAB80A /* server.hpp */, + ); + path = roles; + sourceTree = ""; + }; + C14F82E71681326600AAB80A /* sha1 */ = { + isa = PBXGroup; + children = ( + C14F82E81681326600AAB80A /* license.txt */, + C14F82E91681326600AAB80A /* Makefile */, + C14F82EA1681326600AAB80A /* Makefile.nt */, + C14F82EB1681326600AAB80A /* sha.cpp */, + C14F82EC1681326600AAB80A /* sha1.cpp */, + C14F82ED1681326600AAB80A /* sha1.h */, + C14F82EE1681326600AAB80A /* shacmp.cpp */, + C14F82EF1681326600AAB80A /* shatest.cpp */, + ); + path = sha1; + sourceTree = ""; + }; + C14F82F11681326600AAB80A /* sockets */ = { + isa = PBXGroup; + children = ( + C14F82F21681326600AAB80A /* plain.hpp */, + C14F82F31681326600AAB80A /* socket_base.hpp */, + C14F82F41681326600AAB80A /* tls.hpp */, + ); + path = sockets; + sourceTree = ""; + }; + C14F82F51681326600AAB80A /* ssl */ = { + isa = PBXGroup; + children = ( + C14F82F61681326600AAB80A /* client.pem */, + C14F82F71681326600AAB80A /* dh512.pem */, + C14F82F81681326600AAB80A /* server.cer */, + C14F82F91681326600AAB80A /* server.pem */, + ); + path = ssl; + sourceTree = ""; + }; + C14F82FC1681326600AAB80A /* utf8_validator */ = { + isa = PBXGroup; + children = ( + C14F82FD1681326600AAB80A /* utf8_validator.hpp */, + ); + path = utf8_validator; + sourceTree = ""; + }; + C14F83001681326600AAB80A /* test */ = { + isa = PBXGroup; + children = ( + C14F83011681326600AAB80A /* basic */, + ); + path = test; + sourceTree = ""; + }; + C14F83011681326600AAB80A /* basic */ = { + isa = PBXGroup; + children = ( + C14F83021681326600AAB80A /* hybi_util.cpp */, + C14F83031681326600AAB80A /* logging.cpp */, + C14F83041681326600AAB80A /* Makefile */, + C14F83051681326600AAB80A /* parsing.cpp */, + C14F83061681326600AAB80A /* uri_perf.cpp */, + ); + path = basic; + sourceTree = ""; + }; + C14F83081681326600AAB80A /* websocketpp.bbprojectd */ = { + isa = PBXGroup; + children = ( + C14F83091681326600AAB80A /* project.bbprojectdata */, + C14F830A1681326600AAB80A /* Scratchpad.txt */, + C14F830B1681326600AAB80A /* Unix Worksheet.worksheet */, + C14F830C1681326600AAB80A /* zaphoyd.bbprojectsettings */, + ); + path = websocketpp.bbprojectd; + sourceTree = ""; + }; + C14F830E1681326600AAB80A /* Products */ = { + isa = PBXGroup; + children = ( + C14F85A81681326700AAB80A /* libwebsocketpp.a */, + C14F85AA1681326700AAB80A /* libwebsocketpp.dylib */, + C14F85AC1681326700AAB80A /* echo_server */, + C14F85AE1681326700AAB80A /* chat_client */, + C14F85B01681326700AAB80A /* echo_client */, + C14F85B21681326700AAB80A /* Policy Test */, + C14F85B41681326700AAB80A /* echo_server_tls */, + C14F85B61681326700AAB80A /* fuzzing_server */, + C14F85B81681326700AAB80A /* fuzzing_client */, + C14F85BA1681326700AAB80A /* broadcast_server */, + C14F85BC1681326700AAB80A /* stress_client */, + C14F85BE1681326700AAB80A /* concurrent_server */, + C14F85C01681326700AAB80A /* wsperf */, + ); + name = Products; + sourceTree = ""; + }; + C14F83101681326600AAB80A /* windows */ = { + isa = PBXGroup; + children = ( + C14F83111681326600AAB80A /* vcpp2008 */, + C14F831C1681326600AAB80A /* vcpp2010 */, + ); + path = windows; + sourceTree = ""; + }; + C14F83111681326600AAB80A /* vcpp2008 */ = { + isa = PBXGroup; + children = ( + C14F83121681326600AAB80A /* .gitignore */, + C14F83131681326600AAB80A /* common.vsprops */, + C14F83141681326600AAB80A /* examples */, + C14F83191681326600AAB80A /* stdint.h */, + C14F831A1681326600AAB80A /* websocketpp.sln */, + C14F831B1681326600AAB80A /* websocketpp.vcproj */, + ); + path = vcpp2008; + sourceTree = ""; + }; + C14F83141681326600AAB80A /* examples */ = { + isa = PBXGroup; + children = ( + C14F83151681326600AAB80A /* chatclient.vcproj */, + C14F83161681326600AAB80A /* chatserver.vcproj */, + C14F83171681326600AAB80A /* concurrent_server.vcproj */, + C14F83181681326600AAB80A /* echoserver.vcproj */, + ); + path = examples; + sourceTree = ""; + }; + C14F831C1681326600AAB80A /* vcpp2010 */ = { + isa = PBXGroup; + children = ( + C14F831D1681326600AAB80A /* .gitignore */, + C14F831E1681326600AAB80A /* examples */, + C14F832A1681326600AAB80A /* readme.txt */, + C14F832B1681326600AAB80A /* websocketpp.sln */, + C14F832C1681326600AAB80A /* websocketpp.vcxproj */, + C14F832D1681326600AAB80A /* websocketpp.vcxproj.filters */, + ); + path = vcpp2010; + sourceTree = ""; + }; + C14F831E1681326600AAB80A /* examples */ = { + isa = PBXGroup; + children = ( + C14F831F1681326600AAB80A /* chatclient.vcxproj */, + C14F83201681326600AAB80A /* chatclient.vcxproj.filters */, + C14F83211681326600AAB80A /* chatserver.vcxproj */, + C14F83221681326600AAB80A /* chatserver.vcxproj.filters */, + C14F83231681326600AAB80A /* echoclient.vcxproj */, + C14F83241681326600AAB80A /* echoclient.vcxproj.filters */, + C14F83251681326600AAB80A /* echoserver.vcxproj */, + C14F83261681326600AAB80A /* echoserver.vcxproj.filters */, + C14F83271681326600AAB80A /* wsperf */, + ); + path = examples; + sourceTree = ""; + }; + C14F83271681326600AAB80A /* wsperf */ = { + isa = PBXGroup; + children = ( + C14F83281681326600AAB80A /* wsperf.vcxproj */, + C14F83291681326600AAB80A /* wsperf.vcxproj.filters */, + ); + path = wsperf; + sourceTree = ""; + }; + C14F832E1681326600AAB80A /* js */ = { + isa = PBXGroup; + children = ( + C14F832F1681326600AAB80A /* account.js */, + C14F83301681326600AAB80A /* amount.js */, + C14F83311681326600AAB80A /* cryptojs */, + C14F83461681326600AAB80A /* index.js */, + C14F83471681326600AAB80A /* jsbn.js */, + C14F83481681326600AAB80A /* network.js */, + C14F83491681326600AAB80A /* nodeutils.js */, + C14F834A1681326600AAB80A /* remote.js */, + C14F834B1681326600AAB80A /* serializer.js */, + C14F834C1681326600AAB80A /* sjcl */, + C14F841F1681326600AAB80A /* utils.js */, + C14F84201681326600AAB80A /* utils.web.js */, + ); + path = js; + sourceTree = ""; + }; + C14F83311681326600AAB80A /* cryptojs */ = { + isa = PBXGroup; + children = ( + C14F83321681326600AAB80A /* cryptojs.js */, + C14F83331681326600AAB80A /* lib */, + C14F83411681326600AAB80A /* package.json */, + C14F83421681326600AAB80A /* README.md */, + C14F83431681326600AAB80A /* test */, + ); + path = cryptojs; + sourceTree = ""; + }; + C14F83331681326600AAB80A /* lib */ = { + isa = PBXGroup; + children = ( + C14F83341681326600AAB80A /* AES.js */, + C14F83351681326600AAB80A /* BlockModes.js */, + C14F83361681326600AAB80A /* Crypto.js */, + C14F83371681326600AAB80A /* CryptoMath.js */, + C14F83381681326600AAB80A /* DES.js */, + C14F83391681326600AAB80A /* HMAC.js */, + C14F833A1681326600AAB80A /* MARC4.js */, + C14F833B1681326600AAB80A /* MD5.js */, + C14F833C1681326600AAB80A /* PBKDF2.js */, + C14F833D1681326600AAB80A /* PBKDF2Async.js */, + C14F833E1681326600AAB80A /* Rabbit.js */, + C14F833F1681326600AAB80A /* SHA1.js */, + C14F83401681326600AAB80A /* SHA256.js */, + ); + path = lib; + sourceTree = ""; + }; + C14F83431681326600AAB80A /* test */ = { + isa = PBXGroup; + children = ( + C14F83441681326600AAB80A /* PBKDF2-test.js */, + C14F83451681326600AAB80A /* test.coffee */, + ); + path = test; + sourceTree = ""; + }; + C14F834C1681326600AAB80A /* sjcl */ = { + isa = PBXGroup; + children = ( + C14F834D1681326600AAB80A /* browserTest */, + C14F83521681326600AAB80A /* compress */, + C14F835B1681326600AAB80A /* config.mk */, + C14F835C1681326600AAB80A /* configure */, + C14F835D1681326600AAB80A /* core */, + C14F83711681326600AAB80A /* core.js */, + C14F83721681326600AAB80A /* core_closure.js */, + C14F83731681326600AAB80A /* demo */, + C14F83791681326600AAB80A /* jsdoc_toolkit-2.3.3-beta */, + C14F83FA1681326600AAB80A /* lint */, + C14F83FD1681326600AAB80A /* Makefile */, + C14F83FE1681326600AAB80A /* README */, + C14F84041681326600AAB80A /* sjcl.js */, + C14F84051681326600AAB80A /* test */, + ); + path = sjcl; + sourceTree = ""; + }; + C14F834D1681326600AAB80A /* browserTest */ = { + isa = PBXGroup; + children = ( + C14F834E1681326600AAB80A /* browserTest.html */, + C14F834F1681326600AAB80A /* browserUtil.js */, + C14F83501681326600AAB80A /* rhinoUtil.js */, + C14F83511681326600AAB80A /* test.css */, + ); + path = browserTest; + sourceTree = ""; + }; + C14F83521681326600AAB80A /* compress */ = { + isa = PBXGroup; + children = ( + C14F83531681326600AAB80A /* compiler.jar */, + C14F83541681326600AAB80A /* compress_with_closure.sh */, + C14F83551681326600AAB80A /* compress_with_yui.sh */, + C14F83561681326600AAB80A /* dewindowize.pl */, + C14F83571681326600AAB80A /* digitize.pl */, + C14F83581681326600AAB80A /* opacify.pl */, + C14F83591681326600AAB80A /* remove_constants.pl */, + C14F835A1681326600AAB80A /* yuicompressor-2.4.2.jar */, + ); + path = compress; + sourceTree = ""; + }; + C14F835D1681326600AAB80A /* core */ = { + isa = PBXGroup; + children = ( + C14F835E1681326600AAB80A /* aes.js */, + C14F835F1681326600AAB80A /* bitArray.js */, + C14F83601681326600AAB80A /* bn.js */, + C14F83611681326600AAB80A /* cbc.js */, + C14F83621681326600AAB80A /* ccm.js */, + C14F83631681326600AAB80A /* codecBase64.js */, + C14F83641681326600AAB80A /* codecBytes.js */, + C14F83651681326600AAB80A /* codecHex.js */, + C14F83661681326600AAB80A /* codecString.js */, + C14F83671681326600AAB80A /* convenience.js */, + C14F83681681326600AAB80A /* ecc.js */, + C14F83691681326600AAB80A /* hmac.js */, + C14F836A1681326600AAB80A /* ocb2.js */, + C14F836B1681326600AAB80A /* pbkdf2.js */, + C14F836C1681326600AAB80A /* random.js */, + C14F836D1681326600AAB80A /* sha1.js */, + C14F836E1681326600AAB80A /* sha256.js */, + C14F836F1681326600AAB80A /* sjcl.js */, + C14F83701681326600AAB80A /* srp.js */, + ); + path = core; + sourceTree = ""; + }; + C14F83731681326600AAB80A /* demo */ = { + isa = PBXGroup; + children = ( + C14F83741681326600AAB80A /* alpha-arrow.png */, + C14F83751681326600AAB80A /* example.css */, + C14F83761681326600AAB80A /* example.js */, + C14F83771681326600AAB80A /* form.js */, + C14F83781681326600AAB80A /* index.html */, + ); + path = demo; + sourceTree = ""; + }; + C14F83791681326600AAB80A /* jsdoc_toolkit-2.3.3-beta */ = { + isa = PBXGroup; + children = ( + C14F837A1681326600AAB80A /* app */, + C14F83DE1681326600AAB80A /* changes.txt */, + C14F83DF1681326600AAB80A /* conf */, + C14F83E11681326600AAB80A /* java */, + C14F83E91681326600AAB80A /* jsdebug.jar */, + C14F83EA1681326600AAB80A /* jsrun.jar */, + C14F83EB1681326600AAB80A /* jsrun.sh */, + C14F83EC1681326600AAB80A /* README.txt */, + C14F83ED1681326600AAB80A /* templates */, + ); + path = "jsdoc_toolkit-2.3.3-beta"; + sourceTree = ""; + }; + C14F837A1681326600AAB80A /* app */ = { + isa = PBXGroup; + children = ( + C14F837B1681326600AAB80A /* frame */, + C14F83851681326600AAB80A /* frame.js */, + C14F83861681326600AAB80A /* handlers */, + C14F838D1681326600AAB80A /* lib */, + C14F839F1681326600AAB80A /* main.js */, + C14F83A01681326600AAB80A /* plugins */, + C14F83A81681326600AAB80A /* run.js */, + C14F83A91681326600AAB80A /* t */, + C14F83AC1681326600AAB80A /* test */, + C14F83DD1681326600AAB80A /* test.js */, + ); + path = app; + sourceTree = ""; + }; + C14F837B1681326600AAB80A /* frame */ = { + isa = PBXGroup; + children = ( + C14F837C1681326600AAB80A /* Chain.js */, + C14F837D1681326600AAB80A /* Dumper.js */, + C14F837E1681326600AAB80A /* Hash.js */, + C14F837F1681326600AAB80A /* Link.js */, + C14F83801681326600AAB80A /* Namespace.js */, + C14F83811681326600AAB80A /* Opt.js */, + C14F83821681326600AAB80A /* Reflection.js */, + C14F83831681326600AAB80A /* String.js */, + C14F83841681326600AAB80A /* Testrun.js */, + ); + path = frame; + sourceTree = ""; + }; + C14F83861681326600AAB80A /* handlers */ = { + isa = PBXGroup; + children = ( + C14F83871681326600AAB80A /* FOODOC.js */, + C14F83881681326600AAB80A /* XMLDOC */, + C14F838C1681326600AAB80A /* XMLDOC.js */, + ); + path = handlers; + sourceTree = ""; + }; + C14F83881681326600AAB80A /* XMLDOC */ = { + isa = PBXGroup; + children = ( + C14F83891681326600AAB80A /* DomReader.js */, + C14F838A1681326600AAB80A /* XMLDoc.js */, + C14F838B1681326600AAB80A /* XMLParse.js */, + ); + path = XMLDOC; + sourceTree = ""; + }; + C14F838D1681326600AAB80A /* lib */ = { + isa = PBXGroup; + children = ( + C14F838E1681326600AAB80A /* JSDOC */, + C14F839E1681326600AAB80A /* JSDOC.js */, + ); + path = lib; + sourceTree = ""; + }; + C14F838E1681326600AAB80A /* JSDOC */ = { + isa = PBXGroup; + children = ( + C14F838F1681326600AAB80A /* DocComment.js */, + C14F83901681326600AAB80A /* DocTag.js */, + C14F83911681326600AAB80A /* JsDoc.js */, + C14F83921681326600AAB80A /* JsPlate.js */, + C14F83931681326600AAB80A /* Lang.js */, + C14F83941681326600AAB80A /* Parser.js */, + C14F83951681326600AAB80A /* PluginManager.js */, + C14F83961681326600AAB80A /* Symbol.js */, + C14F83971681326600AAB80A /* SymbolSet.js */, + C14F83981681326600AAB80A /* TextStream.js */, + C14F83991681326600AAB80A /* Token.js */, + C14F839A1681326600AAB80A /* TokenReader.js */, + C14F839B1681326600AAB80A /* TokenStream.js */, + C14F839C1681326600AAB80A /* Util.js */, + C14F839D1681326600AAB80A /* Walker.js */, + ); + path = JSDOC; + sourceTree = ""; + }; + C14F83A01681326600AAB80A /* plugins */ = { + isa = PBXGroup; + children = ( + C14F83A11681326600AAB80A /* commentSrcJson.js */, + C14F83A21681326600AAB80A /* frameworkPrototype.js */, + C14F83A31681326600AAB80A /* functionCall.js */, + C14F83A41681326600AAB80A /* publishSrcHilite.js */, + C14F83A51681326600AAB80A /* symbolLink.js */, + C14F83A61681326600AAB80A /* tagParamConfig.js */, + C14F83A71681326600AAB80A /* tagSynonyms.js */, + ); + path = plugins; + sourceTree = ""; + }; + C14F83A91681326600AAB80A /* t */ = { + isa = PBXGroup; + children = ( + C14F83AA1681326600AAB80A /* runner.js */, + C14F83AB1681326600AAB80A /* TestDoc.js */, + ); + path = t; + sourceTree = ""; + }; + C14F83AC1681326600AAB80A /* test */ = { + isa = PBXGroup; + children = ( + C14F83AD1681326600AAB80A /* addon.js */, + C14F83AE1681326600AAB80A /* anon_inner.js */, + C14F83AF1681326600AAB80A /* augments.js */, + C14F83B01681326600AAB80A /* augments2.js */, + C14F83B11681326600AAB80A /* borrows.js */, + C14F83B21681326600AAB80A /* borrows2.js */, + C14F83B31681326600AAB80A /* config.js */, + C14F83B41681326600AAB80A /* constructs.js */, + C14F83B51681326600AAB80A /* encoding.js */, + C14F83B61681326600AAB80A /* encoding_other.js */, + C14F83B71681326600AAB80A /* event.js */, + C14F83B81681326600AAB80A /* exports.js */, + C14F83B91681326600AAB80A /* functions_anon.js */, + C14F83BA1681326600AAB80A /* functions_nested.js */, + C14F83BB1681326600AAB80A /* global.js */, + C14F83BC1681326600AAB80A /* globals.js */, + C14F83BD1681326600AAB80A /* ignore.js */, + C14F83BE1681326600AAB80A /* inner.js */, + C14F83BF1681326600AAB80A /* jsdoc_test.js */, + C14F83C01681326600AAB80A /* lend.js */, + C14F83C11681326600AAB80A /* memberof.js */, + C14F83C21681326600AAB80A /* memberof2.js */, + C14F83C31681326600AAB80A /* memberof3.js */, + C14F83C41681326600AAB80A /* memberof_constructor.js */, + C14F83C51681326600AAB80A /* module.js */, + C14F83C61681326600AAB80A /* multi_methods.js */, + C14F83C71681326600AAB80A /* name.js */, + C14F83C81681326600AAB80A /* namespace_nested.js */, + C14F83C91681326600AAB80A /* nocode.js */, + C14F83CA1681326600AAB80A /* oblit_anon.js */, + C14F83CB1681326600AAB80A /* overview.js */, + C14F83CC1681326600AAB80A /* param_inline.js */, + C14F83CD1681326600AAB80A /* params_optional.js */, + C14F83CE1681326600AAB80A /* prototype.js */, + C14F83CF1681326600AAB80A /* prototype_nested.js */, + C14F83D01681326600AAB80A /* prototype_oblit.js */, + C14F83D11681326600AAB80A /* prototype_oblit_constructor.js */, + C14F83D21681326600AAB80A /* public.js */, + C14F83D31681326600AAB80A /* scripts */, + C14F83D61681326600AAB80A /* shared.js */, + C14F83D71681326600AAB80A /* shared2.js */, + C14F83D81681326600AAB80A /* shortcuts.js */, + C14F83D91681326600AAB80A /* static_this.js */, + C14F83DA1681326600AAB80A /* synonyms.js */, + C14F83DB1681326600AAB80A /* tosource.js */, + C14F83DC1681326600AAB80A /* variable_redefine.js */, + ); + path = test; + sourceTree = ""; + }; + C14F83D31681326600AAB80A /* scripts */ = { + isa = PBXGroup; + children = ( + C14F83D41681326600AAB80A /* code.js */, + C14F83D51681326600AAB80A /* notcode.txt */, + ); + path = scripts; + sourceTree = ""; + }; + C14F83DF1681326600AAB80A /* conf */ = { + isa = PBXGroup; + children = ( + C14F83E01681326600AAB80A /* sample.conf */, + ); + path = conf; + sourceTree = ""; + }; + C14F83E11681326600AAB80A /* java */ = { + isa = PBXGroup; + children = ( + C14F83E21681326600AAB80A /* build.xml */, + C14F83E31681326600AAB80A /* build_1.4.xml */, + C14F83E41681326600AAB80A /* classes */, + C14F83E61681326600AAB80A /* src */, + ); + path = java; + sourceTree = ""; + }; + C14F83E41681326600AAB80A /* classes */ = { + isa = PBXGroup; + children = ( + C14F83E51681326600AAB80A /* js.jar */, + ); + path = classes; + sourceTree = ""; + }; + C14F83E61681326600AAB80A /* src */ = { + isa = PBXGroup; + children = ( + C14F83E71681326600AAB80A /* JsDebugRun.java */, + C14F83E81681326600AAB80A /* JsRun.java */, + ); + path = src; + sourceTree = ""; + }; + C14F83ED1681326600AAB80A /* templates */ = { + isa = PBXGroup; + children = ( + C14F83EE1681326600AAB80A /* codeview */, + ); + path = templates; + sourceTree = ""; + }; + C14F83EE1681326600AAB80A /* codeview */ = { + isa = PBXGroup; + children = ( + C14F83EF1681326600AAB80A /* allclasses.tmpl */, + C14F83F01681326600AAB80A /* allfiles.tmpl */, + C14F83F11681326600AAB80A /* class.tmpl */, + C14F83F21681326600AAB80A /* css */, + C14F83F41681326600AAB80A /* index.tmpl */, + C14F83F51681326600AAB80A /* publish.js */, + C14F83F61681326600AAB80A /* static */, + C14F83F91681326600AAB80A /* symbol.tmpl */, + ); + path = codeview; + sourceTree = ""; + }; + C14F83F21681326600AAB80A /* css */ = { + isa = PBXGroup; + children = ( + C14F83F31681326600AAB80A /* default.css */, + ); + path = css; + sourceTree = ""; + }; + C14F83F61681326600AAB80A /* static */ = { + isa = PBXGroup; + children = ( + C14F83F71681326600AAB80A /* header.html */, + C14F83F81681326600AAB80A /* index.html */, + ); + path = static; + sourceTree = ""; + }; + C14F83FA1681326600AAB80A /* lint */ = { + isa = PBXGroup; + children = ( + C14F83FB1681326600AAB80A /* coding_guidelines.pl */, + C14F83FC1681326600AAB80A /* jslint_rhino.js */, + ); + path = lint; + sourceTree = ""; + }; + C14F83FE1681326600AAB80A /* README */ = { + isa = PBXGroup; + children = ( + C14F83FF1681326600AAB80A /* bsd.txt */, + C14F84001681326600AAB80A /* COPYRIGHT */, + C14F84011681326600AAB80A /* gpl-2.0.txt */, + C14F84021681326600AAB80A /* gpl-3.0.txt */, + C14F84031681326600AAB80A /* INSTALL */, + ); + path = README; + sourceTree = ""; + }; + C14F84051681326600AAB80A /* test */ = { + isa = PBXGroup; + children = ( + C14F84061681326600AAB80A /* aes_test.js */, + C14F84071681326600AAB80A /* aes_vectors.js */, + C14F84081681326600AAB80A /* bn_test.js */, + C14F84091681326600AAB80A /* bn_vectors.js */, + C14F840A1681326600AAB80A /* cbc_test.js */, + C14F840B1681326600AAB80A /* cbc_vectors.js */, + C14F840C1681326600AAB80A /* ccm_test.js */, + C14F840D1681326600AAB80A /* ccm_vectors.js */, + C14F840E1681326600AAB80A /* ecdh_test.js */, + C14F840F1681326600AAB80A /* ecdsa_test.js */, + C14F84101681326600AAB80A /* hmac_test.js */, + C14F84111681326600AAB80A /* hmac_vectors.js */, + C14F84121681326600AAB80A /* ocb2_test.js */, + C14F84131681326600AAB80A /* ocb2_vectors.js */, + C14F84141681326600AAB80A /* pbkdf2_test.js */, + C14F84151681326600AAB80A /* run_tests_browser.js */, + C14F84161681326600AAB80A /* run_tests_rhino.js */, + C14F84171681326600AAB80A /* sha1_test.js */, + C14F84181681326600AAB80A /* sha1_vectors.js */, + C14F84191681326600AAB80A /* sha256_test.js */, + C14F841A1681326600AAB80A /* sha256_test_brute_force.js */, + C14F841B1681326600AAB80A /* sha256_vectors.js */, + C14F841C1681326600AAB80A /* srp_test.js */, + C14F841D1681326600AAB80A /* srp_vectors.js */, + C14F841E1681326600AAB80A /* test.js */, + ); + path = test; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + C14F81261681323400AAB80A /* rippled */ = { + isa = PBXNativeTarget; + buildConfigurationList = C14F81311681323400AAB80A /* Build configuration list for PBXNativeTarget "rippled" */; + buildPhases = ( + C14F81231681323400AAB80A /* Sources */, + C14F81241681323400AAB80A /* Frameworks */, + C14F81251681323400AAB80A /* CopyFiles */, + ); + buildRules = ( + C14F85C11681357800AAB80A /* PBXBuildRule */, + ); + dependencies = ( + ); + name = rippled; + productName = rippled; + productReference = C14F81271681323400AAB80A /* rippled */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + C14F811E1681323300AAB80A /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0450; + ORGANIZATIONNAME = Jcar; + }; + buildConfigurationList = C14F81211681323300AAB80A /* Build configuration list for PBXProject "rippled" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = C14F811C1681323300AAB80A; + productRefGroup = C14F81281681323400AAB80A /* Products */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = C14F830E1681326600AAB80A /* Products */; + ProjectRef = C14F830D1681326600AAB80A /* websocketpp.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + C14F81261681323400AAB80A /* rippled */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + C14F85A81681326700AAB80A /* libwebsocketpp.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libwebsocketpp.a; + remoteRef = C14F85A71681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C14F85AA1681326700AAB80A /* libwebsocketpp.dylib */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.dylib"; + path = libwebsocketpp.dylib; + remoteRef = C14F85A91681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C14F85AC1681326700AAB80A /* echo_server */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = echo_server; + remoteRef = C14F85AB1681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C14F85AE1681326700AAB80A /* chat_client */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = chat_client; + remoteRef = C14F85AD1681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C14F85B01681326700AAB80A /* echo_client */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = echo_client; + remoteRef = C14F85AF1681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C14F85B21681326700AAB80A /* Policy Test */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + name = "Policy Test"; + path = policy_test; + remoteRef = C14F85B11681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C14F85B41681326700AAB80A /* echo_server_tls */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = echo_server_tls; + remoteRef = C14F85B31681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C14F85B61681326700AAB80A /* fuzzing_server */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = fuzzing_server; + remoteRef = C14F85B51681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C14F85B81681326700AAB80A /* fuzzing_client */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = fuzzing_client; + remoteRef = C14F85B71681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C14F85BA1681326700AAB80A /* broadcast_server */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = broadcast_server; + remoteRef = C14F85B91681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C14F85BC1681326700AAB80A /* stress_client */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = stress_client; + remoteRef = C14F85BB1681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C14F85BE1681326700AAB80A /* concurrent_server */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = concurrent_server; + remoteRef = C14F85BD1681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + C14F85C01681326700AAB80A /* wsperf */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = wsperf; + remoteRef = C14F85BF1681326700AAB80A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXSourcesBuildPhase section */ + C14F81231681323400AAB80A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C14F842F1681326700AAB80A /* database.cpp in Sources */, + C14F84311681326700AAB80A /* sqlite3.c in Sources */, + C14F84321681326700AAB80A /* SqliteDatabase.cpp in Sources */, + C14F84341681326700AAB80A /* json_reader.cpp in Sources */, + C14F84351681326700AAB80A /* json_value.cpp in Sources */, + C14F84361681326700AAB80A /* json_writer.cpp in Sources */, + C14F84371681326700AAB80A /* AccountItems.cpp in Sources */, + C14F84381681326700AAB80A /* AccountSetTransactor.cpp in Sources */, + C14F84391681326700AAB80A /* AccountState.cpp in Sources */, + C14F843A1681326700AAB80A /* Amount.cpp in Sources */, + C14F843B1681326700AAB80A /* Application.cpp in Sources */, + C14F843C1681326700AAB80A /* BitcoinUtil.cpp in Sources */, + C14F843D1681326700AAB80A /* CallRPC.cpp in Sources */, + C14F843E1681326700AAB80A /* CanonicalTXSet.cpp in Sources */, + C14F843F1681326700AAB80A /* Config.cpp in Sources */, + C14F84401681326700AAB80A /* ConnectionPool.cpp in Sources */, + C14F84411681326700AAB80A /* Contract.cpp in Sources */, + C14F84421681326700AAB80A /* DBInit.cpp in Sources */, + C14F84431681326700AAB80A /* DeterministicKeys.cpp in Sources */, + C14F84441681326700AAB80A /* ECIES.cpp in Sources */, + C14F84451681326700AAB80A /* FeatureTable.cpp in Sources */, + C14F84461681326700AAB80A /* FieldNames.cpp in Sources */, + C14F84471681326700AAB80A /* HashedObject.cpp in Sources */, + C14F84481681326700AAB80A /* HTTPRequest.cpp in Sources */, + C14F84491681326700AAB80A /* HttpsClient.cpp in Sources */, + C14F844A1681326700AAB80A /* InstanceCounter.cpp in Sources */, + C14F844B1681326700AAB80A /* Interpreter.cpp in Sources */, + C14F844C1681326700AAB80A /* JobQueue.cpp in Sources */, + C14F844D1681326700AAB80A /* Ledger.cpp in Sources */, + C14F844E1681326700AAB80A /* LedgerAcquire.cpp in Sources */, + C14F844F1681326700AAB80A /* LedgerConsensus.cpp in Sources */, + C14F84501681326700AAB80A /* LedgerEntrySet.cpp in Sources */, + C14F84511681326700AAB80A /* LedgerFormats.cpp in Sources */, + C14F84521681326700AAB80A /* LedgerHistory.cpp in Sources */, + C14F84531681326700AAB80A /* LedgerMaster.cpp in Sources */, + C14F84541681326700AAB80A /* LedgerProposal.cpp in Sources */, + C14F84551681326700AAB80A /* LedgerTiming.cpp in Sources */, + C14F84561681326700AAB80A /* LoadManager.cpp in Sources */, + C14F84571681326700AAB80A /* LoadMonitor.cpp in Sources */, + C14F84581681326700AAB80A /* Log.cpp in Sources */, + C14F84591681326700AAB80A /* main.cpp in Sources */, + C14F845A1681326700AAB80A /* NetworkOPs.cpp in Sources */, + C14F845B1681326700AAB80A /* NicknameState.cpp in Sources */, + C14F845C1681326700AAB80A /* Offer.cpp in Sources */, + C14F845D1681326700AAB80A /* OfferCancelTransactor.cpp in Sources */, + C14F845E1681326700AAB80A /* OfferCreateTransactor.cpp in Sources */, + C14F845F1681326700AAB80A /* Operation.cpp in Sources */, + C14F84601681326700AAB80A /* OrderBook.cpp in Sources */, + C14F84611681326700AAB80A /* OrderBookDB.cpp in Sources */, + C14F84621681326700AAB80A /* PackedMessage.cpp in Sources */, + C14F84631681326700AAB80A /* ParameterTable.cpp in Sources */, + C14F84641681326700AAB80A /* ParseSection.cpp in Sources */, + C14F84651681326700AAB80A /* Pathfinder.cpp in Sources */, + C14F84661681326700AAB80A /* PaymentTransactor.cpp in Sources */, + C14F84671681326700AAB80A /* Peer.cpp in Sources */, + C14F84681681326700AAB80A /* PeerDoor.cpp in Sources */, + C14F84691681326700AAB80A /* PlatRand.cpp in Sources */, + C14F846A1681326700AAB80A /* ProofOfWork.cpp in Sources */, + C14F846B1681326700AAB80A /* PubKeyCache.cpp in Sources */, + C14F846C1681326700AAB80A /* RangeSet.cpp in Sources */, + C14F846D1681326700AAB80A /* RegularKeySetTransactor.cpp in Sources */, + C14F846E1681326700AAB80A /* rfc1751.cpp in Sources */, + C14F846F1681326700AAB80A /* RippleAddress.cpp in Sources */, + C14F84701681326700AAB80A /* RippleCalc.cpp in Sources */, + C14F84711681326700AAB80A /* RippleState.cpp in Sources */, + C14F84721681326700AAB80A /* rpc.cpp in Sources */, + C14F84731681326700AAB80A /* RPCDoor.cpp in Sources */, + C14F84741681326700AAB80A /* RPCErr.cpp in Sources */, + C14F84751681326700AAB80A /* RPCHandler.cpp in Sources */, + C14F84761681326700AAB80A /* RPCServer.cpp in Sources */, + C14F84771681326700AAB80A /* ScriptData.cpp in Sources */, + C14F84781681326700AAB80A /* SerializedLedger.cpp in Sources */, + C14F84791681326700AAB80A /* SerializedObject.cpp in Sources */, + C14F847A1681326700AAB80A /* SerializedTransaction.cpp in Sources */, + C14F847B1681326700AAB80A /* SerializedTypes.cpp in Sources */, + C14F847C1681326700AAB80A /* SerializedValidation.cpp in Sources */, + C14F847D1681326700AAB80A /* Serializer.cpp in Sources */, + C14F847E1681326700AAB80A /* SHAMap.cpp in Sources */, + C14F847F1681326700AAB80A /* SHAMapDiff.cpp in Sources */, + C14F84801681326700AAB80A /* SHAMapNodes.cpp in Sources */, + C14F84811681326700AAB80A /* SHAMapSync.cpp in Sources */, + C14F84821681326700AAB80A /* SNTPClient.cpp in Sources */, + C14F84831681326700AAB80A /* Suppression.cpp in Sources */, + C14F84841681326700AAB80A /* Transaction.cpp in Sources */, + C14F84851681326700AAB80A /* TransactionEngine.cpp in Sources */, + C14F84861681326700AAB80A /* TransactionErr.cpp in Sources */, + C14F84871681326700AAB80A /* TransactionFormats.cpp in Sources */, + C14F84881681326700AAB80A /* TransactionMaster.cpp in Sources */, + C14F84891681326700AAB80A /* TransactionMeta.cpp in Sources */, + C14F848A1681326700AAB80A /* Transactor.cpp in Sources */, + C14F848B1681326700AAB80A /* TrustSetTransactor.cpp in Sources */, + C14F848C1681326700AAB80A /* UniqueNodeList.cpp in Sources */, + C14F848D1681326700AAB80A /* utils.cpp in Sources */, + C14F848E1681326700AAB80A /* ValidationCollection.cpp in Sources */, + C14F848F1681326700AAB80A /* Wallet.cpp in Sources */, + C14F84901681326700AAB80A /* WalletAddTransactor.cpp in Sources */, + C14F84911681326700AAB80A /* WSDoor.cpp in Sources */, + C14F84D81681326700AAB80A /* base64.cpp in Sources */, + C14F84D91681326700AAB80A /* md5.c in Sources */, + C14F84DA1681326700AAB80A /* data.cpp in Sources */, + C14F84DB1681326700AAB80A /* network_utilities.cpp in Sources */, + C14F84DC1681326700AAB80A /* hybi_header.cpp in Sources */, + C14F84DD1681326700AAB80A /* hybi_util.cpp in Sources */, + C14F84DE1681326700AAB80A /* blank_rng.cpp in Sources */, + C14F84DF1681326700AAB80A /* boost_rng.cpp in Sources */, + C14F84E21681326700AAB80A /* sha1.cpp in Sources */, + C14F84E51681326700AAB80A /* uri.cpp in Sources */, + C10365C9168147D200D9D15C /* ripple.pb.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + C14F812F1681323400AAB80A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_EMPTY_BODY = YES; + 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)", + "BOOST_TEST_DYN_LINK=1", + "BOOST_FILESYSTEM_NO_DEPRECATED=1", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ( + ../build/proto/, + /usr/local/include/, + /opt/local/include/, + ); + LIBRARY_SEARCH_PATHS = ( + /usr/local/lib/, + /opt/local/lib/, + ); + MACOSX_DEPLOYMENT_TARGET = 10.8; + ONLY_ACTIVE_ARCH = YES; + OTHER_LDFLAGS = ( + "-lssl", + "-lcrypto", + "-lboost_date_time-mt", + "-lboost_filesystem-mt", + "-lboost_program_options-mt", + "-lboost_regex-mt", + "-lboost_system-mt", + "-lboost_thread-mt", + "-lprotobuf", + "-ldl", + "-lz", + ); + SDKROOT = macosx; + USER_HEADER_SEARCH_PATHS = ""; + }; + name = Debug; + }; + C14F81301681323400AAB80A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_EMPTY_BODY = YES; + 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 = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ( + ../build/proto/, + /usr/local/include/, + /opt/local/include/, + ); + LIBRARY_SEARCH_PATHS = ( + /usr/local/lib/, + /opt/local/lib/, + ); + MACOSX_DEPLOYMENT_TARGET = 10.8; + OTHER_LDFLAGS = ( + "-lssl", + "-lcrypto", + "-lboost_date_time-mt", + "-lboost_filesystem-mt", + "-lboost_program_options-mt", + "-lboost_regex-mt", + "-lboost_system-mt", + "-lboost_thread-mt", + "-lprotobuf", + "-ldl", + "-lz", + ); + SDKROOT = macosx; + USER_HEADER_SEARCH_PATHS = ""; + }; + name = Release; + }; + C14F81321681323400AAB80A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "compiler-default"; + CLANG_CXX_LIBRARY = "libstdc++"; + GCC_C_LANGUAGE_STANDARD = "compiler-default"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + /opt/local/lib, + /usr/local/Cellar/boost/1.50.0/lib, + /usr/local/Cellar/protobuf/2.4.1/lib, + ); + OTHER_LDFLAGS = ( + "-lssl", + "-lcrypto", + "-lboost_date_time-mt", + "-lboost_filesystem-mt", + "-lboost_program_options-mt", + "-lboost_regex-mt", + "-lboost_system-mt", + "-lboost_thread-mt", + "-lprotobuf", + "-ldl", + "-lz", + "-lboost_random-mt", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + C14F81331681323400AAB80A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "compiler-default"; + CLANG_CXX_LIBRARY = "libstdc++"; + GCC_C_LANGUAGE_STANDARD = "compiler-default"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + /opt/local/lib, + /usr/local/Cellar/boost/1.50.0/lib, + /usr/local/Cellar/protobuf/2.4.1/lib, + ); + OTHER_LDFLAGS = ( + "-lssl", + "-lcrypto", + "-lboost_date_time-mt", + "-lboost_filesystem-mt", + "-lboost_program_options-mt", + "-lboost_regex-mt", + "-lboost_system-mt", + "-lboost_thread-mt", + "-lprotobuf", + "-ldl", + "-lz", + "-lboost_random-mt", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + C14F81211681323300AAB80A /* Build configuration list for PBXProject "rippled" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C14F812F1681323400AAB80A /* Debug */, + C14F81301681323400AAB80A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C14F81311681323400AAB80A /* Build configuration list for PBXNativeTarget "rippled" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C14F81321681323400AAB80A /* Debug */, + C14F81331681323400AAB80A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = C14F811E1681323300AAB80A /* Project object */; +} diff --git a/rippled/rippled.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/rippled/rippled.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000000..94793d09d1 --- /dev/null +++ b/rippled/rippled.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/rippled/rippled.xcodeproj/project.xcworkspace/xcuserdata/jcar.xcuserdatad/UserInterfaceState.xcuserstate b/rippled/rippled.xcodeproj/project.xcworkspace/xcuserdata/jcar.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000000..446f385db9 Binary files /dev/null and b/rippled/rippled.xcodeproj/project.xcworkspace/xcuserdata/jcar.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/rippled/rippled.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/rippled.xcscheme b/rippled/rippled.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/rippled.xcscheme new file mode 100644 index 0000000000..e9fee66a93 --- /dev/null +++ b/rippled/rippled.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/rippled.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/rippled/rippled.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/xcschememanagement.plist b/rippled/rippled.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000000..03ec442e02 --- /dev/null +++ b/rippled/rippled.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + rippled.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + C14F81261681323400AAB80A + + primary + + + + + diff --git a/rippled/rippled/rippled.1 b/rippled/rippled/rippled.1 new file mode 100644 index 0000000000..c94248ae6b Binary files /dev/null and b/rippled/rippled/rippled.1 differ diff --git a/src/.DS_Store b/src/.DS_Store new file mode 100644 index 0000000000..d6cb697d50 Binary files /dev/null and b/src/.DS_Store differ diff --git a/src/cpp/.DS_Store b/src/cpp/.DS_Store new file mode 100644 index 0000000000..cff9b957df Binary files /dev/null and b/src/cpp/.DS_Store differ diff --git a/src/cpp/ripple/.DS_Store b/src/cpp/ripple/.DS_Store new file mode 100644 index 0000000000..389f5fe737 Binary files /dev/null and b/src/cpp/ripple/.DS_Store differ diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/WebSocket++ Dynamic Library.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/WebSocket++ Dynamic Library.xcscheme new file mode 100644 index 0000000000..7dfc43ef08 --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/WebSocket++ Dynamic Library.xcscheme @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/WebSocket++ Static Library.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/WebSocket++ Static Library.xcscheme new file mode 100644 index 0000000000..a96540790a --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/WebSocket++ Static Library.xcscheme @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/broadcast_server.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/broadcast_server.xcscheme new file mode 100644 index 0000000000..63b475212b --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/broadcast_server.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/chat_client.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/chat_client.xcscheme new file mode 100644 index 0000000000..cc7c5a1d27 --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/chat_client.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/concurrent_server.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/concurrent_server.xcscheme new file mode 100644 index 0000000000..613c1f8495 --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/concurrent_server.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/echo_client.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/echo_client.xcscheme new file mode 100644 index 0000000000..8c3c3a0dab --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/echo_client.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/echo_server.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/echo_server.xcscheme new file mode 100644 index 0000000000..71d40c23e3 --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/echo_server.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/echo_server_tls.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/echo_server_tls.xcscheme new file mode 100644 index 0000000000..bb5c6a32e5 --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/echo_server_tls.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/fuzzing_client.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/fuzzing_client.xcscheme new file mode 100644 index 0000000000..5eb718b0ce --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/fuzzing_client.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/fuzzing_server.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/fuzzing_server.xcscheme new file mode 100644 index 0000000000..946a25ac98 --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/fuzzing_server.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/policy_test.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/policy_test.xcscheme new file mode 100644 index 0000000000..e0ead1e667 --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/policy_test.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/stress_client.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/stress_client.xcscheme new file mode 100644 index 0000000000..11018e7c9d --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/stress_client.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/wsperf.xcscheme b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/wsperf.xcscheme new file mode 100644 index 0000000000..60f89c0580 --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/wsperf.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/xcschememanagement.plist b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000000..2bb5923fe7 --- /dev/null +++ b/src/cpp/websocketpp/websocketpp.xcodeproj/xcuserdata/jcar.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,142 @@ + + + + + SchemeUserState + + WebSocket++ Dynamic Library.xcscheme + + orderHint + 2 + + WebSocket++ Static Library.xcscheme + + orderHint + 1 + + broadcast_server.xcscheme + + orderHint + 10 + + chat_client.xcscheme + + orderHint + 4 + + concurrent_server.xcscheme + + orderHint + 12 + + echo_client.xcscheme + + orderHint + 5 + + echo_server.xcscheme + + orderHint + 3 + + echo_server_tls.xcscheme + + orderHint + 7 + + fuzzing_client.xcscheme + + orderHint + 9 + + fuzzing_server.xcscheme + + orderHint + 8 + + policy_test.xcscheme + + orderHint + 6 + + stress_client.xcscheme + + orderHint + 11 + + wsperf.xcscheme + + orderHint + 13 + + + SuppressBuildableAutocreation + + B61A51BE14DC271900456432 + + primary + + + B663884A1487D73200DDAE13 + + primary + + + B6732457148FAEEB00FC2B04 + + primary + + + B6732470148FB0FC00FC2B04 + + primary + + + B67324881491A16500FC2B04 + + primary + + + B67324A11491A7F100FC2B04 + + primary + + + B682887C143745F2002BA48B + + primary + + + B6CF181B1437C397009295BE + + primary + + + B6DF1C681434A7A30029A1B1 + + primary + + + B6DF1C711434A8280029A1B1 + + primary + + + B6DF1CD01435ED910029A1B1 + + primary + + + B6E7E7721505532E00394909 + + primary + + + B6FE8D4E14730AE900B32547 + + primary + + + + + diff --git a/test/.DS_Store b/test/.DS_Store new file mode 100644 index 0000000000..20bf395382 Binary files /dev/null and b/test/.DS_Store differ diff --git a/validators.txt b/validators.txt new file mode 100644 index 0000000000..cde2a67113 --- /dev/null +++ b/validators.txt @@ -0,0 +1,25 @@ +# +# Default validators.txt +# +# A list of domains to bootstrap a nodes UNLs or for clients to indirectly +# locate IPs to contact the Newcoin network. +# +# This file is UTF-8 with Dos, UNIX, or Mac style end of lines. +# Blank lines and lines starting with a '#' are ignored. +# All other lines should be hankos or domain names. +# +# [validators]: +# List of nodes to accept as validators specified by public key or domain. +# +# For domains, newcoind will probe for https web servers at the specified +# domain in the following order: ripple.DOMAIN, www.DOMAIN, DOMAIN +# +# Examples: redstem.com +# n9KorY8QtTdRx7TVDpwnG9NvyxsDwHUKUEeDLY3AkiGncVaSXZi5 +# n9MqiExBcoG19UXwoLjBJnhsxEhAZMuWwJDRdkyDz1EkEkwzQTNt John Doe +# + +[validators] +n9KPnVLn7ewVzHvn218DcEYsnWLzKerTDwhpofhk4Ym1RUq4TeGw first +n9LFzWuhKNvXStHAuemfRKFVECLApowncMAM5chSCL9R5ECHGN4V second +n94rSdgTyBNGvYg8pZXGuNt59Y5bGAZGxbxyvjDaqD9ceRAgD85P third