-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
feat: update theme colors & fonts #188
Conversation
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.
we have a linting error. otherwise, lgtm!
react-native.config.js
Outdated
android: {}, | ||
}, | ||
assets: ['./src/assets/fonts'], | ||
}; |
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.
linting error
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.
fixed
@@ -587,8 +623,7 @@ | |||
); | |||
PRODUCT_BUNDLE_IDENTIFIER = ai.pocketpal; | |||
PRODUCT_NAME = PocketPal; | |||
PROVISIONING_PROFILE_SPECIFIER = "match AppStore ai.pocketpal"; | |||
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore ai.pocketpal"; |
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.
not sure! could these fail the fastlane ci for app store build/submission?
@@ -560,11 +597,10 @@ | |||
buildSettings = { | |||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |||
CLANG_ENABLE_MODULES = YES; | |||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution"; | |||
CODE_SIGN_IDENTITY = "Apple Development"; |
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.
could these fail the fastlane ci for app store build/submission?
CODE_SIGN_STYLE = Manual; | ||
CURRENT_PROJECT_VERSION = 46; | ||
DEVELOPMENT_TEAM = MYXGXY23Y6; | ||
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = MYXGXY23Y6; | ||
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8BAT9SJ33N; |
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.
same here: could these fail the fastlane ci for app store build/submission?
ios/Podfile.lock
Outdated
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 | ||
Yoga: 3deb2471faa9916c8a82dda2a22d3fba2620ad37 | ||
|
||
PODFILE CHECKSUM: 3a849f0fd1fa4567c5aecd29d88c9ab4cc38b8d2 | ||
|
||
COCOAPODS: 1.16.2 | ||
COCOAPODS: 1.15.2 |
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.
we are changing cocopods version. is it needed?
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.
This file is auto generated, I think I have the older version installed. Will fix it
0ca4a3d
to
4f114dd
Compare
@a-ghorbani Resolved the mentioned issues |
Description
Provide a brief description of the changes made and the issue(s) this resolves.
Fixes # (issue number)
Platform Affected
Checklist