Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: releaseExportOptions.plist

Issue 29334710: Issue 3590 - Automate release build generation (Closed)
Patch Set: Address issues Created Jan. 28, 2016, 5:21 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build.py ('K') | « devbuildExportOptions.plist ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: releaseExportOptions.plist
===================================================================
new file mode 100644
--- /dev/null
+++ b/releaseExportOptions.plist
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>method</key>
+ <string>app-store</string>
+</dict>
+</plist>
« build.py ('K') | « devbuildExportOptions.plist ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld