| // !$*UTF8*$! |
| { |
| archiveVersion = 1; |
| classes = { |
| }; |
| objectVersion = 45; |
| objects = { |
| |
| /* Begin PBXBuildFile section */ |
| A06294C30DEC07A200DED6F9 /* json_reader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A06294C00DEC07A200DED6F9 /* json_reader.cpp */; }; |
| A06294C40DEC07A200DED6F9 /* json_value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A06294C10DEC07A200DED6F9 /* json_value.cpp */; }; |
| A06294C50DEC07A200DED6F9 /* json_writer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A06294C20DEC07A200DED6F9 /* json_writer.cpp */; }; |
| /* End PBXBuildFile section */ |
| |
| /* Begin PBXFileReference section */ |
| 0A2B07410E1AD02200E9B2C0 /* MacConfigExternalDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = MacConfigExternalDebug.xcconfig; path = ../MacConfigExternalDebug.xcconfig; sourceTree = SOURCE_ROOT; }; |
| 0A2B07420E1AD02200E9B2C0 /* MacConfigExternalRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = MacConfigExternalRelease.xcconfig; path = ../MacConfigExternalRelease.xcconfig; sourceTree = SOURCE_ROOT; }; |
| A06294C00DEC07A200DED6F9 /* json_reader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = json_reader.cpp; path = src/lib_json/json_reader.cpp; sourceTree = "<group>"; }; |
| A06294C10DEC07A200DED6F9 /* json_value.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = json_value.cpp; path = src/lib_json/json_value.cpp; sourceTree = "<group>"; }; |
| A06294C20DEC07A200DED6F9 /* json_writer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = json_writer.cpp; path = src/lib_json/json_writer.cpp; sourceTree = "<group>"; }; |
| D2AAC046055464E500DB518D /* libjsoncpp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libjsoncpp.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
| /* End PBXFileReference section */ |
| |
| /* Begin PBXFrameworksBuildPhase section */ |
| D289987405E68DCB004EDB86 /* Frameworks */ = { |
| isa = PBXFrameworksBuildPhase; |
| buildActionMask = 2147483647; |
| files = ( |
| ); |
| runOnlyForDeploymentPostprocessing = 0; |
| }; |
| /* End PBXFrameworksBuildPhase section */ |
| |
| /* Begin PBXGroup section */ |
| 08FB7794FE84155DC02AAC07 /* jsoncpp */ = { |
| isa = PBXGroup; |
| children = ( |
| 0A2B07410E1AD02200E9B2C0 /* MacConfigExternalDebug.xcconfig */, |
| 0A2B07420E1AD02200E9B2C0 /* MacConfigExternalRelease.xcconfig */, |
| 08FB7795FE84155DC02AAC07 /* Source */, |
| C6A0FF2B0290797F04C91782 /* Documentation */, |
| 1AB674ADFE9D54B511CA2CBB /* Products */, |
| ); |
| name = jsoncpp; |
| sourceTree = "<group>"; |
| }; |
| 08FB7795FE84155DC02AAC07 /* Source */ = { |
| isa = PBXGroup; |
| children = ( |
| A06294C00DEC07A200DED6F9 /* json_reader.cpp */, |
| A06294C10DEC07A200DED6F9 /* json_value.cpp */, |
| A06294C20DEC07A200DED6F9 /* json_writer.cpp */, |
| ); |
| name = Source; |
| sourceTree = "<group>"; |
| }; |
| 1AB674ADFE9D54B511CA2CBB /* Products */ = { |
| isa = PBXGroup; |
| children = ( |
| D2AAC046055464E500DB518D /* libjsoncpp.a */, |
| ); |
| name = Products; |
| sourceTree = "<group>"; |
| }; |
| C6A0FF2B0290797F04C91782 /* Documentation */ = { |
| isa = PBXGroup; |
| children = ( |
| ); |
| name = Documentation; |
| sourceTree = "<group>"; |
| }; |
| /* End PBXGroup section */ |
| |
| /* Begin PBXHeadersBuildPhase section */ |
| D2AAC043055464E500DB518D /* Headers */ = { |
| isa = PBXHeadersBuildPhase; |
| buildActionMask = 2147483647; |
| files = ( |
| ); |
| runOnlyForDeploymentPostprocessing = 0; |
| }; |
| /* End PBXHeadersBuildPhase section */ |
| |
| /* Begin PBXNativeTarget section */ |
| D2AAC045055464E500DB518D /* jsoncpp */ = { |
| isa = PBXNativeTarget; |
| buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "jsoncpp" */; |
| buildPhases = ( |
| D2AAC043055464E500DB518D /* Headers */, |
| D2AAC044055464E500DB518D /* Sources */, |
| D289987405E68DCB004EDB86 /* Frameworks */, |
| ); |
| buildRules = ( |
| ); |
| dependencies = ( |
| ); |
| name = jsoncpp; |
| productName = jsoncpp; |
| productReference = D2AAC046055464E500DB518D /* libjsoncpp.a */; |
| productType = "com.apple.product-type.library.static"; |
| }; |
| /* End PBXNativeTarget section */ |
| |
| /* Begin PBXProject section */ |
| 08FB7793FE84155DC02AAC07 /* Project object */ = { |
| isa = PBXProject; |
| buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "jsoncpp" */; |
| compatibilityVersion = "Xcode 3.1"; |
| hasScannedForEncodings = 1; |
| mainGroup = 08FB7794FE84155DC02AAC07 /* jsoncpp */; |
| projectDirPath = ""; |
| projectRoot = ""; |
| targets = ( |
| D2AAC045055464E500DB518D /* jsoncpp */, |
| ); |
| }; |
| /* End PBXProject section */ |
| |
| /* Begin PBXSourcesBuildPhase section */ |
| D2AAC044055464E500DB518D /* Sources */ = { |
| isa = PBXSourcesBuildPhase; |
| buildActionMask = 2147483647; |
| files = ( |
| A06294C30DEC07A200DED6F9 /* json_reader.cpp in Sources */, |
| A06294C40DEC07A200DED6F9 /* json_value.cpp in Sources */, |
| A06294C50DEC07A200DED6F9 /* json_writer.cpp in Sources */, |
| ); |
| runOnlyForDeploymentPostprocessing = 0; |
| }; |
| /* End PBXSourcesBuildPhase section */ |
| |
| /* Begin XCBuildConfiguration section */ |
| 1DEB91EC08733DB70010E9CD /* Debug */ = { |
| isa = XCBuildConfiguration; |
| buildSettings = { |
| PRODUCT_NAME = jsoncpp; |
| }; |
| name = Debug; |
| }; |
| 1DEB91ED08733DB70010E9CD /* Release */ = { |
| isa = XCBuildConfiguration; |
| buildSettings = { |
| PRODUCT_NAME = jsoncpp; |
| }; |
| name = Release; |
| }; |
| 1DEB91F008733DB70010E9CD /* Debug */ = { |
| isa = XCBuildConfiguration; |
| baseConfigurationReference = 0A2B07410E1AD02200E9B2C0 /* MacConfigExternalDebug.xcconfig */; |
| buildSettings = { |
| PREBINDING = NO; |
| USER_HEADER_SEARCH_PATHS = ./include; |
| }; |
| name = Debug; |
| }; |
| 1DEB91F108733DB70010E9CD /* Release */ = { |
| isa = XCBuildConfiguration; |
| baseConfigurationReference = 0A2B07420E1AD02200E9B2C0 /* MacConfigExternalRelease.xcconfig */; |
| buildSettings = { |
| PREBINDING = NO; |
| USER_HEADER_SEARCH_PATHS = ./include; |
| }; |
| name = Release; |
| }; |
| /* End XCBuildConfiguration section */ |
| |
| /* Begin XCConfigurationList section */ |
| 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "jsoncpp" */ = { |
| isa = XCConfigurationList; |
| buildConfigurations = ( |
| 1DEB91EC08733DB70010E9CD /* Debug */, |
| 1DEB91ED08733DB70010E9CD /* Release */, |
| ); |
| defaultConfigurationIsVisible = 0; |
| defaultConfigurationName = Release; |
| }; |
| 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "jsoncpp" */ = { |
| isa = XCConfigurationList; |
| buildConfigurations = ( |
| 1DEB91F008733DB70010E9CD /* Debug */, |
| 1DEB91F108733DB70010E9CD /* Release */, |
| ); |
| defaultConfigurationIsVisible = 0; |
| defaultConfigurationName = Release; |
| }; |
| /* End XCConfigurationList section */ |
| }; |
| rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; |
| } |