|
119 | 119 | 69F5181A2BAC81FC00F52C14 /* UITextInputTraits+Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69F518192BAC81FC00F52C14 /* UITextInputTraits+Util.swift */; };
|
120 | 120 | 69F518382BB2BA0100F52C14 /* PostHogSwizzler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69F518372BB2BA0100F52C14 /* PostHogSwizzler.swift */; };
|
121 | 121 | 69F5183A2BB2BA8300F52C14 /* UIApplicationTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69F518392BB2BA8300F52C14 /* UIApplicationTracker.swift */; };
|
| 122 | + DA26419C2CC0499300CB427B /* PostHogAutocaptureEventTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA26419A2CC0499300CB427B /* PostHogAutocaptureEventTracker.swift */; }; |
| 123 | + DA5B85882CD21CBB00686389 /* AutocaptureEventProcessing.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA5B85872CD21CBB00686389 /* AutocaptureEventProcessing.swift */; }; |
| 124 | + DA979D7B2CD370B700F56BAE /* PostHogAutocaptureEventTrackerSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA979D7A2CD370B700F56BAE /* PostHogAutocaptureEventTrackerSpec.swift */; }; |
| 125 | + DAC699D62CC790D9000D1D6B /* PostHogAutocaptureIntegration.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAC699D52CC790D9000D1D6B /* PostHogAutocaptureIntegration.swift */; }; |
| 126 | + DAC699EC2CCA73E5000D1D6B /* ForwardingPickerViewDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAC699EB2CCA73E5000D1D6B /* ForwardingPickerViewDelegate.swift */; }; |
| 127 | + DACF6D5D2CD2F5BC00F14133 /* PostHogAutocaptureIntegrationSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = DACF6D5C2CD2F5BC00F14133 /* PostHogAutocaptureIntegrationSpec.swift */; }; |
122 | 128 | DAD5DD0C2CB6DEF30087387B /* PostHogMaskViewModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAD5DD072CB6DEE70087387B /* PostHogMaskViewModifier.swift */; };
|
123 | 129 | /* End PBXBuildFile section */
|
124 | 130 |
|
|
200 | 206 | remoteGlobalIDString = 3AC745B4296D6FE60025C109;
|
201 | 207 | remoteInfo = PostHog;
|
202 | 208 | };
|
| 209 | + DA8D37282CBEAC03005EBD27 /* PBXContainerItemProxy */ = { |
| 210 | + isa = PBXContainerItemProxy; |
| 211 | + containerPortal = DA8D37242CBEAC02005EBD27 /* PostHogExampleAutocapture.xcodeproj */; |
| 212 | + proxyType = 2; |
| 213 | + remoteGlobalIDString = 228DB9F318BC53F1002BA12A; |
| 214 | + remoteInfo = PostHogExampleAutocapture; |
| 215 | + }; |
203 | 216 | /* End PBXContainerItemProxy section */
|
204 | 217 |
|
205 | 218 | /* Begin PBXCopyFilesBuildPhase section */
|
|
376 | 389 | 69F518192BAC81FC00F52C14 /* UITextInputTraits+Util.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITextInputTraits+Util.swift"; sourceTree = "<group>"; };
|
377 | 390 | 69F518372BB2BA0100F52C14 /* PostHogSwizzler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostHogSwizzler.swift; sourceTree = "<group>"; };
|
378 | 391 | 69F518392BB2BA8300F52C14 /* UIApplicationTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIApplicationTracker.swift; sourceTree = "<group>"; };
|
| 392 | + DA26419A2CC0499300CB427B /* PostHogAutocaptureEventTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostHogAutocaptureEventTracker.swift; sourceTree = "<group>"; }; |
| 393 | + DA5B85872CD21CBB00686389 /* AutocaptureEventProcessing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutocaptureEventProcessing.swift; sourceTree = "<group>"; }; |
| 394 | + DA8D37242CBEAC02005EBD27 /* PostHogExampleAutocapture.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = PostHogExampleAutocapture.xcodeproj; path = PostHogExampleAutocapture/PostHogExampleAutocapture.xcodeproj; sourceTree = "<group>"; }; |
| 395 | + DA979D7A2CD370B700F56BAE /* PostHogAutocaptureEventTrackerSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PostHogAutocaptureEventTrackerSpec.swift; sourceTree = "<group>"; }; |
| 396 | + DAC699D52CC790D9000D1D6B /* PostHogAutocaptureIntegration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostHogAutocaptureIntegration.swift; sourceTree = "<group>"; }; |
| 397 | + DAC699EB2CCA73E5000D1D6B /* ForwardingPickerViewDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForwardingPickerViewDelegate.swift; sourceTree = "<group>"; }; |
| 398 | + DACF6D5C2CD2F5BC00F14133 /* PostHogAutocaptureIntegrationSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostHogAutocaptureIntegrationSpec.swift; sourceTree = "<group>"; }; |
379 | 399 | DAD5DD072CB6DEE70087387B /* PostHogMaskViewModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostHogMaskViewModifier.swift; sourceTree = "<group>"; };
|
380 | 400 | /* End PBXFileReference section */
|
381 | 401 |
|
|
503 | 523 | 3AC745AB296D6FE60025C109 = {
|
504 | 524 | isa = PBXGroup;
|
505 | 525 | children = (
|
| 526 | + DA8D37242CBEAC02005EBD27 /* PostHogExampleAutocapture.xcodeproj */, |
506 | 527 | 690FF1732AF3CE8A00A0B06B /* PostHogExampleWatchOS.xcodeproj */,
|
507 | 528 | 690FF0532AE7DB3700A0B06B /* PostHogExampleWithSPM.xcodeproj */,
|
508 | 529 | 690FF02F2AE7C5BA00A0B06B /* PostHogExampleWithPods.xcodeproj */,
|
|
536 | 557 | 3AC745B7296D6FE60025C109 /* PostHog */ = {
|
537 | 558 | isa = PBXGroup;
|
538 | 559 | children = (
|
| 560 | + DA26419B2CC0499300CB427B /* Autocapture */, |
539 | 561 | 69EE82B82BA9C4DA00EB9542 /* Replay */,
|
540 | 562 | 69BA38E62B893F2200AA69D6 /* Resources */,
|
541 | 563 | 69779BED2AE6B29E00D7A48E /* Models */,
|
|
579 | 601 | 690FF0E22AEFD12900A0B06B /* PostHogConfigTest.swift */,
|
580 | 602 | 690FF0E82AEFD3BD00A0B06B /* PostHogQueueTest.swift */,
|
581 | 603 | 690FF0F42AF0F06100A0B06B /* PostHogSDKTest.swift */,
|
| 604 | + DACF6D5C2CD2F5BC00F14133 /* PostHogAutocaptureIntegrationSpec.swift */, |
| 605 | + DA979D7A2CD370B700F56BAE /* PostHogAutocaptureEventTrackerSpec.swift */, |
582 | 606 | 699C5FEE2C20242A007DB818 /* UUIDTest.swift */,
|
583 | 607 | 693E977C2C6257F9004B1030 /* ExampleSanitizer.swift */,
|
584 | 608 | 69ED1AB52C90711D00FE7A91 /* PostHogSDKPersonProfilesTest.swift */,
|
|
733 | 757 | path = PostHogExampleStoryboard;
|
734 | 758 | sourceTree = "<group>";
|
735 | 759 | };
|
| 760 | + DA26419B2CC0499300CB427B /* Autocapture */ = { |
| 761 | + isa = PBXGroup; |
| 762 | + children = ( |
| 763 | + DA5B85872CD21CBB00686389 /* AutocaptureEventProcessing.swift */, |
| 764 | + DAC699EB2CCA73E5000D1D6B /* ForwardingPickerViewDelegate.swift */, |
| 765 | + DAC699D52CC790D9000D1D6B /* PostHogAutocaptureIntegration.swift */, |
| 766 | + DA26419A2CC0499300CB427B /* PostHogAutocaptureEventTracker.swift */, |
| 767 | + ); |
| 768 | + path = Autocapture; |
| 769 | + sourceTree = "<group>"; |
| 770 | + }; |
| 771 | + DA8D37252CBEAC02005EBD27 /* Products */ = { |
| 772 | + isa = PBXGroup; |
| 773 | + children = ( |
| 774 | + DA8D37292CBEAC03005EBD27 /* PostHogExampleAutocapture.app */, |
| 775 | + ); |
| 776 | + name = Products; |
| 777 | + sourceTree = "<group>"; |
| 778 | + }; |
736 | 779 | /* End PBXGroup section */
|
737 | 780 |
|
738 | 781 | /* Begin PBXHeadersBuildPhase section */
|
|
939 | 982 | productRefGroup = 3AC745B6296D6FE60025C109 /* Products */;
|
940 | 983 | projectDirPath = "";
|
941 | 984 | projectReferences = (
|
| 985 | + { |
| 986 | + ProductGroup = DA8D37252CBEAC02005EBD27 /* Products */; |
| 987 | + ProjectRef = DA8D37242CBEAC02005EBD27 /* PostHogExampleAutocapture.xcodeproj */; |
| 988 | + }, |
942 | 989 | {
|
943 | 990 | ProductGroup = 690FF1742AF3CE8A00A0B06B /* Products */;
|
944 | 991 | ProjectRef = 690FF1732AF3CE8A00A0B06B /* PostHogExampleWatchOS.xcodeproj */;
|
|
994 | 1041 | remoteRef = 690FF17A2AF3CE8B00A0B06B /* PBXContainerItemProxy */;
|
995 | 1042 | sourceTree = BUILT_PRODUCTS_DIR;
|
996 | 1043 | };
|
| 1044 | + DA8D37292CBEAC03005EBD27 /* PostHogExampleAutocapture.app */ = { |
| 1045 | + isa = PBXReferenceProxy; |
| 1046 | + fileType = wrapper.application; |
| 1047 | + path = PostHogExampleAutocapture.app; |
| 1048 | + remoteRef = DA8D37282CBEAC03005EBD27 /* PBXContainerItemProxy */; |
| 1049 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 1050 | + }; |
997 | 1051 | /* End PBXReferenceProxy section */
|
998 | 1052 |
|
999 | 1053 | /* Begin PBXResourcesBuildPhase section */
|
|
1093 | 1147 | 69779BEC2AE68E6900D7A48E /* UIViewController.swift in Sources */,
|
1094 | 1148 | 3A0F108929C9BD76002C0084 /* Errors.swift in Sources */,
|
1095 | 1149 | 3AE3FB37299162EA00AFFC18 /* PostHogApi.swift in Sources */,
|
| 1150 | + DAC699D62CC790D9000D1D6B /* PostHogAutocaptureIntegration.swift in Sources */, |
1096 | 1151 | 6926DA8E2ADD2876005760D2 /* PostHogContext.swift in Sources */,
|
1097 | 1152 | 690FF0AF2AEB9C1400A0B06B /* DateUtils.swift in Sources */,
|
1098 | 1153 | 69F518162BAC7F9200F52C14 /* UIView+Util.swift in Sources */,
|
1099 | 1154 | 69261D192AD9673500232EC7 /* PostHogBatchUploadInfo.swift in Sources */,
|
| 1155 | + DAC699EC2CCA73E5000D1D6B /* ForwardingPickerViewDelegate.swift in Sources */, |
| 1156 | + DA26419C2CC0499300CB427B /* PostHogAutocaptureEventTracker.swift in Sources */, |
| 1157 | + DA5B85882CD21CBB00686389 /* AutocaptureEventProcessing.swift in Sources */, |
1100 | 1158 | 69ED1A5C2C7F15F300FE7A91 /* PostHogSessionManager.swift in Sources */,
|
1101 | 1159 | 69F23A742BB3088E001194F6 /* URLSessionSwizzler.swift in Sources */,
|
1102 | 1160 | 69F518142BAC7F4300F52C14 /* Date+Util.swift in Sources */,
|
|
1136 | 1194 | isa = PBXSourcesBuildPhase;
|
1137 | 1195 | buildActionMask = 2147483647;
|
1138 | 1196 | files = (
|
| 1197 | + DA979D7B2CD370B700F56BAE /* PostHogAutocaptureEventTrackerSpec.swift in Sources */, |
1139 | 1198 | 690FF0F52AF0F06100A0B06B /* PostHogSDKTest.swift in Sources */,
|
1140 | 1199 | 690FF0E12AEFC59100A0B06B /* PostHogFileBackedQueueTest.swift in Sources */,
|
| 1200 | + DACF6D5D2CD2F5BC00F14133 /* PostHogAutocaptureIntegrationSpec.swift in Sources */, |
1141 | 1201 | 3A62647529CB0168007E8C07 /* TestPostHog.swift in Sources */,
|
1142 | 1202 | 699C5FEF2C20242A007DB818 /* UUIDTest.swift in Sources */,
|
1143 | 1203 | 69ED1AB62C90711D00FE7A91 /* PostHogSDKPersonProfilesTest.swift in Sources */,
|
|
0 commit comments