File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
sentry_react_native-tvOSTests
sentry_react_native.xcodeproj Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ android {
138138 applicationId " com.sentry_react_native"
139139 minSdkVersion rootProject. ext. minSdkVersion
140140 targetSdkVersion rootProject. ext. targetSdkVersion
141- versionCode 9
142- versionName " 2.0.9 "
141+ versionCode 10
142+ versionName " 2.0.10 "
143143 }
144144 splits {
145145 abi {
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.0.9 </string >
18+ <string >2.0.10 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >9 </string >
22+ <string >10 </string >
2323 <key >LSRequiresIPhoneOS </key >
2424 <true />
2525 <key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.0.9 </string >
18+ <string >2.0.10 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >9 </string >
22+ <string >10 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 670670 buildSettings = {
671671 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
672672 CLANG_ENABLE_MODULES = YES;
673- CURRENT_PROJECT_VERSION = 8 ;
673+ CURRENT_PROJECT_VERSION = 9 ;
674674 ENABLE_BITCODE = NO;
675675 INFOPLIST_FILE = sentry_react_native/Info.plist;
676676 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
693693 buildSettings = {
694694 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
695695 CLANG_ENABLE_MODULES = YES;
696- CURRENT_PROJECT_VERSION = 8 ;
696+ CURRENT_PROJECT_VERSION = 9 ;
697697 INFOPLIST_FILE = sentry_react_native/Info.plist;
698698 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
699699 OTHER_LDFLAGS = (
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >2.0.9 </string >
20+ <string >2.0.10 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >9 </string >
24+ <string >10 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSAppTransportSecurity </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.0.9 </string >
18+ <string >2.0.10 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >9 </string >
22+ <string >10 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 11{
22 "name" : " sentry_react_native" ,
3- "version" : " 2.0.9 " ,
3+ "version" : " 2.0.10 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments