mirror of
https://github.com/RunanywhereAI/runanywhere-sdks.git
synced 2026-03-28 00:31:04 +00:00
395 lines
10 KiB
Plaintext
395 lines
10 KiB
Plaintext
# Xcode
|
|
#
|
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
|
|
## Build generated
|
|
build/
|
|
DerivedData/
|
|
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata/
|
|
|
|
## Other
|
|
*.moved-aside
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
## Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# Swift Package Manager
|
|
#
|
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
|
# Packages/
|
|
# Package.pins
|
|
# Package.resolved
|
|
.build/
|
|
.swiftpm/
|
|
|
|
# CocoaPods
|
|
#
|
|
# We recommend against adding the Pods directory to your .gitignore. However
|
|
# you should judge for yourself, the pros and cons are mentioned at:
|
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
|
#
|
|
# Pods/
|
|
|
|
# Carthage
|
|
#
|
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
# Carthage/Checkouts
|
|
|
|
Carthage/Build
|
|
|
|
# fastlane
|
|
#
|
|
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
|
# screenshots whenever they are needed.
|
|
# For more information about the recommended setup visit:
|
|
# https://docs.fastlane.tools/best-practices/source-control/#source-control
|
|
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots/**/*.png
|
|
fastlane/test_output
|
|
|
|
# Code Injection
|
|
#
|
|
# After new code Injection tools there's a generated folder /iOSInjectionProject
|
|
# https://github.com/johnno1962/injectionforxcode
|
|
|
|
iOSInjectionProject/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# IDE - IntelliJ IDEA / Android Studio
|
|
# User-specific stuff
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea/usage.statistics.xml
|
|
.idea/dictionaries
|
|
.idea/shelf
|
|
.idea/ChatHistory*.xml
|
|
.idea/discord.xml
|
|
|
|
# Generated files
|
|
.idea/caches/
|
|
.idea/libraries/
|
|
.idea/artifacts/
|
|
.idea/compiler.xml
|
|
.idea/jarRepositories.xml
|
|
.idea/modules.xml
|
|
.idea/*.iml
|
|
.idea/modules
|
|
*.iml
|
|
*.ipr
|
|
|
|
# Gradle and JDK specific (contain machine-specific paths)
|
|
.idea/gradle.xml
|
|
.idea/misc.xml
|
|
|
|
# Keep shared configurations
|
|
!.idea/runConfigurations/
|
|
!.idea/vcs.xml
|
|
|
|
# Android Studio specific
|
|
.idea/.gitignore
|
|
.idea/markdown.xml
|
|
.idea/AndroidProjectSystem.xml
|
|
.idea/appInsightsSettings.xml
|
|
.idea/deploymentTargetSelector.xml
|
|
.idea/kotlinc.xml
|
|
.idea/migrations.xml
|
|
|
|
# Local gradle properties (machine-specific)
|
|
gradle.properties
|
|
|
|
# But keep project-level gradle properties if needed
|
|
!gradle.properties.example
|
|
|
|
# Also ignore .idea folders in subdirectories
|
|
examples/intellij-plugin-demo/plugin/.idea/
|
|
sdk/runanywhere-kotlin/.idea/
|
|
|
|
# Other IDE files
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Claude
|
|
.claude/
|
|
|
|
# Playwright MCP
|
|
.playwright-mcp/
|
|
|
|
# Project-specific excludes
|
|
.no_push_backup.json
|
|
SHARED_TASK_NOTES.md
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Android
|
|
*.apk
|
|
*.aar
|
|
*.ap_
|
|
*.aab
|
|
*.dex
|
|
*.class
|
|
bin/
|
|
gen/
|
|
out/
|
|
.gradle/
|
|
gradle-app.setting
|
|
!gradle-wrapper.jar
|
|
.gradletasknamecache
|
|
local.properties
|
|
proguard/
|
|
*.log
|
|
.navigation/
|
|
captures/
|
|
*.jks
|
|
*.keystore
|
|
.externalNativeBuild
|
|
.cxx/
|
|
google-services.json
|
|
freeline.py
|
|
freeline/
|
|
freeline_project_description.json
|
|
*.hprof
|
|
# vcs.xml moved to .idea section above
|
|
lint/intermediates/
|
|
lint/generated/
|
|
lint/outputs/
|
|
lint/tmp/
|
|
lint/reports/
|
|
.kotlin/
|
|
*.jar
|
|
!**/gradle/wrapper/gradle-wrapper.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
hs_err_pid*
|
|
|
|
# Node.js / NPM / Yarn
|
|
node_modules/
|
|
.npm
|
|
.yarn/cache
|
|
.yarn/install-state.gz
|
|
|
|
# Flutter/Dart
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
pubspec.lock
|
|
.metadata
|
|
|
|
# Flutter iOS generated files
|
|
**/ios/Flutter/
|
|
**/ios/.symlinks/
|
|
**/ios/Pods/
|
|
**/ios/Podfile
|
|
**/ios/Podfile.lock
|
|
**/ios/Runner.xcworkspace/
|
|
|
|
# Flutter plugin platform-specific generated code
|
|
sdk/runanywhere-flutter/android/
|
|
sdk/runanywhere-flutter/ios/
|
|
|
|
thoughts/shared/plans/
|
|
thoughts
|
|
local/
|
|
# Web SDK build artifacts (source is tracked)
|
|
sdk/runanywhere-web/node_modules/
|
|
sdk/runanywhere-web/packages/core/dist/
|
|
sdk/runanywhere-web/packages/llamacpp/dist/
|
|
sdk/runanywhere-web/packages/onnx/dist/
|
|
sdk/runanywhere-web/wasm/build/
|
|
sdk/runanywhere-web/packages/core/wasm/
|
|
sdk/runanywhere-web/packages/onnx/wasm/
|
|
sdk/runanywhere-web/emsdk/
|
|
sdk/runanywhere-web/package-lock.json
|
|
examples/web/RunAnywhereAI/node_modules/
|
|
|
|
# External repositories and distribution
|
|
EXTERNAL/
|
|
dist/
|
|
|
|
# MLC-LLM submodule build artifacts (submodule is inside MLC module, similar to llama.cpp)
|
|
sdk/runanywhere-kotlin/modules/runanywhere-llm-mlc/mlc-llm/android/mlc4j/build/
|
|
sdk/runanywhere-kotlin/modules/runanywhere-llm-mlc/mlc-llm/android/mlc4j/output/*.jar
|
|
sdk/runanywhere-kotlin/modules/runanywhere-llm-mlc/mlc-llm/android/mlc4j/output/arm64-v8a/
|
|
sdk/runanywhere-kotlin/modules/runanywhere-llm-mlc/mlc-llm/android/mlc4j/output/armeabi-v7a/
|
|
sdk/runanywhere-kotlin/modules/runanywhere-llm-mlc/mlc-llm/android/mlc4j/output/x86/
|
|
sdk/runanywhere-kotlin/modules/runanywhere-llm-mlc/mlc-llm/android/mlc4j/output/x86_64/
|
|
|
|
# Keep the output README for documentation
|
|
!sdk/runanywhere-kotlin/modules/runanywhere-llm-mlc/mlc-llm/android/mlc4j/output/README.md
|
|
|
|
# Configuration files with real values
|
|
sdk/runanywhere-swift/Configuration/RunAnywhereConfig.staging.json
|
|
sdk/runanywhere-swift/Configuration/RunAnywhereConfig.prod.json
|
|
sdk/runanywhere-swift/Configuration/*.private.json
|
|
sdk/runanywhere-swift/Configuration/Private/
|
|
|
|
# Development mode configuration (generated during releases)
|
|
# Contains: Supabase URL, anon key, and build token
|
|
# Real values are ONLY in release tags for SPM distribution
|
|
sdk/runanywhere-swift/Sources/RunAnywhere/Foundation/Constants/DevelopmentConfig.swift
|
|
|
|
# Release secrets file (contains Supabase URL and anon key)
|
|
# This file is required for running release_ios_sdk.sh
|
|
# For CI, set SUPABASE_URL and SUPABASE_ANON_KEY environment variables
|
|
scripts/.release-secrets
|
|
|
|
# Keep example files
|
|
!sdk/runanywhere-swift/Configuration/RunAnywhereConfig.example.json
|
|
|
|
# Kotlin SDK Configuration files with real values
|
|
sdk/runanywhere-kotlin/config/dev.json
|
|
sdk/runanywhere-kotlin/config/staging.json
|
|
sdk/runanywhere-kotlin/config/prod.json
|
|
sdk/runanywhere-kotlin/config/*.private.json
|
|
sdk/runanywhere-kotlin/build/generated/config/
|
|
|
|
# Keep example and template files
|
|
!sdk/runanywhere-kotlin/config/*.example.json
|
|
!sdk/runanywhere-kotlin/config/template.json
|
|
!sdk/runanywhere-kotlin/config/README.md
|
|
|
|
# Native build artifacts (llama.cpp)
|
|
sdk/runanywhere-kotlin/native/llama-jni/build/
|
|
sdk/runanywhere-kotlin/modules/runanywhere-llm-llamacpp/src/androidMain/jniLibs/
|
|
sdk/runanywhere-kotlin/modules/runanywhere-llm-llamacpp/src/jvmMain/resources/native/
|
|
|
|
# llama.cpp is a submodule - tracked in .gitmodules
|
|
# Build artifacts from llama.cpp
|
|
*.o
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.a
|
|
|
|
# =============================================================================
|
|
# REACT NATIVE SDK - Native Binaries (npm publish workflow)
|
|
# =============================================================================
|
|
#
|
|
# IMPORTANT: Binaries are IGNORED by git but INCLUDED in npm packages.
|
|
#
|
|
# =============================================================================
|
|
# NPM PUBLISH WORKFLOW (follow these steps for each release):
|
|
# =============================================================================
|
|
#
|
|
#
|
|
# 2. REBUILD NATIVE BINARIES with credentials baked in:
|
|
# cd sdk/runanywhere-commons
|
|
# ./scripts/build-android.sh all arm64-v8a # Android
|
|
# ./scripts/build-ios.sh --skip-backends # iOS (RACommons only)
|
|
#
|
|
# 3. COPY BINARIES to React Native packages:
|
|
# # Android
|
|
# cp build/android/unified/arm64-v8a/librac_commons.so \
|
|
# ../runanywhere-react-native/packages/core/android/src/main/jniLibs/arm64-v8a/
|
|
#
|
|
# # iOS
|
|
# rm -rf ../runanywhere-react-native/packages/core/ios/Frameworks/RACommons.xcframework
|
|
# cp -R dist/RACommons.xcframework \
|
|
# ../runanywhere-react-native/packages/core/ios/Frameworks/
|
|
#
|
|
# 4. VERIFY credentials are baked in:
|
|
# strings sdk/runanywhere-react-native/packages/core/android/src/main/jniLibs/arm64-v8a/librac_commons.so | grep supabase
|
|
# # Should show your Supabase URL, NOT "YOUR_SUPABASE_PROJECT_URL"
|
|
#
|
|
# 5. PUBLISH to npm (binaries will be included in tarball):
|
|
# cd sdk/runanywhere-react-native/packages/core
|
|
# npm version patch && npm publish
|
|
# # Repeat for llamacpp and onnx packages
|
|
#
|
|
# 6. BINARIES stay git-ignored (never commit to GitHub)
|
|
# The .so and .xcframework files only live in:
|
|
# - Your local machine (for building)
|
|
# - npm registry (published packages)
|
|
#
|
|
# =============================================================================
|
|
|
|
# React Native native binaries (git-ignored, npm-included)
|
|
sdk/runanywhere-react-native/packages/*/android/src/main/jniLibs/
|
|
sdk/runanywhere-react-native/packages/*/ios/Frameworks/*.xcframework
|
|
|
|
# Backup directories
|
|
examples/android/RunAnywhereAI/app/src/main/cpp/llama.cpp.backup/
|
|
comments/
|
|
|
|
# Flutter/Dart
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
pubspec.lock
|
|
**/ios/Flutter/ephemeral/
|
|
|
|
# Flutter auto-generated files (contain developer-specific local paths)
|
|
**/ios/Flutter/Generated.xcconfig
|
|
**/ios/Flutter/flutter_export_environment.sh
|
|
sdk/runanywhere-swift/Sources/RunAnywhere/Data/Network/DevelopmentConfig.swift
|
|
|
|
# Secrets files (API keys, tokens, etc.)
|
|
**/Secrets.swift
|
|
**/Secrets.xcconfig
|
|
|
|
# =============================================================================
|
|
# Local Testing Artifacts (generated by build-backends.sh --setup-sdk)
|
|
# =============================================================================
|
|
|
|
# Swift SDK - Local XCFrameworks
|
|
sdk/runanywhere-swift/Binaries/*.xcframework
|
|
|
|
# Swift SDK - Vendor directory (locally built xcframeworks)
|
|
sdk/runanywhere-swift/vendor/
|
|
|
|
# Kotlin SDK - Local JNI libs
|
|
sdk/runanywhere-kotlin/src/androidMain/jniLibs/
|
|
|
|
# Commons - Build artifacts and third-party dependencies
|
|
sdk/runanywhere-commons/build/
|
|
sdk/runanywhere-commons/dist/
|
|
sdk/runanywhere-commons/third_party/
|
|
|
|
# React Native - Local builds
|
|
sdk/runanywhere-react-native/packages/*/prebuilt/
|
|
|
|
# Flutter - Local builds
|
|
sdk/runanywhere-flutter/ios/*.xcframework
|
|
sdk/runanywhere-flutter/android/*.aar
|
|
|
|
# React Native - Pre-built xcframeworks (build artifacts)
|
|
sdk/runanywhere-react-native/packages/*/ios/xcframeworks/
|
|
tools/
|
|
sdk/runanywhere-react-native/packages/rag/ios/.testlocal
|
|
|
|
|
|
# Node
|
|
node_modules/
|
|
/tools/
|
|
*.trace
|