-
Notifications
You must be signed in to change notification settings - Fork 24
Add getting started guides to PubNub.xcworkspace #213
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
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
| { | ||
| "idiom" : "universal", | ||
| "platform" : "ios", | ||
| "size" : "1024x1024" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't filename be added here like:
{
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024",
"filename" : "your_app_icon.png" // <--- Missing filename
},
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is required if you would like to submit your app to the AppStore.
We don't need an app icon for a Getting Started guide showing how to integrate an SDK
| "appearances" : [ | ||
| { | ||
| "appearance" : "luminosity", | ||
| "value" : "tinted" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is tinted valid value for appearance?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this file is automatically generated if you create a new Xcode project from scratch
a350363 to
66cb595
Compare
590c843 to
5b2b3e6
Compare
chore: add Getting Started guides to PubNub.xcworkspace as example iOS applications
chore: update
Fastfileand standardize its environment files