Skip to content

Commit

Permalink
Merge branch 'master' of github.com:boltcard/bolt-card-pos
Browse files Browse the repository at this point in the history
# Conflicts:
#	yarn.lock
  • Loading branch information
chloehjung15 committed Aug 17, 2023
2 parents 5c25a1d + f61ff48 commit a8b823c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 21 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ android {
/*
* https://www.epochconverter.com/
*/
versionCode 1692229368
versionName "1.2.1"
versionCode 1692230631
versionName "1.2.2"

missingDimensionStrategy 'react-native-camera', 'general'

Expand Down
8 changes: 4 additions & 4 deletions ios/BoltCardPoS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BoltCardPoS/BoltCardPoS.entitlements;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = G2LFSW78NA;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = BoltCardPoS/Info.plist;
Expand All @@ -508,7 +508,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -533,7 +533,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BoltCardPoS/BoltCardPoS.entitlements;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = G2LFSW78NA;
INFOPLIST_FILE = BoltCardPoS/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Bolt Card PoS";
Expand All @@ -542,7 +542,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
12 changes: 0 additions & 12 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,14 +333,6 @@ PODS:
- React-jsinspector (0.71.7)
- React-logger (0.71.7):
- glog
- react-native-camera (4.2.1):
- React-Core
- react-native-camera/RCT (= 4.2.1)
- react-native-camera/RN (= 4.2.1)
- react-native-camera/RCT (4.2.1):
- React-Core
- react-native-camera/RN (4.2.1):
- React-Core
- react-native-html-to-pdf (0.12.0):
- React-Core
- react-native-nfc-manager (3.14.2):
Expand Down Expand Up @@ -533,7 +525,6 @@ DEPENDENCIES:
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
- react-native-camera (from `../node_modules/react-native-camera`)
- react-native-html-to-pdf (from `../node_modules/react-native-html-to-pdf`)
- react-native-nfc-manager (from `../node_modules/react-native-nfc-manager`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
Expand Down Expand Up @@ -624,8 +615,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
React-logger:
:path: "../node_modules/react-native/ReactCommon/logger"
react-native-camera:
:path: "../node_modules/react-native-camera"
react-native-html-to-pdf:
:path: "../node_modules/react-native-html-to-pdf"
react-native-nfc-manager:
Expand Down Expand Up @@ -717,7 +706,6 @@ SPEC CHECKSUMS:
React-jsiexecutor: eaa5f71eb8f6861cf0e57f1a0f52aeb020d9e18e
React-jsinspector: 9885f6f94d231b95a739ef7bb50536fb87ce7539
React-logger: 3f8ebad1be1bf3299d1ab6d7f971802d7395c7ef
react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f
react-native-html-to-pdf: 4c5c6e26819fe202971061594058877aa9b25265
react-native-nfc-manager: c0e6048b119fa3ae7b02ae927d4a801b8e76f287
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boltcardpos",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit a8b823c

Please sign in to comment.