@capacitor-community/camera-preview 2.0.0-beta.0 → 2.0.0-beta.2

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 (95) hide show
  1. package/CapacitorCommunityCameraPreview.podspec +3 -2
  2. package/LICENSE +21 -0
  3. package/README.md +46 -57
  4. package/android/build.gradle +4 -4
  5. package/android/src/main/java/com/ahm/capacitor/camera/preview/CameraPreview.java +127 -118
  6. package/dist/esm/definitions.d.ts +9 -5
  7. package/dist/esm/definitions.js +1 -0
  8. package/dist/esm/index.d.ts +3 -1
  9. package/dist/esm/index.js +5 -1
  10. package/dist/esm/index.js.map +1 -1
  11. package/dist/esm/web.d.ts +7 -1
  12. package/dist/esm/web.js +89 -77
  13. package/dist/esm/web.js.map +1 -1
  14. package/ios/Plugin/CameraController.swift +155 -48
  15. package/ios/Plugin/Plugin.m +3 -0
  16. package/ios/Plugin/Plugin.swift +125 -46
  17. package/ios/Plugin.xcodeproj/project.pbxproj +2 -6
  18. package/ios/Podfile +2 -2
  19. package/ios/Podfile.lock +4 -4
  20. package/package.json +7 -6
  21. package/android/local.properties +0 -8
  22. package/ios/Plugin.xcodeproj/xcuserdata/ahernandez.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
  23. package/ios/Plugin.xcodeproj/xcuserdata/nielsvanharen.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
  24. package/ios/Plugin.xcworkspace/xcuserdata/ahernandez.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  25. package/ios/Plugin.xcworkspace/xcuserdata/arielhernandezmusa.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  26. package/ios/Plugin.xcworkspace/xcuserdata/nielsvanharen.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  27. package/ios/Pods/CapacitorCordova/LICENSE +0 -23
  28. package/ios/Pods/CapacitorCordova/README.md +0 -39
  29. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/CapacitorCordova.h +0 -21
  30. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/AppDelegate.h +0 -8
  31. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/AppDelegate.m +0 -5
  32. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDV.h +0 -28
  33. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVAvailability.h +0 -109
  34. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVCommandDelegate.h +0 -51
  35. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVCommandDelegateImpl.h +0 -39
  36. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVCommandDelegateImpl.m +0 -154
  37. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVConfigParser.h +0 -31
  38. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVConfigParser.m +0 -81
  39. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVInvokedUrlCommand.h +0 -52
  40. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVInvokedUrlCommand.m +0 -116
  41. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPlugin.h +0 -81
  42. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPlugin.m +0 -154
  43. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginManager.h +0 -25
  44. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginManager.m +0 -77
  45. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginResult.h +0 -82
  46. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginResult.m +0 -216
  47. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVScreenOrientationDelegate.h +0 -33
  48. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVUIWebViewDelegate.h +0 -41
  49. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVUIWebViewDelegate.m +0 -399
  50. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVURLProtocol.h +0 -27
  51. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVURLProtocol.m +0 -74
  52. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVUserAgentUtil.h +0 -27
  53. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVUserAgentUtil.m +0 -156
  54. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVViewController.h +0 -30
  55. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVViewController.m +0 -34
  56. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/NSDictionary+CordovaPreferences.h +0 -35
  57. package/ios/Pods/CapacitorCordova/ios/CapacitorCordova/CapacitorCordova/Classes/Public/NSDictionary+CordovaPreferences.m +0 -63
  58. package/ios/Pods/Local Podspecs/Capacitor.podspec.json +0 -31
  59. package/ios/Pods/Manifest.lock +0 -23
  60. package/ios/Pods/Pods.xcodeproj/project.pbxproj +0 -1296
  61. package/ios/Pods/Pods.xcodeproj/xcuserdata/ahernandez.xcuserdatad/xcschemes/Capacitor.xcscheme +0 -60
  62. package/ios/Pods/Pods.xcodeproj/xcuserdata/ahernandez.xcuserdatad/xcschemes/CapacitorCordova.xcscheme +0 -58
  63. package/ios/Pods/Pods.xcodeproj/xcuserdata/ahernandez.xcuserdatad/xcschemes/Pods-Plugin.xcscheme +0 -58
  64. package/ios/Pods/Pods.xcodeproj/xcuserdata/ahernandez.xcuserdatad/xcschemes/Pods-PluginTests.xcscheme +0 -58
  65. package/ios/Pods/Pods.xcodeproj/xcuserdata/ahernandez.xcuserdatad/xcschemes/xcschememanagement.plist +0 -39
  66. package/ios/Pods/Target Support Files/Capacitor/Capacitor-Info.plist +0 -26
  67. package/ios/Pods/Target Support Files/Capacitor/Capacitor-dummy.m +0 -5
  68. package/ios/Pods/Target Support Files/Capacitor/Capacitor-prefix.pch +0 -12
  69. package/ios/Pods/Target Support Files/Capacitor/Capacitor.debug.xcconfig +0 -13
  70. package/ios/Pods/Target Support Files/Capacitor/Capacitor.modulemap +0 -7
  71. package/ios/Pods/Target Support Files/Capacitor/Capacitor.release.xcconfig +0 -13
  72. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist +0 -26
  73. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-dummy.m +0 -5
  74. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch +0 -12
  75. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-umbrella.h +0 -32
  76. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.debug.xcconfig +0 -12
  77. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.modulemap +0 -6
  78. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.release.xcconfig +0 -12
  79. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist +0 -26
  80. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.markdown +0 -57
  81. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.plist +0 -95
  82. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-dummy.m +0 -5
  83. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-umbrella.h +0 -16
  84. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig +0 -13
  85. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.modulemap +0 -6
  86. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig +0 -13
  87. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-Info.plist +0 -26
  88. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.markdown +0 -57
  89. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.plist +0 -95
  90. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-dummy.m +0 -5
  91. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh +0 -187
  92. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-umbrella.h +0 -16
  93. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig +0 -14
  94. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.modulemap +0 -6
  95. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig +0 -14
@@ -1,1296 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 48;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 022476DE7687A80F70998E2293F39C29 /* DefaultPlugins.m in Sources */ = {isa = PBXBuildFile; fileRef = C37D533CFC6C52545DC5215AFDAA56BC /* DefaultPlugins.m */; };
11
- 05B9BC49071412C567D07623F2BFFB8D /* CAPInstanceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 39A783A193483D41AD2D977B2CB74877 /* CAPInstanceConfiguration.m */; };
12
- 06C026D05FAF1AC3EB31272A226B0617 /* CDVCommandDelegateImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F4BA18A7AAA1ED35AAE027D4A977EB8 /* CDVCommandDelegateImpl.h */; settings = {ATTRIBUTES = (Public, ); }; };
13
- 0A03893C0EC858E2B4AE13B4FB57CF14 /* Capacitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 960186A88713BAAE797F841CD040B4E2 /* Capacitor.h */; settings = {ATTRIBUTES = (Public, ); }; };
14
- 0AFDFF130903A5E707E74A69121DC7CF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 099A5B8F62B49C6D0126F0B9A3A10BE8 /* AppDelegate.m */; };
15
- 13A1D80F5BA1B69D7D8E263E4A9C1D7F /* CapacitorCordova.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D39FB23A34D0613F4F06145A2DE9A1 /* CapacitorCordova.h */; settings = {ATTRIBUTES = (Project, ); }; };
16
- 152BC1EBEBF986E2180E883AC97F9A72 /* CAPInstanceDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 407EDEA64BF236C352F267C320B6A65B /* CAPInstanceDescriptor.m */; };
17
- 18D03164F476A611452084BBAF5F92E4 /* CAPBridgeProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B36B836D19CA2EA213F2E3B9BE1AA8C5 /* CAPBridgeProtocol.swift */; };
18
- 193E5ABCFC7750FCBE06C2F6EE421431 /* JSExport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F0571CF9D40A6FAD7C33FC40DA8808F /* JSExport.swift */; };
19
- 1AEE79E40C204BA3A0D0BA70B02ABF00 /* CAPPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = F4537A1381430C23B28355F5F07CABD0 /* CAPPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
20
- 1B9A471B1B65F4B82C306D4E0FFF7E89 /* CAPBridgeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB7ED623F5160F27CC7B35D2DFD7D51 /* CAPBridgeViewController.swift */; };
21
- 1EDF5ACA77D0C5D39725A806F0D82E4D /* CAPPluginCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09E947215D12DD5FD03DE212CC4C38B9 /* CAPPluginCall.swift */; };
22
- 2750FDFCE3262CF24EBD9338F0F8EE40 /* WebViewDelegationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4B96BD6363D362D89C3751EC6185489 /* WebViewDelegationHandler.swift */; };
23
- 277E6EB65B4DCBE3CD07705A2953034A /* CDVConfigParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BAD829595D44AEBEEC361B49BC5C7CF /* CDVConfigParser.m */; };
24
- 2AB272ED56FC6910939BE6B452236537 /* Pods-PluginTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD93D36D06B546B5015A4716941DCBB /* Pods-PluginTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
25
- 2DAB1D234AFCC316A12EFCF09A6C124E /* NotificationHandlerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD18D77CFF2418E42E3CF470A7283670 /* NotificationHandlerProtocol.swift */; };
26
- 36D7295F862AF6F53F2CED5774D42FE0 /* CAPFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3066171A71BD90C40005DD83EFD484EC /* CAPFile.swift */; };
27
- 3B8BCA8CA871732E47826D0200C52E0B /* NotificationRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2552A7EA8B67505413FA5106B64F5A50 /* NotificationRouter.swift */; };
28
- 3D0758B32F0BC21DE252A98EC9E392BA /* CDVCommandDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 62F32BE3FF664609EC5741ACBA1C6195 /* CDVCommandDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
29
- 3D90A4FF1AFFFB6C197AA59E0FB7AFF4 /* CapacitorCordova-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 97A17722E52A9E955604211C0D027A01 /* CapacitorCordova-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
30
- 405E27735C8A6E5342A2E84B005E1AD0 /* CAPLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B6353B89E0B8BE73B8B39B95DBA8813 /* CAPLog.swift */; };
31
- 42C1C33F0BF787DF1E9C3420A79C98D1 /* WKWebView+Capacitor.m in Sources */ = {isa = PBXBuildFile; fileRef = D63593C64FBD4939AE9F51540A6BD4F8 /* WKWebView+Capacitor.m */; };
32
- 45FA99F2C0117DA486A89D58DA27990B /* CDVUserAgentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 61427FD540519F0BE0832FE722C9032A /* CDVUserAgentUtil.m */; };
33
- 4B827AF291BCD2211C003BF4110AFC81 /* CDVPluginResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BBB0703AD5EA66C0D3C543ADFF2D0C6 /* CDVPluginResult.m */; };
34
- 4BB9A29838118C6CD5CDA0D9BBEABBAF /* CDVUserAgentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FD0A3C27BC98667256912FEC4C0BF1A /* CDVUserAgentUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
35
- 4CB167DC5BA86EB594E751492E2EC5A2 /* DocLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CA18D9678119827FF01448627C50A4E /* DocLinks.swift */; };
36
- 4D466FA0AB55B7F08029203CCBA5251C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 836AA53B08735CCA25FCBEB61ECE2D62 /* Foundation.framework */; };
37
- 4D8FF7C5FD7334B985976F6913800B92 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 836AA53B08735CCA25FCBEB61ECE2D62 /* Foundation.framework */; };
38
- 4F2BD3F237EFC190E66BE39B6C8041DB /* CAPPluginCall.m in Sources */ = {isa = PBXBuildFile; fileRef = DB67261766A1BC5023F6F84C0B3487F7 /* CAPPluginCall.m */; };
39
- 5002CBF39D40898EBCF317905ACC1D88 /* Console.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543D1C778F367F6D2899B7DBC31E7878 /* Console.swift */; };
40
- 51D5BF1BA7A540E171ABB48F8AEC8C42 /* CAPPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = FEDBCCF78B2B60856EE92E6DC18CC710 /* CAPPlugin.m */; };
41
- 560BD0CA61C9D8760C99966BB3D1B4B3 /* CAPInstanceConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EC7BBCF35D4770229ED5C43C3B858AB /* CAPInstanceConfiguration.swift */; };
42
- 59EB6C129639B56056DCABA6629D7F66 /* Pods-Plugin-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B5A2BC9A9C63563BFD519AB3CE4D5D9D /* Pods-Plugin-dummy.m */; };
43
- 5B0646B66A958B57DFFB3E7BF196F651 /* TmpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C53452768E9EAC89E69818AD2A1CB7CF /* TmpViewController.swift */; };
44
- 5C2C7F642F8CB0AFA31B5B70FA2AF777 /* CAPPluginCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F2B35E79174B7B852922ED3795CDDEE /* CAPPluginCall.h */; settings = {ATTRIBUTES = (Public, ); }; };
45
- 5E05B62E13220BF9BE3F2ED108832F29 /* CDVViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E0FFCEF34027A15206CCB255276D03A4 /* CDVViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
46
- 5F6922E74C3B01396FCC02D25EF30157 /* CDVPluginResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 00D30D5207E6257483F4B2439B398C93 /* CDVPluginResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
47
- 60ACCF942E406EE2FE46CE7E9C22FA26 /* CDVURLProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E2A76D528AAAC07B97FD8C79E93A19CD /* CDVURLProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
48
- 60BEBD1B0628056D8F3F618E1A5E4337 /* CapacitorBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 366AE7A7D2044E4B3F5B0280653DD525 /* CapacitorBridge.swift */; };
49
- 617BBF9E1766B97B7CBA2A5184D63955 /* CAPInstanceDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C097772E53659A5429509DE95176EFE /* CAPInstanceDescriptor.h */; settings = {ATTRIBUTES = (Public, ); }; };
50
- 634995F1A9F2450876F3FAE11DE67FE8 /* CDVPluginManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D88B36EB445D8F1A370ED0635E4CEBD6 /* CDVPluginManager.m */; };
51
- 66B459068D77281122619B0E54615397 /* CDVPluginManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 62CF708EC88E33DE867B5B6592B08396 /* CDVPluginManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
52
- 67460CA1ECEBF3589A9F92F4794BFA8A /* CAPNotifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11971E123001F881964ED9DB3274FC02 /* CAPNotifications.swift */; };
53
- 7BFF6D84F65B9338E8BD023BC947F5B0 /* CDVPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 44CDE2F2ADF159FD645D70AC9E4896C2 /* CDVPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
54
- 7CD52DE288BE9B7A44DF14568A32F911 /* CAPPluginMethod.m in Sources */ = {isa = PBXBuildFile; fileRef = A815D2210873C65ABE9829D5B0D1C68A /* CAPPluginMethod.m */; };
55
- 7DF3C41DF7CE87F10DD12FC774E44096 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 836AA53B08735CCA25FCBEB61ECE2D62 /* Foundation.framework */; };
56
- 7F84C94D0AC460738C2248D6BAB4F0A7 /* JS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967F20B27076BF20BF5B4147C0DCE1CB /* JS.swift */; };
57
- 8E5B3E1591C05551524C155D680BBF4E /* Data+Capacitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E12D87153804676F87CBBEA2B03A0D9 /* Data+Capacitor.swift */; };
58
- 91CCFBB4002355B9E065EA14606905F0 /* CDVInvokedUrlCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 76E2AA65C3786D65A07FF4105AADA0AC /* CDVInvokedUrlCommand.m */; };
59
- 9EE23EA981A84C1ED4AC62EA18BE5604 /* CAPBridgedJSTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E7B524863000737B8FBA782B97170D9 /* CAPBridgedJSTypes.m */; };
60
- A420D5706E8227F745AA12CD08397AAF /* CAPBridgedPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 220968CA0E494960C696C5C154587FA0 /* CAPBridgedPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
61
- A8333707B54D7CBD17CC3C04AE7D0125 /* Cordova.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 351CAFB01AE1CE21F3443E3CD9E750E4 /* Cordova.framework */; };
62
- A97F000BD5086EC071BBE550029F01EC /* CDVConfigParser.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF1273851CD381988A982A43005EB15 /* CDVConfigParser.h */; settings = {ATTRIBUTES = (Public, ); }; };
63
- AA849025173092F91045C5734F7CB720 /* CapacitorExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D20221476E59FBE49A48B1801F65FEC9 /* CapacitorExtension.swift */; };
64
- AD57540C7383408A05E9128FFD527A13 /* CAPApplicationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 269CFA3BC4D6FF1489F314CBE533A377 /* CAPApplicationDelegateProxy.swift */; };
65
- AF630C31D5A79586F63881A5F7463E67 /* Pods-PluginTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E74390F09A29D254E98C5610DDD5A28 /* Pods-PluginTests-dummy.m */; };
66
- B6C13FC099B8615A7085D5AEAB5FCE8B /* CAPBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA5902795017F5BC72494A004B80472A /* CAPBridge.swift */; };
67
- B6C635B7A1F1FCE88566295C3D2C13AB /* CDVCommandDelegateImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FDA5A61A5C5ED90A3C50C5567D0A611 /* CDVCommandDelegateImpl.m */; };
68
- B7BF367B6BB27AF6C316B1B28F4CDB8E /* Capacitor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34CC3431A1DE78B6EB1587BC1230DA41 /* Capacitor-dummy.m */; };
69
- B83A46C4FF814244FF59B30E73E3AA6F /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA710DA3D460F25D7AD41D72FE130A5 /* WebView.swift */; };
70
- BEF939A1CABA1478E3D0093C0C1B4D59 /* CDVUIWebViewDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D968F77B9B2E093D09986DEA4535EC3 /* CDVUIWebViewDelegate.m */; };
71
- C0A557F5C18FEF219716EA476F685ECB /* CDVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A84069CFFC44FF6E6A2A9F98B8F1628A /* CDVViewController.m */; };
72
- C17BE28767F9D90867456403EE1F63F3 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91ACA894810BE23B2DEA1A9EB0CDDA3C /* UIColor.swift */; };
73
- C1BBD6298523833F97DCC56E1D742180 /* CAPBridgedJSTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 022057B7215163C760FD0886CF7C0714 /* CAPBridgedJSTypes.h */; settings = {ATTRIBUTES = (Public, ); }; };
74
- C5857A6D7A31C1B53081500EF08C7347 /* WKWebView+Capacitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8180210B5FCE4F18FA595D692E1647A /* WKWebView+Capacitor.swift */; };
75
- C6FB0C9E856F0A352C31060ABF5CEE43 /* AppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B808E73BADFE09911D0546AE7EA6AE0A /* AppDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
76
- CB16E46399B3FAB9D5270662A7FD5BB8 /* CDVPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = BEA2368528C07B5E2ADE79A6582B47EB /* CDVPlugin.m */; };
77
- CC3FF52CFA9E834F831D7B3B1285D5EE /* WebViewAssetHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D934FABCD1FE8D9063C875E84BBACB3 /* WebViewAssetHandler.swift */; };
78
- CD0570B3088AF784B95CA907AB2837AA /* NSDictionary+CordovaPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 94B714A280EAD086A2C1B0303471B473 /* NSDictionary+CordovaPreferences.m */; };
79
- D3163A29F47496C92C285BAB100712F6 /* Pods-Plugin-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EFD241FB11A4273E5C38133FF35CF7D /* Pods-Plugin-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
80
- D9E0211DA8DFE24E79BFFDF6E7DEDC2B /* JSTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DACEE536B688CE85A6EB8E76693590A /* JSTypes.swift */; };
81
- DC36F26F313CFF25ACD0862756F68B9C /* KeyPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4477FA02597726BAF2458CC50E20A250 /* KeyPath.swift */; };
82
- DF02D8047857D6EB4AA8B2CD1DBDB23A /* CDVURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 9116DFD87AA99C3985074852E848FC89 /* CDVURLProtocol.m */; };
83
- DF2F4CAC667920C37F8E17299518C984 /* CDVAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C3F6668FC4E98150A32DFE1DE045D67 /* CDVAvailability.h */; settings = {ATTRIBUTES = (Public, ); }; };
84
- E5944AE2E73D1A2C47ACE0854572CEC7 /* CAPPluginMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = AB299926F22254F4606492C21BA5D5A8 /* CAPPluginMethod.h */; settings = {ATTRIBUTES = (Public, ); }; };
85
- E724A516A46988E9D8A1AC14E3EA7C12 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 836AA53B08735CCA25FCBEB61ECE2D62 /* Foundation.framework */; };
86
- E89F66F0E924A5643F47B28259CCE141 /* CapacitorCordova-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E9A1ED8601F61FAA497CF26F8619FC1 /* CapacitorCordova-dummy.m */; };
87
- EAFE3CF49BA82D671A8D85ACD114B65B /* CDVInvokedUrlCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B432CCF4E3EC42E605A3BACFCDD67A /* CDVInvokedUrlCommand.h */; settings = {ATTRIBUTES = (Public, ); }; };
88
- EC22AE28A018DABA73C6EBB99CFAB13F /* CDVScreenOrientationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C3F74AF58BE9F268ADEE0236A874C54 /* CDVScreenOrientationDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
89
- EEC214CD249A3E7A4AD6EFB03F4ECDC1 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15AE296986E7EA9099B1F1A3C0632470 /* WebKit.framework */; };
90
- F0F5E080D4F957F46FA06E24DFAD59CF /* NSDictionary+CordovaPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B885FE514D819E010D64E1517D0873B /* NSDictionary+CordovaPreferences.h */; settings = {ATTRIBUTES = (Public, ); }; };
91
- F3BBE24F298262DC182D6648EEC2D032 /* CAPBridgeDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7117B25D219D448A52F605416B10D8C3 /* CAPBridgeDelegate.swift */; };
92
- F6250E07D6D481D74C0EC2003E3C0ED5 /* CDVUIWebViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B08C0C1589E6B9F21753FF0A711B0653 /* CDVUIWebViewDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
93
- F703E566F3A5C72DD33DB7D847E458E8 /* CDV.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BA8C1572A52DC718FF0FEBD24816107 /* CDV.h */; settings = {ATTRIBUTES = (Public, ); }; };
94
- F90BB5A9B1424D1239A3AC9C9DD4B4FC /* CAPInstanceConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = FE2FA70D0E10E22C50FAC8C832C4549D /* CAPInstanceConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; };
95
- F93AC91057C77E3EAD8CC8D3622025F7 /* CAPInstanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 146A6676EF2C02F6E150517A5A37976A /* CAPInstanceDescriptor.swift */; };
96
- FC726ABAD9193227A34924F16511F75F /* UIStatusBarManager+CAPHandleTapAction.m in Sources */ = {isa = PBXBuildFile; fileRef = D03620E11402D74EE16661CFD36D5588 /* UIStatusBarManager+CAPHandleTapAction.m */; };
97
- /* End PBXBuildFile section */
98
-
99
- /* Begin PBXContainerItemProxy section */
100
- 4BFDB18DCD9AFABC4040BFD46B1AA4A8 /* PBXContainerItemProxy */ = {
101
- isa = PBXContainerItemProxy;
102
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
103
- proxyType = 1;
104
- remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0;
105
- remoteInfo = CapacitorCordova;
106
- };
107
- 5AD7D89313EB86C905EE6714D8575D1D /* PBXContainerItemProxy */ = {
108
- isa = PBXContainerItemProxy;
109
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
110
- proxyType = 1;
111
- remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371;
112
- remoteInfo = Capacitor;
113
- };
114
- A1BDA563E06A25F2200AADA9A1D02D49 /* PBXContainerItemProxy */ = {
115
- isa = PBXContainerItemProxy;
116
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
117
- proxyType = 1;
118
- remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0;
119
- remoteInfo = CapacitorCordova;
120
- };
121
- BD7CFA88C84C03457361885F5228FA84 /* PBXContainerItemProxy */ = {
122
- isa = PBXContainerItemProxy;
123
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
124
- proxyType = 1;
125
- remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371;
126
- remoteInfo = Capacitor;
127
- };
128
- FCD42EDEA02EC45DA7152CCA1049C9A9 /* PBXContainerItemProxy */ = {
129
- isa = PBXContainerItemProxy;
130
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
131
- proxyType = 1;
132
- remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0;
133
- remoteInfo = CapacitorCordova;
134
- };
135
- /* End PBXContainerItemProxy section */
136
-
137
- /* Begin PBXFileReference section */
138
- 00D30D5207E6257483F4B2439B398C93 /* CDVPluginResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVPluginResult.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginResult.h; sourceTree = "<group>"; };
139
- 022057B7215163C760FD0886CF7C0714 /* CAPBridgedJSTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPBridgedJSTypes.h; path = Capacitor/Capacitor/CAPBridgedJSTypes.h; sourceTree = "<group>"; };
140
- 099A5B8F62B49C6D0126F0B9A3A10BE8 /* AppDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/AppDelegate.m; sourceTree = "<group>"; };
141
- 09E947215D12DD5FD03DE212CC4C38B9 /* CAPPluginCall.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPPluginCall.swift; path = Capacitor/Capacitor/CAPPluginCall.swift; sourceTree = "<group>"; };
142
- 0B6353B89E0B8BE73B8B39B95DBA8813 /* CAPLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPLog.swift; path = Capacitor/Capacitor/CAPLog.swift; sourceTree = "<group>"; };
143
- 0B885FE514D819E010D64E1517D0873B /* NSDictionary+CordovaPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+CordovaPreferences.h"; path = "ios/CapacitorCordova/CapacitorCordova/Classes/Public/NSDictionary+CordovaPreferences.h"; sourceTree = "<group>"; };
144
- 0C3F6668FC4E98150A32DFE1DE045D67 /* CDVAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVAvailability.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVAvailability.h; sourceTree = "<group>"; };
145
- 0FD0A3C27BC98667256912FEC4C0BF1A /* CDVUserAgentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVUserAgentUtil.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVUserAgentUtil.h; sourceTree = "<group>"; };
146
- 11971E123001F881964ED9DB3274FC02 /* CAPNotifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPNotifications.swift; path = Capacitor/Capacitor/CAPNotifications.swift; sourceTree = "<group>"; };
147
- 11DF9CA040CEBA3928A7F34FB4928E2C /* Pods-Plugin-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Plugin-Info.plist"; sourceTree = "<group>"; };
148
- 146A6676EF2C02F6E150517A5A37976A /* CAPInstanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPInstanceDescriptor.swift; path = Capacitor/Capacitor/CAPInstanceDescriptor.swift; sourceTree = "<group>"; };
149
- 15AE296986E7EA9099B1F1A3C0632470 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/WebKit.framework; sourceTree = DEVELOPER_DIR; };
150
- 1ABFDA3391AEBA42EFB0FEBF824A6E34 /* Cordova.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Cordova.framework; path = CapacitorCordova.framework; sourceTree = BUILT_PRODUCTS_DIR; };
151
- 1BA8C1572A52DC718FF0FEBD24816107 /* CDV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDV.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDV.h; sourceTree = "<group>"; };
152
- 220968CA0E494960C696C5C154587FA0 /* CAPBridgedPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPBridgedPlugin.h; path = Capacitor/Capacitor/CAPBridgedPlugin.h; sourceTree = "<group>"; };
153
- 2552A7EA8B67505413FA5106B64F5A50 /* NotificationRouter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotificationRouter.swift; path = Capacitor/Capacitor/NotificationRouter.swift; sourceTree = "<group>"; };
154
- 269CFA3BC4D6FF1489F314CBE533A377 /* CAPApplicationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPApplicationDelegateProxy.swift; path = Capacitor/Capacitor/CAPApplicationDelegateProxy.swift; sourceTree = "<group>"; };
155
- 2E7B524863000737B8FBA782B97170D9 /* CAPBridgedJSTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPBridgedJSTypes.m; path = Capacitor/Capacitor/CAPBridgedJSTypes.m; sourceTree = "<group>"; };
156
- 2EC7BBCF35D4770229ED5C43C3B858AB /* CAPInstanceConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPInstanceConfiguration.swift; path = Capacitor/Capacitor/CAPInstanceConfiguration.swift; sourceTree = "<group>"; };
157
- 3066171A71BD90C40005DD83EFD484EC /* CAPFile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPFile.swift; path = Capacitor/Capacitor/CAPFile.swift; sourceTree = "<group>"; };
158
- 34CC3431A1DE78B6EB1587BC1230DA41 /* Capacitor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Capacitor-dummy.m"; sourceTree = "<group>"; };
159
- 351CAFB01AE1CE21F3443E3CD9E750E4 /* Cordova.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Cordova.framework; sourceTree = BUILT_PRODUCTS_DIR; };
160
- 366AE7A7D2044E4B3F5B0280653DD525 /* CapacitorBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorBridge.swift; path = Capacitor/Capacitor/CapacitorBridge.swift; sourceTree = "<group>"; };
161
- 39A783A193483D41AD2D977B2CB74877 /* CAPInstanceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPInstanceConfiguration.m; path = Capacitor/Capacitor/CAPInstanceConfiguration.m; sourceTree = "<group>"; };
162
- 3F4BA18A7AAA1ED35AAE027D4A977EB8 /* CDVCommandDelegateImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVCommandDelegateImpl.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVCommandDelegateImpl.h; sourceTree = "<group>"; };
163
- 3FDA5A61A5C5ED90A3C50C5567D0A611 /* CDVCommandDelegateImpl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVCommandDelegateImpl.m; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVCommandDelegateImpl.m; sourceTree = "<group>"; };
164
- 401B4870616B3D09347BE1F13F95D477 /* Pods-Plugin.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Plugin.modulemap"; sourceTree = "<group>"; };
165
- 407EDEA64BF236C352F267C320B6A65B /* CAPInstanceDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPInstanceDescriptor.m; path = Capacitor/Capacitor/CAPInstanceDescriptor.m; sourceTree = "<group>"; };
166
- 4477FA02597726BAF2458CC50E20A250 /* KeyPath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KeyPath.swift; path = Capacitor/Capacitor/KeyPath.swift; sourceTree = "<group>"; };
167
- 44CDE2F2ADF159FD645D70AC9E4896C2 /* CDVPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVPlugin.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPlugin.h; sourceTree = "<group>"; };
168
- 44D6062E8C618EC2B8F1D7229E8AD501 /* Capacitor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Capacitor.framework; path = Capacitor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
169
- 4562F5E1A2C5322CBFFCD9F99ABB29D9 /* Capacitor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Capacitor.modulemap; sourceTree = "<group>"; };
170
- 45AEE2D3BD43D61882B01AAE2B8F11E4 /* Pods-PluginTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PluginTests-acknowledgements.plist"; sourceTree = "<group>"; };
171
- 45CA3FEBB42A4B8778CB820AEE3A0871 /* CapacitorCordova.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorCordova.release.xcconfig; sourceTree = "<group>"; };
172
- 47F881CAB117FE10E92963EF6CC91861 /* Pods-PluginTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PluginTests.debug.xcconfig"; sourceTree = "<group>"; };
173
- 4B7B23985828F9D35ECCA1361A486792 /* Pods_Plugin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Plugin.framework; path = "Pods-Plugin.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
174
- 4DACEE536B688CE85A6EB8E76693590A /* JSTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSTypes.swift; path = Capacitor/Capacitor/JSTypes.swift; sourceTree = "<group>"; };
175
- 4F0571CF9D40A6FAD7C33FC40DA8808F /* JSExport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSExport.swift; path = Capacitor/Capacitor/JSExport.swift; sourceTree = "<group>"; };
176
- 535AEEBA96B786E87F23F75310B8CB74 /* Pods-Plugin-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Plugin-acknowledgements.plist"; sourceTree = "<group>"; };
177
- 543D1C778F367F6D2899B7DBC31E7878 /* Console.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Console.swift; sourceTree = "<group>"; };
178
- 58DEAF78291AAC1E83073B9084B45542 /* Pods_PluginTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_PluginTests.framework; path = "Pods-PluginTests.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
179
- 5C3F74AF58BE9F268ADEE0236A874C54 /* CDVScreenOrientationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVScreenOrientationDelegate.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVScreenOrientationDelegate.h; sourceTree = "<group>"; };
180
- 5CA18D9678119827FF01448627C50A4E /* DocLinks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DocLinks.swift; path = Capacitor/Capacitor/DocLinks.swift; sourceTree = "<group>"; };
181
- 5E9A1ED8601F61FAA497CF26F8619FC1 /* CapacitorCordova-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorCordova-dummy.m"; sourceTree = "<group>"; };
182
- 61427FD540519F0BE0832FE722C9032A /* CDVUserAgentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVUserAgentUtil.m; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVUserAgentUtil.m; sourceTree = "<group>"; };
183
- 62CF708EC88E33DE867B5B6592B08396 /* CDVPluginManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVPluginManager.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginManager.h; sourceTree = "<group>"; };
184
- 62F32BE3FF664609EC5741ACBA1C6195 /* CDVCommandDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVCommandDelegate.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVCommandDelegate.h; sourceTree = "<group>"; };
185
- 6F1715C2DEF7461A3964E29A0FCB6D3D /* Pods-Plugin.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Plugin.release.xcconfig"; sourceTree = "<group>"; };
186
- 7117B25D219D448A52F605416B10D8C3 /* CAPBridgeDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeDelegate.swift; path = Capacitor/Capacitor/CAPBridgeDelegate.swift; sourceTree = "<group>"; };
187
- 734D3E6C923AB14796A693DEBDB60E7C /* CapacitorCordova-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorCordova-prefix.pch"; sourceTree = "<group>"; };
188
- 76E2AA65C3786D65A07FF4105AADA0AC /* CDVInvokedUrlCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVInvokedUrlCommand.m; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVInvokedUrlCommand.m; sourceTree = "<group>"; };
189
- 7D967D566F7C3FD1B78180239E63BC92 /* Pods-PluginTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PluginTests.release.xcconfig"; sourceTree = "<group>"; };
190
- 7E12D87153804676F87CBBEA2B03A0D9 /* Data+Capacitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Data+Capacitor.swift"; path = "Capacitor/Capacitor/Data+Capacitor.swift"; sourceTree = "<group>"; };
191
- 7E74390F09A29D254E98C5610DDD5A28 /* Pods-PluginTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PluginTests-dummy.m"; sourceTree = "<group>"; };
192
- 7EFD241FB11A4273E5C38133FF35CF7D /* Pods-Plugin-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Plugin-umbrella.h"; sourceTree = "<group>"; };
193
- 80B432CCF4E3EC42E605A3BACFCDD67A /* CDVInvokedUrlCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVInvokedUrlCommand.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVInvokedUrlCommand.h; sourceTree = "<group>"; };
194
- 836AA53B08735CCA25FCBEB61ECE2D62 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
195
- 8BAD829595D44AEBEEC361B49BC5C7CF /* CDVConfigParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVConfigParser.m; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVConfigParser.m; sourceTree = "<group>"; };
196
- 8BBB0703AD5EA66C0D3C543ADFF2D0C6 /* CDVPluginResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVPluginResult.m; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginResult.m; sourceTree = "<group>"; };
197
- 8D968F77B9B2E093D09986DEA4535EC3 /* CDVUIWebViewDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVUIWebViewDelegate.m; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVUIWebViewDelegate.m; sourceTree = "<group>"; };
198
- 8F2B35E79174B7B852922ED3795CDDEE /* CAPPluginCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPPluginCall.h; path = Capacitor/Capacitor/CAPPluginCall.h; sourceTree = "<group>"; };
199
- 9116DFD87AA99C3985074852E848FC89 /* CDVURLProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVURLProtocol.m; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVURLProtocol.m; sourceTree = "<group>"; };
200
- 91ACA894810BE23B2DEA1A9EB0CDDA3C /* UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIColor.swift; path = Capacitor/Capacitor/UIColor.swift; sourceTree = "<group>"; };
201
- 939147BBA617256FB279F110F9DD2227 /* Pods-PluginTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PluginTests-Info.plist"; sourceTree = "<group>"; };
202
- 93D39FB23A34D0613F4F06145A2DE9A1 /* CapacitorCordova.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CapacitorCordova.h; path = ios/CapacitorCordova/CapacitorCordova/CapacitorCordova.h; sourceTree = "<group>"; };
203
- 94B714A280EAD086A2C1B0303471B473 /* NSDictionary+CordovaPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+CordovaPreferences.m"; path = "ios/CapacitorCordova/CapacitorCordova/Classes/Public/NSDictionary+CordovaPreferences.m"; sourceTree = "<group>"; };
204
- 960186A88713BAAE797F841CD040B4E2 /* Capacitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Capacitor.h; path = Capacitor/Capacitor/Capacitor.h; sourceTree = "<group>"; };
205
- 967F20B27076BF20BF5B4147C0DCE1CB /* JS.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JS.swift; path = Capacitor/Capacitor/JS.swift; sourceTree = "<group>"; };
206
- 97A17722E52A9E955604211C0D027A01 /* CapacitorCordova-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorCordova-umbrella.h"; sourceTree = "<group>"; };
207
- 99697B326B631C87272A176E469731CF /* Capacitor-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Capacitor-Info.plist"; sourceTree = "<group>"; };
208
- 9C097772E53659A5429509DE95176EFE /* CAPInstanceDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPInstanceDescriptor.h; path = Capacitor/Capacitor/CAPInstanceDescriptor.h; sourceTree = "<group>"; };
209
- 9D934FABCD1FE8D9063C875E84BBACB3 /* WebViewAssetHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebViewAssetHandler.swift; path = Capacitor/Capacitor/WebViewAssetHandler.swift; sourceTree = "<group>"; };
210
- 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
211
- A1E5822FC61F9421CF2456D453B75418 /* Pods-PluginTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PluginTests-acknowledgements.markdown"; sourceTree = "<group>"; };
212
- A815D2210873C65ABE9829D5B0D1C68A /* CAPPluginMethod.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPluginMethod.m; path = Capacitor/Capacitor/CAPPluginMethod.m; sourceTree = "<group>"; };
213
- A84069CFFC44FF6E6A2A9F98B8F1628A /* CDVViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVViewController.m; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVViewController.m; sourceTree = "<group>"; };
214
- AAA710DA3D460F25D7AD41D72FE130A5 /* WebView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = WebView.swift; sourceTree = "<group>"; };
215
- AB299926F22254F4606492C21BA5D5A8 /* CAPPluginMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPPluginMethod.h; path = Capacitor/Capacitor/CAPPluginMethod.h; sourceTree = "<group>"; };
216
- AD18D77CFF2418E42E3CF470A7283670 /* NotificationHandlerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotificationHandlerProtocol.swift; path = Capacitor/Capacitor/NotificationHandlerProtocol.swift; sourceTree = "<group>"; };
217
- ADE1DA37D3E5BCD5F8DB49B8A395BB69 /* CapacitorCordova.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorCordova.debug.xcconfig; sourceTree = "<group>"; };
218
- AEADC9279D35583B7B76A6E85544CEC4 /* Capacitor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Capacitor.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
219
- B08C0C1589E6B9F21753FF0A711B0653 /* CDVUIWebViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVUIWebViewDelegate.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVUIWebViewDelegate.h; sourceTree = "<group>"; };
220
- B36B836D19CA2EA213F2E3B9BE1AA8C5 /* CAPBridgeProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeProtocol.swift; path = Capacitor/Capacitor/CAPBridgeProtocol.swift; sourceTree = "<group>"; };
221
- B59A21E4D3BFC7A5BE8BA70C443E34A7 /* CapacitorCordova-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorCordova-Info.plist"; sourceTree = "<group>"; };
222
- B5A2BC9A9C63563BFD519AB3CE4D5D9D /* Pods-Plugin-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Plugin-dummy.m"; sourceTree = "<group>"; };
223
- B808E73BADFE09911D0546AE7EA6AE0A /* AppDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/AppDelegate.h; sourceTree = "<group>"; };
224
- B9C96CA35312E9B6E3B68C6A38C61831 /* Capacitor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Capacitor.release.xcconfig; sourceTree = "<group>"; };
225
- BBB7ED623F5160F27CC7B35D2DFD7D51 /* CAPBridgeViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeViewController.swift; path = Capacitor/Capacitor/CAPBridgeViewController.swift; sourceTree = "<group>"; };
226
- BEA2368528C07B5E2ADE79A6582B47EB /* CDVPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVPlugin.m; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPlugin.m; sourceTree = "<group>"; };
227
- C37D533CFC6C52545DC5215AFDAA56BC /* DefaultPlugins.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = DefaultPlugins.m; sourceTree = "<group>"; };
228
- C53452768E9EAC89E69818AD2A1CB7CF /* TmpViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TmpViewController.swift; path = Capacitor/Capacitor/TmpViewController.swift; sourceTree = "<group>"; };
229
- C818B5D2E7E4FE4DB6A541C59C3F46A2 /* Pods-Plugin-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Plugin-acknowledgements.markdown"; sourceTree = "<group>"; };
230
- C9C9E5A9914CD0025A854CB159909940 /* Capacitor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = Capacitor.modulemap; path = Capacitor/Capacitor/Capacitor.modulemap; sourceTree = "<group>"; };
231
- CA5902795017F5BC72494A004B80472A /* CAPBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridge.swift; path = Capacitor/Capacitor/CAPBridge.swift; sourceTree = "<group>"; };
232
- D03620E11402D74EE16661CFD36D5588 /* UIStatusBarManager+CAPHandleTapAction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIStatusBarManager+CAPHandleTapAction.m"; path = "Capacitor/Capacitor/UIStatusBarManager+CAPHandleTapAction.m"; sourceTree = "<group>"; };
233
- D20221476E59FBE49A48B1801F65FEC9 /* CapacitorExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorExtension.swift; path = Capacitor/Capacitor/CapacitorExtension.swift; sourceTree = "<group>"; };
234
- D63593C64FBD4939AE9F51540A6BD4F8 /* WKWebView+Capacitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "WKWebView+Capacitor.m"; path = "Capacitor/Capacitor/WKWebView+Capacitor.m"; sourceTree = "<group>"; };
235
- D6A9D9102A6C05CE4B93BA2C13954FE9 /* Pods-PluginTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PluginTests-frameworks.sh"; sourceTree = "<group>"; };
236
- D88B36EB445D8F1A370ED0635E4CEBD6 /* CDVPluginManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVPluginManager.m; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginManager.m; sourceTree = "<group>"; };
237
- DAA5DBF72380C5466DCBC107B7747A60 /* Pods-Plugin.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Plugin.debug.xcconfig"; sourceTree = "<group>"; };
238
- DAF1273851CD381988A982A43005EB15 /* CDVConfigParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVConfigParser.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVConfigParser.h; sourceTree = "<group>"; };
239
- DB67261766A1BC5023F6F84C0B3487F7 /* CAPPluginCall.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPluginCall.m; path = Capacitor/Capacitor/CAPPluginCall.m; sourceTree = "<group>"; };
240
- E0FFCEF34027A15206CCB255276D03A4 /* CDVViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVViewController.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVViewController.h; sourceTree = "<group>"; };
241
- E2A76D528AAAC07B97FD8C79E93A19CD /* CDVURLProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVURLProtocol.h; path = ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVURLProtocol.h; sourceTree = "<group>"; };
242
- E4B96BD6363D362D89C3751EC6185489 /* WebViewDelegationHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebViewDelegationHandler.swift; path = Capacitor/Capacitor/WebViewDelegationHandler.swift; sourceTree = "<group>"; };
243
- E8180210B5FCE4F18FA595D692E1647A /* WKWebView+Capacitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Capacitor.swift"; path = "Capacitor/Capacitor/WKWebView+Capacitor.swift"; sourceTree = "<group>"; };
244
- E8950E00418A9BCE1D0E315A85B496FB /* Pods-PluginTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-PluginTests.modulemap"; sourceTree = "<group>"; };
245
- E9661DF0C46E3B22B562485E6BFE1933 /* CapacitorCordova.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorCordova.modulemap; sourceTree = "<group>"; };
246
- EBD7172A67530D066A0AF1090F9E4FAE /* Capacitor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Capacitor-prefix.pch"; sourceTree = "<group>"; };
247
- F4537A1381430C23B28355F5F07CABD0 /* CAPPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPPlugin.h; path = Capacitor/Capacitor/CAPPlugin.h; sourceTree = "<group>"; };
248
- FA8B9F433D6ABEF814FBEB50BBE21FA0 /* Capacitor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Capacitor.debug.xcconfig; sourceTree = "<group>"; };
249
- FBD93D36D06B546B5015A4716941DCBB /* Pods-PluginTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PluginTests-umbrella.h"; sourceTree = "<group>"; };
250
- FE2FA70D0E10E22C50FAC8C832C4549D /* CAPInstanceConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPInstanceConfiguration.h; path = Capacitor/Capacitor/CAPInstanceConfiguration.h; sourceTree = "<group>"; };
251
- FEDBCCF78B2B60856EE92E6DC18CC710 /* CAPPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPlugin.m; path = Capacitor/Capacitor/CAPPlugin.m; sourceTree = "<group>"; };
252
- /* End PBXFileReference section */
253
-
254
- /* Begin PBXFrameworksBuildPhase section */
255
- 09A3C8F5F4124EF39C11A4869ED86B43 /* Frameworks */ = {
256
- isa = PBXFrameworksBuildPhase;
257
- buildActionMask = 2147483647;
258
- files = (
259
- E724A516A46988E9D8A1AC14E3EA7C12 /* Foundation.framework in Frameworks */,
260
- );
261
- runOnlyForDeploymentPostprocessing = 0;
262
- };
263
- 15F03B04052C5ED9C10CDF78547CFB88 /* Frameworks */ = {
264
- isa = PBXFrameworksBuildPhase;
265
- buildActionMask = 2147483647;
266
- files = (
267
- A8333707B54D7CBD17CC3C04AE7D0125 /* Cordova.framework in Frameworks */,
268
- 7DF3C41DF7CE87F10DD12FC774E44096 /* Foundation.framework in Frameworks */,
269
- );
270
- runOnlyForDeploymentPostprocessing = 0;
271
- };
272
- 8DD0E3D29D0C940C1D86BABC522AD68D /* Frameworks */ = {
273
- isa = PBXFrameworksBuildPhase;
274
- buildActionMask = 2147483647;
275
- files = (
276
- 4D466FA0AB55B7F08029203CCBA5251C /* Foundation.framework in Frameworks */,
277
- );
278
- runOnlyForDeploymentPostprocessing = 0;
279
- };
280
- 9002622327DE688C034C88C52AEB45DE /* Frameworks */ = {
281
- isa = PBXFrameworksBuildPhase;
282
- buildActionMask = 2147483647;
283
- files = (
284
- 4D8FF7C5FD7334B985976F6913800B92 /* Foundation.framework in Frameworks */,
285
- EEC214CD249A3E7A4AD6EFB03F4ECDC1 /* WebKit.framework in Frameworks */,
286
- );
287
- runOnlyForDeploymentPostprocessing = 0;
288
- };
289
- /* End PBXFrameworksBuildPhase section */
290
-
291
- /* Begin PBXGroup section */
292
- 5751801D79E9B5E4730ADC54EEA299E5 /* Frameworks */ = {
293
- isa = PBXGroup;
294
- children = (
295
- 351CAFB01AE1CE21F3443E3CD9E750E4 /* Cordova.framework */,
296
- AF7C994CA17138F9A3277B2C85314BF7 /* iOS */,
297
- );
298
- name = Frameworks;
299
- sourceTree = "<group>";
300
- };
301
- 5D2B05669D8DE68E043BC2DC12EDC601 /* Plugins */ = {
302
- isa = PBXGroup;
303
- children = (
304
- 543D1C778F367F6D2899B7DBC31E7878 /* Console.swift */,
305
- C37D533CFC6C52545DC5215AFDAA56BC /* DefaultPlugins.m */,
306
- AAA710DA3D460F25D7AD41D72FE130A5 /* WebView.swift */,
307
- );
308
- name = Plugins;
309
- path = Capacitor/Capacitor/Plugins;
310
- sourceTree = "<group>";
311
- };
312
- 6169797CD310019533482459606673F6 /* CapacitorCordova */ = {
313
- isa = PBXGroup;
314
- children = (
315
- B808E73BADFE09911D0546AE7EA6AE0A /* AppDelegate.h */,
316
- 099A5B8F62B49C6D0126F0B9A3A10BE8 /* AppDelegate.m */,
317
- 93D39FB23A34D0613F4F06145A2DE9A1 /* CapacitorCordova.h */,
318
- 1BA8C1572A52DC718FF0FEBD24816107 /* CDV.h */,
319
- 0C3F6668FC4E98150A32DFE1DE045D67 /* CDVAvailability.h */,
320
- 62F32BE3FF664609EC5741ACBA1C6195 /* CDVCommandDelegate.h */,
321
- 3F4BA18A7AAA1ED35AAE027D4A977EB8 /* CDVCommandDelegateImpl.h */,
322
- 3FDA5A61A5C5ED90A3C50C5567D0A611 /* CDVCommandDelegateImpl.m */,
323
- DAF1273851CD381988A982A43005EB15 /* CDVConfigParser.h */,
324
- 8BAD829595D44AEBEEC361B49BC5C7CF /* CDVConfigParser.m */,
325
- 80B432CCF4E3EC42E605A3BACFCDD67A /* CDVInvokedUrlCommand.h */,
326
- 76E2AA65C3786D65A07FF4105AADA0AC /* CDVInvokedUrlCommand.m */,
327
- 44CDE2F2ADF159FD645D70AC9E4896C2 /* CDVPlugin.h */,
328
- BEA2368528C07B5E2ADE79A6582B47EB /* CDVPlugin.m */,
329
- 62CF708EC88E33DE867B5B6592B08396 /* CDVPluginManager.h */,
330
- D88B36EB445D8F1A370ED0635E4CEBD6 /* CDVPluginManager.m */,
331
- 00D30D5207E6257483F4B2439B398C93 /* CDVPluginResult.h */,
332
- 8BBB0703AD5EA66C0D3C543ADFF2D0C6 /* CDVPluginResult.m */,
333
- 5C3F74AF58BE9F268ADEE0236A874C54 /* CDVScreenOrientationDelegate.h */,
334
- B08C0C1589E6B9F21753FF0A711B0653 /* CDVUIWebViewDelegate.h */,
335
- 8D968F77B9B2E093D09986DEA4535EC3 /* CDVUIWebViewDelegate.m */,
336
- E2A76D528AAAC07B97FD8C79E93A19CD /* CDVURLProtocol.h */,
337
- 9116DFD87AA99C3985074852E848FC89 /* CDVURLProtocol.m */,
338
- 0FD0A3C27BC98667256912FEC4C0BF1A /* CDVUserAgentUtil.h */,
339
- 61427FD540519F0BE0832FE722C9032A /* CDVUserAgentUtil.m */,
340
- E0FFCEF34027A15206CCB255276D03A4 /* CDVViewController.h */,
341
- A84069CFFC44FF6E6A2A9F98B8F1628A /* CDVViewController.m */,
342
- 0B885FE514D819E010D64E1517D0873B /* NSDictionary+CordovaPreferences.h */,
343
- 94B714A280EAD086A2C1B0303471B473 /* NSDictionary+CordovaPreferences.m */,
344
- 75D4A0FD56A331EF885C118416CBCE7D /* Support Files */,
345
- );
346
- name = CapacitorCordova;
347
- path = CapacitorCordova;
348
- sourceTree = "<group>";
349
- };
350
- 740E12C899D56C459793F8D89BE2D003 /* Targets Support Files */ = {
351
- isa = PBXGroup;
352
- children = (
353
- 8C0C94AB912114BEDD51A64682444E19 /* Pods-Plugin */,
354
- F22F323547F39068C402A67FCA68E7C2 /* Pods-PluginTests */,
355
- );
356
- name = "Targets Support Files";
357
- sourceTree = "<group>";
358
- };
359
- 75D4A0FD56A331EF885C118416CBCE7D /* Support Files */ = {
360
- isa = PBXGroup;
361
- children = (
362
- E9661DF0C46E3B22B562485E6BFE1933 /* CapacitorCordova.modulemap */,
363
- 5E9A1ED8601F61FAA497CF26F8619FC1 /* CapacitorCordova-dummy.m */,
364
- B59A21E4D3BFC7A5BE8BA70C443E34A7 /* CapacitorCordova-Info.plist */,
365
- 734D3E6C923AB14796A693DEBDB60E7C /* CapacitorCordova-prefix.pch */,
366
- 97A17722E52A9E955604211C0D027A01 /* CapacitorCordova-umbrella.h */,
367
- ADE1DA37D3E5BCD5F8DB49B8A395BB69 /* CapacitorCordova.debug.xcconfig */,
368
- 45CA3FEBB42A4B8778CB820AEE3A0871 /* CapacitorCordova.release.xcconfig */,
369
- );
370
- name = "Support Files";
371
- path = "../Target Support Files/CapacitorCordova";
372
- sourceTree = "<group>";
373
- };
374
- 8C0C94AB912114BEDD51A64682444E19 /* Pods-Plugin */ = {
375
- isa = PBXGroup;
376
- children = (
377
- 401B4870616B3D09347BE1F13F95D477 /* Pods-Plugin.modulemap */,
378
- C818B5D2E7E4FE4DB6A541C59C3F46A2 /* Pods-Plugin-acknowledgements.markdown */,
379
- 535AEEBA96B786E87F23F75310B8CB74 /* Pods-Plugin-acknowledgements.plist */,
380
- B5A2BC9A9C63563BFD519AB3CE4D5D9D /* Pods-Plugin-dummy.m */,
381
- 11DF9CA040CEBA3928A7F34FB4928E2C /* Pods-Plugin-Info.plist */,
382
- 7EFD241FB11A4273E5C38133FF35CF7D /* Pods-Plugin-umbrella.h */,
383
- DAA5DBF72380C5466DCBC107B7747A60 /* Pods-Plugin.debug.xcconfig */,
384
- 6F1715C2DEF7461A3964E29A0FCB6D3D /* Pods-Plugin.release.xcconfig */,
385
- );
386
- name = "Pods-Plugin";
387
- path = "Target Support Files/Pods-Plugin";
388
- sourceTree = "<group>";
389
- };
390
- 919EFE202983ACA4B33E57FD8A2220D2 /* Products */ = {
391
- isa = PBXGroup;
392
- children = (
393
- 44D6062E8C618EC2B8F1D7229E8AD501 /* Capacitor.framework */,
394
- 1ABFDA3391AEBA42EFB0FEBF824A6E34 /* Cordova.framework */,
395
- 4B7B23985828F9D35ECCA1361A486792 /* Pods_Plugin.framework */,
396
- 58DEAF78291AAC1E83073B9084B45542 /* Pods_PluginTests.framework */,
397
- );
398
- name = Products;
399
- sourceTree = "<group>";
400
- };
401
- AF7C994CA17138F9A3277B2C85314BF7 /* iOS */ = {
402
- isa = PBXGroup;
403
- children = (
404
- 836AA53B08735CCA25FCBEB61ECE2D62 /* Foundation.framework */,
405
- 15AE296986E7EA9099B1F1A3C0632470 /* WebKit.framework */,
406
- );
407
- name = iOS;
408
- sourceTree = "<group>";
409
- };
410
- C9F0C4BC7F10248D1C578ADD30C0BD8E /* Pods */ = {
411
- isa = PBXGroup;
412
- children = (
413
- 6169797CD310019533482459606673F6 /* CapacitorCordova */,
414
- );
415
- name = Pods;
416
- sourceTree = "<group>";
417
- };
418
- CF1408CF629C7361332E53B88F7BD30C = {
419
- isa = PBXGroup;
420
- children = (
421
- 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
422
- FB6589EA7E4D115997E10BDCC63E95DF /* Development Pods */,
423
- 5751801D79E9B5E4730ADC54EEA299E5 /* Frameworks */,
424
- C9F0C4BC7F10248D1C578ADD30C0BD8E /* Pods */,
425
- 919EFE202983ACA4B33E57FD8A2220D2 /* Products */,
426
- 740E12C899D56C459793F8D89BE2D003 /* Targets Support Files */,
427
- );
428
- sourceTree = "<group>";
429
- };
430
- D433F04B9A30F3DFB18B3BA52355DA00 /* Support Files */ = {
431
- isa = PBXGroup;
432
- children = (
433
- 4562F5E1A2C5322CBFFCD9F99ABB29D9 /* Capacitor.modulemap */,
434
- 34CC3431A1DE78B6EB1587BC1230DA41 /* Capacitor-dummy.m */,
435
- 99697B326B631C87272A176E469731CF /* Capacitor-Info.plist */,
436
- EBD7172A67530D066A0AF1090F9E4FAE /* Capacitor-prefix.pch */,
437
- FA8B9F433D6ABEF814FBEB50BBE21FA0 /* Capacitor.debug.xcconfig */,
438
- B9C96CA35312E9B6E3B68C6A38C61831 /* Capacitor.release.xcconfig */,
439
- );
440
- name = "Support Files";
441
- path = "../../../ios/Pods/Target Support Files/Capacitor";
442
- sourceTree = "<group>";
443
- };
444
- E6C921B305724BD7C0EDD88D93CE0EF0 /* Capacitor */ = {
445
- isa = PBXGroup;
446
- children = (
447
- 960186A88713BAAE797F841CD040B4E2 /* Capacitor.h */,
448
- 366AE7A7D2044E4B3F5B0280653DD525 /* CapacitorBridge.swift */,
449
- D20221476E59FBE49A48B1801F65FEC9 /* CapacitorExtension.swift */,
450
- 269CFA3BC4D6FF1489F314CBE533A377 /* CAPApplicationDelegateProxy.swift */,
451
- CA5902795017F5BC72494A004B80472A /* CAPBridge.swift */,
452
- 7117B25D219D448A52F605416B10D8C3 /* CAPBridgeDelegate.swift */,
453
- 022057B7215163C760FD0886CF7C0714 /* CAPBridgedJSTypes.h */,
454
- 2E7B524863000737B8FBA782B97170D9 /* CAPBridgedJSTypes.m */,
455
- 220968CA0E494960C696C5C154587FA0 /* CAPBridgedPlugin.h */,
456
- B36B836D19CA2EA213F2E3B9BE1AA8C5 /* CAPBridgeProtocol.swift */,
457
- BBB7ED623F5160F27CC7B35D2DFD7D51 /* CAPBridgeViewController.swift */,
458
- 3066171A71BD90C40005DD83EFD484EC /* CAPFile.swift */,
459
- FE2FA70D0E10E22C50FAC8C832C4549D /* CAPInstanceConfiguration.h */,
460
- 39A783A193483D41AD2D977B2CB74877 /* CAPInstanceConfiguration.m */,
461
- 2EC7BBCF35D4770229ED5C43C3B858AB /* CAPInstanceConfiguration.swift */,
462
- 9C097772E53659A5429509DE95176EFE /* CAPInstanceDescriptor.h */,
463
- 407EDEA64BF236C352F267C320B6A65B /* CAPInstanceDescriptor.m */,
464
- 146A6676EF2C02F6E150517A5A37976A /* CAPInstanceDescriptor.swift */,
465
- 0B6353B89E0B8BE73B8B39B95DBA8813 /* CAPLog.swift */,
466
- 11971E123001F881964ED9DB3274FC02 /* CAPNotifications.swift */,
467
- F4537A1381430C23B28355F5F07CABD0 /* CAPPlugin.h */,
468
- FEDBCCF78B2B60856EE92E6DC18CC710 /* CAPPlugin.m */,
469
- 8F2B35E79174B7B852922ED3795CDDEE /* CAPPluginCall.h */,
470
- DB67261766A1BC5023F6F84C0B3487F7 /* CAPPluginCall.m */,
471
- 09E947215D12DD5FD03DE212CC4C38B9 /* CAPPluginCall.swift */,
472
- AB299926F22254F4606492C21BA5D5A8 /* CAPPluginMethod.h */,
473
- A815D2210873C65ABE9829D5B0D1C68A /* CAPPluginMethod.m */,
474
- 7E12D87153804676F87CBBEA2B03A0D9 /* Data+Capacitor.swift */,
475
- 5CA18D9678119827FF01448627C50A4E /* DocLinks.swift */,
476
- 967F20B27076BF20BF5B4147C0DCE1CB /* JS.swift */,
477
- 4F0571CF9D40A6FAD7C33FC40DA8808F /* JSExport.swift */,
478
- 4DACEE536B688CE85A6EB8E76693590A /* JSTypes.swift */,
479
- 4477FA02597726BAF2458CC50E20A250 /* KeyPath.swift */,
480
- AD18D77CFF2418E42E3CF470A7283670 /* NotificationHandlerProtocol.swift */,
481
- 2552A7EA8B67505413FA5106B64F5A50 /* NotificationRouter.swift */,
482
- C53452768E9EAC89E69818AD2A1CB7CF /* TmpViewController.swift */,
483
- 91ACA894810BE23B2DEA1A9EB0CDDA3C /* UIColor.swift */,
484
- D03620E11402D74EE16661CFD36D5588 /* UIStatusBarManager+CAPHandleTapAction.m */,
485
- 9D934FABCD1FE8D9063C875E84BBACB3 /* WebViewAssetHandler.swift */,
486
- E4B96BD6363D362D89C3751EC6185489 /* WebViewDelegationHandler.swift */,
487
- D63593C64FBD4939AE9F51540A6BD4F8 /* WKWebView+Capacitor.m */,
488
- E8180210B5FCE4F18FA595D692E1647A /* WKWebView+Capacitor.swift */,
489
- 5D2B05669D8DE68E043BC2DC12EDC601 /* Plugins */,
490
- F3C002C73FC7DDA1B58CFEB853E6BE01 /* Pod */,
491
- D433F04B9A30F3DFB18B3BA52355DA00 /* Support Files */,
492
- );
493
- name = Capacitor;
494
- path = "../../node_modules/@capacitor/ios";
495
- sourceTree = "<group>";
496
- };
497
- F22F323547F39068C402A67FCA68E7C2 /* Pods-PluginTests */ = {
498
- isa = PBXGroup;
499
- children = (
500
- E8950E00418A9BCE1D0E315A85B496FB /* Pods-PluginTests.modulemap */,
501
- A1E5822FC61F9421CF2456D453B75418 /* Pods-PluginTests-acknowledgements.markdown */,
502
- 45AEE2D3BD43D61882B01AAE2B8F11E4 /* Pods-PluginTests-acknowledgements.plist */,
503
- 7E74390F09A29D254E98C5610DDD5A28 /* Pods-PluginTests-dummy.m */,
504
- D6A9D9102A6C05CE4B93BA2C13954FE9 /* Pods-PluginTests-frameworks.sh */,
505
- 939147BBA617256FB279F110F9DD2227 /* Pods-PluginTests-Info.plist */,
506
- FBD93D36D06B546B5015A4716941DCBB /* Pods-PluginTests-umbrella.h */,
507
- 47F881CAB117FE10E92963EF6CC91861 /* Pods-PluginTests.debug.xcconfig */,
508
- 7D967D566F7C3FD1B78180239E63BC92 /* Pods-PluginTests.release.xcconfig */,
509
- );
510
- name = "Pods-PluginTests";
511
- path = "Target Support Files/Pods-PluginTests";
512
- sourceTree = "<group>";
513
- };
514
- F3C002C73FC7DDA1B58CFEB853E6BE01 /* Pod */ = {
515
- isa = PBXGroup;
516
- children = (
517
- C9C9E5A9914CD0025A854CB159909940 /* Capacitor.modulemap */,
518
- AEADC9279D35583B7B76A6E85544CEC4 /* Capacitor.podspec */,
519
- );
520
- name = Pod;
521
- sourceTree = "<group>";
522
- };
523
- FB6589EA7E4D115997E10BDCC63E95DF /* Development Pods */ = {
524
- isa = PBXGroup;
525
- children = (
526
- E6C921B305724BD7C0EDD88D93CE0EF0 /* Capacitor */,
527
- );
528
- name = "Development Pods";
529
- sourceTree = "<group>";
530
- };
531
- /* End PBXGroup section */
532
-
533
- /* Begin PBXHeadersBuildPhase section */
534
- 42FF96E86E6CC353568D4D6ACF96BDBF /* Headers */ = {
535
- isa = PBXHeadersBuildPhase;
536
- buildActionMask = 2147483647;
537
- files = (
538
- C6FB0C9E856F0A352C31060ABF5CEE43 /* AppDelegate.h in Headers */,
539
- 3D90A4FF1AFFFB6C197AA59E0FB7AFF4 /* CapacitorCordova-umbrella.h in Headers */,
540
- 13A1D80F5BA1B69D7D8E263E4A9C1D7F /* CapacitorCordova.h in Headers */,
541
- F703E566F3A5C72DD33DB7D847E458E8 /* CDV.h in Headers */,
542
- DF2F4CAC667920C37F8E17299518C984 /* CDVAvailability.h in Headers */,
543
- 3D0758B32F0BC21DE252A98EC9E392BA /* CDVCommandDelegate.h in Headers */,
544
- 06C026D05FAF1AC3EB31272A226B0617 /* CDVCommandDelegateImpl.h in Headers */,
545
- A97F000BD5086EC071BBE550029F01EC /* CDVConfigParser.h in Headers */,
546
- EAFE3CF49BA82D671A8D85ACD114B65B /* CDVInvokedUrlCommand.h in Headers */,
547
- 7BFF6D84F65B9338E8BD023BC947F5B0 /* CDVPlugin.h in Headers */,
548
- 66B459068D77281122619B0E54615397 /* CDVPluginManager.h in Headers */,
549
- 5F6922E74C3B01396FCC02D25EF30157 /* CDVPluginResult.h in Headers */,
550
- EC22AE28A018DABA73C6EBB99CFAB13F /* CDVScreenOrientationDelegate.h in Headers */,
551
- F6250E07D6D481D74C0EC2003E3C0ED5 /* CDVUIWebViewDelegate.h in Headers */,
552
- 60ACCF942E406EE2FE46CE7E9C22FA26 /* CDVURLProtocol.h in Headers */,
553
- 4BB9A29838118C6CD5CDA0D9BBEABBAF /* CDVUserAgentUtil.h in Headers */,
554
- 5E05B62E13220BF9BE3F2ED108832F29 /* CDVViewController.h in Headers */,
555
- F0F5E080D4F957F46FA06E24DFAD59CF /* NSDictionary+CordovaPreferences.h in Headers */,
556
- );
557
- runOnlyForDeploymentPostprocessing = 0;
558
- };
559
- A953780CDA48BDE68004900C0CCA4018 /* Headers */ = {
560
- isa = PBXHeadersBuildPhase;
561
- buildActionMask = 2147483647;
562
- files = (
563
- D3163A29F47496C92C285BAB100712F6 /* Pods-Plugin-umbrella.h in Headers */,
564
- );
565
- runOnlyForDeploymentPostprocessing = 0;
566
- };
567
- C9106EEF953B19DACED91497EA289609 /* Headers */ = {
568
- isa = PBXHeadersBuildPhase;
569
- buildActionMask = 2147483647;
570
- files = (
571
- 0A03893C0EC858E2B4AE13B4FB57CF14 /* Capacitor.h in Headers */,
572
- C1BBD6298523833F97DCC56E1D742180 /* CAPBridgedJSTypes.h in Headers */,
573
- A420D5706E8227F745AA12CD08397AAF /* CAPBridgedPlugin.h in Headers */,
574
- F90BB5A9B1424D1239A3AC9C9DD4B4FC /* CAPInstanceConfiguration.h in Headers */,
575
- 617BBF9E1766B97B7CBA2A5184D63955 /* CAPInstanceDescriptor.h in Headers */,
576
- 1AEE79E40C204BA3A0D0BA70B02ABF00 /* CAPPlugin.h in Headers */,
577
- 5C2C7F642F8CB0AFA31B5B70FA2AF777 /* CAPPluginCall.h in Headers */,
578
- E5944AE2E73D1A2C47ACE0854572CEC7 /* CAPPluginMethod.h in Headers */,
579
- );
580
- runOnlyForDeploymentPostprocessing = 0;
581
- };
582
- E8F4EDAD91B05621E3A008E10C01D6C7 /* Headers */ = {
583
- isa = PBXHeadersBuildPhase;
584
- buildActionMask = 2147483647;
585
- files = (
586
- 2AB272ED56FC6910939BE6B452236537 /* Pods-PluginTests-umbrella.h in Headers */,
587
- );
588
- runOnlyForDeploymentPostprocessing = 0;
589
- };
590
- /* End PBXHeadersBuildPhase section */
591
-
592
- /* Begin PBXNativeTarget section */
593
- 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */ = {
594
- isa = PBXNativeTarget;
595
- buildConfigurationList = C884EAE41B7F6CDA36108EEDE25BDBDB /* Build configuration list for PBXNativeTarget "Capacitor" */;
596
- buildPhases = (
597
- C9106EEF953B19DACED91497EA289609 /* Headers */,
598
- 288E6919114E7A72094223AAFEF33BE9 /* Sources */,
599
- 15F03B04052C5ED9C10CDF78547CFB88 /* Frameworks */,
600
- B1910FF3F80532C66018506C29999232 /* Resources */,
601
- );
602
- buildRules = (
603
- );
604
- dependencies = (
605
- 43B7479B4C3B6C1499EA29E8A4F8F625 /* PBXTargetDependency */,
606
- );
607
- name = Capacitor;
608
- productName = Capacitor;
609
- productReference = 44D6062E8C618EC2B8F1D7229E8AD501 /* Capacitor.framework */;
610
- productType = "com.apple.product-type.framework";
611
- };
612
- 10467BF5021453A5297325418ACC4E64 /* Pods-Plugin */ = {
613
- isa = PBXNativeTarget;
614
- buildConfigurationList = 09FD18F5BBC7A6F8DFF5B93E0D0B902C /* Build configuration list for PBXNativeTarget "Pods-Plugin" */;
615
- buildPhases = (
616
- A953780CDA48BDE68004900C0CCA4018 /* Headers */,
617
- B14F80712DD87D9241BA8B2A6854B733 /* Sources */,
618
- 8DD0E3D29D0C940C1D86BABC522AD68D /* Frameworks */,
619
- 5CBA657C6F0373FFD1BC78EC553AEC90 /* Resources */,
620
- );
621
- buildRules = (
622
- );
623
- dependencies = (
624
- 2986642510C5BB42929FCFC6BEAC065B /* PBXTargetDependency */,
625
- 52B7C1C62F31F15E027F2E7E49C072C6 /* PBXTargetDependency */,
626
- );
627
- name = "Pods-Plugin";
628
- productName = "Pods-Plugin";
629
- productReference = 4B7B23985828F9D35ECCA1361A486792 /* Pods_Plugin.framework */;
630
- productType = "com.apple.product-type.framework";
631
- };
632
- 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */ = {
633
- isa = PBXNativeTarget;
634
- buildConfigurationList = D491B548DE5D1FC46F98C71A02EADD2E /* Build configuration list for PBXNativeTarget "CapacitorCordova" */;
635
- buildPhases = (
636
- 42FF96E86E6CC353568D4D6ACF96BDBF /* Headers */,
637
- B4D6CDE78417136528AEE294E8E89995 /* Sources */,
638
- 9002622327DE688C034C88C52AEB45DE /* Frameworks */,
639
- 045D4EA71B399463274772E5A5DC7481 /* Resources */,
640
- );
641
- buildRules = (
642
- );
643
- dependencies = (
644
- );
645
- name = CapacitorCordova;
646
- productName = CapacitorCordova;
647
- productReference = 1ABFDA3391AEBA42EFB0FEBF824A6E34 /* Cordova.framework */;
648
- productType = "com.apple.product-type.framework";
649
- };
650
- 401C34F4B17A319A7086C93431C92B42 /* Pods-PluginTests */ = {
651
- isa = PBXNativeTarget;
652
- buildConfigurationList = D20AE74F6B1887F3F68497742C61710A /* Build configuration list for PBXNativeTarget "Pods-PluginTests" */;
653
- buildPhases = (
654
- E8F4EDAD91B05621E3A008E10C01D6C7 /* Headers */,
655
- 8474CD88FA624CACA08D3037A2616079 /* Sources */,
656
- 09A3C8F5F4124EF39C11A4869ED86B43 /* Frameworks */,
657
- 0D1695535A6A4265C0BCAAB7801E1AB8 /* Resources */,
658
- );
659
- buildRules = (
660
- );
661
- dependencies = (
662
- 42583D6DDF7BAD34B32213FA5E163469 /* PBXTargetDependency */,
663
- F52EFD8C82D326A9AED321137D1CECDD /* PBXTargetDependency */,
664
- );
665
- name = "Pods-PluginTests";
666
- productName = "Pods-PluginTests";
667
- productReference = 58DEAF78291AAC1E83073B9084B45542 /* Pods_PluginTests.framework */;
668
- productType = "com.apple.product-type.framework";
669
- };
670
- /* End PBXNativeTarget section */
671
-
672
- /* Begin PBXProject section */
673
- BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
674
- isa = PBXProject;
675
- attributes = {
676
- LastSwiftUpdateCheck = 1100;
677
- LastUpgradeCheck = 1100;
678
- };
679
- buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
680
- compatibilityVersion = "Xcode 8.0";
681
- developmentRegion = en;
682
- hasScannedForEncodings = 0;
683
- knownRegions = (
684
- en,
685
- Base,
686
- );
687
- mainGroup = CF1408CF629C7361332E53B88F7BD30C;
688
- productRefGroup = 919EFE202983ACA4B33E57FD8A2220D2 /* Products */;
689
- projectDirPath = "";
690
- projectRoot = "";
691
- targets = (
692
- 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */,
693
- 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */,
694
- 10467BF5021453A5297325418ACC4E64 /* Pods-Plugin */,
695
- 401C34F4B17A319A7086C93431C92B42 /* Pods-PluginTests */,
696
- );
697
- };
698
- /* End PBXProject section */
699
-
700
- /* Begin PBXResourcesBuildPhase section */
701
- 045D4EA71B399463274772E5A5DC7481 /* Resources */ = {
702
- isa = PBXResourcesBuildPhase;
703
- buildActionMask = 2147483647;
704
- files = (
705
- );
706
- runOnlyForDeploymentPostprocessing = 0;
707
- };
708
- 0D1695535A6A4265C0BCAAB7801E1AB8 /* Resources */ = {
709
- isa = PBXResourcesBuildPhase;
710
- buildActionMask = 2147483647;
711
- files = (
712
- );
713
- runOnlyForDeploymentPostprocessing = 0;
714
- };
715
- 5CBA657C6F0373FFD1BC78EC553AEC90 /* Resources */ = {
716
- isa = PBXResourcesBuildPhase;
717
- buildActionMask = 2147483647;
718
- files = (
719
- );
720
- runOnlyForDeploymentPostprocessing = 0;
721
- };
722
- B1910FF3F80532C66018506C29999232 /* Resources */ = {
723
- isa = PBXResourcesBuildPhase;
724
- buildActionMask = 2147483647;
725
- files = (
726
- );
727
- runOnlyForDeploymentPostprocessing = 0;
728
- };
729
- /* End PBXResourcesBuildPhase section */
730
-
731
- /* Begin PBXSourcesBuildPhase section */
732
- 288E6919114E7A72094223AAFEF33BE9 /* Sources */ = {
733
- isa = PBXSourcesBuildPhase;
734
- buildActionMask = 2147483647;
735
- files = (
736
- B7BF367B6BB27AF6C316B1B28F4CDB8E /* Capacitor-dummy.m in Sources */,
737
- 60BEBD1B0628056D8F3F618E1A5E4337 /* CapacitorBridge.swift in Sources */,
738
- AA849025173092F91045C5734F7CB720 /* CapacitorExtension.swift in Sources */,
739
- AD57540C7383408A05E9128FFD527A13 /* CAPApplicationDelegateProxy.swift in Sources */,
740
- B6C13FC099B8615A7085D5AEAB5FCE8B /* CAPBridge.swift in Sources */,
741
- F3BBE24F298262DC182D6648EEC2D032 /* CAPBridgeDelegate.swift in Sources */,
742
- 9EE23EA981A84C1ED4AC62EA18BE5604 /* CAPBridgedJSTypes.m in Sources */,
743
- 18D03164F476A611452084BBAF5F92E4 /* CAPBridgeProtocol.swift in Sources */,
744
- 1B9A471B1B65F4B82C306D4E0FFF7E89 /* CAPBridgeViewController.swift in Sources */,
745
- 36D7295F862AF6F53F2CED5774D42FE0 /* CAPFile.swift in Sources */,
746
- 05B9BC49071412C567D07623F2BFFB8D /* CAPInstanceConfiguration.m in Sources */,
747
- 560BD0CA61C9D8760C99966BB3D1B4B3 /* CAPInstanceConfiguration.swift in Sources */,
748
- 152BC1EBEBF986E2180E883AC97F9A72 /* CAPInstanceDescriptor.m in Sources */,
749
- F93AC91057C77E3EAD8CC8D3622025F7 /* CAPInstanceDescriptor.swift in Sources */,
750
- 405E27735C8A6E5342A2E84B005E1AD0 /* CAPLog.swift in Sources */,
751
- 67460CA1ECEBF3589A9F92F4794BFA8A /* CAPNotifications.swift in Sources */,
752
- 51D5BF1BA7A540E171ABB48F8AEC8C42 /* CAPPlugin.m in Sources */,
753
- 4F2BD3F237EFC190E66BE39B6C8041DB /* CAPPluginCall.m in Sources */,
754
- 1EDF5ACA77D0C5D39725A806F0D82E4D /* CAPPluginCall.swift in Sources */,
755
- 7CD52DE288BE9B7A44DF14568A32F911 /* CAPPluginMethod.m in Sources */,
756
- 5002CBF39D40898EBCF317905ACC1D88 /* Console.swift in Sources */,
757
- 8E5B3E1591C05551524C155D680BBF4E /* Data+Capacitor.swift in Sources */,
758
- 022476DE7687A80F70998E2293F39C29 /* DefaultPlugins.m in Sources */,
759
- 4CB167DC5BA86EB594E751492E2EC5A2 /* DocLinks.swift in Sources */,
760
- 7F84C94D0AC460738C2248D6BAB4F0A7 /* JS.swift in Sources */,
761
- 193E5ABCFC7750FCBE06C2F6EE421431 /* JSExport.swift in Sources */,
762
- D9E0211DA8DFE24E79BFFDF6E7DEDC2B /* JSTypes.swift in Sources */,
763
- DC36F26F313CFF25ACD0862756F68B9C /* KeyPath.swift in Sources */,
764
- 2DAB1D234AFCC316A12EFCF09A6C124E /* NotificationHandlerProtocol.swift in Sources */,
765
- 3B8BCA8CA871732E47826D0200C52E0B /* NotificationRouter.swift in Sources */,
766
- 5B0646B66A958B57DFFB3E7BF196F651 /* TmpViewController.swift in Sources */,
767
- C17BE28767F9D90867456403EE1F63F3 /* UIColor.swift in Sources */,
768
- FC726ABAD9193227A34924F16511F75F /* UIStatusBarManager+CAPHandleTapAction.m in Sources */,
769
- B83A46C4FF814244FF59B30E73E3AA6F /* WebView.swift in Sources */,
770
- CC3FF52CFA9E834F831D7B3B1285D5EE /* WebViewAssetHandler.swift in Sources */,
771
- 2750FDFCE3262CF24EBD9338F0F8EE40 /* WebViewDelegationHandler.swift in Sources */,
772
- 42C1C33F0BF787DF1E9C3420A79C98D1 /* WKWebView+Capacitor.m in Sources */,
773
- C5857A6D7A31C1B53081500EF08C7347 /* WKWebView+Capacitor.swift in Sources */,
774
- );
775
- runOnlyForDeploymentPostprocessing = 0;
776
- };
777
- 8474CD88FA624CACA08D3037A2616079 /* Sources */ = {
778
- isa = PBXSourcesBuildPhase;
779
- buildActionMask = 2147483647;
780
- files = (
781
- AF630C31D5A79586F63881A5F7463E67 /* Pods-PluginTests-dummy.m in Sources */,
782
- );
783
- runOnlyForDeploymentPostprocessing = 0;
784
- };
785
- B14F80712DD87D9241BA8B2A6854B733 /* Sources */ = {
786
- isa = PBXSourcesBuildPhase;
787
- buildActionMask = 2147483647;
788
- files = (
789
- 59EB6C129639B56056DCABA6629D7F66 /* Pods-Plugin-dummy.m in Sources */,
790
- );
791
- runOnlyForDeploymentPostprocessing = 0;
792
- };
793
- B4D6CDE78417136528AEE294E8E89995 /* Sources */ = {
794
- isa = PBXSourcesBuildPhase;
795
- buildActionMask = 2147483647;
796
- files = (
797
- 0AFDFF130903A5E707E74A69121DC7CF /* AppDelegate.m in Sources */,
798
- E89F66F0E924A5643F47B28259CCE141 /* CapacitorCordova-dummy.m in Sources */,
799
- B6C635B7A1F1FCE88566295C3D2C13AB /* CDVCommandDelegateImpl.m in Sources */,
800
- 277E6EB65B4DCBE3CD07705A2953034A /* CDVConfigParser.m in Sources */,
801
- 91CCFBB4002355B9E065EA14606905F0 /* CDVInvokedUrlCommand.m in Sources */,
802
- CB16E46399B3FAB9D5270662A7FD5BB8 /* CDVPlugin.m in Sources */,
803
- 634995F1A9F2450876F3FAE11DE67FE8 /* CDVPluginManager.m in Sources */,
804
- 4B827AF291BCD2211C003BF4110AFC81 /* CDVPluginResult.m in Sources */,
805
- BEF939A1CABA1478E3D0093C0C1B4D59 /* CDVUIWebViewDelegate.m in Sources */,
806
- DF02D8047857D6EB4AA8B2CD1DBDB23A /* CDVURLProtocol.m in Sources */,
807
- 45FA99F2C0117DA486A89D58DA27990B /* CDVUserAgentUtil.m in Sources */,
808
- C0A557F5C18FEF219716EA476F685ECB /* CDVViewController.m in Sources */,
809
- CD0570B3088AF784B95CA907AB2837AA /* NSDictionary+CordovaPreferences.m in Sources */,
810
- );
811
- runOnlyForDeploymentPostprocessing = 0;
812
- };
813
- /* End PBXSourcesBuildPhase section */
814
-
815
- /* Begin PBXTargetDependency section */
816
- 2986642510C5BB42929FCFC6BEAC065B /* PBXTargetDependency */ = {
817
- isa = PBXTargetDependency;
818
- name = Capacitor;
819
- target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */;
820
- targetProxy = 5AD7D89313EB86C905EE6714D8575D1D /* PBXContainerItemProxy */;
821
- };
822
- 42583D6DDF7BAD34B32213FA5E163469 /* PBXTargetDependency */ = {
823
- isa = PBXTargetDependency;
824
- name = Capacitor;
825
- target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */;
826
- targetProxy = BD7CFA88C84C03457361885F5228FA84 /* PBXContainerItemProxy */;
827
- };
828
- 43B7479B4C3B6C1499EA29E8A4F8F625 /* PBXTargetDependency */ = {
829
- isa = PBXTargetDependency;
830
- name = CapacitorCordova;
831
- target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */;
832
- targetProxy = A1BDA563E06A25F2200AADA9A1D02D49 /* PBXContainerItemProxy */;
833
- };
834
- 52B7C1C62F31F15E027F2E7E49C072C6 /* PBXTargetDependency */ = {
835
- isa = PBXTargetDependency;
836
- name = CapacitorCordova;
837
- target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */;
838
- targetProxy = 4BFDB18DCD9AFABC4040BFD46B1AA4A8 /* PBXContainerItemProxy */;
839
- };
840
- F52EFD8C82D326A9AED321137D1CECDD /* PBXTargetDependency */ = {
841
- isa = PBXTargetDependency;
842
- name = CapacitorCordova;
843
- target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */;
844
- targetProxy = FCD42EDEA02EC45DA7152CCA1049C9A9 /* PBXContainerItemProxy */;
845
- };
846
- /* End PBXTargetDependency section */
847
-
848
- /* Begin XCBuildConfiguration section */
849
- 51603F74947E2C92DBFD7E149468D2F3 /* Debug */ = {
850
- isa = XCBuildConfiguration;
851
- baseConfigurationReference = ADE1DA37D3E5BCD5F8DB49B8A395BB69 /* CapacitorCordova.debug.xcconfig */;
852
- buildSettings = {
853
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
854
- CLANG_ENABLE_OBJC_WEAK = NO;
855
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
856
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
857
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
858
- CURRENT_PROJECT_VERSION = 1;
859
- DEFINES_MODULE = YES;
860
- DYLIB_COMPATIBILITY_VERSION = 1;
861
- DYLIB_CURRENT_VERSION = 1;
862
- DYLIB_INSTALL_NAME_BASE = "@rpath";
863
- GCC_PREFIX_HEADER = "Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch";
864
- INFOPLIST_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist";
865
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
866
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
867
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
868
- MODULEMAP_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova.modulemap";
869
- PRODUCT_MODULE_NAME = Cordova;
870
- PRODUCT_NAME = Cordova;
871
- SDKROOT = iphoneos;
872
- SKIP_INSTALL = YES;
873
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
874
- SWIFT_VERSION = 4.2;
875
- TARGETED_DEVICE_FAMILY = "1,2";
876
- VERSIONING_SYSTEM = "apple-generic";
877
- VERSION_INFO_PREFIX = "";
878
- };
879
- name = Debug;
880
- };
881
- 692A94ABC1EACD052B9F1D1C103E82C4 /* Release */ = {
882
- isa = XCBuildConfiguration;
883
- baseConfigurationReference = 45CA3FEBB42A4B8778CB820AEE3A0871 /* CapacitorCordova.release.xcconfig */;
884
- buildSettings = {
885
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
886
- CLANG_ENABLE_OBJC_WEAK = NO;
887
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
888
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
889
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
890
- CURRENT_PROJECT_VERSION = 1;
891
- DEFINES_MODULE = YES;
892
- DYLIB_COMPATIBILITY_VERSION = 1;
893
- DYLIB_CURRENT_VERSION = 1;
894
- DYLIB_INSTALL_NAME_BASE = "@rpath";
895
- GCC_PREFIX_HEADER = "Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch";
896
- INFOPLIST_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist";
897
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
898
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
899
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
900
- MODULEMAP_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova.modulemap";
901
- PRODUCT_MODULE_NAME = Cordova;
902
- PRODUCT_NAME = Cordova;
903
- SDKROOT = iphoneos;
904
- SKIP_INSTALL = YES;
905
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
906
- SWIFT_VERSION = 4.2;
907
- TARGETED_DEVICE_FAMILY = "1,2";
908
- VALIDATE_PRODUCT = YES;
909
- VERSIONING_SYSTEM = "apple-generic";
910
- VERSION_INFO_PREFIX = "";
911
- };
912
- name = Release;
913
- };
914
- 6E957CE85B7FFA19779B15D72BDA216F /* Release */ = {
915
- isa = XCBuildConfiguration;
916
- baseConfigurationReference = 7D967D566F7C3FD1B78180239E63BC92 /* Pods-PluginTests.release.xcconfig */;
917
- buildSettings = {
918
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
919
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
920
- CLANG_ENABLE_OBJC_WEAK = NO;
921
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
922
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
923
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
924
- CURRENT_PROJECT_VERSION = 1;
925
- DEFINES_MODULE = YES;
926
- DYLIB_COMPATIBILITY_VERSION = 1;
927
- DYLIB_CURRENT_VERSION = 1;
928
- DYLIB_INSTALL_NAME_BASE = "@rpath";
929
- INFOPLIST_FILE = "Target Support Files/Pods-PluginTests/Pods-PluginTests-Info.plist";
930
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
931
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
932
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
933
- MACH_O_TYPE = staticlib;
934
- MODULEMAP_FILE = "Target Support Files/Pods-PluginTests/Pods-PluginTests.modulemap";
935
- OTHER_LDFLAGS = "";
936
- OTHER_LIBTOOLFLAGS = "";
937
- PODS_ROOT = "$(SRCROOT)";
938
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
939
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
940
- SDKROOT = iphoneos;
941
- SKIP_INSTALL = YES;
942
- TARGETED_DEVICE_FAMILY = "1,2";
943
- VALIDATE_PRODUCT = YES;
944
- VERSIONING_SYSTEM = "apple-generic";
945
- VERSION_INFO_PREFIX = "";
946
- };
947
- name = Release;
948
- };
949
- 85F4EEBE9A5E1542C7E510A914ADB794 /* Debug */ = {
950
- isa = XCBuildConfiguration;
951
- baseConfigurationReference = DAA5DBF72380C5466DCBC107B7747A60 /* Pods-Plugin.debug.xcconfig */;
952
- buildSettings = {
953
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
954
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
955
- CLANG_ENABLE_OBJC_WEAK = NO;
956
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
957
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
958
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
959
- CURRENT_PROJECT_VERSION = 1;
960
- DEFINES_MODULE = YES;
961
- DYLIB_COMPATIBILITY_VERSION = 1;
962
- DYLIB_CURRENT_VERSION = 1;
963
- DYLIB_INSTALL_NAME_BASE = "@rpath";
964
- INFOPLIST_FILE = "Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist";
965
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
966
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
967
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
968
- MACH_O_TYPE = staticlib;
969
- MODULEMAP_FILE = "Target Support Files/Pods-Plugin/Pods-Plugin.modulemap";
970
- OTHER_LDFLAGS = "";
971
- OTHER_LIBTOOLFLAGS = "";
972
- PODS_ROOT = "$(SRCROOT)";
973
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
974
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
975
- SDKROOT = iphoneos;
976
- SKIP_INSTALL = YES;
977
- TARGETED_DEVICE_FAMILY = "1,2";
978
- VERSIONING_SYSTEM = "apple-generic";
979
- VERSION_INFO_PREFIX = "";
980
- };
981
- name = Debug;
982
- };
983
- 8A982FC7C4B49B346C626B6486EC60CE /* Release */ = {
984
- isa = XCBuildConfiguration;
985
- baseConfigurationReference = 6F1715C2DEF7461A3964E29A0FCB6D3D /* Pods-Plugin.release.xcconfig */;
986
- buildSettings = {
987
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
988
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
989
- CLANG_ENABLE_OBJC_WEAK = NO;
990
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
991
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
992
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
993
- CURRENT_PROJECT_VERSION = 1;
994
- DEFINES_MODULE = YES;
995
- DYLIB_COMPATIBILITY_VERSION = 1;
996
- DYLIB_CURRENT_VERSION = 1;
997
- DYLIB_INSTALL_NAME_BASE = "@rpath";
998
- INFOPLIST_FILE = "Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist";
999
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1000
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1001
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1002
- MACH_O_TYPE = staticlib;
1003
- MODULEMAP_FILE = "Target Support Files/Pods-Plugin/Pods-Plugin.modulemap";
1004
- OTHER_LDFLAGS = "";
1005
- OTHER_LIBTOOLFLAGS = "";
1006
- PODS_ROOT = "$(SRCROOT)";
1007
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
1008
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1009
- SDKROOT = iphoneos;
1010
- SKIP_INSTALL = YES;
1011
- TARGETED_DEVICE_FAMILY = "1,2";
1012
- VALIDATE_PRODUCT = YES;
1013
- VERSIONING_SYSTEM = "apple-generic";
1014
- VERSION_INFO_PREFIX = "";
1015
- };
1016
- name = Release;
1017
- };
1018
- 903A0004D3E6651EFD5D2E16214D101B /* Release */ = {
1019
- isa = XCBuildConfiguration;
1020
- buildSettings = {
1021
- ALWAYS_SEARCH_USER_PATHS = NO;
1022
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
1023
- CLANG_ANALYZER_NONNULL = YES;
1024
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
1025
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
1026
- CLANG_CXX_LIBRARY = "libc++";
1027
- CLANG_ENABLE_MODULES = YES;
1028
- CLANG_ENABLE_OBJC_ARC = YES;
1029
- CLANG_ENABLE_OBJC_WEAK = YES;
1030
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
1031
- CLANG_WARN_BOOL_CONVERSION = YES;
1032
- CLANG_WARN_COMMA = YES;
1033
- CLANG_WARN_CONSTANT_CONVERSION = YES;
1034
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
1035
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
1036
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
1037
- CLANG_WARN_EMPTY_BODY = YES;
1038
- CLANG_WARN_ENUM_CONVERSION = YES;
1039
- CLANG_WARN_INFINITE_RECURSION = YES;
1040
- CLANG_WARN_INT_CONVERSION = YES;
1041
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1042
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
1043
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
1044
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1045
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
1046
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
1047
- CLANG_WARN_STRICT_PROTOTYPES = YES;
1048
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
1049
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
1050
- CLANG_WARN_UNREACHABLE_CODE = YES;
1051
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1052
- COPY_PHASE_STRIP = NO;
1053
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1054
- ENABLE_NS_ASSERTIONS = NO;
1055
- ENABLE_STRICT_OBJC_MSGSEND = YES;
1056
- GCC_C_LANGUAGE_STANDARD = gnu11;
1057
- GCC_NO_COMMON_BLOCKS = YES;
1058
- GCC_PREPROCESSOR_DEFINITIONS = (
1059
- "POD_CONFIGURATION_RELEASE=1",
1060
- "$(inherited)",
1061
- );
1062
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1063
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
1064
- GCC_WARN_UNDECLARED_SELECTOR = YES;
1065
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1066
- GCC_WARN_UNUSED_FUNCTION = YES;
1067
- GCC_WARN_UNUSED_VARIABLE = YES;
1068
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1069
- MTL_ENABLE_DEBUG_INFO = NO;
1070
- MTL_FAST_MATH = YES;
1071
- PRODUCT_NAME = "$(TARGET_NAME)";
1072
- STRIP_INSTALLED_PRODUCT = NO;
1073
- SWIFT_COMPILATION_MODE = wholemodule;
1074
- SWIFT_OPTIMIZATION_LEVEL = "-O";
1075
- SWIFT_VERSION = 5.0;
1076
- SYMROOT = "${SRCROOT}/../build";
1077
- };
1078
- name = Release;
1079
- };
1080
- A711F0BA6BE47E5D9B94B034B38E1D28 /* Debug */ = {
1081
- isa = XCBuildConfiguration;
1082
- baseConfigurationReference = 47F881CAB117FE10E92963EF6CC91861 /* Pods-PluginTests.debug.xcconfig */;
1083
- buildSettings = {
1084
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
1085
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1086
- CLANG_ENABLE_OBJC_WEAK = NO;
1087
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1088
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1089
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1090
- CURRENT_PROJECT_VERSION = 1;
1091
- DEFINES_MODULE = YES;
1092
- DYLIB_COMPATIBILITY_VERSION = 1;
1093
- DYLIB_CURRENT_VERSION = 1;
1094
- DYLIB_INSTALL_NAME_BASE = "@rpath";
1095
- INFOPLIST_FILE = "Target Support Files/Pods-PluginTests/Pods-PluginTests-Info.plist";
1096
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1097
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1098
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1099
- MACH_O_TYPE = staticlib;
1100
- MODULEMAP_FILE = "Target Support Files/Pods-PluginTests/Pods-PluginTests.modulemap";
1101
- OTHER_LDFLAGS = "";
1102
- OTHER_LIBTOOLFLAGS = "";
1103
- PODS_ROOT = "$(SRCROOT)";
1104
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
1105
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1106
- SDKROOT = iphoneos;
1107
- SKIP_INSTALL = YES;
1108
- TARGETED_DEVICE_FAMILY = "1,2";
1109
- VERSIONING_SYSTEM = "apple-generic";
1110
- VERSION_INFO_PREFIX = "";
1111
- };
1112
- name = Debug;
1113
- };
1114
- B4EFE046ACF8F37157F6E322C7FCFC28 /* Debug */ = {
1115
- isa = XCBuildConfiguration;
1116
- buildSettings = {
1117
- ALWAYS_SEARCH_USER_PATHS = NO;
1118
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
1119
- CLANG_ANALYZER_NONNULL = YES;
1120
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
1121
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
1122
- CLANG_CXX_LIBRARY = "libc++";
1123
- CLANG_ENABLE_MODULES = YES;
1124
- CLANG_ENABLE_OBJC_ARC = YES;
1125
- CLANG_ENABLE_OBJC_WEAK = YES;
1126
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
1127
- CLANG_WARN_BOOL_CONVERSION = YES;
1128
- CLANG_WARN_COMMA = YES;
1129
- CLANG_WARN_CONSTANT_CONVERSION = YES;
1130
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
1131
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
1132
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
1133
- CLANG_WARN_EMPTY_BODY = YES;
1134
- CLANG_WARN_ENUM_CONVERSION = YES;
1135
- CLANG_WARN_INFINITE_RECURSION = YES;
1136
- CLANG_WARN_INT_CONVERSION = YES;
1137
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1138
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
1139
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
1140
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1141
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
1142
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
1143
- CLANG_WARN_STRICT_PROTOTYPES = YES;
1144
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
1145
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
1146
- CLANG_WARN_UNREACHABLE_CODE = YES;
1147
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1148
- COPY_PHASE_STRIP = NO;
1149
- DEBUG_INFORMATION_FORMAT = dwarf;
1150
- ENABLE_STRICT_OBJC_MSGSEND = YES;
1151
- ENABLE_TESTABILITY = YES;
1152
- GCC_C_LANGUAGE_STANDARD = gnu11;
1153
- GCC_DYNAMIC_NO_PIC = NO;
1154
- GCC_NO_COMMON_BLOCKS = YES;
1155
- GCC_OPTIMIZATION_LEVEL = 0;
1156
- GCC_PREPROCESSOR_DEFINITIONS = (
1157
- "POD_CONFIGURATION_DEBUG=1",
1158
- "DEBUG=1",
1159
- "$(inherited)",
1160
- );
1161
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1162
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
1163
- GCC_WARN_UNDECLARED_SELECTOR = YES;
1164
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1165
- GCC_WARN_UNUSED_FUNCTION = YES;
1166
- GCC_WARN_UNUSED_VARIABLE = YES;
1167
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1168
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
1169
- MTL_FAST_MATH = YES;
1170
- ONLY_ACTIVE_ARCH = YES;
1171
- PRODUCT_NAME = "$(TARGET_NAME)";
1172
- STRIP_INSTALLED_PRODUCT = NO;
1173
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
1174
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1175
- SWIFT_VERSION = 5.0;
1176
- SYMROOT = "${SRCROOT}/../build";
1177
- };
1178
- name = Debug;
1179
- };
1180
- B9C96F85A41D9378469DA64EA8931412 /* Debug */ = {
1181
- isa = XCBuildConfiguration;
1182
- baseConfigurationReference = FA8B9F433D6ABEF814FBEB50BBE21FA0 /* Capacitor.debug.xcconfig */;
1183
- buildSettings = {
1184
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1185
- CLANG_ENABLE_OBJC_WEAK = NO;
1186
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1187
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1188
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1189
- CURRENT_PROJECT_VERSION = 1;
1190
- DEFINES_MODULE = YES;
1191
- DYLIB_COMPATIBILITY_VERSION = 1;
1192
- DYLIB_CURRENT_VERSION = 1;
1193
- DYLIB_INSTALL_NAME_BASE = "@rpath";
1194
- GCC_PREFIX_HEADER = "Target Support Files/Capacitor/Capacitor-prefix.pch";
1195
- INFOPLIST_FILE = "Target Support Files/Capacitor/Capacitor-Info.plist";
1196
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1197
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1198
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1199
- MODULEMAP_FILE = "Target Support Files/Capacitor/Capacitor.modulemap";
1200
- PRODUCT_MODULE_NAME = Capacitor;
1201
- PRODUCT_NAME = Capacitor;
1202
- SDKROOT = iphoneos;
1203
- SKIP_INSTALL = YES;
1204
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
1205
- SWIFT_VERSION = 5.0;
1206
- TARGETED_DEVICE_FAMILY = "1,2";
1207
- VERSIONING_SYSTEM = "apple-generic";
1208
- VERSION_INFO_PREFIX = "";
1209
- };
1210
- name = Debug;
1211
- };
1212
- CEC565D16AD9A9DB3BCCD68E92B392D5 /* Release */ = {
1213
- isa = XCBuildConfiguration;
1214
- baseConfigurationReference = B9C96CA35312E9B6E3B68C6A38C61831 /* Capacitor.release.xcconfig */;
1215
- buildSettings = {
1216
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1217
- CLANG_ENABLE_OBJC_WEAK = NO;
1218
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1219
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1220
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1221
- CURRENT_PROJECT_VERSION = 1;
1222
- DEFINES_MODULE = YES;
1223
- DYLIB_COMPATIBILITY_VERSION = 1;
1224
- DYLIB_CURRENT_VERSION = 1;
1225
- DYLIB_INSTALL_NAME_BASE = "@rpath";
1226
- GCC_PREFIX_HEADER = "Target Support Files/Capacitor/Capacitor-prefix.pch";
1227
- INFOPLIST_FILE = "Target Support Files/Capacitor/Capacitor-Info.plist";
1228
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1229
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1230
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1231
- MODULEMAP_FILE = "Target Support Files/Capacitor/Capacitor.modulemap";
1232
- PRODUCT_MODULE_NAME = Capacitor;
1233
- PRODUCT_NAME = Capacitor;
1234
- SDKROOT = iphoneos;
1235
- SKIP_INSTALL = YES;
1236
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
1237
- SWIFT_VERSION = 5.0;
1238
- TARGETED_DEVICE_FAMILY = "1,2";
1239
- VALIDATE_PRODUCT = YES;
1240
- VERSIONING_SYSTEM = "apple-generic";
1241
- VERSION_INFO_PREFIX = "";
1242
- };
1243
- name = Release;
1244
- };
1245
- /* End XCBuildConfiguration section */
1246
-
1247
- /* Begin XCConfigurationList section */
1248
- 09FD18F5BBC7A6F8DFF5B93E0D0B902C /* Build configuration list for PBXNativeTarget "Pods-Plugin" */ = {
1249
- isa = XCConfigurationList;
1250
- buildConfigurations = (
1251
- 85F4EEBE9A5E1542C7E510A914ADB794 /* Debug */,
1252
- 8A982FC7C4B49B346C626B6486EC60CE /* Release */,
1253
- );
1254
- defaultConfigurationIsVisible = 0;
1255
- defaultConfigurationName = Release;
1256
- };
1257
- 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = {
1258
- isa = XCConfigurationList;
1259
- buildConfigurations = (
1260
- B4EFE046ACF8F37157F6E322C7FCFC28 /* Debug */,
1261
- 903A0004D3E6651EFD5D2E16214D101B /* Release */,
1262
- );
1263
- defaultConfigurationIsVisible = 0;
1264
- defaultConfigurationName = Release;
1265
- };
1266
- C884EAE41B7F6CDA36108EEDE25BDBDB /* Build configuration list for PBXNativeTarget "Capacitor" */ = {
1267
- isa = XCConfigurationList;
1268
- buildConfigurations = (
1269
- B9C96F85A41D9378469DA64EA8931412 /* Debug */,
1270
- CEC565D16AD9A9DB3BCCD68E92B392D5 /* Release */,
1271
- );
1272
- defaultConfigurationIsVisible = 0;
1273
- defaultConfigurationName = Release;
1274
- };
1275
- D20AE74F6B1887F3F68497742C61710A /* Build configuration list for PBXNativeTarget "Pods-PluginTests" */ = {
1276
- isa = XCConfigurationList;
1277
- buildConfigurations = (
1278
- A711F0BA6BE47E5D9B94B034B38E1D28 /* Debug */,
1279
- 6E957CE85B7FFA19779B15D72BDA216F /* Release */,
1280
- );
1281
- defaultConfigurationIsVisible = 0;
1282
- defaultConfigurationName = Release;
1283
- };
1284
- D491B548DE5D1FC46F98C71A02EADD2E /* Build configuration list for PBXNativeTarget "CapacitorCordova" */ = {
1285
- isa = XCConfigurationList;
1286
- buildConfigurations = (
1287
- 51603F74947E2C92DBFD7E149468D2F3 /* Debug */,
1288
- 692A94ABC1EACD052B9F1D1C103E82C4 /* Release */,
1289
- );
1290
- defaultConfigurationIsVisible = 0;
1291
- defaultConfigurationName = Release;
1292
- };
1293
- /* End XCConfigurationList section */
1294
- };
1295
- rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */;
1296
- }