|
45 | 45 | 86F86EF7224554B900B69832 /* Group.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673ABE3921360CBE00B1784B /* Group.swift */; };
|
46 | 46 | 86F86F3622497F1200B69832 /* AutomaticEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = E151FA371E70DFB5002EF53D /* AutomaticEvents.swift */; };
|
47 | 47 | 86F86F3722497F2900B69832 /* AutomaticEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = E151FA371E70DFB5002EF53D /* AutomaticEvents.swift */; };
|
| 48 | + 95ECF0682C9B851A006364D2 /* Data+Compression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECF0662C9B83D8006364D2 /* Data+Compression.swift */; }; |
| 49 | + 95ECF0692C9B851B006364D2 /* Data+Compression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECF0662C9B83D8006364D2 /* Data+Compression.swift */; }; |
| 50 | + 95ECF06A2C9B851B006364D2 /* Data+Compression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECF0662C9B83D8006364D2 /* Data+Compression.swift */; }; |
| 51 | + 95ECF06B2C9B851C006364D2 /* Data+Compression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECF0662C9B83D8006364D2 /* Data+Compression.swift */; }; |
48 | 52 | BB9614171F3BB87700C3EF3E /* ReadWriteLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB9614161F3BB87700C3EF3E /* ReadWriteLock.swift */; };
|
49 | 53 | E10D118D1EC0F30900195CCD /* AutomaticEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = E151FA371E70DFB5002EF53D /* AutomaticEvents.swift */; };
|
50 | 54 | E115948B1CFF1538007F8B4F /* Mixpanel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E115948A1CFF1538007F8B4F /* Mixpanel.swift */; };
|
|
107 | 111 | 8625BEBA26D045CE0009BAA9 /* MPDB.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MPDB.swift; sourceTree = "<group>"; };
|
108 | 112 | 868550AB2699096F001FCDDC /* MixpanelPersistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MixpanelPersistence.swift; sourceTree = "<group>"; };
|
109 | 113 | 86F86E81224404BD00B69832 /* Mixpanel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Mixpanel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 114 | + 95ECF0662C9B83D8006364D2 /* Data+Compression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Data+Compression.swift"; sourceTree = "<group>"; }; |
110 | 115 | BB9614161F3BB87700C3EF3E /* ReadWriteLock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReadWriteLock.swift; sourceTree = "<group>"; };
|
111 | 116 | E115947D1CFF1491007F8B4F /* Mixpanel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Mixpanel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
112 | 117 | E11594821CFF1491007F8B4F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Info.plist; sourceTree = "<group>"; };
|
|
254 | 259 | E189D8FA1D5A692A007F3F29 /* Utilities */ = {
|
255 | 260 | isa = PBXGroup;
|
256 | 261 | children = (
|
| 262 | + 95ECF0662C9B83D8006364D2 /* Data+Compression.swift */, |
257 | 263 | E11594981D01689F007F8B4F /* JSONHandler.swift */,
|
258 | 264 | E1982BFE1D0AC2E2006B7330 /* Error.swift */,
|
259 | 265 | E1D335CF1D3059A800E68E12 /* AutomaticProperties.swift */,
|
|
484 | 490 | 86F86EC522443A2C00B69832 /* People.swift in Sources */,
|
485 | 491 | 86F86EC422443A2300B69832 /* ReadWriteLock.swift in Sources */,
|
486 | 492 | 8625BEBE26D045CE0009BAA9 /* MPDB.swift in Sources */,
|
| 493 | + 95ECF06B2C9B851C006364D2 /* Data+Compression.swift in Sources */, |
487 | 494 | 86F86EC222443A1300B69832 /* Track.swift in Sources */,
|
488 | 495 | 86F86EC122443A0E00B69832 /* JSONHandler.swift in Sources */,
|
489 | 496 | 86F86EC022443A0800B69832 /* MixpanelType.swift in Sources */,
|
|
512 | 519 | E11594971D006022007F8B4F /* Network.swift in Sources */,
|
513 | 520 | E15FF7C81D0435670076CDE3 /* People.swift in Sources */,
|
514 | 521 | 673ABE3A21360CBE00B1784B /* Group.swift in Sources */,
|
| 522 | + 95ECF0682C9B851A006364D2 /* Data+Compression.swift in Sources */, |
515 | 523 | E11594A11D01C597007F8B4F /* Track.swift in Sources */,
|
516 | 524 | E11594991D01689F007F8B4F /* JSONHandler.swift in Sources */,
|
517 | 525 | E1D335D01D3059A800E68E12 /* AutomaticProperties.swift in Sources */,
|
|
540 | 548 | E12782BF1D4AB5CB0025FB05 /* MixpanelInstance.swift in Sources */,
|
541 | 549 | E12782C11D4AB5CB0025FB05 /* Network.swift in Sources */,
|
542 | 550 | 8625BEBC26D045CE0009BAA9 /* MPDB.swift in Sources */,
|
| 551 | + 95ECF0692C9B851B006364D2 /* Data+Compression.swift in Sources */, |
543 | 552 | E12782C21D4AB5CB0025FB05 /* JSONHandler.swift in Sources */,
|
544 | 553 | E12782C31D4AB5CB0025FB05 /* Flush.swift in Sources */,
|
545 | 554 | E12782C41D4AB5CB0025FB05 /* FlushRequest.swift in Sources */,
|
|
568 | 577 | E1F15FD61E64B5FC00391AE3 /* FlushRequest.swift in Sources */,
|
569 | 578 | E1F15FD71E64B60200391AE3 /* PrintLogging.swift in Sources */,
|
570 | 579 | 8625BEBD26D045CE0009BAA9 /* MPDB.swift in Sources */,
|
| 580 | + 95ECF06A2C9B851B006364D2 /* Data+Compression.swift in Sources */, |
571 | 581 | E1F15FE21E64B60D00391AE3 /* Flush.swift in Sources */,
|
572 | 582 | E1F15FD51E64B5F800391AE3 /* Network.swift in Sources */,
|
573 | 583 | E1F15FDE1E64B60A00391AE3 /* MixpanelType.swift in Sources */,
|
|
805 | 815 | HEADER_SEARCH_PATHS = "";
|
806 | 816 | INFOPLIST_FILE = Info.plist;
|
807 | 817 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
808 |
| - IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 818 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
809 | 819 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
810 | 820 | OTHER_SWIFT_FLAGS = "";
|
811 | 821 | PRODUCT_BUNDLE_IDENTIFIER = com.mixpanel.Mixpanel;
|
|
853 | 863 | HEADER_SEARCH_PATHS = "";
|
854 | 864 | INFOPLIST_FILE = Info.plist;
|
855 | 865 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
856 |
| - IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 866 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
857 | 867 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
858 | 868 | OTHER_SWIFT_FLAGS = "";
|
859 | 869 | PRODUCT_BUNDLE_IDENTIFIER = com.mixpanel.Mixpanel;
|
|
0 commit comments