diff --git a/xcodeproj/other.py b/xcodeproj/other.py index c4fc2ed..e8d0fc7 100755 --- a/xcodeproj/other.py +++ b/xcodeproj/other.py @@ -41,5 +41,5 @@ class PBXContainerItemProxy(PBXObject): class ProjectReference: """A reference to another project.""" - product_group: str + product_group: Optional[str] project_ref: str