mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-27 11:23:02 +00:00
1.2.0
This commit is contained in:
parent
c067b3f7fb
commit
4afadccb24
7 changed files with 65 additions and 13 deletions
|
|
@ -93,7 +93,7 @@ android {
|
||||||
applicationId 'com.nuvio.app'
|
applicationId 'com.nuvio.app'
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 15
|
versionCode 16
|
||||||
versionName "1.2.0"
|
versionName "1.2.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
4
app.json
4
app.json
|
|
@ -17,7 +17,7 @@
|
||||||
"ios": {
|
"ios": {
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
|
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
|
||||||
"buildNumber": "15",
|
"buildNumber": "16",
|
||||||
"infoPlist": {
|
"infoPlist": {
|
||||||
"NSAppTransportSecurity": {
|
"NSAppTransportSecurity": {
|
||||||
"NSAllowsArbitraryLoads": true
|
"NSAllowsArbitraryLoads": true
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
"WAKE_LOCK"
|
"WAKE_LOCK"
|
||||||
],
|
],
|
||||||
"package": "com.nuvio.app",
|
"package": "com.nuvio.app",
|
||||||
"versionCode": 15,
|
"versionCode": 16,
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"arm64-v8a",
|
"arm64-v8a",
|
||||||
"armeabi-v7a",
|
"armeabi-v7a",
|
||||||
|
|
|
||||||
|
|
@ -271,10 +271,12 @@
|
||||||
);
|
);
|
||||||
inputPaths = (
|
inputPaths = (
|
||||||
"${PODS_ROOT}/Target Support Files/Pods-Nuvio/Pods-Nuvio-frameworks.sh",
|
"${PODS_ROOT}/Target Support Files/Pods-Nuvio/Pods-Nuvio-frameworks.sh",
|
||||||
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/MobileVLCKit/MobileVLCKit.framework/MobileVLCKit",
|
||||||
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
|
||||||
);
|
);
|
||||||
name = "[CP] Embed Pods Frameworks";
|
name = "[CP] Embed Pods Frameworks";
|
||||||
outputPaths = (
|
outputPaths = (
|
||||||
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MobileVLCKit.framework",
|
||||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>15</string>
|
<string>16</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>12.0</string>
|
<string>12.0</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<key>EXUpdatesLaunchWaitMs</key>
|
<key>EXUpdatesLaunchWaitMs</key>
|
||||||
<integer>30000</integer>
|
<integer>30000</integer>
|
||||||
<key>EXUpdatesRuntimeVersion</key>
|
<key>EXUpdatesRuntimeVersion</key>
|
||||||
<string>1.1.1</string>
|
<string>1.2.0</string>
|
||||||
<key>EXUpdatesURL</key>
|
<key>EXUpdatesURL</key>
|
||||||
<string>https://grim-reyna-tapframe-69970143.koyeb.app/api/manifest</string>
|
<string>https://grim-reyna-tapframe-69970143.koyeb.app/api/manifest</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
|
||||||
|
|
@ -246,6 +246,9 @@ PODS:
|
||||||
- SDWebImageSVGCoder (~> 1.7.0)
|
- SDWebImageSVGCoder (~> 1.7.0)
|
||||||
- ExpoKeepAwake (14.0.3):
|
- ExpoKeepAwake (14.0.3):
|
||||||
- ExpoModulesCore
|
- ExpoModulesCore
|
||||||
|
- ExpoLibVlcPlayer (2.1.7):
|
||||||
|
- ExpoModulesCore
|
||||||
|
- MobileVLCKit (= 3.6.1b1)
|
||||||
- ExpoLinearGradient (14.0.2):
|
- ExpoLinearGradient (14.0.2):
|
||||||
- ExpoModulesCore
|
- ExpoModulesCore
|
||||||
- ExpoLinking (7.0.5):
|
- ExpoLinking (7.0.5):
|
||||||
|
|
@ -404,6 +407,7 @@ PODS:
|
||||||
- ReactCommon/turbomodule/bridging
|
- ReactCommon/turbomodule/bridging
|
||||||
- ReactCommon/turbomodule/core
|
- ReactCommon/turbomodule/core
|
||||||
- Yoga
|
- Yoga
|
||||||
|
- MobileVLCKit (3.6.1b1)
|
||||||
- RCT-Folly (2024.10.14.00):
|
- RCT-Folly (2024.10.14.00):
|
||||||
- boost
|
- boost
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
|
|
@ -2219,7 +2223,7 @@ PODS:
|
||||||
- ReactCommon/turbomodule/bridging
|
- ReactCommon/turbomodule/bridging
|
||||||
- ReactCommon/turbomodule/core
|
- ReactCommon/turbomodule/core
|
||||||
- Yoga
|
- Yoga
|
||||||
- RNReanimated (3.16.7):
|
- RNReanimated (3.17.4):
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- glog
|
- glog
|
||||||
- hermes-engine
|
- hermes-engine
|
||||||
|
|
@ -2231,7 +2235,9 @@ PODS:
|
||||||
- React-Fabric
|
- React-Fabric
|
||||||
- React-featureflags
|
- React-featureflags
|
||||||
- React-graphics
|
- React-graphics
|
||||||
|
- React-hermes
|
||||||
- React-ImageManager
|
- React-ImageManager
|
||||||
|
- React-jsi
|
||||||
- React-NativeModulesApple
|
- React-NativeModulesApple
|
||||||
- React-RCTFabric
|
- React-RCTFabric
|
||||||
- React-rendererdebug
|
- React-rendererdebug
|
||||||
|
|
@ -2239,10 +2245,10 @@ PODS:
|
||||||
- ReactCodegen
|
- ReactCodegen
|
||||||
- ReactCommon/turbomodule/bridging
|
- ReactCommon/turbomodule/bridging
|
||||||
- ReactCommon/turbomodule/core
|
- ReactCommon/turbomodule/core
|
||||||
- RNReanimated/reanimated (= 3.16.7)
|
- RNReanimated/reanimated (= 3.17.4)
|
||||||
- RNReanimated/worklets (= 3.16.7)
|
- RNReanimated/worklets (= 3.17.4)
|
||||||
- Yoga
|
- Yoga
|
||||||
- RNReanimated/reanimated (3.16.7):
|
- RNReanimated/reanimated (3.17.4):
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- glog
|
- glog
|
||||||
- hermes-engine
|
- hermes-engine
|
||||||
|
|
@ -2254,7 +2260,9 @@ PODS:
|
||||||
- React-Fabric
|
- React-Fabric
|
||||||
- React-featureflags
|
- React-featureflags
|
||||||
- React-graphics
|
- React-graphics
|
||||||
|
- React-hermes
|
||||||
- React-ImageManager
|
- React-ImageManager
|
||||||
|
- React-jsi
|
||||||
- React-NativeModulesApple
|
- React-NativeModulesApple
|
||||||
- React-RCTFabric
|
- React-RCTFabric
|
||||||
- React-rendererdebug
|
- React-rendererdebug
|
||||||
|
|
@ -2262,9 +2270,9 @@ PODS:
|
||||||
- ReactCodegen
|
- ReactCodegen
|
||||||
- ReactCommon/turbomodule/bridging
|
- ReactCommon/turbomodule/bridging
|
||||||
- ReactCommon/turbomodule/core
|
- ReactCommon/turbomodule/core
|
||||||
- RNReanimated/reanimated/apple (= 3.16.7)
|
- RNReanimated/reanimated/apple (= 3.17.4)
|
||||||
- Yoga
|
- Yoga
|
||||||
- RNReanimated/reanimated/apple (3.16.7):
|
- RNReanimated/reanimated/apple (3.17.4):
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- glog
|
- glog
|
||||||
- hermes-engine
|
- hermes-engine
|
||||||
|
|
@ -2276,7 +2284,9 @@ PODS:
|
||||||
- React-Fabric
|
- React-Fabric
|
||||||
- React-featureflags
|
- React-featureflags
|
||||||
- React-graphics
|
- React-graphics
|
||||||
|
- React-hermes
|
||||||
- React-ImageManager
|
- React-ImageManager
|
||||||
|
- React-jsi
|
||||||
- React-NativeModulesApple
|
- React-NativeModulesApple
|
||||||
- React-RCTFabric
|
- React-RCTFabric
|
||||||
- React-rendererdebug
|
- React-rendererdebug
|
||||||
|
|
@ -2285,7 +2295,7 @@ PODS:
|
||||||
- ReactCommon/turbomodule/bridging
|
- ReactCommon/turbomodule/bridging
|
||||||
- ReactCommon/turbomodule/core
|
- ReactCommon/turbomodule/core
|
||||||
- Yoga
|
- Yoga
|
||||||
- RNReanimated/worklets (3.16.7):
|
- RNReanimated/worklets (3.17.4):
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- glog
|
- glog
|
||||||
- hermes-engine
|
- hermes-engine
|
||||||
|
|
@ -2297,7 +2307,33 @@ PODS:
|
||||||
- React-Fabric
|
- React-Fabric
|
||||||
- React-featureflags
|
- React-featureflags
|
||||||
- React-graphics
|
- React-graphics
|
||||||
|
- React-hermes
|
||||||
- React-ImageManager
|
- React-ImageManager
|
||||||
|
- React-jsi
|
||||||
|
- React-NativeModulesApple
|
||||||
|
- React-RCTFabric
|
||||||
|
- React-rendererdebug
|
||||||
|
- React-utils
|
||||||
|
- ReactCodegen
|
||||||
|
- ReactCommon/turbomodule/bridging
|
||||||
|
- ReactCommon/turbomodule/core
|
||||||
|
- RNReanimated/worklets/apple (= 3.17.4)
|
||||||
|
- Yoga
|
||||||
|
- RNReanimated/worklets/apple (3.17.4):
|
||||||
|
- DoubleConversion
|
||||||
|
- glog
|
||||||
|
- hermes-engine
|
||||||
|
- RCT-Folly (= 2024.10.14.00)
|
||||||
|
- RCTRequired
|
||||||
|
- RCTTypeSafety
|
||||||
|
- React-Core
|
||||||
|
- React-debug
|
||||||
|
- React-Fabric
|
||||||
|
- React-featureflags
|
||||||
|
- React-graphics
|
||||||
|
- React-hermes
|
||||||
|
- React-ImageManager
|
||||||
|
- React-jsi
|
||||||
- React-NativeModulesApple
|
- React-NativeModulesApple
|
||||||
- React-RCTFabric
|
- React-RCTFabric
|
||||||
- React-rendererdebug
|
- React-rendererdebug
|
||||||
|
|
@ -2454,6 +2490,7 @@ DEPENDENCIES:
|
||||||
- ExpoHaptics (from `../node_modules/expo-haptics/ios`)
|
- ExpoHaptics (from `../node_modules/expo-haptics/ios`)
|
||||||
- ExpoImage (from `../node_modules/expo-image/ios`)
|
- ExpoImage (from `../node_modules/expo-image/ios`)
|
||||||
- ExpoKeepAwake (from `../node_modules/expo-keep-awake/ios`)
|
- ExpoKeepAwake (from `../node_modules/expo-keep-awake/ios`)
|
||||||
|
- ExpoLibVlcPlayer (from `../node_modules/expo-libvlc-player/ios`)
|
||||||
- ExpoLinearGradient (from `../node_modules/expo-linear-gradient/ios`)
|
- ExpoLinearGradient (from `../node_modules/expo-linear-gradient/ios`)
|
||||||
- ExpoLinking (from `../node_modules/expo-linking/ios`)
|
- ExpoLinking (from `../node_modules/expo-linking/ios`)
|
||||||
- ExpoLocalization (from `../node_modules/expo-localization/ios`)
|
- ExpoLocalization (from `../node_modules/expo-localization/ios`)
|
||||||
|
|
@ -2554,6 +2591,7 @@ SPEC REPOS:
|
||||||
- libavif
|
- libavif
|
||||||
- libdav1d
|
- libdav1d
|
||||||
- lottie-ios
|
- lottie-ios
|
||||||
|
- MobileVLCKit
|
||||||
- ReachabilitySwift
|
- ReachabilitySwift
|
||||||
- SDWebImage
|
- SDWebImage
|
||||||
- SDWebImageAVIFCoder
|
- SDWebImageAVIFCoder
|
||||||
|
|
@ -2611,6 +2649,8 @@ EXTERNAL SOURCES:
|
||||||
:path: "../node_modules/expo-image/ios"
|
:path: "../node_modules/expo-image/ios"
|
||||||
ExpoKeepAwake:
|
ExpoKeepAwake:
|
||||||
:path: "../node_modules/expo-keep-awake/ios"
|
:path: "../node_modules/expo-keep-awake/ios"
|
||||||
|
ExpoLibVlcPlayer:
|
||||||
|
:path: "../node_modules/expo-libvlc-player/ios"
|
||||||
ExpoLinearGradient:
|
ExpoLinearGradient:
|
||||||
:path: "../node_modules/expo-linear-gradient/ios"
|
:path: "../node_modules/expo-linear-gradient/ios"
|
||||||
ExpoLinking:
|
ExpoLinking:
|
||||||
|
|
@ -2839,6 +2879,7 @@ SPEC CHECKSUMS:
|
||||||
ExpoHaptics: 8d199b2f33245ea85289ff6c954c7ee7c00a5b5d
|
ExpoHaptics: 8d199b2f33245ea85289ff6c954c7ee7c00a5b5d
|
||||||
ExpoImage: d840b256050f4428d2942bc2b6e9251f9e0d7021
|
ExpoImage: d840b256050f4428d2942bc2b6e9251f9e0d7021
|
||||||
ExpoKeepAwake: b0171a73665bfcefcfcc311742a72a956e6aa680
|
ExpoKeepAwake: b0171a73665bfcefcfcc311742a72a956e6aa680
|
||||||
|
ExpoLibVlcPlayer: 027c16c178364a133f6ee10fc7a7d8636f92dbe8
|
||||||
ExpoLinearGradient: 35ebd83b16f80b3add053a2fd68cc328ed927f60
|
ExpoLinearGradient: 35ebd83b16f80b3add053a2fd68cc328ed927f60
|
||||||
ExpoLinking: 8d12bee174ba0cdf31239706578e29e74a417402
|
ExpoLinking: 8d12bee174ba0cdf31239706578e29e74a417402
|
||||||
ExpoLocalization: 7776ea3bdb112125390745bbaf919b734b2ad1c7
|
ExpoLocalization: 7776ea3bdb112125390745bbaf919b734b2ad1c7
|
||||||
|
|
@ -2863,6 +2904,7 @@ SPEC CHECKSUMS:
|
||||||
libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f
|
libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f
|
||||||
lottie-ios: a881093fab623c467d3bce374367755c272bdd59
|
lottie-ios: a881093fab623c467d3bce374367755c272bdd59
|
||||||
lottie-react-native: 4ba06e2e4985c53dda6595a880f780e7ff551df1
|
lottie-react-native: 4ba06e2e4985c53dda6595a880f780e7ff551df1
|
||||||
|
MobileVLCKit: 2d9c7c373393ae43086aeeff890bf0b1afc15c5c
|
||||||
RCT-Folly: ea9d9256ba7f9322ef911169a9f696e5857b9e17
|
RCT-Folly: ea9d9256ba7f9322ef911169a9f696e5857b9e17
|
||||||
RCTDeprecation: ebe712bb05077934b16c6bf25228bdec34b64f83
|
RCTDeprecation: ebe712bb05077934b16c6bf25228bdec34b64f83
|
||||||
RCTRequired: ca91e5dd26b64f577b528044c962baf171c6b716
|
RCTRequired: ca91e5dd26b64f577b528044c962baf171c6b716
|
||||||
|
|
@ -2930,7 +2972,7 @@ SPEC CHECKSUMS:
|
||||||
RNCAsyncStorage: 66991bb6672ed988a8c56289a08bf4fc3a29d4b3
|
RNCAsyncStorage: 66991bb6672ed988a8c56289a08bf4fc3a29d4b3
|
||||||
RNCPicker: 4995c384c0a33966352c70cc800012a4ee658a37
|
RNCPicker: 4995c384c0a33966352c70cc800012a4ee658a37
|
||||||
RNGestureHandler: fffddeb8af59709c6d8de11b6461a6af63cad532
|
RNGestureHandler: fffddeb8af59709c6d8de11b6461a6af63cad532
|
||||||
RNReanimated: 2e5069649cbab2c946652d3b97589b2ae0526220
|
RNReanimated: b54ef33fc4b2dc50c4de3e8cdd8a7540b1ac928f
|
||||||
RNScreens: 362f4c861dd155f898908d5035d97b07a3f1a9d1
|
RNScreens: 362f4c861dd155f898908d5035d97b07a3f1a9d1
|
||||||
RNSentry: ac7beae04304d95491a512b5abf6926d4501c73c
|
RNSentry: ac7beae04304d95491a512b5abf6926d4501c73c
|
||||||
RNSVG: b889dc9c1948eeea0576a16cc405c91c37a12c19
|
RNSVG: b889dc9c1948eeea0576a16cc405c91c37a12c19
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,14 @@
|
||||||
"https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/search-portrait.png?raw=true"
|
"https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/search-portrait.png?raw=true"
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"version": "1.2.0",
|
||||||
|
"buildVersion": "16",
|
||||||
|
"date": "2025-09-22",
|
||||||
|
"localizedDescription": "# Version 1.2.0 – Update Notes\n\nThis release brings **VLCLib** for Android users for better codec support.\n iOS now uses **KSPlayer** as the exclusive player.\n\n⚠️ **Note for Android users:**\n- This is the **initial release with VLCLib**, so you may encounter some bugs.\n- The **APK size will be significantly larger** due to VLC integration.\n- Please report any issues on the GitHub **Issues** page.\n- Until some bugs are resolved, you can continue using an **external player** for unsupported formats.\n\n## Merged PRs & Community Contributions\n- **Custom Confirmation Popup** by @CrissZollo:\n - Introduces a new, custom-made confirmation popup with a modern design.\n - Matches the app’s theme and the user-selected theming.\n - Replaces all **Alert.alert** instances with the new custom popup.\n - Fixes [Issue #83](https://github.com/tapframe/NuvioStreaming/issues/83).\n\n---\n\n## Changelog & Download\n[View on GitHub](https://github.com/tapframe/NuvioStreaming/releases/tag/1.2.0)\n\n🌐 **[Official Website](https://tapframe.github.io/NuvioStreaming/)**",
|
||||||
|
"downloadURL": "https://github.com/tapframe/NuvioStreaming/releases/download/1.2.0/Stable_1-2-0.ipa",
|
||||||
|
"size": 25700000
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"buildVersion": "14",
|
"buildVersion": "14",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue