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

upgrade ios version to 1.7.2 #228

Merged
merged 29 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
25f0287
upgrade ios version to 1.7.2
mansi-square Apr 25, 2024
3e6c5d5
Resolved Build Failure
AJAYJ-09 Jun 7, 2024
13b1f27
Updated Node version
AJAYJ-09 Jun 7, 2024
3b9868d
Updated Workflow
AJAYJ-09 Jun 7, 2024
cb2002a
Updated Babel config
AJAYJ-09 Jun 7, 2024
e126a5c
Android Pipeline fix
AJAYJ-09 Jun 7, 2024
a0aa96f
Removed Changes
AJAYJ-09 Jun 7, 2024
e1dbc51
Main yaml updated
AJAYJ-09 Jun 7, 2024
be9add7
Patch added for ios build
AJAYJ-09 Jun 7, 2024
441dff8
Fix ios pipeline and build
Nilay-squareup Jul 18, 2024
37d2946
remove framework
Nilay-squareup Jul 18, 2024
4efa050
iOS build issue fix
Nilay-squareup Jul 24, 2024
7f1b4e9
podfile.lock and package-lock.json removed
Nilay-squareup Jul 24, 2024
0447b32
updated framework
Nilay-squareup Aug 2, 2024
41dc3eb
updated camera kit
Nilay-squareup Aug 2, 2024
c3c204c
removed framework
Nilay-squareup Aug 2, 2024
86e495e
updated framework for android
Nilay-squareup Aug 2, 2024
37c8636
fixed run issue 1.7.2
Nilay-squareup Aug 5, 2024
727ba5a
fixed run issue 1.7.2
Nilay-squareup Aug 5, 2024
429d1f1
changed node version to 20 again
Nilay-squareup Aug 6, 2024
b6cc330
changed java verion in workflow file
Nilay-squareup Aug 6, 2024
4f9be63
fixed sdk version error
Nilay-squareup Aug 6, 2024
c7f7783
fixed wrong sdk version in dependency
Nilay-squareup Aug 6, 2024
2b5cf3d
fixed wrong sdk version in dependency
Nilay-squareup Aug 6, 2024
3cde0a1
updated credentials
Nilay-squareup Aug 7, 2024
3b1bbf4
fixed readerSdkVersion
Nilay-squareup Aug 8, 2024
14d2493
added missed png files
Nilay-squareup Aug 8, 2024
ca42c50
removed SquareSDK for ios to fix pipelines
Nilay-squareup Aug 8, 2024
dd6d09e
fixed .png import
Nilay-squareup Aug 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### v1.4.5 Apr 25, 2024

* Upgrade Reader SDK version support to 1.7.2 for iOS

### v1.4.4 Aug 16, 2023

* Upgrade Reader SDK version support to 1.7.5 for Android
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This repo contains a React Native plugin for Square [Reader SDK]. Reader SDK for
React Native supports the following native Reader SDK versions:

* iOS: 1.6.1 and above
* iOS: 1.7.2 and above
* Android: 1.7.5 and above

>This plugin loads latest version of native Reader SDK by default according to [update policy for Reader SDK].
Expand Down
2 changes: 1 addition & 1 deletion RNReaderSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "RNReaderSDK"
s.version = "1.1.4"
s.version = "1.7.2"
s.summary = "A React Native plugin for Square Reader SDK"
s.description = <<-DESC
A React Native plugin for Square Reader SDK
Expand Down
Loading