File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ android {
110110 applicationId " com.routstr.localplusplus"
111111 minSdkVersion rootProject. ext. minSdkVersion
112112 targetSdkVersion rootProject. ext. targetSdkVersion
113- versionCode 1
114- versionName " 1.0 "
113+ versionCode 2
114+ versionName " 0.0.2 "
115115 }
116116 signingConfigs {
117117 debug {
Original file line number Diff line number Diff line change 494494 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
495495 CLANG_ENABLE_MODULES = YES;
496496 CODE_SIGN_ENTITLEMENTS = LocalPlusPlus/LocalPlusPlus.entitlements;
497- CURRENT_PROJECT_VERSION = 1 ;
497+ CURRENT_PROJECT_VERSION = 2 ;
498498 DEVELOPMENT_TEAM = YLK778Z528;
499499 ENABLE_BITCODE = NO;
500500 INFOPLIST_FILE = LocalPlusPlus/Info.plist;
505505 "$(inherited)",
506506 "@executable_path/Frameworks",
507507 );
508- MARKETING_VERSION = 0.1 ;
508+ MARKETING_VERSION = 0.0.2 ;
509509 OTHER_LDFLAGS = (
510510 "$(inherited)",
511511 "-ObjC",
529529 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
530530 CLANG_ENABLE_MODULES = YES;
531531 CODE_SIGN_ENTITLEMENTS = LocalPlusPlus/LocalPlusPlus.entitlements;
532- CURRENT_PROJECT_VERSION = 1 ;
532+ CURRENT_PROJECT_VERSION = 2 ;
533533 DEVELOPMENT_TEAM = YLK778Z528;
534534 INFOPLIST_FILE = LocalPlusPlus/Info.plist;
535535 INFOPLIST_KEY_CFBundleDisplayName = "Local++";
539539 "$(inherited)",
540540 "@executable_path/Frameworks",
541541 );
542- MARKETING_VERSION = 0.1 ;
542+ MARKETING_VERSION = 0.0.2 ;
543543 OTHER_LDFLAGS = (
544544 "$(inherited)",
545545 "-ObjC",
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >$(MARKETING_VERSION) </string >
20+ <string >0.0.2 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >$(CURRENT_PROJECT_VERSION) </string >
24+ <string >1 </string >
2525 <key >LSRequiresIPhoneOS </key >
26- <true />
26+ <true />
2727 <key >NSAppTransportSecurity </key >
2828 <dict >
2929 <key >NSAllowsArbitraryLoads </key >
30- <false />
30+ <false />
3131 <key >NSAllowsLocalNetworking </key >
32- <true />
32+ <true />
3333 </dict >
3434 <key >NSLocationWhenInUseUsageDescription </key >
35- <string ></ string >
35+ <string / >
3636 <key >NSMicrophoneUsageDescription </key >
3737 <string >This app may use the microphone to enable voice input features for AI interactions. </string >
3838 <key >UIAppFonts </key >
6060 <string >UIInterfaceOrientationPortraitUpsideDown </string >
6161 </array >
6262 <key >UIViewControllerBasedStatusBarAppearance </key >
63- <false />
63+ <false />
6464</dict >
6565</plist >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 </string >
18+ <string >0.0.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >1 </string >
22+ <string >2 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 11{
22 "name" : " LocalPlusPlus" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
6363 "engines" : {
6464 "node" : " >=18"
6565 }
66- }
66+ }
You can’t perform that action at this time.
0 commit comments