@capgo/capacitor-native-biometric 5.1.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +11 -11
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +2 -1
- package/android/src/androidTest/java/com/getcapacitor/android/ExampleInstrumentedTest.java +1 -2
- package/android/src/main/java/ee/forgr/biometric/AuthActivity.java +34 -40
- package/android/src/main/java/ee/forgr/biometric/NativeBiometric.java +20 -18
- package/dist/esm/index.js.map +1 -1
- package/dist/plugin.cjs.js +6 -2
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +7 -3
- package/dist/plugin.js.map +1 -1
- package/ios/PluginTests/PluginTests.swift +0 -10
- package/ios/Podfile.lock +5 -5
- package/ios/Pods/Local Podspecs/Capacitor.podspec.json +5 -8
- package/ios/Pods/Local Podspecs/CapacitorCordova.podspec.json +5 -2
- package/ios/Pods/Manifest.lock +5 -5
- package/ios/Pods/Pods.xcodeproj/project.pbxproj +710 -726
- package/ios/Pods/Target Support Files/Capacitor/Capacitor-Info.plist +1 -1
- package/ios/Pods/Target Support Files/Capacitor/Capacitor.debug.xcconfig +1 -1
- package/ios/Pods/Target Support Files/Capacitor/Capacitor.release.xcconfig +1 -1
- package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist +1 -1
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig +1 -1
- package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig +1 -1
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh +1 -1
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig +1 -1
- package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig +1 -1
- package/package.json +15 -18
- package/ios/Pods/Pods.xcodeproj/xcuserdata/martindonadieu.xcuserdatad/xcschemes/Capacitor.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/martindonadieu.xcuserdatad/xcschemes/CapacitorCordova.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/martindonadieu.xcuserdatad/xcschemes/Pods-Plugin.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/martindonadieu.xcuserdatad/xcschemes/Pods-PluginTests.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/martindonadieu.xcuserdatad/xcschemes/xcschememanagement.plist +0 -31
|
@@ -7,139 +7,144 @@
|
|
|
7
7
|
objects = {
|
|
8
8
|
|
|
9
9
|
/* Begin PBXBuildFile section */
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
015DE9885DBA5B9ED0DBC154F8C37A7F /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 3EACB7E551FB65ECE91EFCFE1BCC38C3 /* PrivacyInfo.xcprivacy */; };
|
|
11
|
+
028059F3211CD10A29EC6950590D5783 /* CAPInstanceConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47B410F7CD561D824ACD9DAB7F2246AF /* CAPInstanceConfiguration.swift */; };
|
|
12
|
+
09B84BC1AF4D7AE04D8EBE026F62D02B /* NotificationRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39F3323F53B6EAB51A8E3C84C71CB03C /* NotificationRouter.swift */; };
|
|
13
|
+
0A5E9D204DA705EC842AD01E0E038923 /* CapacitorCookies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21A8D488210EF55329FEDC5A581A6DEB /* CapacitorCookies.swift */; };
|
|
14
|
+
0ACA33BCADE5A0ECF378F7CBAF574B3A /* CDVInvokedUrlCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 6171354382B4CA57F90920CB768D53E8 /* CDVInvokedUrlCommand.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
15
|
+
0C72045BB060F68A50A5550747AF2F48 /* CAPBridgeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A9C4731CFE5F7E74528B70E5BC7DDF /* CAPBridgeViewController.swift */; };
|
|
16
|
+
0E5B759803851591589B5F1EDCB1B66C /* CDVPluginManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3093956F9205DEAEF077EF997B7AB469 /* CDVPluginManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
17
|
+
0EE475DF2D4D6CF8E877045BEF50C4A8 /* CAPInstanceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F8CD748C7985BAEE05B00577EC99F99 /* CAPInstanceConfiguration.m */; };
|
|
18
|
+
0F8D3BFC2360ED865A30CD7EC440F103 /* CAPInstanceDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 99CD067422D46E39E8370AD5B70266A5 /* CAPInstanceDescriptor.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
19
|
+
0FB80CB638A3463224C4A2D5CB8248D7 /* CDVURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = DBBC06E3EA1D9031CCDF12BAE39DFE88 /* CDVURLProtocol.m */; };
|
|
20
|
+
104ED59A0B9B425F12D79C3A5F14BB04 /* Data+Capacitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E9F8C246ACF47C8BB0BB313704711E2 /* Data+Capacitor.swift */; };
|
|
17
21
|
107D38F78924B848B20A512EBCD7912B /* Pods-PluginTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD93D36D06B546B5015A4716941DCBB /* Pods-PluginTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
148D99C1FB410F1DAB64B8BDBC62E919 /* CAPInstanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC3061DB88A2EACC1086D36E8C9DA87 /* CAPInstanceDescriptor.swift */; };
|
|
22
|
+
11050E99111839879B8FFEBBD8C7D9CA /* CapacitorHttp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B49C5FD3ED8B19F6F1EE5A207D66392C /* CapacitorHttp.swift */; };
|
|
23
|
+
122C8BB47DF095FF7FF229B8E85F15CF /* CDVPlugin+Resources.h in Headers */ = {isa = PBXBuildFile; fileRef = 67471A029F86BC86F17CA504E70BDF42 /* CDVPlugin+Resources.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
21
24
|
164D2FCAC8E9161C0D1CA7FD3E765C9D /* Pods-PluginTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E74390F09A29D254E98C5610DDD5A28 /* Pods-PluginTests-dummy.m */; };
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
25
|
+
16F88CC2C416B1322C2A5D475CD6AEF8 /* JS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6775BE38C18A09BF90C109C3BBB25A40 /* JS.swift */; };
|
|
26
|
+
1B2BCC4B86A42244E242F1C9175D0B9F /* CDVCommandDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = EC1520DAC43D44016A7CCD9E245C367B /* CDVCommandDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
27
|
+
21CAFB964B2E36E634B23FA618D2708A /* HttpRequestHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77E498F9E98D08FAD2A1B88327C2B065 /* HttpRequestHandler.swift */; };
|
|
28
|
+
228BBDB11CB81D1D282A8E884D3BD90A /* CDVCommandDelegateImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D62B6C24743E8C487387D1BDEABC9C6 /* CDVCommandDelegateImpl.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
29
|
+
230005F99F3479B72F72915B1388FDA3 /* CAPPluginCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 624DCD354AA478F286E40AAE3F463EBC /* CAPPluginCall.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
30
|
+
24B91C6CDA4A93AD263C7FA6B00D7E48 /* JSExport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C31CBB5DCF455711D1C5EEF612D38EB /* JSExport.swift */; };
|
|
31
|
+
251AD6413846E46469CB8A0A525F2764 /* CAPInstanceDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FE1DBFA2C85AC28863CAFCF9E483A23E /* CAPInstanceDescriptor.m */; };
|
|
32
|
+
2595E0FA3C6EBEDF7D1DFFDA4A0BC6A7 /* CDVCommandDelegateImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = AC323F4C7FB8CAE95059495E9CA9CA84 /* CDVCommandDelegateImpl.m */; };
|
|
33
|
+
31C5967B764C30002D637F2B7F421D73 /* NSDictionary+CordovaPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 24EB68B7FEE2CE5686C49EC58EB9B590 /* NSDictionary+CordovaPreferences.m */; };
|
|
34
|
+
3472DB1E34A7483011FB55A9C15D64F1 /* CAPBridgedJSTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 221A1EF9C80396CC554258E5C0BAC8AA /* CAPBridgedJSTypes.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
35
|
+
35EF9BA60C9CA8303FF8F4EB139575B9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E7B0ACE691E12A9FB902C8799B2B05B /* UIColor.swift */; };
|
|
36
|
+
36576E4631346E101EBE33A5B4BF6E72 /* TmpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F21F5534610F2C56B246214C61147FFE /* TmpViewController.swift */; };
|
|
37
|
+
366D108A6DDA55A5F929E9BE84B2BB7C /* CDVPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = E061BB71D3CC29F3F579D4D2A40CBCBA /* CDVPlugin.m */; };
|
|
38
|
+
38D9E26AE66DB410CF2F99B147346F9A /* AppUUID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 199E6B656884971BB7C69168D2FE687D /* AppUUID.swift */; };
|
|
39
|
+
3AAAB72B3D71698D75BCC77C7C1AE8A4 /* CDVPluginResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 12A899A30EFA33FC08449039E4EA78AB /* CDVPluginResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
40
|
+
3D01AC7C1CA793317AB16617A9DD11BB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D20E8E61FE391C0ED97D6F5A9EEEFD /* Foundation.framework */; };
|
|
41
|
+
3D8CFD46A18FE857FDF750071BCD8428 /* Console.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AAD33205096C4180BFD2F731D81D934 /* Console.swift */; };
|
|
42
|
+
3DF44EDD2FB4AFE98D0EEAA6216341A8 /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 052EC524DCA8DDF15858E25620DCE166 /* WebView.swift */; };
|
|
43
|
+
408FFF8CC8322F6EFDD7FD015E6EFD8B /* CapacitorBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE07A1CBC22CAA2F94595085EF1D4C46 /* CapacitorBridge.swift */; };
|
|
44
|
+
424ECC1271F7DB089ED332AD2DB37031 /* CAPPluginCall.m in Sources */ = {isa = PBXBuildFile; fileRef = 64965245ED2050F51C7C91DA993E3BA0 /* CAPPluginCall.m */; };
|
|
45
|
+
43A962AE7A4F7CC386447BD12B04DDA1 /* WebViewAssetHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AB88B299E90E0BC0442DC1027A70349 /* WebViewAssetHandler.swift */; };
|
|
46
|
+
44EEE63FD850CE5BC8DE39D56CC1E494 /* CAPInstanceConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 44B7E295BDC529568DB8968593B833F7 /* CAPInstanceConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
47
|
+
47E7C2E60C3E63EFBD1B7E981D8A08E2 /* CDVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DB7BB896BB2D5F1C2010F62DCE161F11 /* CDVViewController.m */; };
|
|
48
|
+
4C24A772402710BE1BD33C39D2765E8E /* CDVScreenOrientationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 956D76AF329C3457235641BD24851EDD /* CDVScreenOrientationDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
49
|
+
4EE2299AE951304DBF3453C058A85525 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A037C51EBC7DDC1F7C46D53A1805051 /* AppDelegate.m */; };
|
|
50
|
+
517FD49411A33EEEB19E5B58309B7792 /* CDVPluginResult.m in Sources */ = {isa = PBXBuildFile; fileRef = F368DD80E5110E36926F436F8FD82782 /* CDVPluginResult.m */; };
|
|
51
|
+
52AAF80F1C5B6D7F24A1A0D57E64BD19 /* CAPPluginMethod.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A414845BA467F617FCEE00D288F953E /* CAPPluginMethod.m */; };
|
|
52
|
+
53B5990A61C5C1920E0E1F832CCD085B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 3449C1F1016934E039A73E5941ECD241 /* PrivacyInfo.xcprivacy */; };
|
|
53
|
+
593195CEE5235224532130A5D6970608 /* CDVInvokedUrlCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 92A3D67639940DED5EE0A2C4AF9B6E06 /* CDVInvokedUrlCommand.m */; };
|
|
54
|
+
5963E6CC0CF35266A284468617B0CDDB /* native-bridge.js in Resources */ = {isa = PBXBuildFile; fileRef = 1EC4AD05E6A1695C17F0A3B03822D7B1 /* native-bridge.js */; };
|
|
55
|
+
5ACFDC60EE2520F1FB90F57DF7E257EF /* DocLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25447FCCE4DF38F4A5512CEB3FA42F19 /* DocLinks.swift */; };
|
|
56
|
+
5BF0C2015F79C03536B665C1207A0D92 /* CAPPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = C11CA4EC513A829AE6840B97D10369DD /* CAPPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
57
|
+
5E98E70F76667917F9478F128C60B3E6 /* AppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5462190D86C057A1DF44DD2260CB973D /* AppDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
58
|
+
5FA51A6A5DD1E1AE384BAAF346D95054 /* CDVWebViewProcessPoolFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB28ACC5A4EC240AEDCE42F57522589 /* CDVWebViewProcessPoolFactory.m */; };
|
|
59
|
+
606261343C24C1B59646A82ED99445A3 /* CapacitorCordova-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B7E2050FE5C23BA60B6D79F36B8377 /* CapacitorCordova-dummy.m */; };
|
|
60
|
+
627B54C197F2FB29EC3649DC56922E1E /* NotificationHandlerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F5E2CC8356641F25FD168F14B334A42 /* NotificationHandlerProtocol.swift */; };
|
|
61
|
+
65B779F017438A7C6A31F898B532E8CB /* CAPBridgeViewController+CDVScreenOrientationDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D5B98460A1959410FDCE4C0E5FE779CB /* CAPBridgeViewController+CDVScreenOrientationDelegate.m */; };
|
|
62
|
+
6627A50D08FB0975BF67BBDA364BB314 /* CAPBridgedJSTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 41B95BB608CF7E366084C481EE6138FF /* CAPBridgedJSTypes.m */; };
|
|
63
|
+
6662F1EEB47A8AB12916189624E0743C /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BB655F8A3B9F0C3DB37D349580B2779 /* WebKit.framework */; };
|
|
51
64
|
6EEDDFB34106C7CC121893CE015FB7D0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D20E8E61FE391C0ED97D6F5A9EEEFD /* Foundation.framework */; };
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
65
|
+
746758DDA6BF683A8E48FAD7AB4B29DB /* Capacitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C1F3790E1818380B2057559E4C5E505 /* Capacitor.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
66
|
+
74B26D2A70A56BB581D05BD67E789501 /* CapacitorCookieManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B844331FE97ACC2C6A3D0413BD398AA /* CapacitorCookieManager.swift */; };
|
|
67
|
+
75673F34BACB93E8BBE9B19E14780655 /* WKWebView+Capacitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A3BFDBDDDEE1F32965AA6ABF0B48EDF /* WKWebView+Capacitor.swift */; };
|
|
68
|
+
76E16C14EE701056C1604F92DFA4DA63 /* WebViewDelegationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 625313F10D8EA4F5812DBABC1C34FE60 /* WebViewDelegationHandler.swift */; };
|
|
69
|
+
77B13B80C53CE91EA38597AC80EE9EAD /* CDVURLProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A0DF4D3CEDC94AB8C302D6FDC845010 /* CDVURLProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
70
|
+
77F0D41E41AD3AF71481B7280F0DD523 /* JSValueDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 638AB56263DB7FB57681E89740DD3663 /* JSValueDecoder.swift */; };
|
|
71
|
+
7C079F79163536C982EAA9E9291D4B95 /* CAPPlugin+LoadInstance.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0353F2375368CC35AE5CE658885D9E9 /* CAPPlugin+LoadInstance.swift */; };
|
|
72
|
+
7FCEA47EF83776D7D94EEA8FF098ABAC /* UIStatusBarManager+CAPHandleTapAction.m in Sources */ = {isa = PBXBuildFile; fileRef = EE31EC2F72F8D3AB77FB6E58478FD46C /* UIStatusBarManager+CAPHandleTapAction.m */; };
|
|
73
|
+
82330CC062E2EABA3F8543076121FF4C /* CAPInstancePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99D5A59170B183070EBA078EB351C560 /* CAPInstancePlugin.swift */; };
|
|
74
|
+
82FEACED6086660ACE7539691DEA312E /* CDVWebViewProcessPoolFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FEA3CA32BB2C0590B53F60B9C14E853 /* CDVWebViewProcessPoolFactory.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
75
|
+
8449D872DEBC6730EAF4CEC47963440D /* CAPNotifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB44BB1A78B50551D1E6E9ADA6D2DF2D /* CAPNotifications.swift */; };
|
|
76
|
+
849457714F77A0F860592DD54C79F87E /* KeyPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5CBD623A2B2DA553558DAF310EED80B /* KeyPath.swift */; };
|
|
77
|
+
87A13D0A96A8EA60827C83FC86A5181E /* CAPBridgedPlugin+getMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = A776F533C8364AF9CE712656652F1D45 /* CAPBridgedPlugin+getMethod.swift */; };
|
|
78
|
+
893CA017D4D0C72A818651C821DE67B4 /* CAPBridgeDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C4C2219B40FD42B1B45DA9A660CC57C /* CAPBridgeDelegate.swift */; };
|
|
61
79
|
8A92D99D589621AD707DA9B331F5CDCA /* Pods-Plugin-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B5A2BC9A9C63563BFD519AB3CE4D5D9D /* Pods-Plugin-dummy.m */; };
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
B4779C21F8480CDCC77C253001D0AFFE /* CDVConfigParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FB0D07C1B6B608EDA36EE569401FB50 /* CDVConfigParser.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
83
|
-
B5EC97580EBB443A8D822BE19AC8F6A1 /* CapacitorCordova.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C0BFEFFDEE257D5DFC4B59754BE35E /* CapacitorCordova.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
84
|
-
B68EE18D3E6E7B19EFA1D824B0211A08 /* WKWebView+Capacitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D655A9358D7718CDE7B7C307FD5DCD /* WKWebView+Capacitor.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
85
|
-
B872F7D24EB017CF5A956ABA7F78F651 /* CAPPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 31A46CA3833927A169A53C7787A8239D /* CAPPlugin.m */; };
|
|
86
|
-
BE135437129E8111D67C30477447C93A /* CDVPluginManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 64FBEA7E31155F8C4B5A636292B80268 /* CDVPluginManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
87
|
-
C2FE05F8B3B9B0B220387D42E9E1B8D4 /* Console.swift in Sources */ = {isa = PBXBuildFile; fileRef = 528C545062B683F1EE5F5E5391B4E3FB /* Console.swift */; };
|
|
88
|
-
C3B32FF198180B9375DDDC6ED8CA6C5B /* CAPBridgedJSTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = AC2ED3F75CC275FCA182CC29CA541C34 /* CAPBridgedJSTypes.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
89
|
-
C4FCC645EEBA52EA564B1FD9C9E505DE /* CapacitorCordova-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EBD3C2FE3855D03A3BAD4B8106C3C645 /* CapacitorCordova-dummy.m */; };
|
|
90
|
-
C7213E4D4B8A21063C6EA97DEFAD1685 /* NotificationRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 683CC63F58CB0B72ACB41202F288F475 /* NotificationRouter.swift */; };
|
|
91
|
-
CAD08E1988B045C85BB61B3A552F348D /* CDV.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D4CF1520CFACDEBAA5C26E2723F5D33 /* CDV.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
92
|
-
CB212B6652EFEECB3903F365FDE1B858 /* AppUUID.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFCF7A8A057FCA61A2F712F198631BB2 /* AppUUID.swift */; };
|
|
93
|
-
CB9588645A7C2E5165190F48F496E046 /* UIStatusBarManager+CAPHandleTapAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E12C32E2445ED95DF7F968189072B04 /* UIStatusBarManager+CAPHandleTapAction.m */; };
|
|
94
|
-
CC846BC7600718A67A07C02A837A6E31 /* CDVPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A89E8DF6C2DB4CDC21E5E52059CFC8D /* CDVPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
95
|
-
CCCDB2D142CA30E4EECFF41509E40D39 /* CDVPluginResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A975D2214D4BEDF2E12CA55D2AA4107 /* CDVPluginResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
80
|
+
8AB3B8AADDF0028348BDC6FF1338D967 /* CDVConfigParser.h in Headers */ = {isa = PBXBuildFile; fileRef = CA2C91E61FA7D91DFE690A1570320BA5 /* CDVConfigParser.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
81
|
+
8DAE4650FFD4934CB6CF342E2E586768 /* CDVViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F6A01907FE5E59AB9836548E6CFE803 /* CDVViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
82
|
+
9C3067B37709DE001D06D6A5481DF7ED /* CAPLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6F5FF5FBA2038F897A1A2AD9608ECCB /* CAPLog.swift */; };
|
|
83
|
+
9CB54853C7B9FDF8578939EEF6C4F99E /* DefaultPlugins.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F7FFE70C235727CEB618CF396BFB14C /* DefaultPlugins.m */; };
|
|
84
|
+
A19F78585C3C42F7C465AA224609809B /* Router.swift in Sources */ = {isa = PBXBuildFile; fileRef = B76D0EC9C08FD7F14A44F0E6578A86D4 /* Router.swift */; };
|
|
85
|
+
A85E34B502613C34C51B68A4B47F61DF /* KeyValueStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CEEBA973D2EFA02545328642169148 /* KeyValueStore.swift */; };
|
|
86
|
+
AD3B1A73EDA403F214D36813F1BC83DE /* CAPPluginMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = C96D4302737C82EAF22FF26B2A69CCDC /* CAPPluginMethod.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
87
|
+
AF34D4751B43BC7467E59E58B0055136 /* PluginCallResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FA53B0A409E52B5AC5F297FCE7F0E8 /* PluginCallResult.swift */; };
|
|
88
|
+
AF597AE567F66C9B3B6CF67205BF5925 /* Array+Capacitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E4B496EB1A0BCE9372686EE4B65774 /* Array+Capacitor.swift */; };
|
|
89
|
+
AFB531F71FB1628EEEE8B792D2B4EC91 /* CDVConfigParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CCBA518D16B4F75AFC81F5C307BB564 /* CDVConfigParser.m */; };
|
|
90
|
+
B66BD7C959E925C69A793B20CBC9C54A /* CAPApplicationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B16ADCB71842C23ADF862224BC2477BB /* CAPApplicationDelegateProxy.swift */; };
|
|
91
|
+
BA777E373171622ACE8987E14C813216 /* CAPBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = C311A050A8F3C6748653DF5E4C20F480 /* CAPBridge.swift */; };
|
|
92
|
+
BBA6A49961A383667EC5DA0447D92DB8 /* JSValueEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5773608B3CB889D7158584EB0A5510C1 /* JSValueEncoder.swift */; };
|
|
93
|
+
BE76885E050FE8531DC030C3410A6229 /* CAPFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17FD03CEB3DD8D0E4D411212D5B771CA /* CAPFile.swift */; };
|
|
94
|
+
C2582E91FDDD29CAF47CF5BB61E721BE /* CapacitorCordova.h in Headers */ = {isa = PBXBuildFile; fileRef = A9C2D91521A59B8B0FAE0C2DB693EACA /* CapacitorCordova.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
95
|
+
C31CFA30C72C9374EBB71CCC125A1C7D /* CDVAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = D0B98EF4EE584F297C813228A93D7C86 /* CDVAvailability.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
96
|
+
C449E2FA8E60D82A9FBFA16B2F79E674 /* CAPBridgedPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = E5EF65D1B701DD8882FC8EA0E8E03428 /* CAPBridgedPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
97
|
+
C7D2EDDCA6A40723CD8FB3EE3DF36A4C /* CDVPluginManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9746D91F6FC407A9DC9C36EA4D4C5A59 /* CDVPluginManager.m */; };
|
|
98
|
+
CB0CC4056273A20036C21A6959E773A1 /* CapacitorExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF04649E63CF861832F714F9AB20531F /* CapacitorExtension.swift */; };
|
|
99
|
+
CE19930AA8EE63E2125632C09BF06723 /* JSTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8E74AB15BE13D1158F3FD99ED097464 /* JSTypes.swift */; };
|
|
96
100
|
CE62AA984DF457FD977CB8ED15EE5E7A /* Pods-Plugin-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EFD241FB11A4273E5C38133FF35CF7D /* Pods-Plugin-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
101
|
+
CFD2260F9F1246AE490E350EE00A17CA /* WKWebView+Capacitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D926E1A74E119B7456AC0264072411C /* WKWebView+Capacitor.m */; };
|
|
102
|
+
D4C49075A8685DE6DC6CD855C6E49247 /* CDVPlugin+Resources.m in Sources */ = {isa = PBXBuildFile; fileRef = A0AC2DA1415AA132493D54F63F91DEC5 /* CDVPlugin+Resources.m */; };
|
|
103
|
+
D79333A4DB303713F95542F68D25853C /* CAPPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = A5E36A3EC6E59FAE16A7DEDA7B830837 /* CAPPlugin.m */; };
|
|
104
|
+
D9C167C921D66F9FFB550BD8744BF3FC /* CapacitorUrlRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15E917612909FE9401AAF880D16595 /* CapacitorUrlRequest.swift */; };
|
|
105
|
+
D9ECE14287DE4D453775B3AFEF33B585 /* CDV.h in Headers */ = {isa = PBXBuildFile; fileRef = 69FA0B891C58A1E9C47998B1D40F19F4 /* CDV.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
106
|
+
DEB4FADC80E5E4F78E7A045D9FC9ACA3 /* Capacitor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 700220766A11D1D5BC10A89F61575C93 /* Capacitor-dummy.m */; };
|
|
107
|
+
EAFD12D0D73C9BE0B08554D5C1D34D55 /* NSDictionary+CordovaPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = DE6F5CAFF4D2340FBD9ADC4BC4691DCE /* NSDictionary+CordovaPreferences.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
108
|
+
EBD971EFA7FA79F6FDFC6C6F2F838406 /* PluginConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3719FD9D3F2BFB34AC0CA52B8DF8A528 /* PluginConfig.swift */; };
|
|
109
|
+
EC466687F213CFA8CEE2BA1E5C4D66B4 /* CAPInstanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E18C164EAD64B05EB7B63CA027700300 /* CAPInstanceDescriptor.swift */; };
|
|
110
|
+
EEE14435EEC95A2FDFF33692B3AA0C80 /* CAPBridgeProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46F868D929FC5645FF09185CD9DFA39 /* CAPBridgeProtocol.swift */; };
|
|
111
|
+
F11419431F06A3BC1529B9BDB9328786 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 47B479B45D7A45CAAD112E09552B0DD8 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
112
|
+
F2D48E5397E4159AD8B2B49E850898F4 /* CDVPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = F54BD5AF6FE2DBEA5C63B43BCDFFD0BC /* CDVPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
113
|
+
F51B8EA42598260CB48FAF362D7ED758 /* CAPPluginCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = A191CB6E540A96E9DC9020FFA1D100E7 /* CAPPluginCall.swift */; };
|
|
114
|
+
F7FEA02DE7BC9842C9A090978A88F74F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D20E8E61FE391C0ED97D6F5A9EEEFD /* Foundation.framework */; };
|
|
110
115
|
FF7220733827ECD4995207EBC35F9A10 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D20E8E61FE391C0ED97D6F5A9EEEFD /* Foundation.framework */; };
|
|
111
116
|
/* End PBXBuildFile section */
|
|
112
117
|
|
|
113
118
|
/* Begin PBXContainerItemProxy section */
|
|
114
|
-
|
|
119
|
+
37354E76141E9E1352619F9E38F52430 /* PBXContainerItemProxy */ = {
|
|
115
120
|
isa = PBXContainerItemProxy;
|
|
116
121
|
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
|
117
122
|
proxyType = 1;
|
|
118
123
|
remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0;
|
|
119
124
|
remoteInfo = CapacitorCordova;
|
|
120
125
|
};
|
|
121
|
-
|
|
126
|
+
58582A800F786731DECEDEACCA7EBCA0 /* PBXContainerItemProxy */ = {
|
|
122
127
|
isa = PBXContainerItemProxy;
|
|
123
128
|
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
|
124
129
|
proxyType = 1;
|
|
125
|
-
remoteGlobalIDString =
|
|
126
|
-
remoteInfo =
|
|
130
|
+
remoteGlobalIDString = 400AE44335852A2D8D746557E21E8EB0;
|
|
131
|
+
remoteInfo = CapacitorCordova;
|
|
127
132
|
};
|
|
128
|
-
|
|
133
|
+
80AAB53065FD3A299BB6E0CB0B1575E1 /* PBXContainerItemProxy */ = {
|
|
129
134
|
isa = PBXContainerItemProxy;
|
|
130
135
|
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
|
131
136
|
proxyType = 1;
|
|
132
137
|
remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371;
|
|
133
138
|
remoteInfo = Capacitor;
|
|
134
139
|
};
|
|
135
|
-
|
|
140
|
+
96BED3B17E5A6BC0F24ECB674237829A /* PBXContainerItemProxy */ = {
|
|
136
141
|
isa = PBXContainerItemProxy;
|
|
137
142
|
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
|
138
143
|
proxyType = 1;
|
|
139
|
-
remoteGlobalIDString =
|
|
140
|
-
remoteInfo =
|
|
144
|
+
remoteGlobalIDString = 0ECF3D6BFCC08377AE23B027EE1D4371;
|
|
145
|
+
remoteInfo = Capacitor;
|
|
141
146
|
};
|
|
142
|
-
|
|
147
|
+
FEBCBB37E558FBBE21ED68782CF807D0 /* PBXContainerItemProxy */ = {
|
|
143
148
|
isa = PBXContainerItemProxy;
|
|
144
149
|
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
|
145
150
|
proxyType = 1;
|
|
@@ -149,161 +154,166 @@
|
|
|
149
154
|
/* End PBXContainerItemProxy section */
|
|
150
155
|
|
|
151
156
|
/* Begin PBXFileReference section */
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
0C224A329373D5F68B36621306F8E395 /* WKWebView+Capacitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "WKWebView+Capacitor.m"; path = "../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/WKWebView+Capacitor.m"; sourceTree = "<group>"; };
|
|
155
|
-
0CC312CC2D5FDDC413F1C91A106DB512 /* CAPPluginCall.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPPluginCall.swift; path = "../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPPluginCall.swift"; sourceTree = "<group>"; };
|
|
156
|
-
0D4CF1520CFACDEBAA5C26E2723F5D33 /* CDV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDV.h; path = "../../../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDV.h"; sourceTree = "<group>"; };
|
|
157
|
-
0F2BED207E43ECF5140C342EBF14A9EA /* Capacitor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Capacitor-prefix.pch"; sourceTree = "<group>"; };
|
|
157
|
+
052EC524DCA8DDF15858E25620DCE166 /* WebView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebView.swift; path = "../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Plugins/WebView.swift"; sourceTree = "<group>"; };
|
|
158
|
+
0AAD33205096C4180BFD2F731D81D934 /* Console.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Console.swift; path = "../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Plugins/Console.swift"; sourceTree = "<group>"; };
|
|
158
159
|
11DF9CA040CEBA3928A7F34FB4928E2C /* Pods-Plugin-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Plugin-Info.plist"; sourceTree = "<group>"; };
|
|
160
|
+
12A899A30EFA33FC08449039E4EA78AB /* CDVPluginResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVPluginResult.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginResult.h"; sourceTree = "<group>"; };
|
|
161
|
+
17FD03CEB3DD8D0E4D411212D5B771CA /* CAPFile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPFile.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPFile.swift"; sourceTree = "<group>"; };
|
|
162
|
+
199E6B656884971BB7C69168D2FE687D /* AppUUID.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppUUID.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/AppUUID.swift"; sourceTree = "<group>"; };
|
|
159
163
|
1ABFDA3391AEBA42EFB0FEBF824A6E34 /* CapacitorCordova */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CapacitorCordova; path = Cordova.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
164
|
+
1E7B0ACE691E12A9FB902C8799B2B05B /* UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIColor.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/UIColor.swift"; sourceTree = "<group>"; };
|
|
165
|
+
1EC4AD05E6A1695C17F0A3B03822D7B1 /* native-bridge.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "native-bridge.js"; path = "../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/assets/native-bridge.js"; sourceTree = "<group>"; };
|
|
166
|
+
1F7FFE70C235727CEB618CF396BFB14C /* DefaultPlugins.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DefaultPlugins.m; path = "../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Plugins/DefaultPlugins.m"; sourceTree = "<group>"; };
|
|
167
|
+
202FB7CFFCF90BA28CD65A9146B17096 /* Capacitor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Capacitor.modulemap; sourceTree = "<group>"; };
|
|
168
|
+
21A8D488210EF55329FEDC5A581A6DEB /* CapacitorCookies.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorCookies.swift; path = "../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Plugins/CapacitorCookies.swift"; sourceTree = "<group>"; };
|
|
169
|
+
221A1EF9C80396CC554258E5C0BAC8AA /* CAPBridgedJSTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPBridgedJSTypes.h; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPBridgedJSTypes.h"; sourceTree = "<group>"; };
|
|
170
|
+
24EB68B7FEE2CE5686C49EC58EB9B590 /* NSDictionary+CordovaPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+CordovaPreferences.m"; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/NSDictionary+CordovaPreferences.m"; sourceTree = "<group>"; };
|
|
171
|
+
25447FCCE4DF38F4A5512CEB3FA42F19 /* DocLinks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DocLinks.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/DocLinks.swift"; sourceTree = "<group>"; };
|
|
172
|
+
2A037C51EBC7DDC1F7C46D53A1805051 /* AppDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/AppDelegate.m"; sourceTree = "<group>"; };
|
|
173
|
+
2B844331FE97ACC2C6A3D0413BD398AA /* CapacitorCookieManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorCookieManager.swift; path = "../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Plugins/CapacitorCookieManager.swift"; sourceTree = "<group>"; };
|
|
165
174
|
2BB655F8A3B9F0C3DB37D349580B2779 /* 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; };
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
2EBE726D9488AEA726E592222349F486 /* CAPInstancePlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPInstancePlugin.swift; path = "../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPInstancePlugin.swift"; sourceTree = "<group>"; };
|
|
174
|
-
2FB0D07C1B6B608EDA36EE569401FB50 /* CDVConfigParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVConfigParser.h; path = "../../../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVConfigParser.h"; sourceTree = "<group>"; };
|
|
175
|
-
30706231D511B9A5A15E8C8B70EC5ADF /* WebViewDelegationHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebViewDelegationHandler.swift; path = "../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/WebViewDelegationHandler.swift"; sourceTree = "<group>"; };
|
|
176
|
-
31A46CA3833927A169A53C7787A8239D /* CAPPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPlugin.m; path = "../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPPlugin.m"; sourceTree = "<group>"; };
|
|
177
|
-
32893EBD8869A6380DFA7FAE98101C3D /* NotificationHandlerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotificationHandlerProtocol.swift; path = "../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/NotificationHandlerProtocol.swift"; sourceTree = "<group>"; };
|
|
175
|
+
2D62B6C24743E8C487387D1BDEABC9C6 /* CDVCommandDelegateImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVCommandDelegateImpl.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVCommandDelegateImpl.h"; sourceTree = "<group>"; };
|
|
176
|
+
2D926E1A74E119B7456AC0264072411C /* WKWebView+Capacitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "WKWebView+Capacitor.m"; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/WKWebView+Capacitor.m"; sourceTree = "<group>"; };
|
|
177
|
+
2DB28ACC5A4EC240AEDCE42F57522589 /* CDVWebViewProcessPoolFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVWebViewProcessPoolFactory.m; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVWebViewProcessPoolFactory.m"; sourceTree = "<group>"; };
|
|
178
|
+
2DEFE0789F1EE4BFB0E55928377C054A /* Capacitor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Capacitor.podspec; path = "../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor.podspec"; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
|
179
|
+
3093956F9205DEAEF077EF997B7AB469 /* CDVPluginManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVPluginManager.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginManager.h"; sourceTree = "<group>"; };
|
|
180
|
+
30FA53B0A409E52B5AC5F297FCE7F0E8 /* PluginCallResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PluginCallResult.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/PluginCallResult.swift"; sourceTree = "<group>"; };
|
|
181
|
+
31AC6FA7DCA7339F533356BFE7697B80 /* Capacitor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Capacitor.release.xcconfig; sourceTree = "<group>"; };
|
|
178
182
|
32D20E8E61FE391C0ED97D6F5A9EEEFD /* 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; };
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
3F3BAC6764B6031D431FE8754D416D51 /* CapacitorCordova.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = CapacitorCordova.podspec; path = "../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/CapacitorCordova.podspec"; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
|
183
|
+
3449C1F1016934E039A73E5941ECD241 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/PrivacyInfo.xcprivacy"; sourceTree = "<group>"; };
|
|
184
|
+
35D1FDD7DC05438CAD6F36F076EA9843 /* CapacitorCordova.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorCordova.release.xcconfig; sourceTree = "<group>"; };
|
|
185
|
+
3719FD9D3F2BFB34AC0CA52B8DF8A528 /* PluginConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PluginConfig.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/PluginConfig.swift"; sourceTree = "<group>"; };
|
|
186
|
+
38E4B496EB1A0BCE9372686EE4B65774 /* Array+Capacitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+Capacitor.swift"; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Array+Capacitor.swift"; sourceTree = "<group>"; };
|
|
187
|
+
39F3323F53B6EAB51A8E3C84C71CB03C /* NotificationRouter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotificationRouter.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/NotificationRouter.swift"; sourceTree = "<group>"; };
|
|
188
|
+
3EACB7E551FB65ECE91EFCFE1BCC38C3 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/PrivacyInfo.xcprivacy"; sourceTree = "<group>"; };
|
|
189
|
+
3F5E2CC8356641F25FD168F14B334A42 /* NotificationHandlerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotificationHandlerProtocol.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/NotificationHandlerProtocol.swift"; sourceTree = "<group>"; };
|
|
187
190
|
401B4870616B3D09347BE1F13F95D477 /* Pods-Plugin.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Plugin.modulemap"; sourceTree = "<group>"; };
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
43B6D870CE30EF0A9DCE6257F7AA8017 /* CDVCommandDelegateImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVCommandDelegateImpl.h; path = "../../../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVCommandDelegateImpl.h"; sourceTree = "<group>"; };
|
|
191
|
+
41B95BB608CF7E366084C481EE6138FF /* CAPBridgedJSTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPBridgedJSTypes.m; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPBridgedJSTypes.m"; sourceTree = "<group>"; };
|
|
192
|
+
44B7E295BDC529568DB8968593B833F7 /* CAPInstanceConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPInstanceConfiguration.h; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPInstanceConfiguration.h"; sourceTree = "<group>"; };
|
|
191
193
|
44D6062E8C618EC2B8F1D7229E8AD501 /* Capacitor */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Capacitor; path = Capacitor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
192
|
-
457208F3B3D9AE5DE7C5D4378744C15C /* CDVPlugin+Resources.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CDVPlugin+Resources.m"; path = "../../../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPlugin+Resources.m"; sourceTree = "<group>"; };
|
|
193
194
|
45AEE2D3BD43D61882B01AAE2B8F11E4 /* Pods-PluginTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PluginTests-acknowledgements.plist"; sourceTree = "<group>"; };
|
|
194
|
-
|
|
195
|
-
|
|
195
|
+
47B410F7CD561D824ACD9DAB7F2246AF /* CAPInstanceConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPInstanceConfiguration.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPInstanceConfiguration.swift"; sourceTree = "<group>"; };
|
|
196
|
+
47B479B45D7A45CAAD112E09552B0DD8 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CAPBridgeViewController+CDVScreenOrientationDelegate.h"; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPBridgeViewController+CDVScreenOrientationDelegate.h"; sourceTree = "<group>"; };
|
|
196
197
|
47F881CAB117FE10E92963EF6CC91861 /* Pods-PluginTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PluginTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
197
|
-
|
|
198
|
+
4A0DF4D3CEDC94AB8C302D6FDC845010 /* CDVURLProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVURLProtocol.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVURLProtocol.h"; sourceTree = "<group>"; };
|
|
198
199
|
4B7B23985828F9D35ECCA1361A486792 /* Pods-Plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-Plugin"; path = Pods_Plugin.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
199
|
-
|
|
200
|
-
|
|
200
|
+
4C31CBB5DCF455711D1C5EEF612D38EB /* JSExport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSExport.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/JSExport.swift"; sourceTree = "<group>"; };
|
|
201
|
+
4FCF74C14FFFBB994E205CCF2632898F /* CapacitorCordova.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CapacitorCordova.debug.xcconfig; sourceTree = "<group>"; };
|
|
201
202
|
535AEEBA96B786E87F23F75310B8CB74 /* Pods-Plugin-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Plugin-acknowledgements.plist"; sourceTree = "<group>"; };
|
|
203
|
+
537FAF7988EAE3CFAE00E4A12497C1DE /* CapacitorCordova-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CapacitorCordova-Info.plist"; sourceTree = "<group>"; };
|
|
204
|
+
5462190D86C057A1DF44DD2260CB973D /* AppDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/AppDelegate.h"; sourceTree = "<group>"; };
|
|
205
|
+
5773608B3CB889D7158584EB0A5510C1 /* JSValueEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSValueEncoder.swift; path = "../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Codable/JSValueEncoder.swift"; sourceTree = "<group>"; };
|
|
202
206
|
58DEAF78291AAC1E83073B9084B45542 /* Pods-PluginTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-PluginTests"; path = Pods_PluginTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
207
|
+
6171354382B4CA57F90920CB768D53E8 /* CDVInvokedUrlCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVInvokedUrlCommand.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVInvokedUrlCommand.h"; sourceTree = "<group>"; };
|
|
208
|
+
624DCD354AA478F286E40AAE3F463EBC /* CAPPluginCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPPluginCall.h; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPPluginCall.h"; sourceTree = "<group>"; };
|
|
209
|
+
625313F10D8EA4F5812DBABC1C34FE60 /* WebViewDelegationHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebViewDelegationHandler.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/WebViewDelegationHandler.swift"; sourceTree = "<group>"; };
|
|
210
|
+
638AB56263DB7FB57681E89740DD3663 /* JSValueDecoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSValueDecoder.swift; path = "../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Codable/JSValueDecoder.swift"; sourceTree = "<group>"; };
|
|
211
|
+
64965245ED2050F51C7C91DA993E3BA0 /* CAPPluginCall.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPluginCall.m; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPPluginCall.m"; sourceTree = "<group>"; };
|
|
212
|
+
67471A029F86BC86F17CA504E70BDF42 /* CDVPlugin+Resources.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CDVPlugin+Resources.h"; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPlugin+Resources.h"; sourceTree = "<group>"; };
|
|
213
|
+
6775BE38C18A09BF90C109C3BBB25A40 /* JS.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JS.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/JS.swift"; sourceTree = "<group>"; };
|
|
214
|
+
69FA0B891C58A1E9C47998B1D40F19F4 /* CDV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDV.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDV.h"; sourceTree = "<group>"; };
|
|
215
|
+
6A3BFDBDDDEE1F32965AA6ABF0B48EDF /* WKWebView+Capacitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Capacitor.swift"; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/WKWebView+Capacitor.swift"; sourceTree = "<group>"; };
|
|
216
|
+
6E9F8C246ACF47C8BB0BB313704711E2 /* Data+Capacitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Data+Capacitor.swift"; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Data+Capacitor.swift"; sourceTree = "<group>"; };
|
|
211
217
|
6F1715C2DEF7461A3964E29A0FCB6D3D /* Pods-Plugin.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Plugin.release.xcconfig"; sourceTree = "<group>"; };
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
794C7FBF9CE440C7D11152FF1434D8CF /* CapacitorExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorExtension.swift; path = "../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CapacitorExtension.swift"; sourceTree = "<group>"; };
|
|
217
|
-
794CB8CEBB3C94D3038972216D3A103E /* HttpRequestHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HttpRequestHandler.swift; path = "../../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Plugins/HttpRequestHandler.swift"; sourceTree = "<group>"; };
|
|
218
|
-
79C23434DFBF1E1BDA696A98BF2DA688 /* CapacitorCordova-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorCordova-prefix.pch"; sourceTree = "<group>"; };
|
|
218
|
+
700220766A11D1D5BC10A89F61575C93 /* Capacitor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Capacitor-dummy.m"; sourceTree = "<group>"; };
|
|
219
|
+
77E498F9E98D08FAD2A1B88327C2B065 /* HttpRequestHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HttpRequestHandler.swift; path = "../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Plugins/HttpRequestHandler.swift"; sourceTree = "<group>"; };
|
|
220
|
+
7A15E917612909FE9401AAF880D16595 /* CapacitorUrlRequest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorUrlRequest.swift; path = "../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Plugins/CapacitorUrlRequest.swift"; sourceTree = "<group>"; };
|
|
221
|
+
7AB88B299E90E0BC0442DC1027A70349 /* WebViewAssetHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WebViewAssetHandler.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/WebViewAssetHandler.swift"; sourceTree = "<group>"; };
|
|
219
222
|
7D967D566F7C3FD1B78180239E63BC92 /* Pods-PluginTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PluginTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
220
|
-
7E12C32E2445ED95DF7F968189072B04 /* UIStatusBarManager+CAPHandleTapAction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIStatusBarManager+CAPHandleTapAction.m"; path = "../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/UIStatusBarManager+CAPHandleTapAction.m"; sourceTree = "<group>"; };
|
|
221
223
|
7E74390F09A29D254E98C5610DDD5A28 /* Pods-PluginTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PluginTests-dummy.m"; sourceTree = "<group>"; };
|
|
222
224
|
7EFD241FB11A4273E5C38133FF35CF7D /* Pods-Plugin-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Plugin-umbrella.h"; sourceTree = "<group>"; };
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
91FC85165D7939A02520E76FE4986BD8 /* JSTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSTypes.swift; path = "../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/JSTypes.swift"; sourceTree = "<group>"; };
|
|
225
|
+
7F6A01907FE5E59AB9836548E6CFE803 /* CDVViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVViewController.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVViewController.h"; sourceTree = "<group>"; };
|
|
226
|
+
7F8CD748C7985BAEE05B00577EC99F99 /* CAPInstanceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPInstanceConfiguration.m; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPInstanceConfiguration.m"; sourceTree = "<group>"; };
|
|
227
|
+
7FEA3CA32BB2C0590B53F60B9C14E853 /* CDVWebViewProcessPoolFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVWebViewProcessPoolFactory.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVWebViewProcessPoolFactory.h"; sourceTree = "<group>"; };
|
|
228
|
+
8A414845BA467F617FCEE00D288F953E /* CAPPluginMethod.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPluginMethod.m; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPPluginMethod.m"; sourceTree = "<group>"; };
|
|
229
|
+
8C4C2219B40FD42B1B45DA9A660CC57C /* CAPBridgeDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeDelegate.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPBridgeDelegate.swift"; sourceTree = "<group>"; };
|
|
230
|
+
92A3D67639940DED5EE0A2C4AF9B6E06 /* CDVInvokedUrlCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVInvokedUrlCommand.m; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVInvokedUrlCommand.m"; sourceTree = "<group>"; };
|
|
230
231
|
939147BBA617256FB279F110F9DD2227 /* Pods-PluginTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PluginTests-Info.plist"; sourceTree = "<group>"; };
|
|
231
|
-
|
|
232
|
-
|
|
232
|
+
9449A471095A9F8D1A963B604B3FC2C9 /* CapacitorCordova-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CapacitorCordova-prefix.pch"; sourceTree = "<group>"; };
|
|
233
|
+
956D76AF329C3457235641BD24851EDD /* CDVScreenOrientationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVScreenOrientationDelegate.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVScreenOrientationDelegate.h"; sourceTree = "<group>"; };
|
|
234
|
+
9746D91F6FC407A9DC9C36EA4D4C5A59 /* CDVPluginManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVPluginManager.m; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginManager.m"; sourceTree = "<group>"; };
|
|
235
|
+
97B7E2050FE5C23BA60B6D79F36B8377 /* CapacitorCordova-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CapacitorCordova-dummy.m"; sourceTree = "<group>"; };
|
|
236
|
+
99CD067422D46E39E8370AD5B70266A5 /* CAPInstanceDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPInstanceDescriptor.h; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPInstanceDescriptor.h"; sourceTree = "<group>"; };
|
|
237
|
+
99D5A59170B183070EBA078EB351C560 /* CAPInstancePlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPInstancePlugin.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPInstancePlugin.swift"; sourceTree = "<group>"; };
|
|
238
|
+
9C1F3790E1818380B2057559E4C5E505 /* Capacitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Capacitor.h; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Capacitor.h"; sourceTree = "<group>"; };
|
|
239
|
+
9CCBA518D16B4F75AFC81F5C307BB564 /* CDVConfigParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVConfigParser.m; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVConfigParser.m"; sourceTree = "<group>"; };
|
|
233
240
|
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; };
|
|
234
|
-
|
|
235
|
-
|
|
241
|
+
A0AC2DA1415AA132493D54F63F91DEC5 /* CDVPlugin+Resources.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CDVPlugin+Resources.m"; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPlugin+Resources.m"; sourceTree = "<group>"; };
|
|
242
|
+
A191CB6E540A96E9DC9020FFA1D100E7 /* CAPPluginCall.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPPluginCall.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPPluginCall.swift"; sourceTree = "<group>"; };
|
|
236
243
|
A1E5822FC61F9421CF2456D453B75418 /* Pods-PluginTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PluginTests-acknowledgements.markdown"; sourceTree = "<group>"; };
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
+
A5E36A3EC6E59FAE16A7DEDA7B830837 /* CAPPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPlugin.m; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPPlugin.m"; sourceTree = "<group>"; };
|
|
245
|
+
A6F5FF5FBA2038F897A1A2AD9608ECCB /* CAPLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPLog.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPLog.swift"; sourceTree = "<group>"; };
|
|
246
|
+
A776F533C8364AF9CE712656652F1D45 /* CAPBridgedPlugin+getMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CAPBridgedPlugin+getMethod.swift"; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPBridgedPlugin+getMethod.swift"; sourceTree = "<group>"; };
|
|
247
|
+
A7A9C4731CFE5F7E74528B70E5BC7DDF /* CAPBridgeViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeViewController.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPBridgeViewController.swift"; sourceTree = "<group>"; };
|
|
248
|
+
A801CC413C87777077CEEBF4E101CDDF /* CapacitorCordova.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = CapacitorCordova.podspec; path = "../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova.podspec"; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
|
249
|
+
A8E74AB15BE13D1158F3FD99ED097464 /* JSTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSTypes.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/JSTypes.swift"; sourceTree = "<group>"; };
|
|
250
|
+
A9C2D91521A59B8B0FAE0C2DB693EACA /* CapacitorCordova.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CapacitorCordova.h; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/CapacitorCordova.h"; sourceTree = "<group>"; };
|
|
251
|
+
AC323F4C7FB8CAE95059495E9CA9CA84 /* CDVCommandDelegateImpl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVCommandDelegateImpl.m; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVCommandDelegateImpl.m"; sourceTree = "<group>"; };
|
|
252
|
+
B16ADCB71842C23ADF862224BC2477BB /* CAPApplicationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPApplicationDelegateProxy.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPApplicationDelegateProxy.swift"; sourceTree = "<group>"; };
|
|
253
|
+
B46F868D929FC5645FF09185CD9DFA39 /* CAPBridgeProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridgeProtocol.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPBridgeProtocol.swift"; sourceTree = "<group>"; };
|
|
254
|
+
B49C5FD3ED8B19F6F1EE5A207D66392C /* CapacitorHttp.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorHttp.swift; path = "../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Plugins/CapacitorHttp.swift"; sourceTree = "<group>"; };
|
|
244
255
|
B5A2BC9A9C63563BFD519AB3CE4D5D9D /* Pods-Plugin-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Plugin-dummy.m"; sourceTree = "<group>"; };
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
256
|
+
B76D0EC9C08FD7F14A44F0E6578A86D4 /* Router.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Router.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Router.swift"; sourceTree = "<group>"; };
|
|
257
|
+
BE07A1CBC22CAA2F94595085EF1D4C46 /* CapacitorBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorBridge.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CapacitorBridge.swift"; sourceTree = "<group>"; };
|
|
258
|
+
BF04649E63CF861832F714F9AB20531F /* CapacitorExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CapacitorExtension.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CapacitorExtension.swift"; sourceTree = "<group>"; };
|
|
259
|
+
BF5B31D9D73DFEECF58A5FFE5EBCC2C7 /* Capacitor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Capacitor.debug.xcconfig; sourceTree = "<group>"; };
|
|
260
|
+
C0353F2375368CC35AE5CE658885D9E9 /* CAPPlugin+LoadInstance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CAPPlugin+LoadInstance.swift"; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPPlugin+LoadInstance.swift"; sourceTree = "<group>"; };
|
|
261
|
+
C11CA4EC513A829AE6840B97D10369DD /* CAPPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPPlugin.h; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPPlugin.h"; sourceTree = "<group>"; };
|
|
262
|
+
C249349984A3C5580961BF5948B9FC2C /* Capacitor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = Capacitor.modulemap; path = "../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/Capacitor.modulemap"; sourceTree = "<group>"; };
|
|
263
|
+
C311A050A8F3C6748653DF5E4C20F480 /* CAPBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPBridge.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPBridge.swift"; sourceTree = "<group>"; };
|
|
264
|
+
C43E32642D206CFDE63F4D559225C889 /* CapacitorCordova.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorCordova.modulemap; sourceTree = "<group>"; };
|
|
251
265
|
C818B5D2E7E4FE4DB6A541C59C3F46A2 /* Pods-Plugin-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Plugin-acknowledgements.markdown"; sourceTree = "<group>"; };
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
266
|
+
C8CEEBA973D2EFA02545328642169148 /* KeyValueStore.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KeyValueStore.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/KeyValueStore.swift"; sourceTree = "<group>"; };
|
|
267
|
+
C94415C0284EFE5A9DD77E859CAEFBC3 /* CapacitorCordova.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = CapacitorCordova.modulemap; path = "../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/CapacitorCordova.modulemap"; sourceTree = "<group>"; };
|
|
268
|
+
C96D4302737C82EAF22FF26B2A69CCDC /* CAPPluginMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPPluginMethod.h; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPPluginMethod.h"; sourceTree = "<group>"; };
|
|
269
|
+
CA2C91E61FA7D91DFE690A1570320BA5 /* CDVConfigParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVConfigParser.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVConfigParser.h"; sourceTree = "<group>"; };
|
|
270
|
+
CB44BB1A78B50551D1E6E9ADA6D2DF2D /* CAPNotifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPNotifications.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPNotifications.swift"; sourceTree = "<group>"; };
|
|
271
|
+
D0B98EF4EE584F297C813228A93D7C86 /* CDVAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVAvailability.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVAvailability.h"; sourceTree = "<group>"; };
|
|
272
|
+
D5B98460A1959410FDCE4C0E5FE779CB /* CAPBridgeViewController+CDVScreenOrientationDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CAPBridgeViewController+CDVScreenOrientationDelegate.m"; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPBridgeViewController+CDVScreenOrientationDelegate.m"; sourceTree = "<group>"; };
|
|
258
273
|
D6A9D9102A6C05CE4B93BA2C13954FE9 /* Pods-PluginTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PluginTests-frameworks.sh"; sourceTree = "<group>"; };
|
|
259
|
-
|
|
260
|
-
D8F6F75CEB3E4CBD7C90C0ED3F009445 /* CDVPlugin+Resources.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CDVPlugin+Resources.h"; path = "../../../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPlugin+Resources.h"; sourceTree = "<group>"; };
|
|
261
|
-
DA8CF4FCC7F6832C2640D787226AF9D4 /* CapacitorCordova.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CapacitorCordova.modulemap; sourceTree = "<group>"; };
|
|
274
|
+
D9DCF03FE3484ED472146B0F4A5C3430 /* Capacitor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Capacitor-prefix.pch"; sourceTree = "<group>"; };
|
|
262
275
|
DAA5DBF72380C5466DCBC107B7747A60 /* Pods-Plugin.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Plugin.debug.xcconfig"; sourceTree = "<group>"; };
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
276
|
+
DB7BB896BB2D5F1C2010F62DCE161F11 /* CDVViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVViewController.m; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVViewController.m"; sourceTree = "<group>"; };
|
|
277
|
+
DBBC06E3EA1D9031CCDF12BAE39DFE88 /* CDVURLProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVURLProtocol.m; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVURLProtocol.m"; sourceTree = "<group>"; };
|
|
278
|
+
DE6F5CAFF4D2340FBD9ADC4BC4691DCE /* NSDictionary+CordovaPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+CordovaPreferences.h"; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/NSDictionary+CordovaPreferences.h"; sourceTree = "<group>"; };
|
|
279
|
+
E061BB71D3CC29F3F579D4D2A40CBCBA /* CDVPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVPlugin.m; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPlugin.m"; sourceTree = "<group>"; };
|
|
280
|
+
E18C164EAD64B05EB7B63CA027700300 /* CAPInstanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CAPInstanceDescriptor.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPInstanceDescriptor.swift"; sourceTree = "<group>"; };
|
|
281
|
+
E5CBD623A2B2DA553558DAF310EED80B /* KeyPath.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KeyPath.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/KeyPath.swift"; sourceTree = "<group>"; };
|
|
282
|
+
E5EF65D1B701DD8882FC8EA0E8E03428 /* CAPBridgedPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CAPBridgedPlugin.h; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPBridgedPlugin.h"; sourceTree = "<group>"; };
|
|
270
283
|
E8950E00418A9BCE1D0E315A85B496FB /* Pods-PluginTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-PluginTests.modulemap"; sourceTree = "<group>"; };
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
F52F763F4D602C583C386C7B86B4BDB0 /* CDVConfigParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVConfigParser.m; path = "../../../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVConfigParser.m"; sourceTree = "<group>"; };
|
|
278
|
-
F81FFDDB4C04417BB6598B3F362A50A8 /* CAPPluginCall.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPPluginCall.m; path = "../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPPluginCall.m"; sourceTree = "<group>"; };
|
|
284
|
+
EC1520DAC43D44016A7CCD9E245C367B /* CDVCommandDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVCommandDelegate.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVCommandDelegate.h"; sourceTree = "<group>"; };
|
|
285
|
+
EE31EC2F72F8D3AB77FB6E58478FD46C /* UIStatusBarManager+CAPHandleTapAction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIStatusBarManager+CAPHandleTapAction.m"; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/UIStatusBarManager+CAPHandleTapAction.m"; sourceTree = "<group>"; };
|
|
286
|
+
F21F5534610F2C56B246214C61147FFE /* TmpViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TmpViewController.swift; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/TmpViewController.swift"; sourceTree = "<group>"; };
|
|
287
|
+
F368DD80E5110E36926F436F8FD82782 /* CDVPluginResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CDVPluginResult.m; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginResult.m"; sourceTree = "<group>"; };
|
|
288
|
+
F4E8E45035AC9656B7FEEF80BDD1DCF3 /* Capacitor-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Capacitor-Info.plist"; sourceTree = "<group>"; };
|
|
289
|
+
F54BD5AF6FE2DBEA5C63B43BCDFFD0BC /* CDVPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVPlugin.h; path = "../../../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPlugin.h"; sourceTree = "<group>"; };
|
|
279
290
|
FBD93D36D06B546B5015A4716941DCBB /* Pods-PluginTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PluginTests-umbrella.h"; sourceTree = "<group>"; };
|
|
280
|
-
|
|
281
|
-
FE6F2F4235395C97A4CCAB36FC6FB272 /* CDVInvokedUrlCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDVInvokedUrlCommand.h; path = "../../../../../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVInvokedUrlCommand.h"; sourceTree = "<group>"; };
|
|
291
|
+
FE1DBFA2C85AC28863CAFCF9E483A23E /* CAPInstanceDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CAPInstanceDescriptor.m; path = "../../../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor/Capacitor/CAPInstanceDescriptor.m"; sourceTree = "<group>"; };
|
|
282
292
|
/* End PBXFileReference section */
|
|
283
293
|
|
|
284
294
|
/* Begin PBXFrameworksBuildPhase section */
|
|
285
|
-
|
|
295
|
+
05729AFBFB8A784E74F2959F06661750 /* Frameworks */ = {
|
|
286
296
|
isa = PBXFrameworksBuildPhase;
|
|
287
297
|
buildActionMask = 2147483647;
|
|
288
298
|
files = (
|
|
289
|
-
|
|
290
|
-
28B23AC44A547FE9856883BF87BF4B46 /* WebKit.framework in Frameworks */,
|
|
299
|
+
6EEDDFB34106C7CC121893CE015FB7D0 /* Foundation.framework in Frameworks */,
|
|
291
300
|
);
|
|
292
301
|
runOnlyForDeploymentPostprocessing = 0;
|
|
293
302
|
};
|
|
294
|
-
|
|
303
|
+
2475EFD012C96C2FD58AC581A3DFB101 /* Frameworks */ = {
|
|
295
304
|
isa = PBXFrameworksBuildPhase;
|
|
296
305
|
buildActionMask = 2147483647;
|
|
297
306
|
files = (
|
|
298
|
-
|
|
307
|
+
3D01AC7C1CA793317AB16617A9DD11BB /* Foundation.framework in Frameworks */,
|
|
299
308
|
);
|
|
300
309
|
runOnlyForDeploymentPostprocessing = 0;
|
|
301
310
|
};
|
|
302
|
-
|
|
311
|
+
C261EBBB1484EE79FE4497CFBDBCC2F5 /* Frameworks */ = {
|
|
303
312
|
isa = PBXFrameworksBuildPhase;
|
|
304
313
|
buildActionMask = 2147483647;
|
|
305
314
|
files = (
|
|
306
|
-
|
|
315
|
+
F7FEA02DE7BC9842C9A090978A88F74F /* Foundation.framework in Frameworks */,
|
|
316
|
+
6662F1EEB47A8AB12916189624E0743C /* WebKit.framework in Frameworks */,
|
|
307
317
|
);
|
|
308
318
|
runOnlyForDeploymentPostprocessing = 0;
|
|
309
319
|
};
|
|
@@ -318,221 +328,215 @@
|
|
|
318
328
|
/* End PBXFrameworksBuildPhase section */
|
|
319
329
|
|
|
320
330
|
/* Begin PBXGroup section */
|
|
321
|
-
|
|
331
|
+
009C2E7D516749F7CC1FEB827F7AE9F2 /* ios */ = {
|
|
322
332
|
isa = PBXGroup;
|
|
323
333
|
children = (
|
|
324
|
-
|
|
334
|
+
C40337A50C8A0B3447EF6E19C5772DF5 /* CapacitorCordova */,
|
|
325
335
|
);
|
|
326
|
-
name =
|
|
327
|
-
path =
|
|
328
|
-
sourceTree = "<group>";
|
|
329
|
-
};
|
|
330
|
-
15450A7BFAB95013908C4299EE940B01 /* .. */ = {
|
|
331
|
-
isa = PBXGroup;
|
|
332
|
-
children = (
|
|
333
|
-
CEA360B656E326DC397B604C5390BF85 /* .. */,
|
|
334
|
-
);
|
|
335
|
-
name = ..;
|
|
336
|
-
path = ..;
|
|
337
|
-
sourceTree = "<group>";
|
|
338
|
-
};
|
|
339
|
-
1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */ = {
|
|
340
|
-
isa = PBXGroup;
|
|
341
|
-
children = (
|
|
342
|
-
D4666CE1A84ECF5C342FAD3C508C69DE /* iOS */,
|
|
343
|
-
);
|
|
344
|
-
name = Frameworks;
|
|
336
|
+
name = ios;
|
|
337
|
+
path = ios;
|
|
345
338
|
sourceTree = "<group>";
|
|
346
339
|
};
|
|
347
|
-
|
|
340
|
+
039BB76B6ECB03C8B0288419307B6F8D /* Support Files */ = {
|
|
348
341
|
isa = PBXGroup;
|
|
349
342
|
children = (
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
71A3733713EB78E909F719D87E53504D /* CAPBridge.swift */,
|
|
357
|
-
45CE614253D2248A418440427011DAB3 /* CAPBridgeDelegate.swift */,
|
|
358
|
-
AC2ED3F75CC275FCA182CC29CA541C34 /* CAPBridgedJSTypes.h */,
|
|
359
|
-
1EC083D7CF8BF5DF46314751A69B946A /* CAPBridgedJSTypes.m */,
|
|
360
|
-
F133BAFF77D7A8335F8A8287441EBE44 /* CAPBridgedPlugin.h */,
|
|
361
|
-
D7C15B84ED4704F5EC2AE0B0F44065BB /* CAPBridgedPlugin+getMethod.swift */,
|
|
362
|
-
9DD2704D77F66ED672ABA70C88170A76 /* CAPBridgeProtocol.swift */,
|
|
363
|
-
D3B4811823C7C0D02A9F4DCD63A9D146 /* CAPBridgeViewController.swift */,
|
|
364
|
-
8DF8C659B1A333DCB236B555B2961512 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h */,
|
|
365
|
-
C141E8E29BF28278A392CC0B3BBA3176 /* CAPBridgeViewController+CDVScreenOrientationDelegate.m */,
|
|
366
|
-
2D5797FD9C10DC8876409BF8FBB30C79 /* CAPFile.swift */,
|
|
367
|
-
86ABDBEDFDBF1959EEA49B43205547AB /* CAPInstanceConfiguration.h */,
|
|
368
|
-
A8BC32890AF7686DA8A67004B66EFE0F /* CAPInstanceConfiguration.m */,
|
|
369
|
-
FDB8D46ADB637CCFA7FDC944CC4576BA /* CAPInstanceConfiguration.swift */,
|
|
370
|
-
2CBFABEFC95E63B738A9BA31A0886757 /* CAPInstanceDescriptor.h */,
|
|
371
|
-
2E17F69C47481E9DD7250184ABB582EA /* CAPInstanceDescriptor.m */,
|
|
372
|
-
DBC3061DB88A2EACC1086D36E8C9DA87 /* CAPInstanceDescriptor.swift */,
|
|
373
|
-
2EBE726D9488AEA726E592222349F486 /* CAPInstancePlugin.swift */,
|
|
374
|
-
8EF438A529A28D6C90D7C3C3899D676E /* CAPLog.swift */,
|
|
375
|
-
9546361EDDAF7A0593C9702F804DF77A /* CAPNotifications.swift */,
|
|
376
|
-
372B508E8152889901F1287CD42A37FA /* CAPPlugin.h */,
|
|
377
|
-
31A46CA3833927A169A53C7787A8239D /* CAPPlugin.m */,
|
|
378
|
-
2E2100164A0625B3869F2F5F5484FFC7 /* CAPPlugin+LoadInstance.swift */,
|
|
379
|
-
DD696FF1900D20823A42878813BB4A11 /* CAPPluginCall.h */,
|
|
380
|
-
F81FFDDB4C04417BB6598B3F362A50A8 /* CAPPluginCall.m */,
|
|
381
|
-
0CC312CC2D5FDDC413F1C91A106DB512 /* CAPPluginCall.swift */,
|
|
382
|
-
9C8EF38E7027D4DA598EF03EA95DEA07 /* CAPPluginMethod.h */,
|
|
383
|
-
78945E1847DB6E6DFEC189021D4CA7F9 /* CAPPluginMethod.m */,
|
|
384
|
-
C200CC94D0CC96E4E55AC6636DF570C6 /* CAPWebView.swift */,
|
|
385
|
-
35ED30C658DCEB5DFC638157AB84A6F8 /* Data+Capacitor.swift */,
|
|
386
|
-
6222375DABBB5866B0B456214F17B5C0 /* DocLinks.swift */,
|
|
387
|
-
4B73E8BCF6A8514F70B7A3C917E68986 /* JS.swift */,
|
|
388
|
-
41BCDC7B7117C040DA51DC50B8B308A5 /* JSExport.swift */,
|
|
389
|
-
91FC85165D7939A02520E76FE4986BD8 /* JSTypes.swift */,
|
|
390
|
-
F004F35C130AA4EC5C46327FEEB6D104 /* KeyPath.swift */,
|
|
391
|
-
32893EBD8869A6380DFA7FAE98101C3D /* NotificationHandlerProtocol.swift */,
|
|
392
|
-
683CC63F58CB0B72ACB41202F288F475 /* NotificationRouter.swift */,
|
|
393
|
-
BC1D2B53EDBC7E5A8144A498A698F90F /* PluginCallResult.swift */,
|
|
394
|
-
7712EC26D738B38931962EF6496A5D75 /* PluginConfig.swift */,
|
|
395
|
-
5E9EE97D3B0090D77AE7A52C267E7D9F /* Router.swift */,
|
|
396
|
-
AD454629150B7F54BEF8E6A25ECA6A93 /* TmpViewController.swift */,
|
|
397
|
-
2C28FEAF8CF10303287975F76401D8F2 /* UIColor.swift */,
|
|
398
|
-
7E12C32E2445ED95DF7F968189072B04 /* UIStatusBarManager+CAPHandleTapAction.m */,
|
|
399
|
-
F1576EE99618FA17FCA47539D84B09C5 /* WebViewAssetHandler.swift */,
|
|
400
|
-
30706231D511B9A5A15E8C8B70EC5ADF /* WebViewDelegationHandler.swift */,
|
|
401
|
-
83D655A9358D7718CDE7B7C307FD5DCD /* WKWebView+Capacitor.h */,
|
|
402
|
-
0C224A329373D5F68B36621306F8E395 /* WKWebView+Capacitor.m */,
|
|
403
|
-
2D0E90A23AF084E5F1CB09EE3304198B /* WKWebView+Capacitor.swift */,
|
|
404
|
-
B52CFE6D65B45A24AE45D23CFEC043CF /* Plugins */,
|
|
343
|
+
202FB7CFFCF90BA28CD65A9146B17096 /* Capacitor.modulemap */,
|
|
344
|
+
700220766A11D1D5BC10A89F61575C93 /* Capacitor-dummy.m */,
|
|
345
|
+
F4E8E45035AC9656B7FEEF80BDD1DCF3 /* Capacitor-Info.plist */,
|
|
346
|
+
D9DCF03FE3484ED472146B0F4A5C3430 /* Capacitor-prefix.pch */,
|
|
347
|
+
BF5B31D9D73DFEECF58A5FFE5EBCC2C7 /* Capacitor.debug.xcconfig */,
|
|
348
|
+
31AC6FA7DCA7339F533356BFE7697B80 /* Capacitor.release.xcconfig */,
|
|
405
349
|
);
|
|
406
|
-
name =
|
|
407
|
-
path = Capacitor;
|
|
350
|
+
name = "Support Files";
|
|
351
|
+
path = "../../../ios/Pods/Target Support Files/Capacitor";
|
|
408
352
|
sourceTree = "<group>";
|
|
409
353
|
};
|
|
410
|
-
|
|
354
|
+
0D5834B00E9D0B75532AE187BB55FDC2 /* Classes */ = {
|
|
411
355
|
isa = PBXGroup;
|
|
412
356
|
children = (
|
|
413
|
-
|
|
357
|
+
9EE4696F6113B7F538895112FA525004 /* Public */,
|
|
414
358
|
);
|
|
415
|
-
name =
|
|
416
|
-
path =
|
|
359
|
+
name = Classes;
|
|
360
|
+
path = Classes;
|
|
417
361
|
sourceTree = "<group>";
|
|
418
362
|
};
|
|
419
|
-
|
|
363
|
+
162838C8DF7FAB98548900512B0922A1 /* .. */ = {
|
|
420
364
|
isa = PBXGroup;
|
|
421
365
|
children = (
|
|
422
|
-
|
|
366
|
+
E61C5072B81AFDBD0A11ED2B481A0B21 /* .. */,
|
|
423
367
|
);
|
|
424
368
|
name = ..;
|
|
425
|
-
path =
|
|
369
|
+
path = ..;
|
|
426
370
|
sourceTree = "<group>";
|
|
427
371
|
};
|
|
428
|
-
|
|
372
|
+
1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */ = {
|
|
429
373
|
isa = PBXGroup;
|
|
430
374
|
children = (
|
|
431
|
-
|
|
375
|
+
D4666CE1A84ECF5C342FAD3C508C69DE /* iOS */,
|
|
432
376
|
);
|
|
433
|
-
name =
|
|
434
|
-
path = assets;
|
|
377
|
+
name = Frameworks;
|
|
435
378
|
sourceTree = "<group>";
|
|
436
379
|
};
|
|
437
|
-
|
|
380
|
+
168D6ABF3833F3FAFAB8AE2863D84155 /* Plugins */ = {
|
|
438
381
|
isa = PBXGroup;
|
|
439
382
|
children = (
|
|
440
|
-
|
|
383
|
+
2B844331FE97ACC2C6A3D0413BD398AA /* CapacitorCookieManager.swift */,
|
|
384
|
+
21A8D488210EF55329FEDC5A581A6DEB /* CapacitorCookies.swift */,
|
|
385
|
+
B49C5FD3ED8B19F6F1EE5A207D66392C /* CapacitorHttp.swift */,
|
|
386
|
+
7A15E917612909FE9401AAF880D16595 /* CapacitorUrlRequest.swift */,
|
|
387
|
+
0AAD33205096C4180BFD2F731D81D934 /* Console.swift */,
|
|
388
|
+
1F7FFE70C235727CEB618CF396BFB14C /* DefaultPlugins.m */,
|
|
389
|
+
77E498F9E98D08FAD2A1B88327C2B065 /* HttpRequestHandler.swift */,
|
|
390
|
+
052EC524DCA8DDF15858E25620DCE166 /* WebView.swift */,
|
|
441
391
|
);
|
|
442
|
-
name =
|
|
443
|
-
path =
|
|
392
|
+
name = Plugins;
|
|
393
|
+
path = Plugins;
|
|
444
394
|
sourceTree = "<group>";
|
|
445
395
|
};
|
|
446
|
-
|
|
396
|
+
21216184E058AB3E4321BE7D944104FB /* Codable */ = {
|
|
447
397
|
isa = PBXGroup;
|
|
448
398
|
children = (
|
|
449
|
-
|
|
399
|
+
638AB56263DB7FB57681E89740DD3663 /* JSValueDecoder.swift */,
|
|
400
|
+
5773608B3CB889D7158584EB0A5510C1 /* JSValueEncoder.swift */,
|
|
450
401
|
);
|
|
451
|
-
name =
|
|
452
|
-
path =
|
|
402
|
+
name = Codable;
|
|
403
|
+
path = Codable;
|
|
453
404
|
sourceTree = "<group>";
|
|
454
405
|
};
|
|
455
|
-
|
|
406
|
+
23BD47F9550DE16C90D9EB736E28FD3F /* assets */ = {
|
|
456
407
|
isa = PBXGroup;
|
|
457
408
|
children = (
|
|
458
|
-
|
|
459
|
-
EBD3C2FE3855D03A3BAD4B8106C3C645 /* CapacitorCordova-dummy.m */,
|
|
460
|
-
5D6518AB5350557CCC5B493D0130EA1C /* CapacitorCordova-Info.plist */,
|
|
461
|
-
79C23434DFBF1E1BDA696A98BF2DA688 /* CapacitorCordova-prefix.pch */,
|
|
462
|
-
DB47477906453BD2BC01EF101BBC3E3F /* CapacitorCordova.debug.xcconfig */,
|
|
463
|
-
AB5E0F220D8127B19BA1638831DF363C /* CapacitorCordova.release.xcconfig */,
|
|
409
|
+
1EC4AD05E6A1695C17F0A3B03822D7B1 /* native-bridge.js */,
|
|
464
410
|
);
|
|
465
|
-
name =
|
|
466
|
-
path =
|
|
411
|
+
name = assets;
|
|
412
|
+
path = assets;
|
|
467
413
|
sourceTree = "<group>";
|
|
468
414
|
};
|
|
469
|
-
|
|
415
|
+
251468D91D11FE959A8FBCD1E87520F1 /* Capacitor */ = {
|
|
470
416
|
isa = PBXGroup;
|
|
471
417
|
children = (
|
|
472
|
-
|
|
418
|
+
199E6B656884971BB7C69168D2FE687D /* AppUUID.swift */,
|
|
419
|
+
38E4B496EB1A0BCE9372686EE4B65774 /* Array+Capacitor.swift */,
|
|
420
|
+
9C1F3790E1818380B2057559E4C5E505 /* Capacitor.h */,
|
|
421
|
+
BE07A1CBC22CAA2F94595085EF1D4C46 /* CapacitorBridge.swift */,
|
|
422
|
+
BF04649E63CF861832F714F9AB20531F /* CapacitorExtension.swift */,
|
|
423
|
+
B16ADCB71842C23ADF862224BC2477BB /* CAPApplicationDelegateProxy.swift */,
|
|
424
|
+
C311A050A8F3C6748653DF5E4C20F480 /* CAPBridge.swift */,
|
|
425
|
+
8C4C2219B40FD42B1B45DA9A660CC57C /* CAPBridgeDelegate.swift */,
|
|
426
|
+
221A1EF9C80396CC554258E5C0BAC8AA /* CAPBridgedJSTypes.h */,
|
|
427
|
+
41B95BB608CF7E366084C481EE6138FF /* CAPBridgedJSTypes.m */,
|
|
428
|
+
E5EF65D1B701DD8882FC8EA0E8E03428 /* CAPBridgedPlugin.h */,
|
|
429
|
+
A776F533C8364AF9CE712656652F1D45 /* CAPBridgedPlugin+getMethod.swift */,
|
|
430
|
+
B46F868D929FC5645FF09185CD9DFA39 /* CAPBridgeProtocol.swift */,
|
|
431
|
+
A7A9C4731CFE5F7E74528B70E5BC7DDF /* CAPBridgeViewController.swift */,
|
|
432
|
+
47B479B45D7A45CAAD112E09552B0DD8 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h */,
|
|
433
|
+
D5B98460A1959410FDCE4C0E5FE779CB /* CAPBridgeViewController+CDVScreenOrientationDelegate.m */,
|
|
434
|
+
17FD03CEB3DD8D0E4D411212D5B771CA /* CAPFile.swift */,
|
|
435
|
+
44B7E295BDC529568DB8968593B833F7 /* CAPInstanceConfiguration.h */,
|
|
436
|
+
7F8CD748C7985BAEE05B00577EC99F99 /* CAPInstanceConfiguration.m */,
|
|
437
|
+
47B410F7CD561D824ACD9DAB7F2246AF /* CAPInstanceConfiguration.swift */,
|
|
438
|
+
99CD067422D46E39E8370AD5B70266A5 /* CAPInstanceDescriptor.h */,
|
|
439
|
+
FE1DBFA2C85AC28863CAFCF9E483A23E /* CAPInstanceDescriptor.m */,
|
|
440
|
+
E18C164EAD64B05EB7B63CA027700300 /* CAPInstanceDescriptor.swift */,
|
|
441
|
+
99D5A59170B183070EBA078EB351C560 /* CAPInstancePlugin.swift */,
|
|
442
|
+
A6F5FF5FBA2038F897A1A2AD9608ECCB /* CAPLog.swift */,
|
|
443
|
+
CB44BB1A78B50551D1E6E9ADA6D2DF2D /* CAPNotifications.swift */,
|
|
444
|
+
C11CA4EC513A829AE6840B97D10369DD /* CAPPlugin.h */,
|
|
445
|
+
A5E36A3EC6E59FAE16A7DEDA7B830837 /* CAPPlugin.m */,
|
|
446
|
+
C0353F2375368CC35AE5CE658885D9E9 /* CAPPlugin+LoadInstance.swift */,
|
|
447
|
+
624DCD354AA478F286E40AAE3F463EBC /* CAPPluginCall.h */,
|
|
448
|
+
64965245ED2050F51C7C91DA993E3BA0 /* CAPPluginCall.m */,
|
|
449
|
+
A191CB6E540A96E9DC9020FFA1D100E7 /* CAPPluginCall.swift */,
|
|
450
|
+
C96D4302737C82EAF22FF26B2A69CCDC /* CAPPluginMethod.h */,
|
|
451
|
+
8A414845BA467F617FCEE00D288F953E /* CAPPluginMethod.m */,
|
|
452
|
+
6E9F8C246ACF47C8BB0BB313704711E2 /* Data+Capacitor.swift */,
|
|
453
|
+
25447FCCE4DF38F4A5512CEB3FA42F19 /* DocLinks.swift */,
|
|
454
|
+
6775BE38C18A09BF90C109C3BBB25A40 /* JS.swift */,
|
|
455
|
+
4C31CBB5DCF455711D1C5EEF612D38EB /* JSExport.swift */,
|
|
456
|
+
A8E74AB15BE13D1158F3FD99ED097464 /* JSTypes.swift */,
|
|
457
|
+
E5CBD623A2B2DA553558DAF310EED80B /* KeyPath.swift */,
|
|
458
|
+
C8CEEBA973D2EFA02545328642169148 /* KeyValueStore.swift */,
|
|
459
|
+
3F5E2CC8356641F25FD168F14B334A42 /* NotificationHandlerProtocol.swift */,
|
|
460
|
+
39F3323F53B6EAB51A8E3C84C71CB03C /* NotificationRouter.swift */,
|
|
461
|
+
30FA53B0A409E52B5AC5F297FCE7F0E8 /* PluginCallResult.swift */,
|
|
462
|
+
3719FD9D3F2BFB34AC0CA52B8DF8A528 /* PluginConfig.swift */,
|
|
463
|
+
3449C1F1016934E039A73E5941ECD241 /* PrivacyInfo.xcprivacy */,
|
|
464
|
+
B76D0EC9C08FD7F14A44F0E6578A86D4 /* Router.swift */,
|
|
465
|
+
F21F5534610F2C56B246214C61147FFE /* TmpViewController.swift */,
|
|
466
|
+
1E7B0ACE691E12A9FB902C8799B2B05B /* UIColor.swift */,
|
|
467
|
+
EE31EC2F72F8D3AB77FB6E58478FD46C /* UIStatusBarManager+CAPHandleTapAction.m */,
|
|
468
|
+
7AB88B299E90E0BC0442DC1027A70349 /* WebViewAssetHandler.swift */,
|
|
469
|
+
625313F10D8EA4F5812DBABC1C34FE60 /* WebViewDelegationHandler.swift */,
|
|
470
|
+
2D926E1A74E119B7456AC0264072411C /* WKWebView+Capacitor.m */,
|
|
471
|
+
6A3BFDBDDDEE1F32965AA6ABF0B48EDF /* WKWebView+Capacitor.swift */,
|
|
472
|
+
23BD47F9550DE16C90D9EB736E28FD3F /* assets */,
|
|
473
|
+
21216184E058AB3E4321BE7D944104FB /* Codable */,
|
|
474
|
+
168D6ABF3833F3FAFAB8AE2863D84155 /* Plugins */,
|
|
473
475
|
);
|
|
474
|
-
name =
|
|
475
|
-
path =
|
|
476
|
+
name = Capacitor;
|
|
477
|
+
path = Capacitor;
|
|
476
478
|
sourceTree = "<group>";
|
|
477
479
|
};
|
|
478
|
-
|
|
480
|
+
2AE9C73BC67BBA7F90BAE8C8456910F1 /* @capacitor */ = {
|
|
479
481
|
isa = PBXGroup;
|
|
480
482
|
children = (
|
|
481
|
-
|
|
482
|
-
1D0E3468237A6B8069BF5AAB13164332 /* Capacitor.podspec */,
|
|
483
|
+
9DC5F8348E8ABB8DA9BF502BE735FFAF /* ios */,
|
|
483
484
|
);
|
|
484
|
-
name =
|
|
485
|
+
name = "@capacitor";
|
|
486
|
+
path = "@capacitor";
|
|
485
487
|
sourceTree = "<group>";
|
|
486
488
|
};
|
|
487
|
-
|
|
489
|
+
396B2543EB358919DE43DD9B54AD68FF /* .. */ = {
|
|
488
490
|
isa = PBXGroup;
|
|
489
491
|
children = (
|
|
490
|
-
|
|
491
|
-
F22F323547F39068C402A67FCA68E7C2 /* Pods-PluginTests */,
|
|
492
|
+
44EBDB381F9BAA1469433853CB0EEBA8 /* .. */,
|
|
492
493
|
);
|
|
493
|
-
name =
|
|
494
|
+
name = ..;
|
|
495
|
+
path = ..;
|
|
494
496
|
sourceTree = "<group>";
|
|
495
497
|
};
|
|
496
|
-
|
|
498
|
+
44EBDB381F9BAA1469433853CB0EEBA8 /* .. */ = {
|
|
497
499
|
isa = PBXGroup;
|
|
498
500
|
children = (
|
|
499
|
-
|
|
501
|
+
8A752FC5410419F4417E37B83ACA9E40 /* .. */,
|
|
500
502
|
);
|
|
501
|
-
name =
|
|
502
|
-
path =
|
|
503
|
+
name = ..;
|
|
504
|
+
path = ..;
|
|
503
505
|
sourceTree = "<group>";
|
|
504
506
|
};
|
|
505
|
-
|
|
507
|
+
6A83E7F63B2325CA9C68738026DD8FC0 /* CapacitorCordova */ = {
|
|
506
508
|
isa = PBXGroup;
|
|
507
509
|
children = (
|
|
508
|
-
|
|
510
|
+
A9C2D91521A59B8B0FAE0C2DB693EACA /* CapacitorCordova.h */,
|
|
511
|
+
3EACB7E551FB65ECE91EFCFE1BCC38C3 /* PrivacyInfo.xcprivacy */,
|
|
512
|
+
0D5834B00E9D0B75532AE187BB55FDC2 /* Classes */,
|
|
509
513
|
);
|
|
510
|
-
name =
|
|
511
|
-
path =
|
|
514
|
+
name = CapacitorCordova;
|
|
515
|
+
path = CapacitorCordova;
|
|
512
516
|
sourceTree = "<group>";
|
|
513
517
|
};
|
|
514
|
-
|
|
518
|
+
7209024EB528E4EA1797F952F714E823 /* .. */ = {
|
|
515
519
|
isa = PBXGroup;
|
|
516
520
|
children = (
|
|
517
|
-
|
|
521
|
+
BA2C15B08161FC3E0E9C871BA6A77939 /* .. */,
|
|
518
522
|
);
|
|
519
523
|
name = ..;
|
|
520
524
|
path = ..;
|
|
521
525
|
sourceTree = "<group>";
|
|
522
526
|
};
|
|
523
|
-
|
|
527
|
+
740E12C899D56C459793F8D89BE2D003 /* Targets Support Files */ = {
|
|
524
528
|
isa = PBXGroup;
|
|
525
529
|
children = (
|
|
526
|
-
|
|
530
|
+
8C0C94AB912114BEDD51A64682444E19 /* Pods-Plugin */,
|
|
531
|
+
F22F323547F39068C402A67FCA68E7C2 /* Pods-PluginTests */,
|
|
527
532
|
);
|
|
528
|
-
name =
|
|
529
|
-
path = ..;
|
|
533
|
+
name = "Targets Support Files";
|
|
530
534
|
sourceTree = "<group>";
|
|
531
535
|
};
|
|
532
|
-
|
|
536
|
+
8A752FC5410419F4417E37B83ACA9E40 /* .. */ = {
|
|
533
537
|
isa = PBXGroup;
|
|
534
538
|
children = (
|
|
535
|
-
|
|
539
|
+
8DDDAF794A06E38A79E9919064027DDE /* .. */,
|
|
536
540
|
);
|
|
537
541
|
name = ..;
|
|
538
542
|
path = ..;
|
|
@@ -554,113 +558,134 @@
|
|
|
554
558
|
path = "Target Support Files/Pods-Plugin";
|
|
555
559
|
sourceTree = "<group>";
|
|
556
560
|
};
|
|
557
|
-
|
|
561
|
+
8DDDAF794A06E38A79E9919064027DDE /* .. */ = {
|
|
558
562
|
isa = PBXGroup;
|
|
559
563
|
children = (
|
|
560
|
-
|
|
564
|
+
DEE3112449BD0831E0C510438866512C /* @capacitor */,
|
|
561
565
|
);
|
|
562
566
|
name = ..;
|
|
563
567
|
path = ..;
|
|
564
568
|
sourceTree = "<group>";
|
|
565
569
|
};
|
|
566
|
-
|
|
570
|
+
94E4BC80CC5991C15A92BBEB58F62CAF /* .. */ = {
|
|
567
571
|
isa = PBXGroup;
|
|
568
572
|
children = (
|
|
569
|
-
|
|
573
|
+
DC6107083775941C3927E2B0E1B5EB85 /* .. */,
|
|
570
574
|
);
|
|
571
|
-
name =
|
|
572
|
-
path =
|
|
575
|
+
name = ..;
|
|
576
|
+
path = ..;
|
|
573
577
|
sourceTree = "<group>";
|
|
574
578
|
};
|
|
575
|
-
|
|
579
|
+
99D39FD97B058964EADE8A8B85BAA676 /* .. */ = {
|
|
576
580
|
isa = PBXGroup;
|
|
577
581
|
children = (
|
|
578
|
-
|
|
582
|
+
9FCC2BC682D7DFA2D3CBB0D74D6F2FC9 /* .. */,
|
|
579
583
|
);
|
|
580
584
|
name = ..;
|
|
581
|
-
path =
|
|
585
|
+
path = "../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/Capacitor";
|
|
582
586
|
sourceTree = "<group>";
|
|
583
587
|
};
|
|
584
|
-
|
|
588
|
+
9DC5F8348E8ABB8DA9BF502BE735FFAF /* ios */ = {
|
|
585
589
|
isa = PBXGroup;
|
|
586
590
|
children = (
|
|
587
|
-
|
|
588
|
-
1ABFDA3391AEBA42EFB0FEBF824A6E34 /* CapacitorCordova */,
|
|
589
|
-
4B7B23985828F9D35ECCA1361A486792 /* Pods-Plugin */,
|
|
590
|
-
58DEAF78291AAC1E83073B9084B45542 /* Pods-PluginTests */,
|
|
591
|
+
A6E6F32D38057147B394B165CA924C51 /* Capacitor */,
|
|
591
592
|
);
|
|
592
|
-
name =
|
|
593
|
+
name = ios;
|
|
594
|
+
path = ios;
|
|
593
595
|
sourceTree = "<group>";
|
|
594
596
|
};
|
|
595
|
-
|
|
597
|
+
9EE4696F6113B7F538895112FA525004 /* Public */ = {
|
|
596
598
|
isa = PBXGroup;
|
|
597
599
|
children = (
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
600
|
+
5462190D86C057A1DF44DD2260CB973D /* AppDelegate.h */,
|
|
601
|
+
2A037C51EBC7DDC1F7C46D53A1805051 /* AppDelegate.m */,
|
|
602
|
+
69FA0B891C58A1E9C47998B1D40F19F4 /* CDV.h */,
|
|
603
|
+
D0B98EF4EE584F297C813228A93D7C86 /* CDVAvailability.h */,
|
|
604
|
+
EC1520DAC43D44016A7CCD9E245C367B /* CDVCommandDelegate.h */,
|
|
605
|
+
2D62B6C24743E8C487387D1BDEABC9C6 /* CDVCommandDelegateImpl.h */,
|
|
606
|
+
AC323F4C7FB8CAE95059495E9CA9CA84 /* CDVCommandDelegateImpl.m */,
|
|
607
|
+
CA2C91E61FA7D91DFE690A1570320BA5 /* CDVConfigParser.h */,
|
|
608
|
+
9CCBA518D16B4F75AFC81F5C307BB564 /* CDVConfigParser.m */,
|
|
609
|
+
6171354382B4CA57F90920CB768D53E8 /* CDVInvokedUrlCommand.h */,
|
|
610
|
+
92A3D67639940DED5EE0A2C4AF9B6E06 /* CDVInvokedUrlCommand.m */,
|
|
611
|
+
F54BD5AF6FE2DBEA5C63B43BCDFFD0BC /* CDVPlugin.h */,
|
|
612
|
+
E061BB71D3CC29F3F579D4D2A40CBCBA /* CDVPlugin.m */,
|
|
613
|
+
67471A029F86BC86F17CA504E70BDF42 /* CDVPlugin+Resources.h */,
|
|
614
|
+
A0AC2DA1415AA132493D54F63F91DEC5 /* CDVPlugin+Resources.m */,
|
|
615
|
+
3093956F9205DEAEF077EF997B7AB469 /* CDVPluginManager.h */,
|
|
616
|
+
9746D91F6FC407A9DC9C36EA4D4C5A59 /* CDVPluginManager.m */,
|
|
617
|
+
12A899A30EFA33FC08449039E4EA78AB /* CDVPluginResult.h */,
|
|
618
|
+
F368DD80E5110E36926F436F8FD82782 /* CDVPluginResult.m */,
|
|
619
|
+
956D76AF329C3457235641BD24851EDD /* CDVScreenOrientationDelegate.h */,
|
|
620
|
+
4A0DF4D3CEDC94AB8C302D6FDC845010 /* CDVURLProtocol.h */,
|
|
621
|
+
DBBC06E3EA1D9031CCDF12BAE39DFE88 /* CDVURLProtocol.m */,
|
|
622
|
+
7F6A01907FE5E59AB9836548E6CFE803 /* CDVViewController.h */,
|
|
623
|
+
DB7BB896BB2D5F1C2010F62DCE161F11 /* CDVViewController.m */,
|
|
624
|
+
7FEA3CA32BB2C0590B53F60B9C14E853 /* CDVWebViewProcessPoolFactory.h */,
|
|
625
|
+
2DB28ACC5A4EC240AEDCE42F57522589 /* CDVWebViewProcessPoolFactory.m */,
|
|
626
|
+
DE6F5CAFF4D2340FBD9ADC4BC4691DCE /* NSDictionary+CordovaPreferences.h */,
|
|
627
|
+
24EB68B7FEE2CE5686C49EC58EB9B590 /* NSDictionary+CordovaPreferences.m */,
|
|
606
628
|
);
|
|
607
|
-
name =
|
|
608
|
-
path =
|
|
629
|
+
name = Public;
|
|
630
|
+
path = Public;
|
|
609
631
|
sourceTree = "<group>";
|
|
610
632
|
};
|
|
611
|
-
|
|
633
|
+
9FCC2BC682D7DFA2D3CBB0D74D6F2FC9 /* .. */ = {
|
|
612
634
|
isa = PBXGroup;
|
|
613
635
|
children = (
|
|
614
|
-
|
|
636
|
+
7209024EB528E4EA1797F952F714E823 /* .. */,
|
|
615
637
|
);
|
|
616
|
-
name =
|
|
617
|
-
path =
|
|
638
|
+
name = ..;
|
|
639
|
+
path = ..;
|
|
618
640
|
sourceTree = "<group>";
|
|
619
641
|
};
|
|
620
|
-
|
|
642
|
+
A6E6F32D38057147B394B165CA924C51 /* Capacitor */ = {
|
|
621
643
|
isa = PBXGroup;
|
|
622
644
|
children = (
|
|
623
|
-
|
|
645
|
+
251468D91D11FE959A8FBCD1E87520F1 /* Capacitor */,
|
|
624
646
|
);
|
|
625
|
-
name =
|
|
626
|
-
path =
|
|
647
|
+
name = Capacitor;
|
|
648
|
+
path = Capacitor;
|
|
627
649
|
sourceTree = "<group>";
|
|
628
650
|
};
|
|
629
|
-
|
|
651
|
+
B3C83D4F5240EBF05495F2999F910D07 /* CapacitorCordova */ = {
|
|
630
652
|
isa = PBXGroup;
|
|
631
653
|
children = (
|
|
632
|
-
|
|
654
|
+
D24A80B8CCC6FE07113EEF631F17726F /* .. */,
|
|
655
|
+
E105E74FF21F518C7E4104A85F000571 /* Pod */,
|
|
656
|
+
E064CBDEEB7B37E621D873076BDF6AE5 /* Support Files */,
|
|
633
657
|
);
|
|
634
|
-
name =
|
|
635
|
-
path = "
|
|
658
|
+
name = CapacitorCordova;
|
|
659
|
+
path = "../../node_modules/@capacitor/ios";
|
|
636
660
|
sourceTree = "<group>";
|
|
637
661
|
};
|
|
638
|
-
|
|
662
|
+
B479BBBCE5EE0CCF5B51E4DCA1CC2197 /* Products */ = {
|
|
639
663
|
isa = PBXGroup;
|
|
640
664
|
children = (
|
|
641
|
-
|
|
665
|
+
44D6062E8C618EC2B8F1D7229E8AD501 /* Capacitor */,
|
|
666
|
+
1ABFDA3391AEBA42EFB0FEBF824A6E34 /* CapacitorCordova */,
|
|
667
|
+
4B7B23985828F9D35ECCA1361A486792 /* Pods-Plugin */,
|
|
668
|
+
58DEAF78291AAC1E83073B9084B45542 /* Pods-PluginTests */,
|
|
642
669
|
);
|
|
643
|
-
name =
|
|
644
|
-
path = ..;
|
|
670
|
+
name = Products;
|
|
645
671
|
sourceTree = "<group>";
|
|
646
672
|
};
|
|
647
|
-
|
|
673
|
+
BA2C15B08161FC3E0E9C871BA6A77939 /* .. */ = {
|
|
648
674
|
isa = PBXGroup;
|
|
649
675
|
children = (
|
|
650
|
-
|
|
676
|
+
162838C8DF7FAB98548900512B0922A1 /* .. */,
|
|
651
677
|
);
|
|
652
|
-
name =
|
|
653
|
-
path =
|
|
678
|
+
name = ..;
|
|
679
|
+
path = ..;
|
|
654
680
|
sourceTree = "<group>";
|
|
655
681
|
};
|
|
656
|
-
|
|
682
|
+
C40337A50C8A0B3447EF6E19C5772DF5 /* CapacitorCordova */ = {
|
|
657
683
|
isa = PBXGroup;
|
|
658
684
|
children = (
|
|
659
|
-
|
|
660
|
-
B5473EA9789CC3742F9AA5E480F0B3DB /* @capacitor */,
|
|
685
|
+
6A83E7F63B2325CA9C68738026DD8FC0 /* CapacitorCordova */,
|
|
661
686
|
);
|
|
662
|
-
name =
|
|
663
|
-
path =
|
|
687
|
+
name = CapacitorCordova;
|
|
688
|
+
path = CapacitorCordova;
|
|
664
689
|
sourceTree = "<group>";
|
|
665
690
|
};
|
|
666
691
|
CF1408CF629C7361332E53B88F7BD30C = {
|
|
@@ -674,25 +699,13 @@
|
|
|
674
699
|
);
|
|
675
700
|
sourceTree = "<group>";
|
|
676
701
|
};
|
|
677
|
-
|
|
702
|
+
D24A80B8CCC6FE07113EEF631F17726F /* .. */ = {
|
|
678
703
|
isa = PBXGroup;
|
|
679
704
|
children = (
|
|
680
|
-
|
|
681
|
-
FC0053892675FF71950DEC80BEC1BA91 /* Pod */,
|
|
682
|
-
5A827E484D542E438883A1651C00B730 /* Support Files */,
|
|
705
|
+
94E4BC80CC5991C15A92BBEB58F62CAF /* .. */,
|
|
683
706
|
);
|
|
684
|
-
name =
|
|
685
|
-
path = "
|
|
686
|
-
sourceTree = "<group>";
|
|
687
|
-
};
|
|
688
|
-
D362CA6B63D831EC7D4138A2E8F9026F /* CapacitorCordova */ = {
|
|
689
|
-
isa = PBXGroup;
|
|
690
|
-
children = (
|
|
691
|
-
21C0BFEFFDEE257D5DFC4B59754BE35E /* CapacitorCordova.h */,
|
|
692
|
-
CC75A332587F93627CC9A28EA683E48C /* Classes */,
|
|
693
|
-
);
|
|
694
|
-
name = CapacitorCordova;
|
|
695
|
-
path = CapacitorCordova;
|
|
707
|
+
name = ..;
|
|
708
|
+
path = "../../.pnpm/@capacitor+ios@6.0.0_@capacitor+core@6.0.0/node_modules/@capacitor/ios/CapacitorCordova";
|
|
696
709
|
sourceTree = "<group>";
|
|
697
710
|
};
|
|
698
711
|
D4666CE1A84ECF5C342FAD3C508C69DE /* iOS */ = {
|
|
@@ -704,143 +717,109 @@
|
|
|
704
717
|
name = iOS;
|
|
705
718
|
sourceTree = "<group>";
|
|
706
719
|
};
|
|
707
|
-
|
|
720
|
+
DB592A33B16DFD47A6CAC9D58C3A2B58 /* Pod */ = {
|
|
708
721
|
isa = PBXGroup;
|
|
709
722
|
children = (
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
1E8595A1F66F986481AD36BDAE1CFED4 /* Capacitor-Info.plist */,
|
|
713
|
-
0F2BED207E43ECF5140C342EBF14A9EA /* Capacitor-prefix.pch */,
|
|
714
|
-
0699F5C883B2035CB543AE55FCE85AA9 /* Capacitor.debug.xcconfig */,
|
|
715
|
-
B2D1AE167BE9C44E738C9883A918DD62 /* Capacitor.release.xcconfig */,
|
|
723
|
+
C249349984A3C5580961BF5948B9FC2C /* Capacitor.modulemap */,
|
|
724
|
+
2DEFE0789F1EE4BFB0E55928377C054A /* Capacitor.podspec */,
|
|
716
725
|
);
|
|
717
|
-
name =
|
|
718
|
-
path = "../../../ios/Pods/Target Support Files/Capacitor";
|
|
719
|
-
sourceTree = "<group>";
|
|
720
|
-
};
|
|
721
|
-
EAB2AFDEB09681ABAB3B10368049527E /* Capacitor */ = {
|
|
722
|
-
isa = PBXGroup;
|
|
723
|
-
children = (
|
|
724
|
-
18195E6DAB3562392FA53D8F93AF20EA /* Capacitor */,
|
|
725
|
-
);
|
|
726
|
-
name = Capacitor;
|
|
727
|
-
path = Capacitor;
|
|
726
|
+
name = Pod;
|
|
728
727
|
sourceTree = "<group>";
|
|
729
728
|
};
|
|
730
|
-
|
|
729
|
+
DC6107083775941C3927E2B0E1B5EB85 /* .. */ = {
|
|
731
730
|
isa = PBXGroup;
|
|
732
731
|
children = (
|
|
733
|
-
|
|
734
|
-
85FA02A66D7273782918093F1D2C8292 /* AppDelegate.m */,
|
|
735
|
-
0D4CF1520CFACDEBAA5C26E2723F5D33 /* CDV.h */,
|
|
736
|
-
E7D9D0F1A34ECCD2EEF9F2DF11481A31 /* CDVAvailability.h */,
|
|
737
|
-
331EA4D68A7F6856F33243FEE995667E /* CDVCommandDelegate.h */,
|
|
738
|
-
43B6D870CE30EF0A9DCE6257F7AA8017 /* CDVCommandDelegateImpl.h */,
|
|
739
|
-
6C7F68204540A671A4CFE6975500370B /* CDVCommandDelegateImpl.m */,
|
|
740
|
-
2FB0D07C1B6B608EDA36EE569401FB50 /* CDVConfigParser.h */,
|
|
741
|
-
F52F763F4D602C583C386C7B86B4BDB0 /* CDVConfigParser.m */,
|
|
742
|
-
FE6F2F4235395C97A4CCAB36FC6FB272 /* CDVInvokedUrlCommand.h */,
|
|
743
|
-
86258DE47382C5FC09015D4AA3A35B98 /* CDVInvokedUrlCommand.m */,
|
|
744
|
-
3A89E8DF6C2DB4CDC21E5E52059CFC8D /* CDVPlugin.h */,
|
|
745
|
-
EABC3F95587EF6428DDB0B02E0CA68C1 /* CDVPlugin.m */,
|
|
746
|
-
D8F6F75CEB3E4CBD7C90C0ED3F009445 /* CDVPlugin+Resources.h */,
|
|
747
|
-
457208F3B3D9AE5DE7C5D4378744C15C /* CDVPlugin+Resources.m */,
|
|
748
|
-
64FBEA7E31155F8C4B5A636292B80268 /* CDVPluginManager.h */,
|
|
749
|
-
E74497DA2287E31DA8DF16255C03CD18 /* CDVPluginManager.m */,
|
|
750
|
-
3A975D2214D4BEDF2E12CA55D2AA4107 /* CDVPluginResult.h */,
|
|
751
|
-
C13C73FA53CE831DE41658159A0242F3 /* CDVPluginResult.m */,
|
|
752
|
-
CDDC9674C91BA932D695AA44A7CBE412 /* CDVScreenOrientationDelegate.h */,
|
|
753
|
-
05A86846113A0934DF315C8215DB0C28 /* CDVURLProtocol.h */,
|
|
754
|
-
B143A605845592F7682BA4C135730CB1 /* CDVURLProtocol.m */,
|
|
755
|
-
E0749059628A0F3419CD97A8E52675CB /* CDVViewController.h */,
|
|
756
|
-
C829FC64512C9311BBCA1D0B756DFF6B /* CDVViewController.m */,
|
|
757
|
-
D21C770F17C2D404AB1B23AD8EF81561 /* NSDictionary+CordovaPreferences.h */,
|
|
758
|
-
45E2F2005C4C96192C1CE2A56217D010 /* NSDictionary+CordovaPreferences.m */,
|
|
732
|
+
396B2543EB358919DE43DD9B54AD68FF /* .. */,
|
|
759
733
|
);
|
|
760
|
-
name =
|
|
761
|
-
path =
|
|
734
|
+
name = ..;
|
|
735
|
+
path = ..;
|
|
762
736
|
sourceTree = "<group>";
|
|
763
737
|
};
|
|
764
|
-
|
|
738
|
+
DEE3112449BD0831E0C510438866512C /* @capacitor */ = {
|
|
765
739
|
isa = PBXGroup;
|
|
766
740
|
children = (
|
|
767
|
-
|
|
768
|
-
D0DEDFE641B79BDC75F27DB1C3A5D42F /* CapacitorCordova */,
|
|
741
|
+
009C2E7D516749F7CC1FEB827F7AE9F2 /* ios */,
|
|
769
742
|
);
|
|
770
|
-
name = "
|
|
743
|
+
name = "@capacitor";
|
|
744
|
+
path = "@capacitor";
|
|
771
745
|
sourceTree = "<group>";
|
|
772
746
|
};
|
|
773
|
-
|
|
747
|
+
E064CBDEEB7B37E621D873076BDF6AE5 /* Support Files */ = {
|
|
774
748
|
isa = PBXGroup;
|
|
775
749
|
children = (
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
FBD93D36D06B546B5015A4716941DCBB /* Pods-PluginTests-umbrella.h */,
|
|
783
|
-
47F881CAB117FE10E92963EF6CC91861 /* Pods-PluginTests.debug.xcconfig */,
|
|
784
|
-
7D967D566F7C3FD1B78180239E63BC92 /* Pods-PluginTests.release.xcconfig */,
|
|
750
|
+
C43E32642D206CFDE63F4D559225C889 /* CapacitorCordova.modulemap */,
|
|
751
|
+
97B7E2050FE5C23BA60B6D79F36B8377 /* CapacitorCordova-dummy.m */,
|
|
752
|
+
537FAF7988EAE3CFAE00E4A12497C1DE /* CapacitorCordova-Info.plist */,
|
|
753
|
+
9449A471095A9F8D1A963B604B3FC2C9 /* CapacitorCordova-prefix.pch */,
|
|
754
|
+
4FCF74C14FFFBB994E205CCF2632898F /* CapacitorCordova.debug.xcconfig */,
|
|
755
|
+
35D1FDD7DC05438CAD6F36F076EA9843 /* CapacitorCordova.release.xcconfig */,
|
|
785
756
|
);
|
|
786
|
-
name = "
|
|
787
|
-
path = "Target Support Files/
|
|
757
|
+
name = "Support Files";
|
|
758
|
+
path = "../../../ios/Pods/Target Support Files/CapacitorCordova";
|
|
788
759
|
sourceTree = "<group>";
|
|
789
760
|
};
|
|
790
|
-
|
|
761
|
+
E105E74FF21F518C7E4104A85F000571 /* Pod */ = {
|
|
791
762
|
isa = PBXGroup;
|
|
792
763
|
children = (
|
|
793
|
-
|
|
764
|
+
C94415C0284EFE5A9DD77E859CAEFBC3 /* CapacitorCordova.modulemap */,
|
|
765
|
+
A801CC413C87777077CEEBF4E101CDDF /* CapacitorCordova.podspec */,
|
|
794
766
|
);
|
|
795
|
-
name =
|
|
796
|
-
path = ..;
|
|
767
|
+
name = Pod;
|
|
797
768
|
sourceTree = "<group>";
|
|
798
769
|
};
|
|
799
|
-
|
|
770
|
+
E61C5072B81AFDBD0A11ED2B481A0B21 /* .. */ = {
|
|
800
771
|
isa = PBXGroup;
|
|
801
772
|
children = (
|
|
802
|
-
|
|
773
|
+
F9DF062B81C8981C54F4B9F98646F9A1 /* .. */,
|
|
803
774
|
);
|
|
804
775
|
name = ..;
|
|
805
776
|
path = ..;
|
|
806
777
|
sourceTree = "<group>";
|
|
807
778
|
};
|
|
808
|
-
|
|
779
|
+
F167FE82B325BBEA66344D39644924E9 /* Capacitor */ = {
|
|
809
780
|
isa = PBXGroup;
|
|
810
781
|
children = (
|
|
811
|
-
|
|
782
|
+
99D39FD97B058964EADE8A8B85BAA676 /* .. */,
|
|
783
|
+
DB592A33B16DFD47A6CAC9D58C3A2B58 /* Pod */,
|
|
784
|
+
039BB76B6ECB03C8B0288419307B6F8D /* Support Files */,
|
|
812
785
|
);
|
|
813
|
-
name =
|
|
814
|
-
path =
|
|
786
|
+
name = Capacitor;
|
|
787
|
+
path = "../../node_modules/@capacitor/ios";
|
|
815
788
|
sourceTree = "<group>";
|
|
816
789
|
};
|
|
817
|
-
|
|
790
|
+
F1A18ADB90E2C3418E3E1D2C299819BE /* Development Pods */ = {
|
|
818
791
|
isa = PBXGroup;
|
|
819
792
|
children = (
|
|
820
|
-
|
|
793
|
+
F167FE82B325BBEA66344D39644924E9 /* Capacitor */,
|
|
794
|
+
B3C83D4F5240EBF05495F2999F910D07 /* CapacitorCordova */,
|
|
821
795
|
);
|
|
822
|
-
name =
|
|
823
|
-
path = "../../.pnpm/@capacitor+ios@5.0.0_@capacitor+core@5.0.0/node_modules/@capacitor/ios/Capacitor";
|
|
796
|
+
name = "Development Pods";
|
|
824
797
|
sourceTree = "<group>";
|
|
825
798
|
};
|
|
826
|
-
|
|
799
|
+
F22F323547F39068C402A67FCA68E7C2 /* Pods-PluginTests */ = {
|
|
827
800
|
isa = PBXGroup;
|
|
828
801
|
children = (
|
|
829
|
-
|
|
830
|
-
|
|
802
|
+
E8950E00418A9BCE1D0E315A85B496FB /* Pods-PluginTests.modulemap */,
|
|
803
|
+
A1E5822FC61F9421CF2456D453B75418 /* Pods-PluginTests-acknowledgements.markdown */,
|
|
804
|
+
45AEE2D3BD43D61882B01AAE2B8F11E4 /* Pods-PluginTests-acknowledgements.plist */,
|
|
805
|
+
7E74390F09A29D254E98C5610DDD5A28 /* Pods-PluginTests-dummy.m */,
|
|
806
|
+
D6A9D9102A6C05CE4B93BA2C13954FE9 /* Pods-PluginTests-frameworks.sh */,
|
|
807
|
+
939147BBA617256FB279F110F9DD2227 /* Pods-PluginTests-Info.plist */,
|
|
808
|
+
FBD93D36D06B546B5015A4716941DCBB /* Pods-PluginTests-umbrella.h */,
|
|
809
|
+
47F881CAB117FE10E92963EF6CC91861 /* Pods-PluginTests.debug.xcconfig */,
|
|
810
|
+
7D967D566F7C3FD1B78180239E63BC92 /* Pods-PluginTests.release.xcconfig */,
|
|
831
811
|
);
|
|
832
|
-
name =
|
|
812
|
+
name = "Pods-PluginTests";
|
|
813
|
+
path = "Target Support Files/Pods-PluginTests";
|
|
833
814
|
sourceTree = "<group>";
|
|
834
815
|
};
|
|
835
|
-
|
|
816
|
+
F9DF062B81C8981C54F4B9F98646F9A1 /* .. */ = {
|
|
836
817
|
isa = PBXGroup;
|
|
837
818
|
children = (
|
|
838
|
-
|
|
839
|
-
5BD49EB9141CDFDA150E51B61056380C /* Pod */,
|
|
840
|
-
D8FC94E15B8A6899FEA0ED957D1AFAD3 /* Support Files */,
|
|
819
|
+
2AE9C73BC67BBA7F90BAE8C8456910F1 /* @capacitor */,
|
|
841
820
|
);
|
|
842
|
-
name =
|
|
843
|
-
path =
|
|
821
|
+
name = ..;
|
|
822
|
+
path = ..;
|
|
844
823
|
sourceTree = "<group>";
|
|
845
824
|
};
|
|
846
825
|
/* End PBXGroup section */
|
|
@@ -854,51 +833,51 @@
|
|
|
854
833
|
);
|
|
855
834
|
runOnlyForDeploymentPostprocessing = 0;
|
|
856
835
|
};
|
|
857
|
-
|
|
836
|
+
5B76843AC2211CFD3C4CA49D7B066789 /* Headers */ = {
|
|
858
837
|
isa = PBXHeadersBuildPhase;
|
|
859
838
|
buildActionMask = 2147483647;
|
|
860
839
|
files = (
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
66E852AAB337D458A6AD3377DF2CC97D /* CDVPlugin+Resources.h in Headers */,
|
|
871
|
-
BE135437129E8111D67C30477447C93A /* CDVPluginManager.h in Headers */,
|
|
872
|
-
CCCDB2D142CA30E4EECFF41509E40D39 /* CDVPluginResult.h in Headers */,
|
|
873
|
-
16D69D9B9CD6E026999165D7443DEC34 /* CDVScreenOrientationDelegate.h in Headers */,
|
|
874
|
-
96ECAE5FBF52768864E06ECA7635E359 /* CDVURLProtocol.h in Headers */,
|
|
875
|
-
EE012856EA3395BD94FA881C1ABB6261 /* CDVViewController.h in Headers */,
|
|
876
|
-
A1541A7164D759EEAA5FF2A58C794AF6 /* NSDictionary+CordovaPreferences.h in Headers */,
|
|
840
|
+
746758DDA6BF683A8E48FAD7AB4B29DB /* Capacitor.h in Headers */,
|
|
841
|
+
3472DB1E34A7483011FB55A9C15D64F1 /* CAPBridgedJSTypes.h in Headers */,
|
|
842
|
+
C449E2FA8E60D82A9FBFA16B2F79E674 /* CAPBridgedPlugin.h in Headers */,
|
|
843
|
+
F11419431F06A3BC1529B9BDB9328786 /* CAPBridgeViewController+CDVScreenOrientationDelegate.h in Headers */,
|
|
844
|
+
44EEE63FD850CE5BC8DE39D56CC1E494 /* CAPInstanceConfiguration.h in Headers */,
|
|
845
|
+
0F8D3BFC2360ED865A30CD7EC440F103 /* CAPInstanceDescriptor.h in Headers */,
|
|
846
|
+
5BF0C2015F79C03536B665C1207A0D92 /* CAPPlugin.h in Headers */,
|
|
847
|
+
230005F99F3479B72F72915B1388FDA3 /* CAPPluginCall.h in Headers */,
|
|
848
|
+
AD3B1A73EDA403F214D36813F1BC83DE /* CAPPluginMethod.h in Headers */,
|
|
877
849
|
);
|
|
878
850
|
runOnlyForDeploymentPostprocessing = 0;
|
|
879
851
|
};
|
|
880
|
-
|
|
852
|
+
8466637E5DF4D2A4F37A7B1F5AEB0084 /* Headers */ = {
|
|
881
853
|
isa = PBXHeadersBuildPhase;
|
|
882
854
|
buildActionMask = 2147483647;
|
|
883
855
|
files = (
|
|
884
|
-
|
|
856
|
+
5E98E70F76667917F9478F128C60B3E6 /* AppDelegate.h in Headers */,
|
|
857
|
+
C2582E91FDDD29CAF47CF5BB61E721BE /* CapacitorCordova.h in Headers */,
|
|
858
|
+
D9ECE14287DE4D453775B3AFEF33B585 /* CDV.h in Headers */,
|
|
859
|
+
C31CFA30C72C9374EBB71CCC125A1C7D /* CDVAvailability.h in Headers */,
|
|
860
|
+
1B2BCC4B86A42244E242F1C9175D0B9F /* CDVCommandDelegate.h in Headers */,
|
|
861
|
+
228BBDB11CB81D1D282A8E884D3BD90A /* CDVCommandDelegateImpl.h in Headers */,
|
|
862
|
+
8AB3B8AADDF0028348BDC6FF1338D967 /* CDVConfigParser.h in Headers */,
|
|
863
|
+
0ACA33BCADE5A0ECF378F7CBAF574B3A /* CDVInvokedUrlCommand.h in Headers */,
|
|
864
|
+
F2D48E5397E4159AD8B2B49E850898F4 /* CDVPlugin.h in Headers */,
|
|
865
|
+
122C8BB47DF095FF7FF229B8E85F15CF /* CDVPlugin+Resources.h in Headers */,
|
|
866
|
+
0E5B759803851591589B5F1EDCB1B66C /* CDVPluginManager.h in Headers */,
|
|
867
|
+
3AAAB72B3D71698D75BCC77C7C1AE8A4 /* CDVPluginResult.h in Headers */,
|
|
868
|
+
4C24A772402710BE1BD33C39D2765E8E /* CDVScreenOrientationDelegate.h in Headers */,
|
|
869
|
+
77B13B80C53CE91EA38597AC80EE9EAD /* CDVURLProtocol.h in Headers */,
|
|
870
|
+
8DAE4650FFD4934CB6CF342E2E586768 /* CDVViewController.h in Headers */,
|
|
871
|
+
82FEACED6086660ACE7539691DEA312E /* CDVWebViewProcessPoolFactory.h in Headers */,
|
|
872
|
+
EAFD12D0D73C9BE0B08554D5C1D34D55 /* NSDictionary+CordovaPreferences.h in Headers */,
|
|
885
873
|
);
|
|
886
874
|
runOnlyForDeploymentPostprocessing = 0;
|
|
887
875
|
};
|
|
888
|
-
|
|
876
|
+
CD0146D9209B52D85411E99B60EE90BD /* Headers */ = {
|
|
889
877
|
isa = PBXHeadersBuildPhase;
|
|
890
878
|
buildActionMask = 2147483647;
|
|
891
879
|
files = (
|
|
892
|
-
|
|
893
|
-
C3B32FF198180B9375DDDC6ED8CA6C5B /* CAPBridgedJSTypes.h in Headers */,
|
|
894
|
-
5E6BE646A74E43F53E5300E37696BDAA /* CAPBridgedPlugin.h in Headers */,
|
|
895
|
-
75AE8498CA04F418A074A3EC3E2B379A /* CAPBridgeViewController+CDVScreenOrientationDelegate.h in Headers */,
|
|
896
|
-
0EA432205F224F1964BCFBEAB2E9779C /* CAPInstanceConfiguration.h in Headers */,
|
|
897
|
-
FF619759307CDE6F61213CA142044920 /* CAPInstanceDescriptor.h in Headers */,
|
|
898
|
-
686B7540DCFB5ED81D1FD828B1D1D63C /* CAPPlugin.h in Headers */,
|
|
899
|
-
A7F13AA412F385BEEEB7B2D740BEACE2 /* CAPPluginCall.h in Headers */,
|
|
900
|
-
AA7463FC68CEC3035546C420D5B0A43D /* CAPPluginMethod.h in Headers */,
|
|
901
|
-
B68EE18D3E6E7B19EFA1D824B0211A08 /* WKWebView+Capacitor.h in Headers */,
|
|
880
|
+
107D38F78924B848B20A512EBCD7912B /* Pods-PluginTests-umbrella.h in Headers */,
|
|
902
881
|
);
|
|
903
882
|
runOnlyForDeploymentPostprocessing = 0;
|
|
904
883
|
};
|
|
@@ -907,17 +886,17 @@
|
|
|
907
886
|
/* Begin PBXNativeTarget section */
|
|
908
887
|
0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */ = {
|
|
909
888
|
isa = PBXNativeTarget;
|
|
910
|
-
buildConfigurationList =
|
|
889
|
+
buildConfigurationList = 50BDF9FF4E97C44A6D53189007395F6E /* Build configuration list for PBXNativeTarget "Capacitor" */;
|
|
911
890
|
buildPhases = (
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
891
|
+
5B76843AC2211CFD3C4CA49D7B066789 /* Headers */,
|
|
892
|
+
20AC87B3CF301B171FB5FA2B65590D72 /* Sources */,
|
|
893
|
+
2475EFD012C96C2FD58AC581A3DFB101 /* Frameworks */,
|
|
894
|
+
3DFB26DAB43D7AAD804B61E3224197FE /* Resources */,
|
|
916
895
|
);
|
|
917
896
|
buildRules = (
|
|
918
897
|
);
|
|
919
898
|
dependencies = (
|
|
920
|
-
|
|
899
|
+
2059ED75BC68CE71C06310E564D82ECD /* PBXTargetDependency */,
|
|
921
900
|
);
|
|
922
901
|
name = Capacitor;
|
|
923
902
|
productName = Capacitor;
|
|
@@ -936,8 +915,8 @@
|
|
|
936
915
|
buildRules = (
|
|
937
916
|
);
|
|
938
917
|
dependencies = (
|
|
939
|
-
|
|
940
|
-
|
|
918
|
+
D5EFAFF043CDBC7FC4DBD4B590C85F14 /* PBXTargetDependency */,
|
|
919
|
+
5FB3DC539BD99814C94293921EA89A92 /* PBXTargetDependency */,
|
|
941
920
|
);
|
|
942
921
|
name = "Pods-Plugin";
|
|
943
922
|
productName = Pods_Plugin;
|
|
@@ -946,12 +925,12 @@
|
|
|
946
925
|
};
|
|
947
926
|
400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */ = {
|
|
948
927
|
isa = PBXNativeTarget;
|
|
949
|
-
buildConfigurationList =
|
|
928
|
+
buildConfigurationList = 12BC56A9F94993FFD2CB53B2FD7F2536 /* Build configuration list for PBXNativeTarget "CapacitorCordova" */;
|
|
950
929
|
buildPhases = (
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
930
|
+
8466637E5DF4D2A4F37A7B1F5AEB0084 /* Headers */,
|
|
931
|
+
204C9D0C6FB77095D601C42BF5E025D3 /* Sources */,
|
|
932
|
+
C261EBBB1484EE79FE4497CFBDBCC2F5 /* Frameworks */,
|
|
933
|
+
115713608DE277EACB4723282B958098 /* Resources */,
|
|
955
934
|
);
|
|
956
935
|
buildRules = (
|
|
957
936
|
);
|
|
@@ -974,8 +953,8 @@
|
|
|
974
953
|
buildRules = (
|
|
975
954
|
);
|
|
976
955
|
dependencies = (
|
|
977
|
-
|
|
978
|
-
|
|
956
|
+
A2924A560A2AFBFBC374CADCC44FCFCB /* PBXTargetDependency */,
|
|
957
|
+
D67895B3959F78920E943E61A2301264 /* PBXTargetDependency */,
|
|
979
958
|
);
|
|
980
959
|
name = "Pods-PluginTests";
|
|
981
960
|
productName = Pods_PluginTests;
|
|
@@ -988,8 +967,8 @@
|
|
|
988
967
|
BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
|
|
989
968
|
isa = PBXProject;
|
|
990
969
|
attributes = {
|
|
991
|
-
LastSwiftUpdateCheck =
|
|
992
|
-
LastUpgradeCheck =
|
|
970
|
+
LastSwiftUpdateCheck = 1500;
|
|
971
|
+
LastUpgradeCheck = 1500;
|
|
993
972
|
};
|
|
994
973
|
buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
|
|
995
974
|
compatibilityVersion = "Xcode 8.0";
|
|
@@ -1013,29 +992,31 @@
|
|
|
1013
992
|
/* End PBXProject section */
|
|
1014
993
|
|
|
1015
994
|
/* Begin PBXResourcesBuildPhase section */
|
|
1016
|
-
|
|
995
|
+
115713608DE277EACB4723282B958098 /* Resources */ = {
|
|
1017
996
|
isa = PBXResourcesBuildPhase;
|
|
1018
997
|
buildActionMask = 2147483647;
|
|
1019
998
|
files = (
|
|
999
|
+
015DE9885DBA5B9ED0DBC154F8C37A7F /* PrivacyInfo.xcprivacy in Resources */,
|
|
1020
1000
|
);
|
|
1021
1001
|
runOnlyForDeploymentPostprocessing = 0;
|
|
1022
1002
|
};
|
|
1023
|
-
|
|
1003
|
+
35B229A540F02FD5EB6A4690A3C8F305 /* Resources */ = {
|
|
1024
1004
|
isa = PBXResourcesBuildPhase;
|
|
1025
1005
|
buildActionMask = 2147483647;
|
|
1026
1006
|
files = (
|
|
1027
|
-
A4D6C7EFA056CA7496951D4924808C44 /* native-bridge.js in Resources */,
|
|
1028
1007
|
);
|
|
1029
1008
|
runOnlyForDeploymentPostprocessing = 0;
|
|
1030
1009
|
};
|
|
1031
|
-
|
|
1010
|
+
3DFB26DAB43D7AAD804B61E3224197FE /* Resources */ = {
|
|
1032
1011
|
isa = PBXResourcesBuildPhase;
|
|
1033
1012
|
buildActionMask = 2147483647;
|
|
1034
1013
|
files = (
|
|
1014
|
+
5963E6CC0CF35266A284468617B0CDDB /* native-bridge.js in Resources */,
|
|
1015
|
+
53B5990A61C5C1920E0E1F832CCD085B /* PrivacyInfo.xcprivacy in Resources */,
|
|
1035
1016
|
);
|
|
1036
1017
|
runOnlyForDeploymentPostprocessing = 0;
|
|
1037
1018
|
};
|
|
1038
|
-
|
|
1019
|
+
66F8DAFC08A88AE635AABEADC89F9782 /* Resources */ = {
|
|
1039
1020
|
isa = PBXResourcesBuildPhase;
|
|
1040
1021
|
buildActionMask = 2147483647;
|
|
1041
1022
|
files = (
|
|
@@ -1045,82 +1026,85 @@
|
|
|
1045
1026
|
/* End PBXResourcesBuildPhase section */
|
|
1046
1027
|
|
|
1047
1028
|
/* Begin PBXSourcesBuildPhase section */
|
|
1048
|
-
|
|
1029
|
+
204C9D0C6FB77095D601C42BF5E025D3 /* Sources */ = {
|
|
1049
1030
|
isa = PBXSourcesBuildPhase;
|
|
1050
1031
|
buildActionMask = 2147483647;
|
|
1051
1032
|
files = (
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
A589558222577B516920EC82C90E1BC1 /* CAPBridgedPlugin+getMethod.swift in Sources */,
|
|
1066
|
-
148A2A815211E540AAFA258AEF5B7DAA /* CAPBridgeProtocol.swift in Sources */,
|
|
1067
|
-
633D9559A0D0E02E2EBB7E9B93724BBF /* CAPBridgeViewController.swift in Sources */,
|
|
1068
|
-
5DBD39BF7E7AC79BFE39B327543F1F92 /* CAPBridgeViewController+CDVScreenOrientationDelegate.m in Sources */,
|
|
1069
|
-
1476111BDE89D7009BF371A468C9D0EB /* CAPFile.swift in Sources */,
|
|
1070
|
-
DBAB8A6EE715F2B8E8BC3C7B2F6DE8D2 /* CAPInstanceConfiguration.m in Sources */,
|
|
1071
|
-
7C2C9689E3C266E1957D093A05E484B0 /* CAPInstanceConfiguration.swift in Sources */,
|
|
1072
|
-
6FEAE6A21DDE21EB2B7FC0275CA20646 /* CAPInstanceDescriptor.m in Sources */,
|
|
1073
|
-
148D99C1FB410F1DAB64B8BDBC62E919 /* CAPInstanceDescriptor.swift in Sources */,
|
|
1074
|
-
683EAFCAF9AC7DC257E7BAA8E1F29EAF /* CAPInstancePlugin.swift in Sources */,
|
|
1075
|
-
1CBD7CBA23DDF47E9C503E8198B52D4A /* CAPLog.swift in Sources */,
|
|
1076
|
-
16BBEB3533230986E04F20B7BA6E2CD4 /* CAPNotifications.swift in Sources */,
|
|
1077
|
-
B872F7D24EB017CF5A956ABA7F78F651 /* CAPPlugin.m in Sources */,
|
|
1078
|
-
45EC9481F662ECF5D0094FE1BF72BAA1 /* CAPPlugin+LoadInstance.swift in Sources */,
|
|
1079
|
-
58DCCCCE3AE42D8528C6460F5401520F /* CAPPluginCall.m in Sources */,
|
|
1080
|
-
934FE2FB87C0D31777FB379068379895 /* CAPPluginCall.swift in Sources */,
|
|
1081
|
-
3BA4092CAE09F9A61865444A1F1E0025 /* CAPPluginMethod.m in Sources */,
|
|
1082
|
-
07C0F74781E8A6B77C3DB71A85C9500E /* CAPWebView.swift in Sources */,
|
|
1083
|
-
C2FE05F8B3B9B0B220387D42E9E1B8D4 /* Console.swift in Sources */,
|
|
1084
|
-
9F0055A89A252D4473E85C142E6C9FA3 /* Data+Capacitor.swift in Sources */,
|
|
1085
|
-
A40B224096BDA07E5F884B1674668C0E /* DefaultPlugins.m in Sources */,
|
|
1086
|
-
30A0AD9D83D4E0EA0C58CA908775F41B /* DocLinks.swift in Sources */,
|
|
1087
|
-
EC9EAD746A3A84BA77E9930B480C2141 /* HttpRequestHandler.swift in Sources */,
|
|
1088
|
-
5529294C230F16AD3CC975A734BEFD8F /* JS.swift in Sources */,
|
|
1089
|
-
A11ED6B0761B5E0108084298C9798E0C /* JSExport.swift in Sources */,
|
|
1090
|
-
A4D280F0B569CC827C258489002E0DBE /* JSTypes.swift in Sources */,
|
|
1091
|
-
ED4DAEFE149D388139B7E3887F36A2F9 /* KeyPath.swift in Sources */,
|
|
1092
|
-
AA9648327C044F8EDC52B79C61E8B409 /* NotificationHandlerProtocol.swift in Sources */,
|
|
1093
|
-
C7213E4D4B8A21063C6EA97DEFAD1685 /* NotificationRouter.swift in Sources */,
|
|
1094
|
-
0411B76E928D4DC510BDC76D06ED8270 /* PluginCallResult.swift in Sources */,
|
|
1095
|
-
480448916DDABFA8D8D8F6D759DCB7D7 /* PluginConfig.swift in Sources */,
|
|
1096
|
-
AA2D7A86B7990C96AD5BA440C68CFD6B /* Router.swift in Sources */,
|
|
1097
|
-
0467B4958C3D8D8B1EC497EAB848B987 /* TmpViewController.swift in Sources */,
|
|
1098
|
-
6EAFC2868D1CDD86439684C49E9FCF6D /* UIColor.swift in Sources */,
|
|
1099
|
-
CB9588645A7C2E5165190F48F496E046 /* UIStatusBarManager+CAPHandleTapAction.m in Sources */,
|
|
1100
|
-
4A437C8A0473371F52DDF536F3C343EC /* WebView.swift in Sources */,
|
|
1101
|
-
0B89811265671466B03C16DD897D51C2 /* WebViewAssetHandler.swift in Sources */,
|
|
1102
|
-
756A92534CF4E55754B347E02A10F57D /* WebViewDelegationHandler.swift in Sources */,
|
|
1103
|
-
E59C006966B2D37C835C3603FE54F5CA /* WKWebView+Capacitor.m in Sources */,
|
|
1104
|
-
9DE956BE3EEE6A24E17A288BAFC3D82F /* WKWebView+Capacitor.swift in Sources */,
|
|
1033
|
+
4EE2299AE951304DBF3453C058A85525 /* AppDelegate.m in Sources */,
|
|
1034
|
+
606261343C24C1B59646A82ED99445A3 /* CapacitorCordova-dummy.m in Sources */,
|
|
1035
|
+
2595E0FA3C6EBEDF7D1DFFDA4A0BC6A7 /* CDVCommandDelegateImpl.m in Sources */,
|
|
1036
|
+
AFB531F71FB1628EEEE8B792D2B4EC91 /* CDVConfigParser.m in Sources */,
|
|
1037
|
+
593195CEE5235224532130A5D6970608 /* CDVInvokedUrlCommand.m in Sources */,
|
|
1038
|
+
366D108A6DDA55A5F929E9BE84B2BB7C /* CDVPlugin.m in Sources */,
|
|
1039
|
+
D4C49075A8685DE6DC6CD855C6E49247 /* CDVPlugin+Resources.m in Sources */,
|
|
1040
|
+
C7D2EDDCA6A40723CD8FB3EE3DF36A4C /* CDVPluginManager.m in Sources */,
|
|
1041
|
+
517FD49411A33EEEB19E5B58309B7792 /* CDVPluginResult.m in Sources */,
|
|
1042
|
+
0FB80CB638A3463224C4A2D5CB8248D7 /* CDVURLProtocol.m in Sources */,
|
|
1043
|
+
47E7C2E60C3E63EFBD1B7E981D8A08E2 /* CDVViewController.m in Sources */,
|
|
1044
|
+
5FA51A6A5DD1E1AE384BAAF346D95054 /* CDVWebViewProcessPoolFactory.m in Sources */,
|
|
1045
|
+
31C5967B764C30002D637F2B7F421D73 /* NSDictionary+CordovaPreferences.m in Sources */,
|
|
1105
1046
|
);
|
|
1106
1047
|
runOnlyForDeploymentPostprocessing = 0;
|
|
1107
1048
|
};
|
|
1108
|
-
|
|
1049
|
+
20AC87B3CF301B171FB5FA2B65590D72 /* Sources */ = {
|
|
1109
1050
|
isa = PBXSourcesBuildPhase;
|
|
1110
1051
|
buildActionMask = 2147483647;
|
|
1111
1052
|
files = (
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1053
|
+
38D9E26AE66DB410CF2F99B147346F9A /* AppUUID.swift in Sources */,
|
|
1054
|
+
AF597AE567F66C9B3B6CF67205BF5925 /* Array+Capacitor.swift in Sources */,
|
|
1055
|
+
DEB4FADC80E5E4F78E7A045D9FC9ACA3 /* Capacitor-dummy.m in Sources */,
|
|
1056
|
+
408FFF8CC8322F6EFDD7FD015E6EFD8B /* CapacitorBridge.swift in Sources */,
|
|
1057
|
+
74B26D2A70A56BB581D05BD67E789501 /* CapacitorCookieManager.swift in Sources */,
|
|
1058
|
+
0A5E9D204DA705EC842AD01E0E038923 /* CapacitorCookies.swift in Sources */,
|
|
1059
|
+
CB0CC4056273A20036C21A6959E773A1 /* CapacitorExtension.swift in Sources */,
|
|
1060
|
+
11050E99111839879B8FFEBBD8C7D9CA /* CapacitorHttp.swift in Sources */,
|
|
1061
|
+
D9C167C921D66F9FFB550BD8744BF3FC /* CapacitorUrlRequest.swift in Sources */,
|
|
1062
|
+
B66BD7C959E925C69A793B20CBC9C54A /* CAPApplicationDelegateProxy.swift in Sources */,
|
|
1063
|
+
BA777E373171622ACE8987E14C813216 /* CAPBridge.swift in Sources */,
|
|
1064
|
+
893CA017D4D0C72A818651C821DE67B4 /* CAPBridgeDelegate.swift in Sources */,
|
|
1065
|
+
6627A50D08FB0975BF67BBDA364BB314 /* CAPBridgedJSTypes.m in Sources */,
|
|
1066
|
+
87A13D0A96A8EA60827C83FC86A5181E /* CAPBridgedPlugin+getMethod.swift in Sources */,
|
|
1067
|
+
EEE14435EEC95A2FDFF33692B3AA0C80 /* CAPBridgeProtocol.swift in Sources */,
|
|
1068
|
+
0C72045BB060F68A50A5550747AF2F48 /* CAPBridgeViewController.swift in Sources */,
|
|
1069
|
+
65B779F017438A7C6A31F898B532E8CB /* CAPBridgeViewController+CDVScreenOrientationDelegate.m in Sources */,
|
|
1070
|
+
BE76885E050FE8531DC030C3410A6229 /* CAPFile.swift in Sources */,
|
|
1071
|
+
0EE475DF2D4D6CF8E877045BEF50C4A8 /* CAPInstanceConfiguration.m in Sources */,
|
|
1072
|
+
028059F3211CD10A29EC6950590D5783 /* CAPInstanceConfiguration.swift in Sources */,
|
|
1073
|
+
251AD6413846E46469CB8A0A525F2764 /* CAPInstanceDescriptor.m in Sources */,
|
|
1074
|
+
EC466687F213CFA8CEE2BA1E5C4D66B4 /* CAPInstanceDescriptor.swift in Sources */,
|
|
1075
|
+
82330CC062E2EABA3F8543076121FF4C /* CAPInstancePlugin.swift in Sources */,
|
|
1076
|
+
9C3067B37709DE001D06D6A5481DF7ED /* CAPLog.swift in Sources */,
|
|
1077
|
+
8449D872DEBC6730EAF4CEC47963440D /* CAPNotifications.swift in Sources */,
|
|
1078
|
+
D79333A4DB303713F95542F68D25853C /* CAPPlugin.m in Sources */,
|
|
1079
|
+
7C079F79163536C982EAA9E9291D4B95 /* CAPPlugin+LoadInstance.swift in Sources */,
|
|
1080
|
+
424ECC1271F7DB089ED332AD2DB37031 /* CAPPluginCall.m in Sources */,
|
|
1081
|
+
F51B8EA42598260CB48FAF362D7ED758 /* CAPPluginCall.swift in Sources */,
|
|
1082
|
+
52AAF80F1C5B6D7F24A1A0D57E64BD19 /* CAPPluginMethod.m in Sources */,
|
|
1083
|
+
3D8CFD46A18FE857FDF750071BCD8428 /* Console.swift in Sources */,
|
|
1084
|
+
104ED59A0B9B425F12D79C3A5F14BB04 /* Data+Capacitor.swift in Sources */,
|
|
1085
|
+
9CB54853C7B9FDF8578939EEF6C4F99E /* DefaultPlugins.m in Sources */,
|
|
1086
|
+
5ACFDC60EE2520F1FB90F57DF7E257EF /* DocLinks.swift in Sources */,
|
|
1087
|
+
21CAFB964B2E36E634B23FA618D2708A /* HttpRequestHandler.swift in Sources */,
|
|
1088
|
+
16F88CC2C416B1322C2A5D475CD6AEF8 /* JS.swift in Sources */,
|
|
1089
|
+
24B91C6CDA4A93AD263C7FA6B00D7E48 /* JSExport.swift in Sources */,
|
|
1090
|
+
CE19930AA8EE63E2125632C09BF06723 /* JSTypes.swift in Sources */,
|
|
1091
|
+
77F0D41E41AD3AF71481B7280F0DD523 /* JSValueDecoder.swift in Sources */,
|
|
1092
|
+
BBA6A49961A383667EC5DA0447D92DB8 /* JSValueEncoder.swift in Sources */,
|
|
1093
|
+
849457714F77A0F860592DD54C79F87E /* KeyPath.swift in Sources */,
|
|
1094
|
+
A85E34B502613C34C51B68A4B47F61DF /* KeyValueStore.swift in Sources */,
|
|
1095
|
+
627B54C197F2FB29EC3649DC56922E1E /* NotificationHandlerProtocol.swift in Sources */,
|
|
1096
|
+
09B84BC1AF4D7AE04D8EBE026F62D02B /* NotificationRouter.swift in Sources */,
|
|
1097
|
+
AF34D4751B43BC7467E59E58B0055136 /* PluginCallResult.swift in Sources */,
|
|
1098
|
+
EBD971EFA7FA79F6FDFC6C6F2F838406 /* PluginConfig.swift in Sources */,
|
|
1099
|
+
A19F78585C3C42F7C465AA224609809B /* Router.swift in Sources */,
|
|
1100
|
+
36576E4631346E101EBE33A5B4BF6E72 /* TmpViewController.swift in Sources */,
|
|
1101
|
+
35EF9BA60C9CA8303FF8F4EB139575B9 /* UIColor.swift in Sources */,
|
|
1102
|
+
7FCEA47EF83776D7D94EEA8FF098ABAC /* UIStatusBarManager+CAPHandleTapAction.m in Sources */,
|
|
1103
|
+
3DF44EDD2FB4AFE98D0EEAA6216341A8 /* WebView.swift in Sources */,
|
|
1104
|
+
43A962AE7A4F7CC386447BD12B04DDA1 /* WebViewAssetHandler.swift in Sources */,
|
|
1105
|
+
76E16C14EE701056C1604F92DFA4DA63 /* WebViewDelegationHandler.swift in Sources */,
|
|
1106
|
+
CFD2260F9F1246AE490E350EE00A17CA /* WKWebView+Capacitor.m in Sources */,
|
|
1107
|
+
75673F34BACB93E8BBE9B19E14780655 /* WKWebView+Capacitor.swift in Sources */,
|
|
1124
1108
|
);
|
|
1125
1109
|
runOnlyForDeploymentPostprocessing = 0;
|
|
1126
1110
|
};
|
|
@@ -1143,39 +1127,104 @@
|
|
|
1143
1127
|
/* End PBXSourcesBuildPhase section */
|
|
1144
1128
|
|
|
1145
1129
|
/* Begin PBXTargetDependency section */
|
|
1146
|
-
|
|
1130
|
+
2059ED75BC68CE71C06310E564D82ECD /* PBXTargetDependency */ = {
|
|
1147
1131
|
isa = PBXTargetDependency;
|
|
1148
1132
|
name = CapacitorCordova;
|
|
1149
1133
|
target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */;
|
|
1150
|
-
targetProxy =
|
|
1134
|
+
targetProxy = 58582A800F786731DECEDEACCA7EBCA0 /* PBXContainerItemProxy */;
|
|
1151
1135
|
};
|
|
1152
|
-
|
|
1136
|
+
5FB3DC539BD99814C94293921EA89A92 /* PBXTargetDependency */ = {
|
|
1153
1137
|
isa = PBXTargetDependency;
|
|
1154
|
-
name =
|
|
1155
|
-
target =
|
|
1156
|
-
targetProxy =
|
|
1138
|
+
name = CapacitorCordova;
|
|
1139
|
+
target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */;
|
|
1140
|
+
targetProxy = FEBCBB37E558FBBE21ED68782CF807D0 /* PBXContainerItemProxy */;
|
|
1157
1141
|
};
|
|
1158
|
-
|
|
1142
|
+
A2924A560A2AFBFBC374CADCC44FCFCB /* PBXTargetDependency */ = {
|
|
1159
1143
|
isa = PBXTargetDependency;
|
|
1160
1144
|
name = Capacitor;
|
|
1161
1145
|
target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */;
|
|
1162
|
-
targetProxy =
|
|
1146
|
+
targetProxy = 96BED3B17E5A6BC0F24ECB674237829A /* PBXContainerItemProxy */;
|
|
1163
1147
|
};
|
|
1164
|
-
|
|
1148
|
+
D5EFAFF043CDBC7FC4DBD4B590C85F14 /* PBXTargetDependency */ = {
|
|
1165
1149
|
isa = PBXTargetDependency;
|
|
1166
|
-
name =
|
|
1167
|
-
target =
|
|
1168
|
-
targetProxy =
|
|
1150
|
+
name = Capacitor;
|
|
1151
|
+
target = 0ECF3D6BFCC08377AE23B027EE1D4371 /* Capacitor */;
|
|
1152
|
+
targetProxy = 80AAB53065FD3A299BB6E0CB0B1575E1 /* PBXContainerItemProxy */;
|
|
1169
1153
|
};
|
|
1170
|
-
|
|
1154
|
+
D67895B3959F78920E943E61A2301264 /* PBXTargetDependency */ = {
|
|
1171
1155
|
isa = PBXTargetDependency;
|
|
1172
1156
|
name = CapacitorCordova;
|
|
1173
1157
|
target = 400AE44335852A2D8D746557E21E8EB0 /* CapacitorCordova */;
|
|
1174
|
-
targetProxy =
|
|
1158
|
+
targetProxy = 37354E76141E9E1352619F9E38F52430 /* PBXContainerItemProxy */;
|
|
1175
1159
|
};
|
|
1176
1160
|
/* End PBXTargetDependency section */
|
|
1177
1161
|
|
|
1178
1162
|
/* Begin XCBuildConfiguration section */
|
|
1163
|
+
057A12F2D71A959F36757A69E349C8C4 /* Debug */ = {
|
|
1164
|
+
isa = XCBuildConfiguration;
|
|
1165
|
+
baseConfigurationReference = BF5B31D9D73DFEECF58A5FFE5EBCC2C7 /* Capacitor.debug.xcconfig */;
|
|
1166
|
+
buildSettings = {
|
|
1167
|
+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
1168
|
+
CLANG_ENABLE_OBJC_WEAK = NO;
|
|
1169
|
+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
|
1170
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
1171
|
+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
1172
|
+
CURRENT_PROJECT_VERSION = 1;
|
|
1173
|
+
DEFINES_MODULE = YES;
|
|
1174
|
+
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
1175
|
+
DYLIB_CURRENT_VERSION = 1;
|
|
1176
|
+
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
1177
|
+
GCC_PREFIX_HEADER = "Target Support Files/Capacitor/Capacitor-prefix.pch";
|
|
1178
|
+
INFOPLIST_FILE = "Target Support Files/Capacitor/Capacitor-Info.plist";
|
|
1179
|
+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
1180
|
+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
1181
|
+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
1182
|
+
MODULEMAP_FILE = "Target Support Files/Capacitor/Capacitor.modulemap";
|
|
1183
|
+
PRODUCT_MODULE_NAME = Capacitor;
|
|
1184
|
+
PRODUCT_NAME = Capacitor;
|
|
1185
|
+
SDKROOT = iphoneos;
|
|
1186
|
+
SKIP_INSTALL = YES;
|
|
1187
|
+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
|
1188
|
+
SWIFT_VERSION = 5.1;
|
|
1189
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
1190
|
+
VERSIONING_SYSTEM = "apple-generic";
|
|
1191
|
+
VERSION_INFO_PREFIX = "";
|
|
1192
|
+
};
|
|
1193
|
+
name = Debug;
|
|
1194
|
+
};
|
|
1195
|
+
06259AC3EA26EF2F0AF38B284C65B4A1 /* Release */ = {
|
|
1196
|
+
isa = XCBuildConfiguration;
|
|
1197
|
+
baseConfigurationReference = 35D1FDD7DC05438CAD6F36F076EA9843 /* CapacitorCordova.release.xcconfig */;
|
|
1198
|
+
buildSettings = {
|
|
1199
|
+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
1200
|
+
CLANG_ENABLE_OBJC_WEAK = NO;
|
|
1201
|
+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
|
1202
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
1203
|
+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
1204
|
+
CURRENT_PROJECT_VERSION = 1;
|
|
1205
|
+
DEFINES_MODULE = YES;
|
|
1206
|
+
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
1207
|
+
DYLIB_CURRENT_VERSION = 1;
|
|
1208
|
+
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
1209
|
+
GCC_PREFIX_HEADER = "Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch";
|
|
1210
|
+
INFOPLIST_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist";
|
|
1211
|
+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
1212
|
+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
1213
|
+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
1214
|
+
MODULEMAP_FILE = "Target Support Files/CapacitorCordova/CapacitorCordova.modulemap";
|
|
1215
|
+
PRODUCT_MODULE_NAME = Cordova;
|
|
1216
|
+
PRODUCT_NAME = Cordova;
|
|
1217
|
+
SDKROOT = iphoneos;
|
|
1218
|
+
SKIP_INSTALL = YES;
|
|
1219
|
+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
|
1220
|
+
SWIFT_VERSION = 5.0;
|
|
1221
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
1222
|
+
VALIDATE_PRODUCT = YES;
|
|
1223
|
+
VERSIONING_SYSTEM = "apple-generic";
|
|
1224
|
+
VERSION_INFO_PREFIX = "";
|
|
1225
|
+
};
|
|
1226
|
+
name = Release;
|
|
1227
|
+
};
|
|
1179
1228
|
25C9C7BE983775E895ED3117240BC7EB /* Debug */ = {
|
|
1180
1229
|
isa = XCBuildConfiguration;
|
|
1181
1230
|
baseConfigurationReference = DAA5DBF72380C5466DCBC107B7747A60 /* Pods-Plugin.debug.xcconfig */;
|
|
@@ -1210,9 +1259,9 @@
|
|
|
1210
1259
|
};
|
|
1211
1260
|
name = Debug;
|
|
1212
1261
|
};
|
|
1213
|
-
|
|
1262
|
+
398D18ACC164CD809FD1916139961D43 /* Release */ = {
|
|
1214
1263
|
isa = XCBuildConfiguration;
|
|
1215
|
-
baseConfigurationReference =
|
|
1264
|
+
baseConfigurationReference = 31AC6FA7DCA7339F533356BFE7697B80 /* Capacitor.release.xcconfig */;
|
|
1216
1265
|
buildSettings = {
|
|
1217
1266
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
1218
1267
|
CLANG_ENABLE_OBJC_WEAK = NO;
|
|
@@ -1224,18 +1273,18 @@
|
|
|
1224
1273
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
1225
1274
|
DYLIB_CURRENT_VERSION = 1;
|
|
1226
1275
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
1227
|
-
GCC_PREFIX_HEADER = "Target Support Files/
|
|
1228
|
-
INFOPLIST_FILE = "Target Support Files/
|
|
1276
|
+
GCC_PREFIX_HEADER = "Target Support Files/Capacitor/Capacitor-prefix.pch";
|
|
1277
|
+
INFOPLIST_FILE = "Target Support Files/Capacitor/Capacitor-Info.plist";
|
|
1229
1278
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
1230
1279
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
1231
1280
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
1232
|
-
MODULEMAP_FILE = "Target Support Files/
|
|
1233
|
-
PRODUCT_MODULE_NAME =
|
|
1234
|
-
PRODUCT_NAME =
|
|
1281
|
+
MODULEMAP_FILE = "Target Support Files/Capacitor/Capacitor.modulemap";
|
|
1282
|
+
PRODUCT_MODULE_NAME = Capacitor;
|
|
1283
|
+
PRODUCT_NAME = Capacitor;
|
|
1235
1284
|
SDKROOT = iphoneos;
|
|
1236
1285
|
SKIP_INSTALL = YES;
|
|
1237
1286
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
|
1238
|
-
SWIFT_VERSION = 5.
|
|
1287
|
+
SWIFT_VERSION = 5.1;
|
|
1239
1288
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
1240
1289
|
VALIDATE_PRODUCT = YES;
|
|
1241
1290
|
VERSIONING_SYSTEM = "apple-generic";
|
|
@@ -1344,38 +1393,6 @@
|
|
|
1344
1393
|
};
|
|
1345
1394
|
name = Debug;
|
|
1346
1395
|
};
|
|
1347
|
-
9972596614DF03AC70123A2F5CB84AEA /* Debug */ = {
|
|
1348
|
-
isa = XCBuildConfiguration;
|
|
1349
|
-
baseConfigurationReference = 0699F5C883B2035CB543AE55FCE85AA9 /* Capacitor.debug.xcconfig */;
|
|
1350
|
-
buildSettings = {
|
|
1351
|
-
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
1352
|
-
CLANG_ENABLE_OBJC_WEAK = NO;
|
|
1353
|
-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
|
1354
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
1355
|
-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
1356
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
1357
|
-
DEFINES_MODULE = YES;
|
|
1358
|
-
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
1359
|
-
DYLIB_CURRENT_VERSION = 1;
|
|
1360
|
-
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
1361
|
-
GCC_PREFIX_HEADER = "Target Support Files/Capacitor/Capacitor-prefix.pch";
|
|
1362
|
-
INFOPLIST_FILE = "Target Support Files/Capacitor/Capacitor-Info.plist";
|
|
1363
|
-
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
1364
|
-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
1365
|
-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
1366
|
-
MODULEMAP_FILE = "Target Support Files/Capacitor/Capacitor.modulemap";
|
|
1367
|
-
PRODUCT_MODULE_NAME = Capacitor;
|
|
1368
|
-
PRODUCT_NAME = Capacitor;
|
|
1369
|
-
SDKROOT = iphoneos;
|
|
1370
|
-
SKIP_INSTALL = YES;
|
|
1371
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
|
1372
|
-
SWIFT_VERSION = 5.1;
|
|
1373
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
1374
|
-
VERSIONING_SYSTEM = "apple-generic";
|
|
1375
|
-
VERSION_INFO_PREFIX = "";
|
|
1376
|
-
};
|
|
1377
|
-
name = Debug;
|
|
1378
|
-
};
|
|
1379
1396
|
9E406C6AAF85E580207CD97B0044DEAB /* Release */ = {
|
|
1380
1397
|
isa = XCBuildConfiguration;
|
|
1381
1398
|
buildSettings = {
|
|
@@ -1438,39 +1455,6 @@
|
|
|
1438
1455
|
};
|
|
1439
1456
|
name = Release;
|
|
1440
1457
|
};
|
|
1441
|
-
A8FB62F5F674B0930639DEC59B1C764B /* Release */ = {
|
|
1442
|
-
isa = XCBuildConfiguration;
|
|
1443
|
-
baseConfigurationReference = B2D1AE167BE9C44E738C9883A918DD62 /* Capacitor.release.xcconfig */;
|
|
1444
|
-
buildSettings = {
|
|
1445
|
-
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
1446
|
-
CLANG_ENABLE_OBJC_WEAK = NO;
|
|
1447
|
-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
|
1448
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
1449
|
-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
1450
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
1451
|
-
DEFINES_MODULE = YES;
|
|
1452
|
-
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
1453
|
-
DYLIB_CURRENT_VERSION = 1;
|
|
1454
|
-
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
1455
|
-
GCC_PREFIX_HEADER = "Target Support Files/Capacitor/Capacitor-prefix.pch";
|
|
1456
|
-
INFOPLIST_FILE = "Target Support Files/Capacitor/Capacitor-Info.plist";
|
|
1457
|
-
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
1458
|
-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
1459
|
-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
1460
|
-
MODULEMAP_FILE = "Target Support Files/Capacitor/Capacitor.modulemap";
|
|
1461
|
-
PRODUCT_MODULE_NAME = Capacitor;
|
|
1462
|
-
PRODUCT_NAME = Capacitor;
|
|
1463
|
-
SDKROOT = iphoneos;
|
|
1464
|
-
SKIP_INSTALL = YES;
|
|
1465
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
|
1466
|
-
SWIFT_VERSION = 5.1;
|
|
1467
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
1468
|
-
VALIDATE_PRODUCT = YES;
|
|
1469
|
-
VERSIONING_SYSTEM = "apple-generic";
|
|
1470
|
-
VERSION_INFO_PREFIX = "";
|
|
1471
|
-
};
|
|
1472
|
-
name = Release;
|
|
1473
|
-
};
|
|
1474
1458
|
C6A1C00DF92684BB667F98E7E274025C /* Release */ = {
|
|
1475
1459
|
isa = XCBuildConfiguration;
|
|
1476
1460
|
baseConfigurationReference = 7D967D566F7C3FD1B78180239E63BC92 /* Pods-PluginTests.release.xcconfig */;
|
|
@@ -1506,9 +1490,9 @@
|
|
|
1506
1490
|
};
|
|
1507
1491
|
name = Release;
|
|
1508
1492
|
};
|
|
1509
|
-
|
|
1493
|
+
D67B6D9B7AAE981C85F83B4F5D117EA3 /* Debug */ = {
|
|
1510
1494
|
isa = XCBuildConfiguration;
|
|
1511
|
-
baseConfigurationReference =
|
|
1495
|
+
baseConfigurationReference = 4FCF74C14FFFBB994E205CCF2632898F /* CapacitorCordova.debug.xcconfig */;
|
|
1512
1496
|
buildSettings = {
|
|
1513
1497
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
1514
1498
|
CLANG_ENABLE_OBJC_WEAK = NO;
|
|
@@ -1575,20 +1559,20 @@
|
|
|
1575
1559
|
/* End XCBuildConfiguration section */
|
|
1576
1560
|
|
|
1577
1561
|
/* Begin XCConfigurationList section */
|
|
1578
|
-
|
|
1562
|
+
12BC56A9F94993FFD2CB53B2FD7F2536 /* Build configuration list for PBXNativeTarget "CapacitorCordova" */ = {
|
|
1579
1563
|
isa = XCConfigurationList;
|
|
1580
1564
|
buildConfigurations = (
|
|
1581
|
-
|
|
1582
|
-
|
|
1565
|
+
D67B6D9B7AAE981C85F83B4F5D117EA3 /* Debug */,
|
|
1566
|
+
06259AC3EA26EF2F0AF38B284C65B4A1 /* Release */,
|
|
1583
1567
|
);
|
|
1584
1568
|
defaultConfigurationIsVisible = 0;
|
|
1585
1569
|
defaultConfigurationName = Release;
|
|
1586
1570
|
};
|
|
1587
|
-
|
|
1571
|
+
29E9DE7CF860FF79049F9183F016F02C /* Build configuration list for PBXNativeTarget "Pods-PluginTests" */ = {
|
|
1588
1572
|
isa = XCConfigurationList;
|
|
1589
1573
|
buildConfigurations = (
|
|
1590
|
-
|
|
1591
|
-
|
|
1574
|
+
ED2378E15E9E9D668017ADE06F20D86F /* Debug */,
|
|
1575
|
+
C6A1C00DF92684BB667F98E7E274025C /* Release */,
|
|
1592
1576
|
);
|
|
1593
1577
|
defaultConfigurationIsVisible = 0;
|
|
1594
1578
|
defaultConfigurationName = Release;
|
|
@@ -1602,20 +1586,20 @@
|
|
|
1602
1586
|
defaultConfigurationIsVisible = 0;
|
|
1603
1587
|
defaultConfigurationName = Release;
|
|
1604
1588
|
};
|
|
1605
|
-
|
|
1589
|
+
50BDF9FF4E97C44A6D53189007395F6E /* Build configuration list for PBXNativeTarget "Capacitor" */ = {
|
|
1606
1590
|
isa = XCConfigurationList;
|
|
1607
1591
|
buildConfigurations = (
|
|
1608
|
-
|
|
1609
|
-
|
|
1592
|
+
057A12F2D71A959F36757A69E349C8C4 /* Debug */,
|
|
1593
|
+
398D18ACC164CD809FD1916139961D43 /* Release */,
|
|
1610
1594
|
);
|
|
1611
1595
|
defaultConfigurationIsVisible = 0;
|
|
1612
1596
|
defaultConfigurationName = Release;
|
|
1613
1597
|
};
|
|
1614
|
-
|
|
1598
|
+
5FB8A15D09F53E12F154936E3F954D9C /* Build configuration list for PBXNativeTarget "Pods-Plugin" */ = {
|
|
1615
1599
|
isa = XCConfigurationList;
|
|
1616
1600
|
buildConfigurations = (
|
|
1617
|
-
|
|
1618
|
-
|
|
1601
|
+
25C9C7BE983775E895ED3117240BC7EB /* Debug */,
|
|
1602
|
+
84AC07D1B967FA01542DA3AB71BC3C47 /* Release */,
|
|
1619
1603
|
);
|
|
1620
1604
|
defaultConfigurationIsVisible = 0;
|
|
1621
1605
|
defaultConfigurationName = Release;
|