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

feat: update theme colors & fonts #188

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Conversation

Mukhammadali
Copy link
Collaborator

Description

Provide a brief description of the changes made and the issue(s) this resolves.

Fixes # (issue number)

Platform Affected

  • iOS
  • Android

Checklist

  • Necessary comments have been made.
  • I have tested this change on:
    • iOS Simulator/Device
    • Android Emulator/Device
  • Unit tests and integration tests pass locally.

Copy link
Owner

@a-ghorbani a-ghorbani left a 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!

android: {},
},
assets: ['./src/assets/fonts'],
};
Copy link
Owner

Choose a reason for hiding this comment

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

linting error

Copy link
Collaborator Author

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";
Copy link
Owner

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";
Copy link
Owner

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;
Copy link
Owner

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
Copy link
Owner

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?

Copy link
Collaborator Author

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

@Mukhammadali Mukhammadali force-pushed the feat/update-theme-colors-font branch from 0ca4a3d to 4f114dd Compare January 29, 2025 10:36
@Mukhammadali
Copy link
Collaborator Author

@a-ghorbani Resolved the mentioned issues

@a-ghorbani a-ghorbani merged commit 3507e81 into main Jan 29, 2025
2 of 3 checks passed
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