AceCentre / TextAloud

iOS app. Built in Swift. Reads out text - sentence by sentence, paragraph by paragraph or word by word
https://testflight.apple.com/join/D8VRhWqr
GNU General Public License v3.0
8 stars 2 forks source link

Sending text from notes #41

Closed willwade closed 1 year ago

willwade commented 1 year ago

I can't easily get text from notes app. If we made it accessible via the share sheet to receive text would that solve it?

taananas commented 1 year ago

you can export from the notes application only if you saved the file locally and then opened it in your app, via 'sheet' share and 'save on phone'

taananas commented 1 year ago

maybe I can add the app to the 'action sheet' later

willwade commented 1 year ago

This is setup.. But - its not working on testflight...

We think it should look like this in the Signing of both the extension and app:

Screenshot 2023-03-07 at 20 16 34

But its failing for me.

Screenshot 2023-03-07 at 17 35 18

@gavinhenderson - this might be a "fun" one for you.

gavinhenderson commented 1 year ago

Hmmm I'll have a look, at least it gives you nice descriptive errors!

willwade commented 1 year ago

FYI - when you upload you find you get an error that you need to change NSExtensionActivationSupportsText in the extension to a boolean (right click on the value type and change the type). Its a integer in the repo

Screenshot 2023-03-07 at 16 55 40
gavinhenderson commented 1 year ago

This now works on the newest testflight build