Skip to content

Conversation

@shoebox
Copy link

@shoebox shoebox commented Jun 19, 2018

  • Add support of project with multiple sub target configuration (ex: topshelf)
  • cf the TargetConfiguration class for the DSL detail.
  • Example of usage:
xcodebuild {
//usual configuration
}

targetConfiguration {
	all {
		// apply to all target configurations
	}

	TestConfig {
		provisioningFile = project.file("path/to/file")
	}

	TestConfig_TopShelf {
		provisioningFile = project.file("path/to/file")
	}
}

…ive/gradle-xcodePlugin into feature/arch-sign-adjust
…vy class

- Now PrepareXcodeArchivingTask.groovy apply to all configurations
- Explose the configuration for more clarity
- Add some verbosing
- Output the build logs into a separated output file
- In replacement use the  implementation
- It avoid at the same time to display in verbose mode the content of the key for security perspective
…functional test classes

- Update and fix several function test to fix issues post changes
The `BUNDLE_ID` property is now being applied if the targetconfiguration has the value.
…figurationi

It avoid AppStore rejection due to the extension has not the same version
number and short version than the main proejct

Fixes: #DRTV-554
It seems that in some cases the value could be null, and it was
overriding the versioning with null as version.

To avoid that issue, add a checker to ensure that when the build
configuration does not has it's own versioning, it does not cancel the
main project versioning.

Resolves: #BTVAXIS-1511
Add the support of workspace compilation for Cocoapods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants