Commit 49445f1 1 parent 9b6537b commit 49445f1 Copy full SHA for 49445f1
File tree 7 files changed +13
-13
lines changed
VaccineCertificateTrackingApp
VaccineCertificateTrackingApp-tvOS
VaccineCertificateTrackingApp-tvOSTests
VaccineCertificateTrackingApp.xcodeproj
VaccineCertificateTrackingAppTests
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ android {
132
132
applicationId " org.pathcheck.healthpassport.reader"
133
133
minSdkVersion rootProject. ext. minSdkVersion
134
134
targetSdkVersion rootProject. ext. targetSdkVersion
135
- versionCode 14
136
- versionName " 0.0.16 "
135
+ versionCode 15
136
+ versionName " 0.0.17 "
137
137
missingDimensionStrategy ' react-native-camera' , ' general'
138
138
multiDexEnabled true // <-- ADD THIS in the defaultConfig section
139
139
}
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.0.16 </string >
18
+ <string >0.0.17 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >14 </string >
22
+ <string >15 </string >
23
23
<key >LSRequiresIPhoneOS </key >
24
24
<true />
25
25
<key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.0.16 </string >
18
+ <string >0.0.17 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >14 </string >
22
+ <string >15 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 747
747
buildSettings = {
748
748
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
749
749
CLANG_ENABLE_MODULES = YES;
750
- CURRENT_PROJECT_VERSION = 14 ;
750
+ CURRENT_PROJECT_VERSION = 15 ;
751
751
ENABLE_BITCODE = NO;
752
752
INFOPLIST_FILE = VaccineCertificateTrackingApp/Info.plist;
753
753
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
770
770
buildSettings = {
771
771
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
772
772
CLANG_ENABLE_MODULES = YES;
773
- CURRENT_PROJECT_VERSION = 14 ;
773
+ CURRENT_PROJECT_VERSION = 15 ;
774
774
INFOPLIST_FILE = VaccineCertificateTrackingApp/Info.plist;
775
775
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
776
776
OTHER_LDFLAGS = (
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >0.0.16 </string >
20
+ <string >0.0.17 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >14 </string >
24
+ <string >15 </string >
25
25
<key >LSRequiresIPhoneOS </key >
26
26
<true />
27
27
<key >NSCameraUsageDescription </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.0.16 </string >
18
+ <string >0.0.17 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >14 </string >
22
+ <string >15 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " VaccineCertificateTrackingApp" ,
3
- "version" : " 0.0.16 " ,
3
+ "version" : " 0.0.17 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments