Hi,
in latest version of macos/xcode/objc, I like to know how I can rename the framework output file upon build if a flag is set.
like: in case of _var1 is defined somewhere in the code, the framework output name would be different such as myProj1.framework gets renamed to myvar1Proj1.framework, etc. Is this possible in xcode environment?.
in latest version of macos/xcode/objc, I like to know how I can rename the framework output file upon build if a flag is set.
like: in case of _var1 is defined somewhere in the code, the framework output name would be different such as myProj1.framework gets renamed to myvar1Proj1.framework, etc. Is this possible in xcode environment?.
Last edited: