@capgo/capacitor-native-biometric 5.0.1 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/LICENSE +2 -2
  2. package/{readme.md → README.md} +49 -22
  3. package/android/gradlew +8 -4
  4. package/android/src/main/java/ee/forgr/biometric/AuthActivity.java +71 -33
  5. package/android/src/main/java/ee/forgr/biometric/NativeBiometric.java +118 -74
  6. package/dist/docs.json +27 -13
  7. package/dist/esm/definitions.d.ts +31 -3
  8. package/dist/esm/definitions.js +27 -0
  9. package/dist/esm/definitions.js.map +1 -1
  10. package/dist/esm/index.js.map +1 -1
  11. package/dist/esm/web.d.ts +3 -3
  12. package/dist/esm/web.js.map +1 -1
  13. package/dist/plugin.cjs.js +24 -1
  14. package/dist/plugin.cjs.js.map +1 -1
  15. package/dist/plugin.js +26 -3
  16. package/dist/plugin.js.map +1 -1
  17. package/ios/Plugin/Plugin.swift +60 -58
  18. package/ios/Podfile.lock +4 -4
  19. package/ios/Pods/Local Podspecs/Capacitor.podspec.json +2 -2
  20. package/ios/Pods/Local Podspecs/CapacitorCordova.podspec.json +2 -2
  21. package/ios/Pods/Manifest.lock +4 -4
  22. package/ios/Pods/Pods.xcodeproj/project.pbxproj +572 -572
  23. package/ios/Pods/Target Support Files/Capacitor/Capacitor-Info.plist +1 -1
  24. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist +1 -1
  25. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh +0 -0
  26. package/package.json +17 -22
  27. package/android/.gradle/8.0.2/checksums/checksums.lock +0 -0
  28. package/android/.gradle/8.0.2/dependencies-accessors/dependencies-accessors.lock +0 -0
  29. package/android/.gradle/8.0.2/dependencies-accessors/gc.properties +0 -0
  30. package/android/.gradle/8.0.2/executionHistory/executionHistory.bin +0 -0
  31. package/android/.gradle/8.0.2/executionHistory/executionHistory.lock +0 -0
  32. package/android/.gradle/8.0.2/fileChanges/last-build.bin +0 -0
  33. package/android/.gradle/8.0.2/fileHashes/fileHashes.bin +0 -0
  34. package/android/.gradle/8.0.2/fileHashes/fileHashes.lock +0 -0
  35. package/android/.gradle/8.0.2/fileHashes/resourceHashesCache.bin +0 -0
  36. package/android/.gradle/8.0.2/gc.properties +0 -0
  37. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  38. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  39. package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  40. package/android/.gradle/vcs-1/gc.properties +0 -0
  41. package/android/android.iml +0 -40
  42. package/android/local.properties +0 -8
  43. package/ios/Plugin.xcodeproj/project.xcworkspace/xcuserdata/pilito.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  44. package/ios/Plugin.xcodeproj/xcuserdata/jmartinez.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
  45. package/ios/Plugin.xcodeproj/xcuserdata/josemartinez.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
  46. package/ios/Plugin.xcodeproj/xcuserdata/pilito.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
  47. package/ios/Plugin.xcworkspace/xcuserdata/jmartinez.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  48. package/ios/Plugin.xcworkspace/xcuserdata/josemartinez.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  49. package/ios/Plugin.xcworkspace/xcuserdata/pilito.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  50. package/ios/Pods/Pods.xcodeproj/xcuserdata/jmartinez.xcuserdatad/xcschemes/Capacitor.xcscheme +0 -60
  51. package/ios/Pods/Pods.xcodeproj/xcuserdata/jmartinez.xcuserdatad/xcschemes/CapacitorCordova.xcscheme +0 -58
  52. package/ios/Pods/Pods.xcodeproj/xcuserdata/jmartinez.xcuserdatad/xcschemes/Pods-Plugin.xcscheme +0 -58
  53. package/ios/Pods/Pods.xcodeproj/xcuserdata/jmartinez.xcuserdatad/xcschemes/Pods-PluginTests.xcscheme +0 -58
  54. package/ios/Pods/Pods.xcodeproj/xcuserdata/jmartinez.xcuserdatad/xcschemes/xcschememanagement.plist +0 -39
  55. package/ios/Pods/Pods.xcodeproj/xcuserdata/josemartinez.xcuserdatad/xcschemes/Capacitor.xcscheme +0 -60
  56. package/ios/Pods/Pods.xcodeproj/xcuserdata/josemartinez.xcuserdatad/xcschemes/CapacitorCordova.xcscheme +0 -58
  57. package/ios/Pods/Pods.xcodeproj/xcuserdata/josemartinez.xcuserdatad/xcschemes/Pods-Plugin.xcscheme +0 -58
  58. package/ios/Pods/Pods.xcodeproj/xcuserdata/josemartinez.xcuserdatad/xcschemes/Pods-PluginTests.xcscheme +0 -58
  59. package/ios/Pods/Pods.xcodeproj/xcuserdata/josemartinez.xcuserdatad/xcschemes/xcschememanagement.plist +0 -39
  60. package/ios/Pods/Pods.xcodeproj/xcuserdata/pilito.xcuserdatad/xcschemes/xcschememanagement.plist +0 -29
@@ -15,7 +15,7 @@
15
15
  <key>CFBundlePackageType</key>
16
16
  <string>FMWK</string>
17
17
  <key>CFBundleShortVersionString</key>
18
- <string>5.0.3</string>
18
+ <string>5.0.0</string>
19
19
  <key>CFBundleSignature</key>
20
20
  <string>????</string>
21
21
  <key>CFBundleVersion</key>
@@ -15,7 +15,7 @@
15
15
  <key>CFBundlePackageType</key>
16
16
  <string>FMWK</string>
17
17
  <key>CFBundleShortVersionString</key>
18
- <string>5.0.3</string>
18
+ <string>5.0.0</string>
19
19
  <key>CFBundleSignature</key>
20
20
  <string>????</string>
21
21
  <key>CFBundleVersion</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-native-biometric",
3
- "version": "5.0.1",
3
+ "version": "5.1.0",
4
4
  "description": "This plugin gives access to the native biometric apis for android and iOS",
5
5
  "main": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -20,31 +20,26 @@
20
20
  "docgen": "docgen --api NativeBiometricPlugin --output-readme README.md --output-json dist/docs.json",
21
21
  "prepublishOnly": "npm run build"
22
22
  },
23
- "author": "Jose Martinez",
23
+ "author": "Martin Donadieu",
24
24
  "license": "MIT",
25
- "dependencies": {
26
- "@capacitor/core": "^5.0.0"
27
- },
28
25
  "devDependencies": {
29
- "@capacitor/android": "^5.0.3",
30
- "@capacitor/cli": "^5.0.3",
31
- "@capacitor/core": "^5.0.3",
32
- "@capacitor/docgen": "^0.2.1",
33
- "@capacitor/ios": "^5.0.3",
26
+ "@capacitor/android": "^5.0.0",
27
+ "@capacitor/core": "^5.0.0",
28
+ "@capacitor/docgen": "^0.2.0",
29
+ "@capacitor/ios": "^5.0.0",
34
30
  "@ionic/eslint-config": "^0.3.0",
35
- "@ionic/prettier-config": "^3.0.0",
31
+ "@ionic/prettier-config": "^1.0.1",
36
32
  "@ionic/swiftlint-config": "^1.1.2",
37
- "@typescript-eslint/eslint-plugin": "^5.59.7",
38
- "@typescript-eslint/parser": "^5.59.7",
39
- "eslint": "^8.41.0",
40
- "eslint-plugin-import": "^2.27.5",
41
- "husky": "^8.0.3",
42
- "prettier": "^2.8.8",
43
- "prettier-plugin-java": "^2.1.0",
44
- "rimraf": "^5.0.1",
45
- "rollup": "^3.23.0",
46
- "swiftlint": "^1.0.2",
47
- "typescript": "^5.0.4"
33
+ "eslint": "^7.11.0",
34
+ "prettier": "~2.3.0",
35
+ "prettier-plugin-java": "~1.0.2",
36
+ "rimraf": "^3.0.2",
37
+ "rollup": "^2.32.0",
38
+ "swiftlint": "^1.0.1",
39
+ "typescript": "~4.1.5"
40
+ },
41
+ "peerDependencies": {
42
+ "@capacitor/core": "^5.0.0"
48
43
  },
49
44
  "files": [
50
45
  "dist/",
File without changes
@@ -1,2 +0,0 @@
1
- #Tue May 23 01:53:17 WEST 2023
2
- gradle.version=8.0.2
File without changes
@@ -1,40 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module external.linked.project.id="android" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
3
- <component name="FacetManager">
4
- <facet type="android-gradle" name="Android-Gradle">
5
- <configuration>
6
- <option name="GRADLE_PROJECT_PATH" value=":" />
7
- <option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="3.6.1" />
8
- <option name="LAST_KNOWN_AGP_VERSION" value="3.6.1" />
9
- </configuration>
10
- </facet>
11
- <facet type="android" name="Android">
12
- <configuration>
13
- <option name="SELECTED_BUILD_VARIANT" value="debug" />
14
- <option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
15
- <option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
16
- <afterSyncTasks>
17
- <task>generateDebugSources</task>
18
- </afterSyncTasks>
19
- <option name="ALLOW_USER_CONFIGURATION" value="false" />
20
- <option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
21
- <option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
22
- <option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/main/res;file://$MODULE_DIR$/src/debug/res;file://$MODULE_DIR$/build/generated/res/rs/debug" />
23
- <option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/androidTest/res;file://$MODULE_DIR$/src/androidTestDebug/res;file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug" />
24
- <option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
25
- <option name="PROJECT_TYPE" value="1" />
26
- </configuration>
27
- </facet>
28
- </component>
29
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
30
- <output url="file://$MODULE_DIR$/build/intermediates/javac/debug/classes" />
31
- <output-test url="file://$MODULE_DIR$/build/intermediates/javac/debugUnitTest/classes" />
32
- <exclude-output />
33
- <content url="file://$MODULE_DIR$">
34
- <excludeFolder url="file://$MODULE_DIR$/.gradle" />
35
- <excludeFolder url="file://$MODULE_DIR$/build" />
36
- </content>
37
- <orderEntry type="jdk" jdkName="Android API 29 Platform" jdkType="Android SDK" />
38
- <orderEntry type="sourceFolder" forTests="false" />
39
- </component>
40
- </module>
@@ -1,8 +0,0 @@
1
- ## This file must *NOT* be checked into Version Control Systems,
2
- # as it contains information specific to your local configuration.
3
- #
4
- # Location of the SDK. This is only used by Gradle.
5
- # For customization when using a Version Control System, please read the
6
- # header note.
7
- #Fri May 07 08:56:22 AST 2021
8
- sdk.dir=/Users/josemartinez/Library/Android/sdk
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>SchemeUserState</key>
6
- <dict>
7
- <key>Plugin.xcscheme_^#shared#^_</key>
8
- <dict>
9
- <key>orderHint</key>
10
- <integer>4</integer>
11
- </dict>
12
- </dict>
13
- </dict>
14
- </plist>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>SchemeUserState</key>
6
- <dict>
7
- <key>Plugin.xcscheme_^#shared#^_</key>
8
- <dict>
9
- <key>orderHint</key>
10
- <integer>4</integer>
11
- </dict>
12
- </dict>
13
- </dict>
14
- </plist>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>SchemeUserState</key>
6
- <dict>
7
- <key>Plugin.xcscheme_^#shared#^_</key>
8
- <dict>
9
- <key>orderHint</key>
10
- <integer>1</integer>
11
- </dict>
12
- </dict>
13
- </dict>
14
- </plist>
@@ -1,60 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Scheme
3
- LastUpgradeVersion = "1100"
4
- version = "1.3">
5
- <BuildAction
6
- parallelizeBuildables = "YES"
7
- buildImplicitDependencies = "YES">
8
- <BuildActionEntries>
9
- <BuildActionEntry
10
- buildForAnalyzing = "YES"
11
- buildForTesting = "YES"
12
- buildForRunning = "YES"
13
- buildForProfiling = "YES"
14
- buildForArchiving = "YES">
15
- <BuildableReference
16
- BuildableIdentifier = "primary"
17
- BlueprintIdentifier = "0ECF3D6BFCC08377AE23B027EE1D4371"
18
- BuildableName = "Capacitor.framework"
19
- BlueprintName = "Capacitor"
20
- ReferencedContainer = "container:Pods.xcodeproj">
21
- </BuildableReference>
22
- </BuildActionEntry>
23
- </BuildActionEntries>
24
- </BuildAction>
25
- <TestAction
26
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28
- shouldUseLaunchSchemeArgsEnv = "YES"
29
- buildConfiguration = "Debug">
30
- <AdditionalOptions>
31
- </AdditionalOptions>
32
- </TestAction>
33
- <LaunchAction
34
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
35
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
36
- launchStyle = "0"
37
- useCustomWorkingDirectory = "NO"
38
- ignoresPersistentStateOnLaunch = "NO"
39
- debugDocumentVersioning = "YES"
40
- debugServiceExtension = "internal"
41
- buildConfiguration = "Debug"
42
- allowLocationSimulation = "YES">
43
- <AdditionalOptions>
44
- </AdditionalOptions>
45
- </LaunchAction>
46
- <ProfileAction
47
- savedToolIdentifier = ""
48
- useCustomWorkingDirectory = "NO"
49
- debugDocumentVersioning = "YES"
50
- buildConfiguration = "Release"
51
- shouldUseLaunchSchemeArgsEnv = "YES">
52
- </ProfileAction>
53
- <AnalyzeAction
54
- buildConfiguration = "Debug">
55
- </AnalyzeAction>
56
- <ArchiveAction
57
- buildConfiguration = "Release"
58
- revealArchiveInOrganizer = "YES">
59
- </ArchiveAction>
60
- </Scheme>
@@ -1,58 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Scheme
3
- LastUpgradeVersion = "1100"
4
- version = "1.3">
5
- <BuildAction
6
- parallelizeBuildables = "YES"
7
- buildImplicitDependencies = "YES">
8
- <BuildActionEntries>
9
- <BuildActionEntry
10
- buildForTesting = "YES"
11
- buildForRunning = "YES"
12
- buildForProfiling = "YES"
13
- buildForArchiving = "YES"
14
- buildForAnalyzing = "YES">
15
- <BuildableReference
16
- BuildableIdentifier = "primary"
17
- BlueprintIdentifier = "400AE44335852A2D8D746557E21E8EB0"
18
- BuildableName = "Cordova.framework"
19
- BlueprintName = "CapacitorCordova"
20
- ReferencedContainer = "container:Pods.xcodeproj">
21
- </BuildableReference>
22
- </BuildActionEntry>
23
- </BuildActionEntries>
24
- </BuildAction>
25
- <TestAction
26
- buildConfiguration = "Debug"
27
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
- shouldUseLaunchSchemeArgsEnv = "YES">
30
- <Testables>
31
- </Testables>
32
- </TestAction>
33
- <LaunchAction
34
- buildConfiguration = "Debug"
35
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37
- launchStyle = "0"
38
- useCustomWorkingDirectory = "NO"
39
- ignoresPersistentStateOnLaunch = "NO"
40
- debugDocumentVersioning = "YES"
41
- debugServiceExtension = "internal"
42
- allowLocationSimulation = "YES">
43
- </LaunchAction>
44
- <ProfileAction
45
- buildConfiguration = "Release"
46
- shouldUseLaunchSchemeArgsEnv = "YES"
47
- savedToolIdentifier = ""
48
- useCustomWorkingDirectory = "NO"
49
- debugDocumentVersioning = "YES">
50
- </ProfileAction>
51
- <AnalyzeAction
52
- buildConfiguration = "Debug">
53
- </AnalyzeAction>
54
- <ArchiveAction
55
- buildConfiguration = "Release"
56
- revealArchiveInOrganizer = "YES">
57
- </ArchiveAction>
58
- </Scheme>
@@ -1,58 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Scheme
3
- LastUpgradeVersion = "1100"
4
- version = "1.3">
5
- <BuildAction
6
- parallelizeBuildables = "YES"
7
- buildImplicitDependencies = "YES">
8
- <BuildActionEntries>
9
- <BuildActionEntry
10
- buildForTesting = "YES"
11
- buildForRunning = "YES"
12
- buildForProfiling = "YES"
13
- buildForArchiving = "YES"
14
- buildForAnalyzing = "YES">
15
- <BuildableReference
16
- BuildableIdentifier = "primary"
17
- BlueprintIdentifier = "10467BF5021453A5297325418ACC4E64"
18
- BuildableName = "Pods_Plugin.framework"
19
- BlueprintName = "Pods-Plugin"
20
- ReferencedContainer = "container:Pods.xcodeproj">
21
- </BuildableReference>
22
- </BuildActionEntry>
23
- </BuildActionEntries>
24
- </BuildAction>
25
- <TestAction
26
- buildConfiguration = "Debug"
27
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
- shouldUseLaunchSchemeArgsEnv = "YES">
30
- <Testables>
31
- </Testables>
32
- </TestAction>
33
- <LaunchAction
34
- buildConfiguration = "Debug"
35
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37
- launchStyle = "0"
38
- useCustomWorkingDirectory = "NO"
39
- ignoresPersistentStateOnLaunch = "NO"
40
- debugDocumentVersioning = "YES"
41
- debugServiceExtension = "internal"
42
- allowLocationSimulation = "YES">
43
- </LaunchAction>
44
- <ProfileAction
45
- buildConfiguration = "Release"
46
- shouldUseLaunchSchemeArgsEnv = "YES"
47
- savedToolIdentifier = ""
48
- useCustomWorkingDirectory = "NO"
49
- debugDocumentVersioning = "YES">
50
- </ProfileAction>
51
- <AnalyzeAction
52
- buildConfiguration = "Debug">
53
- </AnalyzeAction>
54
- <ArchiveAction
55
- buildConfiguration = "Release"
56
- revealArchiveInOrganizer = "YES">
57
- </ArchiveAction>
58
- </Scheme>
@@ -1,58 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Scheme
3
- LastUpgradeVersion = "1100"
4
- version = "1.3">
5
- <BuildAction
6
- parallelizeBuildables = "YES"
7
- buildImplicitDependencies = "YES">
8
- <BuildActionEntries>
9
- <BuildActionEntry
10
- buildForTesting = "YES"
11
- buildForRunning = "YES"
12
- buildForProfiling = "YES"
13
- buildForArchiving = "YES"
14
- buildForAnalyzing = "YES">
15
- <BuildableReference
16
- BuildableIdentifier = "primary"
17
- BlueprintIdentifier = "401C34F4B17A319A7086C93431C92B42"
18
- BuildableName = "Pods_PluginTests.framework"
19
- BlueprintName = "Pods-PluginTests"
20
- ReferencedContainer = "container:Pods.xcodeproj">
21
- </BuildableReference>
22
- </BuildActionEntry>
23
- </BuildActionEntries>
24
- </BuildAction>
25
- <TestAction
26
- buildConfiguration = "Debug"
27
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
- shouldUseLaunchSchemeArgsEnv = "YES">
30
- <Testables>
31
- </Testables>
32
- </TestAction>
33
- <LaunchAction
34
- buildConfiguration = "Debug"
35
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37
- launchStyle = "0"
38
- useCustomWorkingDirectory = "NO"
39
- ignoresPersistentStateOnLaunch = "NO"
40
- debugDocumentVersioning = "YES"
41
- debugServiceExtension = "internal"
42
- allowLocationSimulation = "YES">
43
- </LaunchAction>
44
- <ProfileAction
45
- buildConfiguration = "Release"
46
- shouldUseLaunchSchemeArgsEnv = "YES"
47
- savedToolIdentifier = ""
48
- useCustomWorkingDirectory = "NO"
49
- debugDocumentVersioning = "YES">
50
- </ProfileAction>
51
- <AnalyzeAction
52
- buildConfiguration = "Debug">
53
- </AnalyzeAction>
54
- <ArchiveAction
55
- buildConfiguration = "Release"
56
- revealArchiveInOrganizer = "YES">
57
- </ArchiveAction>
58
- </Scheme>
@@ -1,39 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>SchemeUserState</key>
6
- <dict>
7
- <key>Capacitor.xcscheme</key>
8
- <dict>
9
- <key>isShown</key>
10
- <false/>
11
- <key>orderHint</key>
12
- <integer>0</integer>
13
- </dict>
14
- <key>CapacitorCordova.xcscheme</key>
15
- <dict>
16
- <key>isShown</key>
17
- <false/>
18
- <key>orderHint</key>
19
- <integer>1</integer>
20
- </dict>
21
- <key>Pods-Plugin.xcscheme</key>
22
- <dict>
23
- <key>isShown</key>
24
- <false/>
25
- <key>orderHint</key>
26
- <integer>2</integer>
27
- </dict>
28
- <key>Pods-PluginTests.xcscheme</key>
29
- <dict>
30
- <key>isShown</key>
31
- <false/>
32
- <key>orderHint</key>
33
- <integer>3</integer>
34
- </dict>
35
- </dict>
36
- <key>SuppressBuildableAutocreation</key>
37
- <dict/>
38
- </dict>
39
- </plist>
@@ -1,60 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Scheme
3
- LastUpgradeVersion = "1100"
4
- version = "1.3">
5
- <BuildAction
6
- parallelizeBuildables = "YES"
7
- buildImplicitDependencies = "YES">
8
- <BuildActionEntries>
9
- <BuildActionEntry
10
- buildForAnalyzing = "YES"
11
- buildForTesting = "YES"
12
- buildForRunning = "YES"
13
- buildForProfiling = "YES"
14
- buildForArchiving = "YES">
15
- <BuildableReference
16
- BuildableIdentifier = "primary"
17
- BlueprintIdentifier = "0ECF3D6BFCC08377AE23B027EE1D4371"
18
- BuildableName = "Capacitor.framework"
19
- BlueprintName = "Capacitor"
20
- ReferencedContainer = "container:Pods.xcodeproj">
21
- </BuildableReference>
22
- </BuildActionEntry>
23
- </BuildActionEntries>
24
- </BuildAction>
25
- <TestAction
26
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28
- shouldUseLaunchSchemeArgsEnv = "YES"
29
- buildConfiguration = "Debug">
30
- <AdditionalOptions>
31
- </AdditionalOptions>
32
- </TestAction>
33
- <LaunchAction
34
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
35
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
36
- launchStyle = "0"
37
- useCustomWorkingDirectory = "NO"
38
- ignoresPersistentStateOnLaunch = "NO"
39
- debugDocumentVersioning = "YES"
40
- debugServiceExtension = "internal"
41
- buildConfiguration = "Debug"
42
- allowLocationSimulation = "YES">
43
- <AdditionalOptions>
44
- </AdditionalOptions>
45
- </LaunchAction>
46
- <ProfileAction
47
- savedToolIdentifier = ""
48
- useCustomWorkingDirectory = "NO"
49
- debugDocumentVersioning = "YES"
50
- buildConfiguration = "Release"
51
- shouldUseLaunchSchemeArgsEnv = "YES">
52
- </ProfileAction>
53
- <AnalyzeAction
54
- buildConfiguration = "Debug">
55
- </AnalyzeAction>
56
- <ArchiveAction
57
- buildConfiguration = "Release"
58
- revealArchiveInOrganizer = "YES">
59
- </ArchiveAction>
60
- </Scheme>
@@ -1,58 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Scheme
3
- LastUpgradeVersion = "1100"
4
- version = "1.3">
5
- <BuildAction
6
- parallelizeBuildables = "YES"
7
- buildImplicitDependencies = "YES">
8
- <BuildActionEntries>
9
- <BuildActionEntry
10
- buildForTesting = "YES"
11
- buildForRunning = "YES"
12
- buildForProfiling = "YES"
13
- buildForArchiving = "YES"
14
- buildForAnalyzing = "YES">
15
- <BuildableReference
16
- BuildableIdentifier = "primary"
17
- BlueprintIdentifier = "400AE44335852A2D8D746557E21E8EB0"
18
- BuildableName = "Cordova.framework"
19
- BlueprintName = "CapacitorCordova"
20
- ReferencedContainer = "container:Pods.xcodeproj">
21
- </BuildableReference>
22
- </BuildActionEntry>
23
- </BuildActionEntries>
24
- </BuildAction>
25
- <TestAction
26
- buildConfiguration = "Debug"
27
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
- shouldUseLaunchSchemeArgsEnv = "YES">
30
- <Testables>
31
- </Testables>
32
- </TestAction>
33
- <LaunchAction
34
- buildConfiguration = "Debug"
35
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37
- launchStyle = "0"
38
- useCustomWorkingDirectory = "NO"
39
- ignoresPersistentStateOnLaunch = "NO"
40
- debugDocumentVersioning = "YES"
41
- debugServiceExtension = "internal"
42
- allowLocationSimulation = "YES">
43
- </LaunchAction>
44
- <ProfileAction
45
- buildConfiguration = "Release"
46
- shouldUseLaunchSchemeArgsEnv = "YES"
47
- savedToolIdentifier = ""
48
- useCustomWorkingDirectory = "NO"
49
- debugDocumentVersioning = "YES">
50
- </ProfileAction>
51
- <AnalyzeAction
52
- buildConfiguration = "Debug">
53
- </AnalyzeAction>
54
- <ArchiveAction
55
- buildConfiguration = "Release"
56
- revealArchiveInOrganizer = "YES">
57
- </ArchiveAction>
58
- </Scheme>