Skip to content

Commit

Permalink
Rename sky.yaml to flutter.yaml
Browse files Browse the repository at this point in the history
More flutter more better.
  • Loading branch information
abarth committed Nov 2, 2015
1 parent b874020 commit 05d03e5
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/fitness/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import("//sky/build/sky_app.gni")

sky_app("fitness") {
main_dart = "lib/main.dart"
manifest = "sky.yaml"
manifest = "flutter.yaml"

if (is_android) {
apk_name = "Fitness"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/game/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import("//sky/build/sky_app.gni")

sky_app("game") {
main_dart = "lib/main.dart"
manifest = "sky.yaml"
manifest = "flutter.yaml"

if (is_android) {
apk_name = "Asteroids"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/stocks/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import("//sky/build/sky_app.gni")

sky_app("stocks") {
main_dart = "lib/main.dart"
manifest = "sky.yaml"
manifest = "flutter.yaml"

if (is_android) {
apk_name = "Stocks"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion sky/packages/updater/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import 'pipe_to_file.dart';
import 'version.dart';

const String kManifestFile = 'sky.yaml';
const String kBundleFile = 'app.flx';
const String kBundleFile = 'flutter.flx';

UpdateServiceProxy _initUpdateService() {
UpdateServiceProxy updateService = new UpdateServiceProxy.unbound();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public class SkyApplication extends BaseChromiumApplication {
static final String SNAPSHOT = "snapshot_blob.bin";
static final String APP_BUNDLE = "app.flx";
static final String MANIFEST = "sky.yaml";
static final String MANIFEST = "flutter.yaml";

private static final String TAG = "SkyApplication";
private static final String PRIVATE_DATA_DIRECTORY_SUFFIX = "sky_shell";
Expand Down

0 comments on commit 05d03e5

Please sign in to comment.