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

[Versions-*.plist.in] Define Feature keys #1880

Merged
merged 1 commit into from Mar 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions Versions-ios.plist.in
Expand Up @@ -101,5 +101,15 @@
<string>2.0</string>
</dict>
</dict>
<key>Features</key>
<array>
<string>mlaunch-launchdevbundleid</string>
<string>mlaunch-observe-extension</string>
<string>mlaunch-launch-simulator</string>
<string>mlaunch-install-progress</string>
<string>http-client-handlers</string>
<string>mono-symbol-archive</string>
<string>sgen-concurrent-gc-experimental</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's tracking one-too-many issues. @jstedfast can you remove both <string>sgen-concurrent-gc-experimental</string> lines from the PR so the other feature can be tested. We'll do another one once for the last item once we have results from QA. Thanks.

</array>
</dict>
</plist>
6 changes: 6 additions & 0 deletions Versions-mac.plist.in
Expand Up @@ -30,5 +30,11 @@
<string>10.11</string>
</dict>
</dict>
<key>Features</key>
<array>
<string>http-client-handlers</string>
<string>mono-symbol-archive</string>
<string>sgen-concurrent-gc-experimental</string>
</array>
</dict>
</plist>