Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
release: 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Jul 18, 2023
1 parent c2f5940 commit c9f99f6
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 18 deletions.
5 changes: 2 additions & 3 deletions app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'dart:io';

import 'package:flutter/material.dart';
import 'package:webf/devtools.dart';
import 'package:webf_websocket/webf_websocket.dart';
import 'package:webf/webf.dart';

const String BUNDLE_URL = 'WEBF_BUNDLE_URL';
Expand Down Expand Up @@ -49,7 +48,8 @@ class MyApp extends StatelessWidget {
if (Platform.environment.containsKey(REMOTE_DEBUGGER_PROXY)) {
devToolsService =
RemoteDevServerService(Platform.environment[REMOTE_DEBUGGER_PROXY]!);
print('connect to remote debugger proxy: ${Platform.environment[REMOTE_DEBUGGER_PROXY]!}');
print(
'connect to remote debugger proxy: ${Platform.environment[REMOTE_DEBUGGER_PROXY]!}');
} else {
devToolsService = ChromeDevToolsService();
}
Expand All @@ -64,6 +64,5 @@ class MyApp extends StatelessWidget {
}

void main() {
WebFWebSocket.initialize();
runApp(MyApp());
}
11 changes: 6 additions & 5 deletions app/macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXAggregateTarget section */
Expand Down Expand Up @@ -202,7 +202,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 0930;
LastUpgradeCheck = 1300;
ORGANIZATIONNAME = "The Flutter Authors";
TargetAttributes = {
33CC10EC2044A3C60003C045 = {
Expand Down Expand Up @@ -255,6 +255,7 @@
/* Begin PBXShellScriptBuildPhase section */
3399D490228B24CF009A79C7 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down Expand Up @@ -414,7 +415,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down Expand Up @@ -498,7 +499,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
Expand Down Expand Up @@ -545,7 +546,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1000"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
3 changes: 1 addition & 2 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ dependencies:
flutter:
sdk: flutter

webf: ^0.14.0
webf_websocket: ^1.3.0
webf: ^0.14.1
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openwebf/cli",
"version": "0.14.0",
"version": "0.14.1",
"description": "Command Line Tools for WebF",
"bin": {
"webf": "bin/webf.js"
Expand All @@ -14,9 +14,9 @@
"lib"
],
"optionalDependencies": {
"@openwebf/cli-linux": "^0.14.0",
"@openwebf/cli-macos": "^0.14.0",
"@openwebf/cli-windows": "^0.14.0"
"@openwebf/cli-linux": "^0.14.1",
"@openwebf/cli-macos": "^0.14.1",
"@openwebf/cli-windows": "^0.14.1"
},
"author": "WebF Team",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion platforms/cli-linux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openwebf/cli-linux",
"version": "0.14.0",
"version": "0.14.1",
"description": "Command Line Tools for WebF",
"engines": {
"node": ">=10"
Expand Down
2 changes: 1 addition & 1 deletion platforms/cli-macos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openwebf/cli-macos",
"version": "0.14.0",
"version": "0.14.1",
"description": "Command Line Tools for WebF",
"engines": {
"node": ">=10"
Expand Down
2 changes: 1 addition & 1 deletion platforms/cli-windows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openwebf/cli-windows",
"version": "0.14.0",
"version": "0.14.1",
"description": "Command Line Tools for WebF",
"engines": {
"node": ">=10"
Expand Down

0 comments on commit c9f99f6

Please sign in to comment.