-
Notifications
You must be signed in to change notification settings - Fork 62
[FIX] Exported Android resources not functioning as intended #430
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
Conversation
jkasten2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r1.
Reviewable status: 1 of 2 files reviewed, 1 unresolved discussion (waiting on @adamschlesinger and @jkasten2)
com.onesignal.unity.android/Editor/SetupSteps/SetupManifestStep.cs, line 36 at r1 (raw file):
var matches = Regex.Matches(contents, _manifestRegex); foreach (var match in matches) { if (match.ToString() != PlayerSettings.GetApplicationIdentifier(BuildTargetGroup.Android))
I believe we can remove this whole manifest step completely since we switched our Gradle release of the OneSignal-Andriod-SDK.
adamschlesinger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 1 of 2 files reviewed, 1 unresolved discussion (waiting on @jkasten2)
com.onesignal.unity.android/Editor/SetupSteps/SetupManifestStep.cs, line 36 at r1 (raw file):
Previously, jkasten2 (Josh Kasten) wrote…
I believe we can remove this whole manifest step completely since we switched our Gradle release of the OneSignal-Andriod-SDK.
I think you're right. I'll need to test it without this step to confirm.
jkasten2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @adamschlesinger)
com.onesignal.unity.android/Editor/SetupSteps/SetupManifestStep.cs, line 36 at r1 (raw file):
Previously, adamschlesinger (Adam Schlesinger) wrote…
I think you're right. I'll need to test it without this step to confirm.
We can merge this PR in for now so it doesn't hold up the release since you tested it. We can follow up with another PR to fully remove this if it work.
0466541 to
4bbd76c
Compare
…lder Having "res" within other folders no longer appears to function as intended
jkasten2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me. Some commits could be squashed to clean up the git history though.
Reviewed 72 of 72 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @adamschlesinger)
This reverts commit e0035c1.
This reverts commit e0035c1.
Changed
Assets/Plugins/Android/OneSignalConfig/resRemoved
This change is