Adam Govan
Adam Govan
To note: I have added this and got the target membership on xcode of the framework correctly checked: ```javascript proj.addBuildPhase( [`${custom_framework_parth}`], 'PBXCopyFilesBuildPhase', 'Embed Frameworks', extTarget.uuid); ``` however, The Framework Search...
that's ok, I've found a workaround by iterating through xcode product names in an `after_prepare` script and modifying those that match the extension name to have the appropriate framework search...
not a dumb question at all! 😄 I started in the same place that #47 was working on, automating a service extension (specifically for push in my case), but I...
this is a great solution so far, but one problem I was running into recently was adding my own custom `.framework` file to the extension. I've tried the following code...
hey I don't know if it's still relevant to everyone here but myself and the team I work with managed to get it all working with hooks as part of...
whoops, I was pointing to the wrong repo @brodybits , they should be working now 👍
I'm running into the same issue here now. has there been any progress around this?