Code Monkey home page Code Monkey logo

Comments (17)

jamie-brannan avatar jamie-brannan commented on August 19, 2024 2

Hi @rarcilla, there's several things to resolve your build errors. First, make sure you're running Xcode Version 12.2 beta 3. This is what resolved the WidgetKit Error for me. Second, to run without the signing certificate errors you need to turn to your Pipeliner project settings and change the under the Signing & Capabilities tab, to look as such in the screen shot below (but with your developer team of course rather than the DX team or mine ๐Ÿ˜‰ ) :

Screenshot 2020-10-18 at 10 29 00 PM

from pipeliner.

Jakub-Vacek avatar Jakub-Vacek commented on August 19, 2024 2

@jamie-brannan Great job ๐Ÿ‘ @rarcilla Thank you ๐Ÿ˜Š
Apple-centric color scheme is OK. Widget scheme should imho match or be similar to the other widgets from Apple. If you encounter any difficulties (something looks weird etc.) please let me know. ๐Ÿ™‚

from pipeliner.

jamie-brannan avatar jamie-brannan commented on August 19, 2024 1

Hello! Happy to have found this issue via Hacktoberfest. ๐ŸŽƒ I'd love to contribute, and have an idea of some WCAG 2.0 accessible contrasts that would do the trick. However most of my experience with swift is in Swift 5 on iOS. I hope this won't be an issue for contributing?

from pipeliner.

prokopsimek avatar prokopsimek commented on August 19, 2024 1

@jamie-brannan Hello Jamie! Do not hesitate to at least try to fix the contrast! ๐Ÿ‘โœ…

If you have any questions do not hesitate to contact us me or @Jakub-Vacek.

from pipeliner.

jamie-brannan avatar jamie-brannan commented on August 19, 2024 1

Awesome, will do! Thank you! ๐Ÿš€

from pipeliner.

adelkahomolova avatar adelkahomolova commented on August 19, 2024 1

Hi, @jamie-brannan . We use the fix branch for fixes and the feature branch for features sometimes also chore or hotfix. So the branch should be named something like fix/improve-ux or feature/light-mode or something like that. Is it clearer now for you? :)

from pipeliner.

jamie-brannan avatar jamie-brannan commented on August 19, 2024 1

Yes thank you ๐Ÿ˜Š

from pipeliner.

Jakub-Vacek avatar Jakub-Vacek commented on August 19, 2024 1

Hi! ๐Ÿ™‚ Good job with signature issues ๐Ÿ‘Targets should be set to macOS 11 everywhere.
Snรญmek obrazovky 2020-10-06 vย 8 54 56
Snรญmek obrazovky 2020-10-06 vย 8 55 28
Snรญmek obrazovky 2020-10-06 vย 8 55 37

No problem ๐Ÿ™‚

from pipeliner.

jamie-brannan avatar jamie-brannan commented on August 19, 2024 1

@Jakub-Vacek Just a little update, I've got my Xcode sorted out, build going and reading more into the code and different strategies for storing running color schemes and assets efficiently in Swift UI for the project ;) I should have much more to come before midweek, and sources to handover!

There doesn't happen to already be a graphic chart or branding created for this projet by any chance, or that I may have over looked? Otherwise, I'll stick closely to Apple-centric colors for this PR

from pipeliner.

jamie-brannan avatar jamie-brannan commented on August 19, 2024

Hello again @prokopsimek , quick question โ€“ in reading your contribution guide I see you have commit conventions but would you like me to follow any particular branch naming conventions?

from pipeliner.

jamie-brannan avatar jamie-brannan commented on August 19, 2024

Hello ๐Ÿ‘‹ I have a few more questions about getting my environment and contributing set up.

I've got macOS 11 beta installed, Xcode 12, PromiseKit and AwaitKit โ€“ my only issue is resolving signing certificates before I can build. Or is this not necessary?

About branching, I'm new to contributing but I was wondering if it's standard procedure to always fork, then create a branch from there and a PR โ€“ simply to commit to my fork directly before creating a PR?

from pipeliner.

Jakub-Vacek avatar Jakub-Vacek commented on August 19, 2024

Hello ๐Ÿ™‚Signing of certificates is not necessary. This is project setup which works for me:
Snรญmek obrazovky 2020-10-05 vย 8 58 17
Snรญmek obrazovky 2020-10-05 vย 8 58 00
Snรญmek obrazovky 2020-10-05 vย 8 57 49

Branching: your approach is ok ๐Ÿ‘Œ

from pipeliner.

jamie-brannan avatar jamie-brannan commented on August 19, 2024
โš ๏ธ + ๐Ÿ”ด ~
Screenshot 2020-10-05 at 9 55 33 PM Okay I've learned to resolve the signature issue. Now I have more issues with warnings and target settings ๐Ÿค”.

Since I only just updated to the beta, I'm guessing I need to create a new macOS target with macOS 11? If it's not too much trouble, what's the specs of the target you're looking to build for? (this is a bit different than iOS simulators ๐Ÿ˜‚ for me but just as cool)

Thank you for your patience โœŒ๏ธ

from pipeliner.

jamie-brannan avatar jamie-brannan commented on August 19, 2024

Sadly WidgetKit is really unhappy when it's being imported in PipelineListView.swift ๐Ÿ˜ข
Screenshot 2020-10-09 at 10 04 03 PM

from pipeliner.

Jakub-Vacek avatar Jakub-Vacek commented on August 19, 2024

Hi ๐Ÿ‘‹ Try Do Not Embed option which works for me ๐Ÿ™‚

from pipeliner.

rarcilla avatar rarcilla commented on August 19, 2024

Hi! I hope its ok to jump on this issue thread. I'm also attempting to build the project, so I went through the screenshots above, and I still have the same warnings as @jamie-brannan but with the additional of the signing certificate errors (Jamie if you could let me know how you solved it, that would be amazing :) ).

Were these warnings eventually resolved? I'd love to know how. Thanks!!

Screen Shot 2020-10-15 at 2 56 56 PM

from pipeliner.

jamie-brannan avatar jamie-brannan commented on August 19, 2024

I had a little trouble at first, but at last I've cracked how to implement a ColorScheme. I'm planning my commits now and should have a clean PR ready by today! ๐Ÿ˜ธ

from pipeliner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.