mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'xcode-object-ids'
b8b6573db8Xcode: Use deterministic object ids for script build phases2892228dc9cmGlobalXCodeGenerator: Add infrastructure for deterministic object idsd250b67722cmGlobalXCodeGenerator: Adopt pbxproj object id generation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5671
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
};
|
||||
static const char* PBXTypeNames[];
|
||||
virtual ~cmXCodeObject();
|
||||
cmXCodeObject(PBXType ptype, Type type);
|
||||
cmXCodeObject(PBXType ptype, Type type, std::string id);
|
||||
Type GetType() const { return this->TypeValue; }
|
||||
PBXType GetIsA() const { return this->IsA; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user