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

Initial Gemini SDK commit #32

Merged
merged 3 commits into from
Dec 12, 2023
Merged

Initial Gemini SDK commit #32

merged 3 commits into from
Dec 12, 2023

Conversation

paulb777
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added component:swift sdk Issue/PR related to Swift SDK status:awaiting review PR awaiting review from a maintainer labels Dec 12, 2023
@paulb777 paulb777 enabled auto-merge (squash) December 12, 2023 03:23
pull_request:
schedule:
# Run every day at 11pm (PST) - cron uses UTC times
- cron: '0 7 * * *'
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not sure if a nightly cron job is necessary for this yet, but I'm fine to keep it if I'm missing something

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It will let us know if it breaks

import Foundation

enum Participant {
case system
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not for this PR but we should update these to model cc @peterfriese

CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"GenerativeAISample/Preview Content\"";
DEVELOPMENT_TEAM = YGAZHQXHH4;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please remove and make an empty string "", here and there's one more instance of it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

Co-authored-by: Ryan Wilson <[email protected]>
Co-authored-by: Andrew Heard <[email protected]>
Co-authored-by: Peter Friese <[email protected]>
Co-authored-by: Morgan Chen <[email protected]>
@paulb777 paulb777 merged commit 894e38c into main Dec 12, 2023
7 checks passed
@paulb777 paulb777 deleted the pb-initial-gemini branch December 12, 2023 03:53
@github-actions github-actions bot removed the status:awaiting review PR awaiting review from a maintainer label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:swift sdk Issue/PR related to Swift SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants