WIP: Build ios #39

Closed
ineiti wants to merge 3 commits from (deleted):ios_build into trunk
First-time contributor

This is a draft PR for the inclusion of iOS in the build system.

It is used by flutter/flutter_app#74

The replacement of sed -i with perl -pi -e is due to the different version of sed on MacOSX, which doesn't include the -i for in-place changes.

This is a draft PR for the inclusion of iOS in the build system. It is used by flutter/flutter_app#74 The replacement of `sed -i` with `perl -pi -e` is due to the different version of `sed` on MacOSX, which doesn't include the `-i` for in-place changes.
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/libcwtch-go/156
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/libcwtch-go/157
dan was assigned by sarah 2021-05-11 18:21:52 +00:00
sarah changed title from Build ios to WIP: Build ios 2021-05-11 22:44:22 +00:00
dan reviewed 2021-05-11 23:41:19 +00:00
@ -3,4 +3,1 @@
sed -i "s/^package cwtch/\/\/package cwtch/" lib.go
sed -i "s/^\/\/package main/package main/" lib.go
sed -i "s/^\/\/func main()/func main()/" lib.go
Owner

nice, should be good!
but if you're doing this, should change switch-gomobile.sh to match :)

nice, should be good! but if you're doing this, should change switch-gomobile.sh to match :)
ineiti marked this conversation as resolved
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/libcwtch-go/160
Author
First-time contributor

So I thought that the latest go-version has a correct build-script that takes care of the SDK=iphonesimulator setting. Well, it doesn't...

So I thought that the latest go-version has a correct build-script that takes care of the `SDK=iphonesimulator` setting. Well, it doesn't...
Owner
Drone Build Status: failure https://build.openprivacy.ca/flutter/libcwtch-go/161
Owner

hey sorry I haven't had time to get to this, I really want to, but we're still plunging head long towards beta release. I'm hoping after that shakes out I'll have some time to dedicate to going over this, getting it merged, and generally helping this along. I think we have another person interested so we might be able to put together an ios/macos group :)

hey sorry I haven't had time to get to this, I really want to, but we're still plunging head long towards beta release. I'm hoping after that shakes out I'll have some time to dedicate to going over this, getting it merged, and generally helping this along. I think we have another person interested so we might be able to put together an ios/macos group :)
Owner

A note to myself to port these changes over to the new repo https://git.openprivacy.ca/cwtch.im/libcwtch-go once beta launch is done.

A note to myself to port these changes over to the new repo https://git.openprivacy.ca/cwtch.im/libcwtch-go once beta launch is done.
Owner

moved to new repo!

cwtch.im/libcwtch-go#16

moved to new repo! https://git.openprivacy.ca/cwtch.im/libcwtch-go/pulls/16
Owner

closing as the code is now merged into cwtch.im/libcwtch-go and this repo is dead

closing as the code is now merged into cwtch.im/libcwtch-go and this repo is dead
dan closed this pull request 2021-08-25 16:00:53 +00:00
Some checks failed
continuous-integration/drone/pr Build is failing

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: flutter/libcwtch-go#39
No description provided.