xcodeproj_file.py | 110 XCObject need only provide a _schema class object, a dictionary that 205 _schema: A dictionary defining the properties of this class. The keys to 206 _schema are string property keys as used in project files. Values 266 described by its class' _schema variable. 269 _schema = {} variable in class:XCObject 318 is_strong = self._schema[key][2] 366 ('name' in self._schema and self._schema['name'][3]): 479 for property, attributes in self._schema.iteritems(): 665 # Also see PBXContainerItemProxy._schema['remoteGlobalIDString'] 902 _schema = XCObject._schema.copy() variable in class:XCHierarchicalElement 1106 _schema = XCHierarchicalElement._schema.copy() variable in class:PBXGroup 1449 _schema = XCFileLikeElement._schema.copy() variable in class:PBXFileReference 1557 _schema = XCObject._schema.copy() variable in class:XCBuildConfiguration 1591 _schema = XCObject._schema.copy() variable in class:XCConfigurationList 1702 _schema = XCObject._schema.copy() variable in class:PBXBuildFile 1750 _schema = XCObject._schema.copy() variable in class:XCBuildPhase 1920 _schema = XCBuildPhase._schema.copy() variable in class:PBXShellScriptBuildPhase 1938 _schema = XCBuildPhase._schema.copy() variable in class:PBXCopyFilesBuildPhase 2010 _schema = XCObject._schema.copy() variable in class:PBXBuildRule 2053 _schema = XCObject._schema.copy() variable in class:PBXContainerItemProxy 2090 _schema = XCObject._schema.copy() variable in class:PBXTargetDependency 2115 _schema = XCFileLikeElement._schema.copy() variable in class:PBXReferenceProxy 2131 _schema = XCRemoteObject._schema.copy() variable in class:XCTarget 2227 _schema = XCTarget._schema.copy() variable in class:PBXNativeTarget 2490 _schema = XCContainerPortal._schema.copy() variable in class:PBXProject 2809 _schema = XCObject._schema.copy() variable in class:XCProjectFile [all...] |