Skip to content

Commit 9921b16

Browse files
committed
v0.4.0
1 parent bc0e8d4 commit 9921b16

File tree

3 files changed

+23
-13
lines changed

3 files changed

+23
-13
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "com.washow.nfcopenrewriter"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 3004
86-
versionName "0.3.4"
85+
versionCode 4000
86+
versionName "0.4.0"
8787
}
8888
signingConfigs {
8989
debug {

ios/NfcOpenReader.xcodeproj/project.pbxproj

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,14 @@
300300
inputFileListPaths = (
301301
"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader-NfcOpenReaderTests/Pods-NfcOpenReader-NfcOpenReaderTests-resources-${CONFIGURATION}-input-files.xcfilelist",
302302
);
303+
inputPaths = (
304+
);
303305
name = "[CP] Copy Pods Resources";
304306
outputFileListPaths = (
305307
"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader-NfcOpenReaderTests/Pods-NfcOpenReader-NfcOpenReaderTests-resources-${CONFIGURATION}-output-files.xcfilelist",
306308
);
309+
outputPaths = (
310+
);
307311
runOnlyForDeploymentPostprocessing = 0;
308312
shellPath = /bin/sh;
309313
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader-NfcOpenReaderTests/Pods-NfcOpenReader-NfcOpenReaderTests-resources.sh\"\n";
@@ -317,10 +321,14 @@
317321
inputFileListPaths = (
318322
"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader/Pods-NfcOpenReader-resources-${CONFIGURATION}-input-files.xcfilelist",
319323
);
324+
inputPaths = (
325+
);
320326
name = "[CP] Copy Pods Resources";
321327
outputFileListPaths = (
322328
"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader/Pods-NfcOpenReader-resources-${CONFIGURATION}-output-files.xcfilelist",
323329
);
330+
outputPaths = (
331+
);
324332
runOnlyForDeploymentPostprocessing = 0;
325333
shellPath = /bin/sh;
326334
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader/Pods-NfcOpenReader-resources.sh\"\n";
@@ -356,10 +364,14 @@
356364
inputFileListPaths = (
357365
"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader-NfcOpenReaderTests/Pods-NfcOpenReader-NfcOpenReaderTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
358366
);
367+
inputPaths = (
368+
);
359369
name = "[CP] Embed Pods Frameworks";
360370
outputFileListPaths = (
361371
"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader-NfcOpenReaderTests/Pods-NfcOpenReader-NfcOpenReaderTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
362372
);
373+
outputPaths = (
374+
);
363375
runOnlyForDeploymentPostprocessing = 0;
364376
shellPath = /bin/sh;
365377
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader-NfcOpenReaderTests/Pods-NfcOpenReader-NfcOpenReaderTests-frameworks.sh\"\n";
@@ -373,10 +385,14 @@
373385
inputFileListPaths = (
374386
"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader/Pods-NfcOpenReader-frameworks-${CONFIGURATION}-input-files.xcfilelist",
375387
);
388+
inputPaths = (
389+
);
376390
name = "[CP] Embed Pods Frameworks";
377391
outputFileListPaths = (
378392
"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader/Pods-NfcOpenReader-frameworks-${CONFIGURATION}-output-files.xcfilelist",
379393
);
394+
outputPaths = (
395+
);
380396
runOnlyForDeploymentPostprocessing = 0;
381397
shellPath = /bin/sh;
382398
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader/Pods-NfcOpenReader-frameworks.sh\"\n";
@@ -498,7 +514,7 @@
498514
"$(inherited)",
499515
"@executable_path/Frameworks",
500516
);
501-
MARKETING_VERSION = 0.3.4;
517+
MARKETING_VERSION = 0.4.0;
502518
OTHER_LDFLAGS = (
503519
"$(inherited)",
504520
"-ObjC",
@@ -526,7 +542,7 @@
526542
"$(inherited)",
527543
"@executable_path/Frameworks",
528544
);
529-
MARKETING_VERSION = 0.3.4;
545+
MARKETING_VERSION = 0.4.0;
530546
OTHER_LDFLAGS = (
531547
"$(inherited)",
532548
"-ObjC",
@@ -603,10 +619,7 @@
603619
ONLY_ACTIVE_ARCH = YES;
604620
OTHER_CFLAGS = "$(inherited)";
605621
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
606-
OTHER_LDFLAGS = (
607-
"$(inherited)",
608-
" ",
609-
);
622+
OTHER_LDFLAGS = "$(inherited) ";
610623
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
611624
SDKROOT = iphoneos;
612625
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -673,10 +686,7 @@
673686
MTL_ENABLE_DEBUG_INFO = NO;
674687
OTHER_CFLAGS = "$(inherited)";
675688
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
676-
OTHER_LDFLAGS = (
677-
"$(inherited)",
678-
" ",
679-
);
689+
OTHER_LDFLAGS = "$(inherited) ";
680690
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
681691
SDKROOT = iphoneos;
682692
USE_HERMES = true;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nfc-rewriter",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"private": true,
55
"revAppId": "com.revteltech.nfcopenrewriter",
66
"scripts": {

0 commit comments

Comments
 (0)