Skip to content

Commit

Permalink
Update to v0.10.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Jan 7, 2021
1 parent f66cdff commit 00ab1bf
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.10.0-beta.1] - 2021/01/07
### 基於Flutter v1.25.0-8.2.pre 開發

* 改善最新消息審查系統錯誤處理
* 移除Flutter棄用函式庫

## [0.10.0-dev.4] - 2021/01/06
### 基於Flutter v1.26開發

Expand Down
18 changes: 18 additions & 0 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
9705A1C41CF9048500538489 /* Embed Frameworks */,
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
57DF80B6BF6725655743403F /* [CP] Embed Pods Frameworks */,
C0927DD84EC8B701E70C95ED /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -266,6 +267,23 @@
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
};
C0927DD84EC8B701E70C95ED /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.10.0-dev.4"
version: "0.10.0-beta.1"
archive:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ap_common
description: The school affairs(AP) series shares the engineering kit, rapid development of the school affairs series(AP) app
version: 0.10.0-dev.4
version: 0.10.0-beta.1
homepage: https://github.com/abc873693/ap_common

environment:
Expand Down

0 comments on commit 00ab1bf

Please sign in to comment.