Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gogio: add deeplink support #9

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

inkeliz
Copy link
Sponsor Contributor

@inkeliz inkeliz commented Jul 7, 2023

No description provided.

@inkeliz inkeliz marked this pull request as ready for review July 8, 2023 12:23
@inkeliz
Copy link
Sponsor Contributor Author

inkeliz commented Jul 8, 2023

That depends on gioui/gio#117

@inkeliz inkeliz changed the title gogio: add deeplink support [WIP] gogio: add deeplink support Jul 8, 2023
go.mod Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
gogio/androidbuild.go Outdated Show resolved Hide resolved
gogio/build_info.go Outdated Show resolved Hide resolved
gogio/help.go Outdated Show resolved Hide resolved
gogio/iosbuild.go Outdated Show resolved Hide resolved
gogio/iosbuild.go Outdated Show resolved Hide resolved
gogio/iosbuild.go Outdated Show resolved Hide resolved
gogio/macosbuild.go Outdated Show resolved Hide resolved
gogio/main.go Outdated Show resolved Hide resolved
gogio/androidbuild.go Outdated Show resolved Hide resolved
gogio/help.go Outdated Show resolved Hide resolved
gogio/iosbuild.go Outdated Show resolved Hide resolved
gogio/iosbuild.go Outdated Show resolved Hide resolved
gogio/macosbuild.go Outdated Show resolved Hide resolved
gogio/macosbuild.go Outdated Show resolved Hide resolved
@@ -291,7 +296,7 @@ func iosIcons(bi *buildInfo, tmpDir, appDir, icon string) (string, error) {
return assetPlist, err
}

func buildInfoPlist(bi *buildInfo) string {
func buildInfoPlist(bi *buildInfo) (string, error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this function can return a non-nil error anymore.

@@ -124,6 +125,19 @@ func (b *macBuilder) setIcon(path string) (err error) {
}

func (b *macBuilder) setInfo(buildInfo *buildInfo, name string) error {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants