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

Update Cache to Nitro #51

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Update Cache to Nitro #51

wants to merge 6 commits into from

Conversation

gtokman
Copy link
Member

@gtokman gtokman commented Aug 30, 2024

No description provided.

@@ -0,0 +1,130 @@
# Contributing

Choose a reason for hiding this comment

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

Duplicate

@@ -0,0 +1,20 @@
MIT License

Copyright (c) 2024 Gary Tokman

Choose a reason for hiding this comment

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

Suggested change
Copyright (c) 2024 Gary Tokman
Copyright (c) 2024 Candle Finance Inc.

We should update all of these if I didn't catch that yesterday

ruby ">= 2.6.10"

# Exclude problematic versions of cocoapods and activesupport that causes build failures.
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'

Choose a reason for hiding this comment

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

Same as yesterday

@@ -0,0 +1,3 @@
//

Choose a reason for hiding this comment

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

Delete this?

@@ -0,0 +1,31 @@
#import "AppDelegate.h"

Choose a reason for hiding this comment

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

Does this need to be in ObjC?

@@ -0,0 +1,10 @@
#import <UIKit/UIKit.h>

Choose a reason for hiding this comment

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

Likewise, does this need to be in ObjC? Why not use Swift for the example app?

@@ -0,0 +1,66 @@
#import <UIKit/UIKit.h>

Choose a reason for hiding this comment

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

Same

@gtokman gtokman changed the title Fix add cache Update Cache to Nitro Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants