Skip to content

[mtouch] Fix BundleId. - #1318

Merged
rolfbjarne merged 1 commit into
dotnet:cycle9from
rolfbjarne:mtouch-fix-bundle-id-cycle9
Dec 8, 2016
Merged

[mtouch] Fix BundleId.#1318
rolfbjarne merged 1 commit into
dotnet:cycle9from
rolfbjarne:mtouch-fix-bundle-id-cycle9

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member

The BundleId property is used by the code that generates the mSYM directory,
but its value was always the default value 'com.yourcompany.sample' instead of
looked up in the app's Info.plist.

So fix the BundleId property to do the expected.

Also fix the mSYM test (SymbolicationData) to actually test mSYM stuff (it was
partially disabled when we disabled automatic mSYM generation for C8, and
never re-enabled), and port it to the new and better test syntax, and add a
few more asserts to check the manifest.xml generation.

The BundleId property is used by the code that generates the mSYM directory,
but its value was always the default value 'com.yourcompany.sample' instead of
looked up in the app's Info.plist.

So fix the BundleId property to do the expected.

Also fix the mSYM test (SymbolicationData) to actually test mSYM stuff (it was
partially disabled when we disabled automatic mSYM generation for C8, and
never re-enabled), and port it to the new and better test syntax, and add a
few more asserts to check the manifest.xml generation.
@monojenkins

Copy link
Copy Markdown
Contributor

Build failure

@rolfbjarne

Copy link
Copy Markdown
Member Author

Test failure is unrelated (monotouch-test failed to build, which will be fixed with PR #1321).

@rolfbjarne
rolfbjarne merged commit ca2c4eb into dotnet:cycle9 Dec 8, 2016
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