New mobile/ directory with Capacitor project: - Configurable server URL launcher (default: app.pedshub.com) - Android: foreground service + wake lock for background recording (AudioRecordingService preserved from existing TWA) - iOS: background audio mode + microphone permission - App ID: com.pedshub.scribe - Both platforms initialized and synced Existing android/ TWA project untouched — this is a separate project. Build: cd mobile && npx cap open android (or ios)
11 lines
436 B
Ruby
11 lines
436 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'CordovaPluginsResources'
|
|
s.version = '0.0.105'
|
|
s.summary = 'Resources for Cordova plugins'
|
|
s.social_media_url = 'https://twitter.com/capacitorjs'
|
|
s.license = 'MIT'
|
|
s.homepage = 'https://capacitorjs.com/'
|
|
s.authors = { 'Ionic Team' => 'hi@ionicframework.com' }
|
|
s.source = { :git => 'https://github.com/ionic-team/capacitor.git', :tag => s.version.to_s }
|
|
s.resources = ['resources/*']
|
|
end
|