xcodebuild - How to pass bundle id of extension as environment variable -
i need build xcode project within today extension 'xcodebuild'. bundle of main target com.myapp, while bundle id of extension com.myapp.todayextension. i'd pass both bundle id's parameters of xcodebuild: tried replace bundle id's in xcode project custom environment variables (e.g. ${main_target_bundleid} , ${extension_bundleid}) xcodebuild fails. please me correct syntax of xcodebuild command ? thanks.
Comments
Post a Comment