-
Notifications
You must be signed in to change notification settings - Fork 25
Add getting started guides to PubNub.xcworkspace #213
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
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
dbfd7cc
to
1ea3bf4
Compare
chore(project): add Getting Started guides to PubNub.xcworkspace as example iOS applications
chore(fastlane): improve
Fastfile
and align environment files