Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cordova iOS 4 compatibility #4

Merged
merged 1 commit into from
May 23, 2016

Conversation

joshbuckley182
Copy link
Contributor

Add useXCAssetsPath option. Set to true to write files to the default path used in Cordova iOS 4.

Example usage:

grunt.initConfig({
    phonegapsplash: {
        your_target: {
            src: './raw/splash.svg',
            dest: './',
            options: {
                prjName: 'Example Project',
                profiles: ['ios'],
                useXCAssetsPath: true
            }
        }
    }
});

@ashbrener
Copy link
Contributor

Thank you @joshbuckley182, exactly what I was looking for

@ashbrener
Copy link
Contributor

@PEM-- Is this going to be merged ?

@PEM--
Copy link
Owner

PEM-- commented May 23, 2016

@ashleybrener : Thanks for the reminder.
@joshbuckley182 : Thanks for the PR.

@PEM-- PEM-- merged commit 7f5195c into PEM--:master May 23, 2016
@ashbrener
Copy link
Contributor

Great thank you @PEM-- .
Could you kindly update npm as well ?

@PEM--
Copy link
Owner

PEM-- commented May 23, 2016

Done as 0.5.0 and published for Grunt 1.0.0. No breaking changes in the usage.

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.

None yet

3 participants