Skip to content

Commit

Permalink
upg web, electron, iOS to @capacitor/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jepiqueau committed May 31, 2021
1 parent 189e6f4 commit eab2b7d
Show file tree
Hide file tree
Showing 265 changed files with 8,063 additions and 21,372 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build
dist
106 changes: 58 additions & 48 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,51 +1,61 @@
.idea/
# node files
dist
.sourcemaps
xcuserdata/
node_modules/
cli/dist/commands/copy.js
Pods/
test_project/
*.map
.DS_Store
node_modules

# iOS files
Pods
Podfile.lock
example/www/
example/electron/www/*
example/electron/capacitor.config.json
example/android/app/src/main/assets/public/*
!example/android/app/src/main/assets/public/.gitkeep
example/ios/IonicRunner/public/*
!example/ios/IonicRunner/public/.gitkeep
Build/*
Index/
.*.sw*
site/www
android-template.iml
!/build/.npmkeep
lerna-debug.log
capacitor-ios/
Build
xcuserdata

# macOS files
.DS_Store



# Based on Android gitignore template: https://github.com/github/gitignore/blob/HEAD/Android.gitignore

# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin
gen
out

# Gradle files
.gradle
build

# Local configuration file (sdk path, etc)
local.properties
contents.xcworkspacedata
.stencil/
android-template/.gradle/
android-template/app/app.iml
/site/.env
/site/.firebase
.gradle/
.settings/
.project
android/.gradle/
android/build/
android/*.iml
android/.idea/workspace.xml
android/.idea/tasks.xml
android/.idea/gradle.xml
android/.idea/assetWizardSettings.xml
android/.idea/dictionaries
android/.idea/libraries
# Android Studio 3 in .gitignore file.
android/.idea/caches
android/.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
android/.idea/navEditor.xml
ios/Plugin.xcworkspace/xcuserdata/queaujeanpierre.xcuserdatad/UserInterfaceState.xcuserstate

# Proguard folder generated by Eclipse
proguard

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation

# Android Studio captures folder
captures

# IntelliJ
*.iml
.idea

# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
#*.jks

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
61 changes: 0 additions & 61 deletions .npmignore

This file was deleted.

27 changes: 13 additions & 14 deletions CapacitorVideoPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = 'CapacitorVideoPlayer'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
s.homepage = package['repository']['url']
s.author = package['author']
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
s.source = { :git => 'https://github.com/jepiqueau/capacitor-video-player.git', :tag => s.version.to_s }
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '11.0'
s.dependency 'Capacitor'
s.swift_version = '5.1'
end
Pod::Spec.new do |s|
s.name = 'CapacitorVideoPlayer'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
s.homepage = package['repository']['url']
s.author = package['author']
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '12.0'
s.dependency 'Capacitor'
s.swift_version = '5.1'
end
6 changes: 0 additions & 6 deletions android/.classpath

This file was deleted.

File renamed without changes.
Binary file removed android/.gradle/4.10.1/fileChanges/last-build.bin
Binary file not shown.
Binary file removed android/.gradle/4.10.1/fileContent/fileContent.lock
Binary file not shown.
Binary file removed android/.gradle/4.10.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed android/.gradle/4.10.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file not shown.
Binary file removed android/.gradle/4.10.1/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file removed android/.gradle/4.10.1/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file removed android/.gradle/4.10.1/javaCompile/javaCompile.lock
Binary file not shown.
Binary file removed android/.gradle/4.10.1/javaCompile/taskHistory.bin
Binary file not shown.
Binary file removed android/.gradle/4.10.1/taskHistory/taskHistory.bin
Binary file not shown.
Binary file removed android/.gradle/4.10.1/taskHistory/taskHistory.lock
Binary file not shown.
Binary file modified android/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
4 changes: 2 additions & 2 deletions android/.gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Mon Mar 16 18:43:11 CET 2020
gradle.version=4.10.1
#Mon May 10 14:19:41 CEST 2021
gradle.version=7.0
Binary file modified android/.gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
2 changes: 0 additions & 2 deletions android/.idea/.gitignore

This file was deleted.

Binary file removed android/.idea/caches/build_file_checksums.ser
Binary file not shown.
134 changes: 0 additions & 134 deletions android/.idea/codeStyles/Project.xml

This file was deleted.

2 changes: 1 addition & 1 deletion android/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading

0 comments on commit eab2b7d

Please sign in to comment.