Remove unused Runner.xcconfig.template (#2692)

This commit is contained in:
Chinmay Garde 2016-05-16 13:57:56 -07:00
parent f641f6baa1
commit 21df1cf7ef

View File

@ -1,14 +0,0 @@
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Do NOT modify any of these configurations. These are specific to the runner.
//
// This is the architecture the runner was built to target
{% if target_arch == "arm" %}
FLUTTER_TARGET_ARCH=armv7
{% else %}
FLUTTER_TARGET_ARCH={{target_arch}}
{% endif %}