chore: update README and remove localization documentation
- Updated image paths in README to reflect new locations. - Removed outdated localization guidelines and related documentation files. - Deleted unused metadata files for app descriptions and screenshots.
This commit is contained in:
8
ios/fastlane/Appfile
Normal file
8
ios/fastlane/Appfile
Normal file
@@ -0,0 +1,8 @@
|
||||
app_identifier("app.cogwheel.conduit") # The bundle identifier of your app
|
||||
apple_id("cogwheel@cogwheel.app") # Your Apple Developer Portal username
|
||||
|
||||
itc_team_id("128030454") # App Store Connect Team ID
|
||||
team_id("X2662V5DT2") # Developer Portal Team ID
|
||||
|
||||
# For more information about the Appfile, see:
|
||||
# https://docs.fastlane.tools/advanced/#appfile
|
||||
3
ios/fastlane/Deliverfile
Normal file
3
ios/fastlane/Deliverfile
Normal file
@@ -0,0 +1,3 @@
|
||||
# The Deliverfile allows you to store various App Store Connect metadata
|
||||
# For more information, check out the docs
|
||||
# https://docs.fastlane.tools/actions/deliver/
|
||||
25
ios/fastlane/Fastfile
Normal file
25
ios/fastlane/Fastfile
Normal file
@@ -0,0 +1,25 @@
|
||||
# This file contains the fastlane.tools configuration
|
||||
# You can find the documentation at https://docs.fastlane.tools
|
||||
#
|
||||
# For a list of all available actions, check out
|
||||
#
|
||||
# https://docs.fastlane.tools/actions
|
||||
#
|
||||
# For a list of all available plugins, check out
|
||||
#
|
||||
# https://docs.fastlane.tools/plugins/available-plugins
|
||||
#
|
||||
|
||||
# Uncomment the line if you want fastlane to automatically update itself
|
||||
# update_fastlane
|
||||
|
||||
default_platform(:ios)
|
||||
|
||||
platform :ios do
|
||||
desc "Push a new release build to the App Store"
|
||||
lane :release do
|
||||
skip_build_archive: true,
|
||||
archive_path: "../build/ios/archive/Runner.xcarchive",
|
||||
upload_to_app_store
|
||||
end
|
||||
end
|
||||
1
ios/fastlane/metadata/copyright.txt
Normal file
1
ios/fastlane/metadata/copyright.txt
Normal file
@@ -0,0 +1 @@
|
||||
2025 Tunap Paul
|
||||
1
ios/fastlane/metadata/en-US/apple_tv_privacy_policy.txt
Normal file
1
ios/fastlane/metadata/en-US/apple_tv_privacy_policy.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
32
ios/fastlane/metadata/en-US/description.txt
Normal file
32
ios/fastlane/metadata/en-US/description.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
Conduit is an open-source, native mobile client for Open‑WebUI. Connect to your own server to chat with AI models, manage conversations, and take your self‑hosted AI with you—securely and on the go.
|
||||
|
||||
Features
|
||||
- Real-time streaming chat
|
||||
- Model selection
|
||||
- Conversation search and management
|
||||
- Voice input (speech-to-text)
|
||||
- File and image uploads for retrieval-augmented generation (RAG)
|
||||
- Voice calling with on-device processing
|
||||
- Tools support
|
||||
- Markdown rendering with syntax highlighting
|
||||
- Light, dark, and system themes
|
||||
- Secure credential storage (Keychain/Keystore)
|
||||
- Offline-aware experience
|
||||
|
||||
Requirements
|
||||
- Requires an existing Open‑WebUI server. Conduit does not host or provide AI models.
|
||||
- No data is sent to third-party services by default; everything stays with your configured server.
|
||||
|
||||
Permissions
|
||||
- Microphone: Voice input
|
||||
- Camera and Photos/Storage: Image/file attachments
|
||||
- Network: Connect to your Open‑WebUI server
|
||||
|
||||
Open Source:
|
||||
Conduit is an open-source project. For support, to report issues, or to view the source code, please visit our GitHub repository:
|
||||
|
||||
https://github.com/cogwheel0/conduit
|
||||
|
||||
-----
|
||||
|
||||
Disclaimer: This is an independent, third-party application licensed under the GNU General Public License v3.0 (GPLv3) and is not officially affiliated with the Open WebUI project.
|
||||
1
ios/fastlane/metadata/en-US/keywords.txt
Normal file
1
ios/fastlane/metadata/en-US/keywords.txt
Normal file
@@ -0,0 +1 @@
|
||||
conduit, openwebui, ai chat, llm chat, self hosted ai, ollama
|
||||
1
ios/fastlane/metadata/en-US/marketing_url.txt
Normal file
1
ios/fastlane/metadata/en-US/marketing_url.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://github.com/cogwheel0/conduit
|
||||
1
ios/fastlane/metadata/en-US/name.txt
Normal file
1
ios/fastlane/metadata/en-US/name.txt
Normal file
@@ -0,0 +1 @@
|
||||
Conduit: OpenWebUI Client
|
||||
1
ios/fastlane/metadata/en-US/privacy_url.txt
Normal file
1
ios/fastlane/metadata/en-US/privacy_url.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://github.com/cogwheel0/conduit/blob/main/PRIVACY_POLICY.md
|
||||
2
ios/fastlane/metadata/en-US/promotional_text.txt
Normal file
2
ios/fastlane/metadata/en-US/promotional_text.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
Patch Release: Fix response solution, tools not enabling, connection issues.
|
||||
New Languages: Spanish, Dutch, Russian and Chinese.
|
||||
1
ios/fastlane/metadata/en-US/release_notes.txt
Normal file
1
ios/fastlane/metadata/en-US/release_notes.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://github.com/cogwheel0/conduit/releases/tag/v2.1.4
|
||||
1
ios/fastlane/metadata/en-US/subtitle.txt
Normal file
1
ios/fastlane/metadata/en-US/subtitle.txt
Normal file
@@ -0,0 +1 @@
|
||||
Chat with your self‑hosted AI.
|
||||
1
ios/fastlane/metadata/en-US/support_url.txt
Normal file
1
ios/fastlane/metadata/en-US/support_url.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://github.com/cogwheel0/conduit/issues
|
||||
1
ios/fastlane/metadata/primary_category.txt
Normal file
1
ios/fastlane/metadata/primary_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
UTILITIES
|
||||
1
ios/fastlane/metadata/primary_first_sub_category.txt
Normal file
1
ios/fastlane/metadata/primary_first_sub_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
ios/fastlane/metadata/primary_second_sub_category.txt
Normal file
1
ios/fastlane/metadata/primary_second_sub_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
1
ios/fastlane/metadata/review_information/demo_user.txt
Normal file
1
ios/fastlane/metadata/review_information/demo_user.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
cogwheel@cogwheel.app
|
||||
1
ios/fastlane/metadata/review_information/first_name.txt
Normal file
1
ios/fastlane/metadata/review_information/first_name.txt
Normal file
@@ -0,0 +1 @@
|
||||
Tunap
|
||||
1
ios/fastlane/metadata/review_information/last_name.txt
Normal file
1
ios/fastlane/metadata/review_information/last_name.txt
Normal file
@@ -0,0 +1 @@
|
||||
Paul
|
||||
32
ios/fastlane/metadata/review_information/notes.txt
Normal file
32
ios/fastlane/metadata/review_information/notes.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
To quickly test Conduit without setting up a server:
|
||||
|
||||
- Launch the app - You'll see the server connection screen
|
||||
- Long press on the Conduit logo (the app icon at the top) for 2 seconds
|
||||
- You'll see "Reviewer Mode enabled" notification
|
||||
- Tap "Enter Demo" button that appears
|
||||
|
||||
In demo mode, you can test all core functionality:
|
||||
|
||||
• Chat Interface: Send messages and receive AI-like responses
|
||||
• Model Selection: Tap the model name in the header to switch between demo models
|
||||
• Voice Input: Tap the microphone button to test voice input (will request microphone permission)
|
||||
• File Attachments: Tap the + button to attach images or files (will request photo/file access)
|
||||
• Multiple Conversations: Access the menu (≡) to create new chats or switch between them
|
||||
• Offline Functionality: Demo mode works completely offline
|
||||
|
||||
The app may request:
|
||||
|
||||
• Microphone: For voice input feature (optional)
|
||||
• Photo Library: For image attachments (optional)
|
||||
• Notifications: For message alerts (optional)
|
||||
|
||||
All permissions are optional and the app functions without them.
|
||||
|
||||
Notes
|
||||
|
||||
• Demo mode provides a fully functional experience without requiring server setup
|
||||
• All data in demo mode is stored locally on device
|
||||
• No network requests are made in demo mode
|
||||
• The green "REVIEWER MODE" badge indicates you're in demo mode
|
||||
|
||||
The demo mode is specifically designed for app reviewers to explore Conduit's capabilities.
|
||||
@@ -0,0 +1 @@
|
||||
+919564073483
|
||||
1
ios/fastlane/metadata/secondary_category.txt
Normal file
1
ios/fastlane/metadata/secondary_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
PRODUCTIVITY
|
||||
1
ios/fastlane/metadata/secondary_first_sub_category.txt
Normal file
1
ios/fastlane/metadata/secondary_first_sub_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
ios/fastlane/metadata/secondary_second_sub_category.txt
Normal file
1
ios/fastlane/metadata/secondary_second_sub_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user