update source json

This commit is contained in:
tapframe 2025-10-26 14:44:43 +05:30
parent d8bf8dd2ae
commit f24d889ee7
5 changed files with 112 additions and 111 deletions

View file

@ -117,13 +117,13 @@ android {
def abiVersionCodes = ['armeabi-v7a': 1, 'arm64-v8a': 2, 'x86': 3, 'x86_64': 4] def abiVersionCodes = ['armeabi-v7a': 1, 'arm64-v8a': 2, 'x86': 3, 'x86_64': 4]
applicationVariants.all { variant -> applicationVariants.all { variant ->
variant.outputs.each { output -> variant.outputs.each { output ->
def baseVersionCode = 21 // Current versionCode 22 from defaultConfig def baseVersionCode = 22 // Current versionCode 22 from defaultConfig
def abiName = output.getFilter(com.android.build.OutputFile.ABI) def abiName = output.getFilter(com.android.build.OutputFile.ABI)
def versionCode 22= baseVersionCode * 100 // Base multiplier def versionCode = baseVersionCode * 100 // Base multiplier
if (abiName != null) { if (abiName != null) {
versionCode 22+= abiVersionCodes.get(abiName) versionCode += abiVersionCodes.get(abiName)
} }
output.versionCodeOverride = versionCode output.versionCodeOverride = versionCode

View file

@ -459,7 +459,7 @@
); );
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG"; OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = com.nuvio.app; PRODUCT_BUNDLE_IDENTIFIER = com.nuvio.app;
PRODUCT_NAME = "Nuvio"; PRODUCT_NAME = Nuvio;
SWIFT_OBJC_BRIDGING_HEADER = "Nuvio/Nuvio-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Nuvio/Nuvio-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
@ -490,8 +490,8 @@
"-lc++", "-lc++",
); );
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE"; OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = com.nuvio.app; PRODUCT_BUNDLE_IDENTIFIER = com.nuviohub.app;
PRODUCT_NAME = "Nuvio"; PRODUCT_NAME = Nuvio;
SWIFT_OBJC_BRIDGING_HEADER = "Nuvio/Nuvio-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Nuvio/Nuvio-Bridging-Header.h";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";

View file

@ -1,101 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CADisableMinimumFrameDurationOnPhone</key> <key>CADisableMinimumFrameDurationOnPhone</key>
<true/> <true/>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string> <string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>Nuvio</string> <string>Nuvio</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string> <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.2.7</string> <string>1.2.7</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
<array> <array>
<dict> <dict>
<key>CFBundleURLSchemes</key> <key>CFBundleURLSchemes</key>
<array> <array>
<string>nuvio</string> <string>nuvio</string>
<string>com.nuvio.app</string> <string>com.nuvio.app</string>
</array> </array>
</dict> </dict>
<dict> <dict>
<key>CFBundleURLSchemes</key> <key>CFBundleURLSchemes</key>
<array> <array>
<string>exp+nuvio</string> <string>exp+nuvio</string>
</array> </array>
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>22</string> <string>22</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>12.0</string> <string>12.0</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>LSSupportsOpeningDocumentsInPlace</key> <key>LSSupportsOpeningDocumentsInPlace</key>
<true/> <true/>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
<dict> <dict>
<key>NSAllowsArbitraryLoads</key> <key>NSAllowsArbitraryLoads</key>
<true/> <true/>
</dict> </dict>
<key>NSBonjourServices</key> <key>NSBonjourServices</key>
<array> <array>
<string>_http._tcp</string> <string>_http._tcp</string>
</array> </array>
<key>NSLocalNetworkUsageDescription</key> <key>NSLocalNetworkUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to access your local network</string> <string>Allow $(PRODUCT_NAME) to access your local network</string>
<key>NSMicrophoneUsageDescription</key> <key>RCTNewArchEnabled</key>
<string>This app does not require microphone access.</string> <true/>
<key>RCTNewArchEnabled</key> <key>RCTRootViewBackgroundColor</key>
<true/> <integer>4278322180</integer>
<key>RCTRootViewBackgroundColor</key> <key>UIBackgroundModes</key>
<integer>4278322180</integer> <array>
<key>UIBackgroundModes</key> <string>audio</string>
<array> </array>
<string>audio</string> <key>UIFileSharingEnabled</key>
</array> <true/>
<key>UIFileSharingEnabled</key> <key>UILaunchStoryboardName</key>
<true/> <string>SplashScreen</string>
<key>UILaunchStoryboardName</key> <key>UIRequiredDeviceCapabilities</key>
<string>SplashScreen</string> <array>
<key>UIRequiredDeviceCapabilities</key> <string>arm64</string>
<array> </array>
<string>arm64</string> <key>UIRequiresFullScreen</key>
</array> <false/>
<key>UIRequiresFullScreen</key> <key>UIStatusBarStyle</key>
<false/> <string>UIStatusBarStyleDefault</string>
<key>UIStatusBarStyle</key> <key>UISupportedInterfaceOrientations</key>
<string>UIStatusBarStyleDefault</string> <array>
<key>UISupportedInterfaceOrientations</key> <string>UIInterfaceOrientationPortrait</string>
<array> <string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string> <string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationLandscapeLeft</string> </array>
<string>UIInterfaceOrientationLandscapeRight</string> <key>UISupportedInterfaceOrientations~ipad</key>
</array> <array>
<key>UISupportedInterfaceOrientations~ipad</key> <string>UIInterfaceOrientationPortrait</string>
<array> <string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string> <string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationLandscapeLeft</string> </array>
<string>UIInterfaceOrientationLandscapeRight</string> <key>UIUserInterfaceStyle</key>
</array> <string>Dark</string>
<key>UIUserInterfaceStyle</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<string>Dark</string> <false/>
<key>UIViewControllerBasedStatusBarAppearance</key> </dict>
<false/>
</dict>
</plist> </plist>

View file

@ -1,10 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict/>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array/>
</dict>
</plist> </plist>

View file

@ -30,6 +30,14 @@
"https://github.com/tapframe/NuvioStreaming/blob/main/screenshots/search-portrait.png?raw=true" "https://github.com/tapframe/NuvioStreaming/blob/main/screenshots/search-portrait.png?raw=true"
], ],
"versions": [ "versions": [
{
"version": "1.2.7",
"buildVersion": "22",
"date": "2025-10-26",
"localizedDescription": "# ⚠️ Important: Backup Before Updating to v1.2.7 \n\nBefore installing this update, **please back up your data** by going to **Settings → Backup** inside the app. \nThis update replaces the internal storage system. **Old data will not be retrievable** without a backup. \n\n---\n\n# Nuvio Media Hub v1.2.7 \n\n## Major Changes\n- Replaced **Async Storage** with **React Native MMKV** for **much faster and more reliable local storage** \n > ⚠️ This change resets previous local data unless backed up and restored \n- Added **Playback Speed Controls** to **KSPlayer** (iOS) \n- Repositioned **Details Screen Action Buttons** for a cleaner layout \n- Added **TMDB request caching** for faster performance when revisiting titles \n- Fixed **Library Screen issue** with adding/removing movies and shows \n\n---\n\n## Features Previously Released via OTA\n- **Playback controls for Android** \n- **Library screen layout improvements** \n- Various **backend bug fixes** \n\n---\n\n## Recommended\nAll users are **strongly advised to perform a clean install** after updating \nIf you've created a backup in the old version, restore it after installation using the **Restore** option in settings",
"downloadURL": "https://github.com/tapframe/NuvioStreaming/releases/download/1.2.7/Stable_1-2-7.ipa",
"size": 25700000
},
{ {
"version": "1.2.6", "version": "1.2.6",
"buildVersion": "21", "buildVersion": "21",