屏幕共享fix

This commit is contained in:
Caleb 2025-12-12 17:23:52 +08:00
parent b85cee5d0d
commit 1e084c43f3
42 changed files with 1505 additions and 110 deletions

BIN
Example/.DS_Store vendored

Binary file not shown.

View File

@ -31,3 +31,7 @@ target 'SellyCloudSDK_Example' do
pod 'FBSnapshotTestCase'
end
end
target 'ScreenShareUploader' do
pod 'SellyCloudSDK', :path => '../'
end

View File

@ -99,6 +99,6 @@ SPEC CHECKSUMS:
SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef
YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30
PODFILE CHECKSUM: 0dcb988c6209566733a893a50d0d8fa3357c8c71
PODFILE CHECKSUM: 63e2d7dfa17f1bc649823194fcc5cc968a9a8435
COCOAPODS: 1.16.2

View File

@ -99,6 +99,6 @@ SPEC CHECKSUMS:
SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef
YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30
PODFILE CHECKSUM: 0dcb988c6209566733a893a50d0d8fa3357c8c71
PODFILE CHECKSUM: 63e2d7dfa17f1bc649823194fcc5cc968a9a8435
COCOAPODS: 1.16.2

View File

@ -60,6 +60,7 @@
104D9196010D2A8C52C0C19E9C9D52E8 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 44FECEC099F5E78C19BFCDC68EB319BC /* MBProgressHUD-dummy.m */; };
11422CB222C72A6EF77DA96D152FA6F8 /* UIBarButtonItem+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = BDC7FE39E31C4878AF34186280F694C4 /* UIBarButtonItem+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; };
11D4DC1FCE5647EEA8484AA4A880AF8F /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C572966AB215088D7DFFA4AE39B1872 /* MBProgressHUD.m */; };
12802E92E6040BDF5F4248D3809E8903 /* Pods-ScreenShareUploader-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B53F6278BFBA69045B0E6DE8C9C1BBDD /* Pods-ScreenShareUploader-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
12C8FD3D06F867281B3C87497145DC65 /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = 84852DD8D3E85D74D61CFA645D9A3EEE /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; };
12DEDFBDD6A19E45734C9BF576DB4379 /* RACSerialDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = C517991D853EFACAF9072BE3B0C8176B /* RACSerialDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; };
13919FB197EDFDAE348862211F9BE7B6 /* DDOSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 5524AEC51E0E4682ABEA72A3B23DA98A /* DDOSLogger.m */; };
@ -69,7 +70,7 @@
14676CDFFDE06FF960179AA34C474EEE /* RACStringSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CDFCC8F63E483ED80295162737E25D9 /* RACStringSequence.h */; settings = {ATTRIBUTES = (Public, ); }; };
14BA051EDF8418C073BCF58A9791F8F2 /* CLIColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DD7C25F89884D172E5849ED5381C0ED /* CLIColor.m */; };
154859652C976E7B604144E7259D1076 /* beauty_filter.json in Resources */ = {isa = PBXBuildFile; fileRef = 4AD995E911791EA4B463D1520941B614 /* beauty_filter.json */; };
15B14D3F61E870B465669854940AA93C /* Pods-SellyCloudSDK_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 356A514C51D42C3B9294FA06F808796B /* Pods-SellyCloudSDK_Tests-dummy.m */; };
15B14D3F61E870B465669854940AA93C /* Pods-SellyCloudSDK_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 437598988F5E20ED3500872FDFA442BD /* Pods-SellyCloudSDK_Tests-dummy.m */; };
17134C3258CDB162F0507654B177CAE3 /* RACUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 12E836E71485A1D2FA793F1C03DA938E /* RACUnit.h */; settings = {ATTRIBUTES = (Public, ); }; };
179413BD936A98D571223DDA39AB9786 /* UIActionSheet+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = B309F8B22CF0ECDBDBD3E40E42949C76 /* UIActionSheet+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; };
17A4935F78766E41FC29D1D668146EF3 /* RACTupleSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = E550DDEA812CE607189F4154ECE77756 /* RACTupleSequence.h */; settings = {ATTRIBUTES = (Public, ); }; };
@ -159,7 +160,7 @@
4571A0EA37DC84F39E3830D38A1531AB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14AF4515F6D60CA6640420C5C48AA078 /* UIKit.framework */; };
45A2252FE9A80B5B59B021395E19EE0C /* RACTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 932D0108CA320D3677A92EDA78A37A1F /* RACTuple.m */; };
45F861348548E0CD9D2C0781E04B3CEA /* RACPassthroughSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = F01E93F0E14285F6EC2BCB98927C961C /* RACPassthroughSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; };
4636E0FADEC1F568878D0431215ABFAA /* Pods-SellyCloudSDK_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7206FD844C844E06565245DEB83B7DA8 /* Pods-SellyCloudSDK_Example-dummy.m */; };
4636E0FADEC1F568878D0431215ABFAA /* Pods-SellyCloudSDK_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A46385AD0D8860F99F25EA12CACF9ABB /* Pods-SellyCloudSDK_Example-dummy.m */; };
46FC5D5D0A8F9C1EA754779A386E24DD /* SRMutex.m in Sources */ = {isa = PBXBuildFile; fileRef = 71C57EE839A894DA15908E1E8D7E4B53 /* SRMutex.m */; };
46FE7652F3F63388BF97D9C8B7015A6B /* RACUnarySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 4832928565B4F583C63C62DF38480238 /* RACUnarySequence.h */; settings = {ATTRIBUTES = (Public, ); }; };
473E6A2F00B039EA0560602D77CD0FCF /* SRURLUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = DCC7985E2E04A24CC54BAC807572CA33 /* SRURLUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; };
@ -233,6 +234,7 @@
72493549A72116EBF5CAF735CD0AEA80 /* RACSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = D6F61CACA6513AE4022087D3CF81D705 /* RACSequence.h */; settings = {ATTRIBUTES = (Public, ); }; };
724991CA89C46BAFBC08264D94D86484 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = FA937D1DD8F968886D6172F9BC98FA3D /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; };
72AE6D5A79C2CC6D5E6578F9644C654B /* UIAlertView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = F2F51AE47CD9FACC7B603D178F1584B2 /* UIAlertView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; };
7319F89E905FD6A0A3E29E3A5695E911 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2CA263FB017BFB2484D0F2AB58B8D365 /* Foundation.framework */; };
73484D39A92E83DF9E2B56D524ECA9C5 /* NSObject+RACDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = F20DDB1D4A27599747D3149981BF7D3C /* NSObject+RACDescription.h */; settings = {ATTRIBUTES = (Public, ); }; };
73574D4AAB1219ED412B3D2A6D1E321F /* UIStepper+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 3203EE3CB84AC7AEA5FA6F41D606195A /* UIStepper+RACSignalSupport.m */; };
73A70EE2C9C9FC76C6495945F3F0DC4D /* RACDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C6133C419BC9AB1BC99B4101B754240 /* RACDisposable.m */; };
@ -336,7 +338,7 @@
A583A30CEA07A0748B6D95D5D12FF5F2 /* UICollectionReusableView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 58190C265A2429614EEB426AAB750C96 /* UICollectionReusableView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; };
A71E222C76A20B18600A6DE4091CFB0E /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C1C8B3D4654D15FBFDB2439A834A4C6 /* SSZipArchive.m */; };
A826A5E0505880B690A0B1877D27CF17 /* NSArray+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 70075A5BE455462E132CAB5B0D23674E /* NSArray+RACSequenceAdditions.m */; };
A8FE0120F5A72CB081610EFC240547E7 /* Pods-SellyCloudSDK_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 48A96CB2196DFFA89F2D3B9FB3D1827F /* Pods-SellyCloudSDK_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
A8FE0120F5A72CB081610EFC240547E7 /* Pods-SellyCloudSDK_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC33D614D5528F634006CDA4460A0FA /* Pods-SellyCloudSDK_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
A90260F860E51EC89130250EA3E61F22 /* SSZipArchive-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3719FECF32409DA4B0AC2CB047E81EAE /* SSZipArchive-dummy.m */; };
A9071F54289564382DCD37D03E09EA0A /* RACSignalProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 9CE5F850FF84172854E4EA9CF34652EF /* RACSignalProvider.d */; };
A9E608DE13370C73246FCA6C7674CC9B /* SRProxyConnect.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EE4AFB0F9176E85402712B623B9CA91 /* SRProxyConnect.m */; };
@ -494,10 +496,11 @@
EED9D7993D6DAA5A517DA5B0A557C620 /* FUBeautyFilterView.h in Headers */ = {isa = PBXBuildFile; fileRef = 55881A03AD38B8C2AF37D73541EE3BC0 /* FUBeautyFilterView.h */; settings = {ATTRIBUTES = (Public, ); }; };
F00D8A16D97EF0C8AAE4BE3151ADD85F /* DDAbstractDatabaseLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 02CA9A576B5B64168140DBE9320E96C6 /* DDAbstractDatabaseLogger.h */; settings = {ATTRIBUTES = (Public, ); }; };
F0228488509A52BBBF84EFA058FE81A6 /* FUBeautyFilterModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 29534BCB7E0D3C50FC6763D4E4080496 /* FUBeautyFilterModel.h */; settings = {ATTRIBUTES = (Public, ); }; };
F119F9DB7A8ABAB8E35A7AC1FBA75CB7 /* Pods-SellyCloudSDK_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DA6084B46BDC4ECD273C21AE257FA95 /* Pods-SellyCloudSDK_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
F119F9DB7A8ABAB8E35A7AC1FBA75CB7 /* Pods-SellyCloudSDK_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AEA6CBD30F0ED1498534E928B1F968E9 /* Pods-SellyCloudSDK_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
F1454467D8C33378127057476591C1AF /* RACDynamicSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B3EF349026862CF5DB69289ADC94780 /* RACDynamicSequence.m */; };
F18AB133D2D0F40618D0A4C87D3AF0BF /* RACBlockTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 91499939A517D97CCD34400BFC8C82D8 /* RACBlockTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; };
F1D845E22D5B8FC6AFC3C2E41DA1B6DF /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C091D3A0C22390743FA60D5B8316CD8 /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
F24BA7BF97E54B1402F657177915825E /* Pods-ScreenShareUploader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FD4E2EBECC342E1BCDC6DAD2A6F0174 /* Pods-ScreenShareUploader-dummy.m */; };
F2AD91050B1FE3C8BC78567F1FDE3ED5 /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 0952407A25BB3536CBC906A286FC4238 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; };
F2C9F9038FBEFD951516694AE873A2B9 /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = FF31CB938B9974F24F2C4F173CF98157 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; };
F2DAC1DEF200EB8CBBF570272D86CA51 /* NSInvocation+RACTypeParsing.m in Sources */ = {isa = PBXBuildFile; fileRef = EB21138596754A459DB13DF029694EBF /* NSInvocation+RACTypeParsing.m */; };
@ -534,6 +537,13 @@
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
051492DACDE5AB4A0B5A658A43B2F541 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 8EB0F72A2E712F6CC962F6BA27CB7BD8;
remoteInfo = SellyCloudSDK;
};
0B7400471D24FEFE6506561B63079415 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
@ -548,6 +558,20 @@
remoteGlobalIDString = B741752CADA2D523808EEA4844EE6697;
remoteInfo = Logboard;
};
2D408946F299EE827B0524F86A61B978 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 84B44807A12996D487A4A591A481D6A0;
remoteInfo = YYModel;
};
32F40B443DD815D23169554547EA99CE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = CAA047C0F5E4106F3904E8497FA17F97;
remoteInfo = Reachability;
};
369E54542290281FC67B2DCBCC9F4B34 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
@ -569,7 +593,7 @@
remoteGlobalIDString = F17F83FC633B3BFB682832EE5293E7B7;
remoteInfo = FUBeautyComponent;
};
45D5166B53FFA14EE28C64A22E85B2F8 /* PBXContainerItemProxy */ = {
565E790CE8DEB3E3FA450F22C1AC9C11 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
@ -590,6 +614,13 @@
remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146;
remoteInfo = ReactiveObjC;
};
612FAEE9BE147142CD056E9F898D9B11 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091;
remoteInfo = SocketRocket;
};
632B022F3FDEF04A46DCFFD9985E4DAF /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
@ -604,6 +635,20 @@
remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396;
remoteInfo = SSZipArchive;
};
750E238C938F31A4DBF7018F1F172685 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265;
remoteInfo = CocoaLumberjack;
};
7697531817B4EDF9E787F13C148B33EA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146;
remoteInfo = ReactiveObjC;
};
7E9720FCFFA9823518A9E39C1FD0F2AC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
@ -611,6 +656,13 @@
remoteGlobalIDString = 84B44807A12996D487A4A591A481D6A0;
remoteInfo = YYModel;
};
84E4B5B3540EFA50836DBD5DFADB448C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396;
remoteInfo = SSZipArchive;
};
9615B07425CF7AAF94AE76818C2637D6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
@ -618,6 +670,13 @@
remoteGlobalIDString = D2787856C227A709315E3C9C4355A440;
remoteInfo = "Reachability-Reachability_Privacy";
};
968F9EC116A41143A9D21BF55D46F5F8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = B741752CADA2D523808EEA4844EE6697;
remoteInfo = Logboard;
};
97FFD84FA7C68E0825FD5CA2CAB29D98 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
@ -667,6 +726,13 @@
remoteGlobalIDString = 1B6A8D8E08D78A286FC794DD54527770;
remoteInfo = FUCommonUIComponent;
};
D3EDD088734C726E9E68A57F24509543 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1;
remoteInfo = AFNetworking;
};
D701B959EF5DF709E0EEE706AF4D71FC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
@ -732,6 +798,7 @@
015C382F33EE5496C269ABA72B656849 /* NSObject+RACDeallocating.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDeallocating.m"; path = "ReactiveObjC/NSObject+RACDeallocating.m"; sourceTree = "<group>"; };
02306E0929D3898743443B37CC3ECFE8 /* FUBeautyFilterModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FUBeautyFilterModel.m; sourceTree = "<group>"; };
023D8691467EEFEFE58752A2759A44C5 /* NSIndexSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSIndexSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.m"; sourceTree = "<group>"; };
025E1BB3FD4A62915ADAD57D9B9A7470 /* Pods-SellyCloudSDK_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-SellyCloudSDK_Tests.modulemap"; sourceTree = "<group>"; };
02CA9A576B5B64168140DBE9320E96C6 /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAbstractDatabaseLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAbstractDatabaseLogger.h; sourceTree = "<group>"; };
034CE76450A530A32E81F44539834D14 /* RACEmptySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySequence.m; path = ReactiveObjC/RACEmptySequence.m; sourceTree = "<group>"; };
036C23D5298FCF1E14455FB4561DA06E /* FUBeautyShapeView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FUBeautyShapeView.h; sourceTree = "<group>"; };
@ -739,7 +806,6 @@
03845FD957A346AA42663459E8BEA593 /* RACChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACChannel.h; path = ReactiveObjC/RACChannel.h; sourceTree = "<group>"; };
04572CEB0A9EF627E0F4303DF4E7BF9E /* RACEXTRuntimeExtensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTRuntimeExtensions.h; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.h; sourceTree = "<group>"; };
047BDDCA769C93EBCC9B181B1FE2597C /* Logboard.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Logboard.debug.xcconfig; sourceTree = "<group>"; };
049ADD5E235D667D6C3BF81AFDC10C77 /* Pods-SellyCloudSDK_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SellyCloudSDK_Example.debug.xcconfig"; sourceTree = "<group>"; };
04A01168EEE817021F014757891E94D2 /* DDASLLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogger.m; path = Sources/CocoaLumberjack/DDASLLogger.m; sourceTree = "<group>"; };
05412280D73A124EDAF9A6F8F350BDF4 /* NSOrderedSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSOrderedSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.h"; sourceTree = "<group>"; };
060CB9F2DD373A20015918BBE2F7CC81 /* NSString+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSequenceAdditions.m"; path = "ReactiveObjC/NSString+RACSequenceAdditions.m"; sourceTree = "<group>"; };
@ -749,7 +815,6 @@
089AF03737D12F3DD5952A4269E5545F /* UIImagePickerController+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImagePickerController+RACSignalSupport.m"; path = "ReactiveObjC/UIImagePickerController+RACSignalSupport.m"; sourceTree = "<group>"; };
0952407A25BB3536CBC906A286FC4238 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = "<group>"; };
095CE0F72249CD8EA14CAA47261F5485 /* aitype.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; path = aitype.bundle; sourceTree = "<group>"; };
09AC7C6044A815EA0101C82F6262D25E /* Pods-SellyCloudSDK_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-SellyCloudSDK_Tests.modulemap"; sourceTree = "<group>"; };
0AAD004A653B4196653E8C3CCEEEE971 /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = "<group>"; };
0B5DDDB329C998242B1C43B9402C1276 /* mz_strm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm.c; path = SSZipArchive/minizip/mz_strm.c; sourceTree = "<group>"; };
0B84E8D2AD08ED95261A15BB969B3C14 /* FUBeautyComponent-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FUBeautyComponent-dummy.m"; sourceTree = "<group>"; };
@ -806,10 +871,10 @@
1F2E7C1D41717DC24664FF92F3D23625 /* RACDynamicSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSignal.m; path = ReactiveObjC/RACDynamicSignal.m; sourceTree = "<group>"; };
1F397FC493B004A7BFDBE7DB12CF4490 /* SRHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRHash.h; path = SocketRocket/Internal/Utilities/SRHash.h; sourceTree = "<group>"; };
1FBA48953A1B36D191680030491190C4 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = "<group>"; };
1FD4E2EBECC342E1BCDC6DAD2A6F0174 /* Pods-ScreenShareUploader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ScreenShareUploader-dummy.m"; sourceTree = "<group>"; };
1FFED36A657123030ABB700256D73F15 /* Masonry */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Masonry; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; };
208BFDF5D68E84408C1B93228C658360 /* mz_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_compat.h; path = SSZipArchive/minizip/mz_compat.h; sourceTree = "<group>"; };
20B3AAF76110D74D55EACB13882F7875 /* DDASLLogCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogCapture.m; path = Sources/CocoaLumberjack/DDASLLogCapture.m; sourceTree = "<group>"; };
20BAD41F3F0357903B0B1F41A481E53B /* Pods-SellyCloudSDK_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SellyCloudSDK_Tests-Info.plist"; sourceTree = "<group>"; };
20C792A06CE94D6C0712D6D6B759E447 /* SRHTTPConnectMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRHTTPConnectMessage.h; path = SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h; sourceTree = "<group>"; };
20D80615013006732A428B456434CB25 /* FBSnapshotTestCasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCasePlatform.h; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.h; sourceTree = "<group>"; };
216A1A07F7D1F42A9B71BA930DB29E55 /* RACBlockTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBlockTrampoline.m; path = ReactiveObjC/RACBlockTrampoline.m; sourceTree = "<group>"; };
@ -825,6 +890,7 @@
25B4AA4A93D1A38CA7ACF55A278D9246 /* RACArraySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACArraySequence.h; path = ReactiveObjC/RACArraySequence.h; sourceTree = "<group>"; };
25C2954B97A4D46083527A5C5F870527 /* CocoaLumberjack-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaLumberjack-dummy.m"; sourceTree = "<group>"; };
265856C7B1DD99656E67E754DA44535C /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreFoundation.framework; sourceTree = DEVELOPER_DIR; };
267577699102EFE2518803FB9F72ADEA /* Pods-SellyCloudSDK_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SellyCloudSDK_Tests-acknowledgements.markdown"; sourceTree = "<group>"; };
2723247DC6BEB1091C4ADF106A3E8A96 /* DDTTYLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTTYLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDTTYLogger.h; sourceTree = "<group>"; };
2763DE2DF75DB61703B70BE1E9693C61 /* RACEmptySignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySignal.m; path = ReactiveObjC/RACEmptySignal.m; sourceTree = "<group>"; };
28559F3DE373FD5F3028DFA01B803F60 /* mz.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz.h; path = SSZipArchive/minizip/mz.h; sourceTree = "<group>"; };
@ -837,11 +903,11 @@
2BE3AFD5B947EB20F9D358FD18D48852 /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = "<group>"; };
2C0B86D42D0B804DDB9DF577633B1B39 /* UIControl+RACSignalSupportPrivate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIControl+RACSignalSupportPrivate.m"; path = "ReactiveObjC/UIControl+RACSignalSupportPrivate.m"; sourceTree = "<group>"; };
2C52DEEA2C1F05F26DB7AC8E13BED278 /* RACScheduler+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Private.h"; path = "ReactiveObjC/RACScheduler+Private.h"; sourceTree = "<group>"; };
2C8F624BBE5071A4B17BF0AB665F8444 /* Pods-SellyCloudSDK_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SellyCloudSDK_Example-acknowledgements.markdown"; sourceTree = "<group>"; };
2CA263FB017BFB2484D0F2AB58B8D365 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
2CF1B4BDEB8814C9737B7FC3DEADB220 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; };
2CF3D7DEF5E37130C10BC8FB54E78FF7 /* FUBeautyShapeViewModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FUBeautyShapeViewModel.h; sourceTree = "<group>"; };
2CFEAFABD8EDD243D27F6B5615876860 /* NSArray+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+RACSequenceAdditions.h"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.h"; sourceTree = "<group>"; };
2E3B5B591B947CDA0A518D552CF27A39 /* Pods-SellyCloudSDK_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SellyCloudSDK_Example-acknowledgements.markdown"; sourceTree = "<group>"; };
2E5ADDC93AB792F6F0DF2370B25643B4 /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = "<group>"; };
2E909EF3702D1A54C599A4C96573F180 /* RACValueTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACValueTransformer.h; path = ReactiveObjC/RACValueTransformer.h; sourceTree = "<group>"; };
2EDECFF2B0D75B6E67C6223EAD97C5F6 /* Reachability-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Reachability-dummy.m"; sourceTree = "<group>"; };
@ -858,7 +924,6 @@
337D8E660FEB9C6D8423402EA84CE61C /* MASLayoutConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLayoutConstraint.h; path = Masonry/MASLayoutConstraint.h; sourceTree = "<group>"; };
338DA5EA0CC87E5B879B57E7E32EA9B0 /* mz_strm_wzaes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_wzaes.h; path = SSZipArchive/minizip/mz_strm_wzaes.h; sourceTree = "<group>"; };
34A3F57A551DF7DBE7D50FDEB2ED82F7 /* DDAssertMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAssertMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAssertMacros.h; sourceTree = "<group>"; };
356A514C51D42C3B9294FA06F808796B /* Pods-SellyCloudSDK_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SellyCloudSDK_Tests-dummy.m"; sourceTree = "<group>"; };
35C63E883D8AC83B1B374DDE34C7BFFC /* RACScopedDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScopedDisposable.m; path = ReactiveObjC/RACScopedDisposable.m; sourceTree = "<group>"; };
35CF11E97C301971DC07719C30FD2A9D /* FUBeautyShapeView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FUBeautyShapeView.m; sourceTree = "<group>"; };
363109CA09C9DDBCAB886A2F4C4A0FAB /* FUBeautyDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FUBeautyDefine.h; path = FUBeautyComponent/FUBeautyDefine.h; sourceTree = "<group>"; };
@ -879,7 +944,9 @@
3CCEDA6B57D5D71076FE58A016A7F0B7 /* AFImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFImageDownloader.h; path = "UIKit+AFNetworking/AFImageDownloader.h"; sourceTree = "<group>"; };
3CF5D25C13EE40AC0C67C310836DA237 /* mz_crypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt.c; path = SSZipArchive/minizip/mz_crypt.c; sourceTree = "<group>"; };
3D82A937C85009E7599730BBD6876A51 /* UIApplication+StrictKeyWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+StrictKeyWindow.m"; path = "FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m"; sourceTree = "<group>"; };
3DADF203CA09FE21A3ECEB8586F83119 /* Pods-ScreenShareUploader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ScreenShareUploader.debug.xcconfig"; sourceTree = "<group>"; };
3E378069AAD3D9EA5F948C64AE6D99B3 /* SellyCloudSDK.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = SellyCloudSDK.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
3EA791DD2EBA01D152CB3719837B390D /* Pods-SellyCloudSDK_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SellyCloudSDK_Tests-acknowledgements.plist"; sourceTree = "<group>"; };
3F2E8222CDB1AD5D1E36C65BFEE3420C /* mz_strm_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_os_posix.c; path = SSZipArchive/minizip/mz_strm_os_posix.c; sourceTree = "<group>"; };
3FE1AD22DA6FED18485392314BF669AA /* DDMultiFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMultiFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDMultiFormatter.m; sourceTree = "<group>"; };
400FF55D0451E7A8F33A3D0D3E11C1B9 /* Reachability */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Reachability; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@ -888,7 +955,9 @@
41B1DCA65BBC131A0CF35ACBDF48C0EB /* SRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRWebSocket.m; path = SocketRocket/SRWebSocket.m; sourceTree = "<group>"; };
41EE1106ADBDD5676F66CFD07D497A27 /* SRIOConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRIOConsumer.h; path = SocketRocket/Internal/IOConsumer/SRIOConsumer.h; sourceTree = "<group>"; };
42B53CB3CDA0C66B6FD1EF003AB9C2DC /* FUCommonUIComponent.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FUCommonUIComponent.modulemap; sourceTree = "<group>"; };
43495111DCBD004A3927AE89CD387075 /* Pods-SellyCloudSDK_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SellyCloudSDK_Example-Info.plist"; sourceTree = "<group>"; };
436ADF86B5710C3B4372A1D07FB0D6A4 /* RACTargetQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTargetQueueScheduler.h; path = ReactiveObjC/RACTargetQueueScheduler.h; sourceTree = "<group>"; };
437598988F5E20ED3500872FDFA442BD /* Pods-SellyCloudSDK_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SellyCloudSDK_Tests-dummy.m"; sourceTree = "<group>"; };
43E07AA3DB3D7AF392D189A14C5F14A8 /* FUSquareButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FUSquareButton.m; sourceTree = "<group>"; };
4414BE062E9498800947D45029270525 /* mz_strm_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_os.h; path = SSZipArchive/minizip/mz_strm_os.h; sourceTree = "<group>"; };
44A8282AA4D5F02C8C6AA2CAC044D57F /* OSLoggerAppender.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OSLoggerAppender.swift; path = Sources/Logboard/OSLoggerAppender.swift; sourceTree = "<group>"; };
@ -903,8 +972,6 @@
488951DC4EB9B807A5F36C3583DEFB97 /* NSObject+YYModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YYModel.m"; path = "YYModel/NSObject+YYModel.m"; sourceTree = "<group>"; };
4897D32E8EDCD416E1C97426D330DFA1 /* UIAlertView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIAlertView+RACSignalSupport.m"; path = "ReactiveObjC/UIAlertView+RACSignalSupport.m"; sourceTree = "<group>"; };
489923ECB94A8F92D5550592FBCA7F23 /* FBSnapshotTestCase.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSnapshotTestCase.release.xcconfig; sourceTree = "<group>"; };
48A96CB2196DFFA89F2D3B9FB3D1827F /* Pods-SellyCloudSDK_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SellyCloudSDK_Tests-umbrella.h"; sourceTree = "<group>"; };
48F7D4BCB14242295F12C3FA8EF6EA58 /* Pods-SellyCloudSDK_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SellyCloudSDK_Example-resources.sh"; sourceTree = "<group>"; };
496AED24F0CCA7F1D2349F53DBBAA012 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; };
496F55602891C41A0482CE31C83938A4 /* RACSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignal.h; path = ReactiveObjC/RACSignal.h; sourceTree = "<group>"; };
49716A6F61CACABB23EDF3D4EA6A389F /* DDContextFilterLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDContextFilterLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDContextFilterLogFormatter.h; sourceTree = "<group>"; };
@ -918,7 +985,6 @@
4CD647B1960776DB11008FB44223F77C /* SRHash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRHash.m; path = SocketRocket/Internal/Utilities/SRHash.m; sourceTree = "<group>"; };
4D9BCFE6B6DF45045F3C0ED804F3D638 /* RACBehaviorSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBehaviorSubject.m; path = ReactiveObjC/RACBehaviorSubject.m; sourceTree = "<group>"; };
4DBADB105CD8946AE9FFF58E990E4CF4 /* RACKVOProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOProxy.m; path = ReactiveObjC/RACKVOProxy.m; sourceTree = "<group>"; };
4DC22791BE0E6CC9E295FB376FAB1F40 /* Pods-SellyCloudSDK_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SellyCloudSDK_Example-Info.plist"; sourceTree = "<group>"; };
4E0C5158151125D42048B716C4280DD9 /* DDContextFilterLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDContextFilterLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDContextFilterLogFormatter.m; sourceTree = "<group>"; };
4E1AF852665CBFC213C06347F3FAE36E /* FUBeautyComponent-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FUBeautyComponent-umbrella.h"; sourceTree = "<group>"; };
4E94192F4581A7E9DBB514BA61BEE97E /* Pods-SellyCloudSDK_Example */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-SellyCloudSDK_Example"; path = Pods_SellyCloudSDK_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@ -936,6 +1002,7 @@
536FEF646196879E5FEEB67FD327A12A /* FUBeautySkinModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FUBeautySkinModel.h; sourceTree = "<group>"; };
5373D5D8E57C832A1B78108DA0D704D9 /* NSIndexSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSIndexSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.h"; sourceTree = "<group>"; };
5396E4E20467E8F62A53449B6680E0AE /* RACArraySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACArraySequence.m; path = ReactiveObjC/RACArraySequence.m; sourceTree = "<group>"; };
541A1FF288135205B8DCB3AF52E52E7E /* Pods-SellyCloudSDK_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SellyCloudSDK_Example.debug.xcconfig"; sourceTree = "<group>"; };
5524AEC51E0E4682ABEA72A3B23DA98A /* DDOSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDOSLogger.m; path = Sources/CocoaLumberjack/DDOSLogger.m; sourceTree = "<group>"; };
55617753AC0417FDFFF7DFF36CFC3C76 /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = "<group>"; };
55881A03AD38B8C2AF37D73541EE3BC0 /* FUBeautyFilterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FUBeautyFilterView.h; sourceTree = "<group>"; };
@ -955,7 +1022,6 @@
5B329D41AA5F6F16E8BC88EE7D1E112C /* Masonry.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Masonry.modulemap; sourceTree = "<group>"; };
5B3A0580BBAFCCCC455D4E5C2AADFC26 /* UITextView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextView+RACSignalSupport.h"; path = "ReactiveObjC/UITextView+RACSignalSupport.h"; sourceTree = "<group>"; };
5BA768BFF6AB0A6864182B4E98AEAF20 /* RACKVOTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOTrampoline.h; path = ReactiveObjC/RACKVOTrampoline.h; sourceTree = "<group>"; };
5BDF5FF8AE72A7FC419D6AEBC2C5D1D7 /* Pods-SellyCloudSDK_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SellyCloudSDK_Example-frameworks.sh"; sourceTree = "<group>"; };
5C15BD29545AA59D0D60A39130517081 /* FUBeautySkinView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FUBeautySkinView.h; sourceTree = "<group>"; };
5C1FB0B0D9DC492548F32776FF8ECE53 /* RACDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDelegateProxy.m; path = ReactiveObjC/RACDelegateProxy.m; sourceTree = "<group>"; };
5C4F31330DFA99D699E4BDC8C3573D73 /* FBSnapshotTestCase */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FBSnapshotTestCase; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@ -966,8 +1032,7 @@
5F3C6AD8840AD29CF3766E89EF432CB3 /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDAbstractDatabaseLogger.m; path = Sources/CocoaLumberjack/DDAbstractDatabaseLogger.m; sourceTree = "<group>"; };
5F866474755EC0B62783865943B1CD81 /* mz_strm_split.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_split.c; path = SSZipArchive/minizip/mz_strm_split.c; sourceTree = "<group>"; };
601A5A532A70C954BC08696D5ECC5356 /* FUCommonUIComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FUCommonUIComponent.h; path = FUCommonUIComponent/FUCommonUIComponent.h; sourceTree = "<group>"; };
60DB045DF64DEA56A9E18D343FF70990 /* Pods-SellyCloudSDK_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SellyCloudSDK_Example.release.xcconfig"; sourceTree = "<group>"; };
610A1C3961F1947C510DBD858A69BC4E /* Pods-SellyCloudSDK_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SellyCloudSDK_Tests.debug.xcconfig"; sourceTree = "<group>"; };
60AACE39BD1781EADEC3BEEEB972B124 /* Pods-SellyCloudSDK_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SellyCloudSDK_Tests.release.xcconfig"; sourceTree = "<group>"; };
62867E9E5BF3C370FC362EF024BC5208 /* WKWebView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "WKWebView+AFNetworking.h"; path = "UIKit+AFNetworking/WKWebView+AFNetworking.h"; sourceTree = "<group>"; };
6309C78D4875C0A7307E1FD5A9788656 /* UITableViewHeaderFooterView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableViewHeaderFooterView+RACSignalSupport.m"; path = "ReactiveObjC/UITableViewHeaderFooterView+RACSignalSupport.m"; sourceTree = "<group>"; };
6311BB363FB81F738B1101380F3ABCED /* RACUnarySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnarySequence.m; path = ReactiveObjC/RACUnarySequence.m; sourceTree = "<group>"; };
@ -984,6 +1049,7 @@
68B357C6C945761C5325753CD35AFB05 /* UIDatePicker+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDatePicker+RACSignalSupport.h"; path = "ReactiveObjC/UIDatePicker+RACSignalSupport.h"; sourceTree = "<group>"; };
68C59410B28189BA36E19AACC7F9C7DA /* mz_zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip.h; path = SSZipArchive/minizip/mz_zip.h; sourceTree = "<group>"; };
69646374EED2BD28A25A48A32E856878 /* NSData+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+RACSupport.h"; path = "ReactiveObjC/NSData+RACSupport.h"; sourceTree = "<group>"; };
6972386AE651F2E4ADBBFE015BECBB3D /* Pods-SellyCloudSDK_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SellyCloudSDK_Example-frameworks.sh"; sourceTree = "<group>"; };
6A04D0A50FB0ADF530C8A3578009E28C /* ConsoleAppender.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConsoleAppender.swift; path = Sources/Logboard/ConsoleAppender.swift; sourceTree = "<group>"; };
6A7289BE052D57ED00A44597B101B4F0 /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = "<group>"; };
6A9B721AD970836A3E589B9F6273EE72 /* FUBeautyComponent-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FUBeautyComponent-Info.plist"; sourceTree = "<group>"; };
@ -1005,9 +1071,9 @@
6F4C0317BA01130EE5B545DF030B86DC /* RACUnit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnit.m; path = ReactiveObjC/RACUnit.m; sourceTree = "<group>"; };
6F61D064EB56B7B00EAD629CB73C55B8 /* FUInsetsLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FUInsetsLabel.h; sourceTree = "<group>"; };
70075A5BE455462E132CAB5B0D23674E /* NSArray+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+RACSequenceAdditions.m"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.m"; sourceTree = "<group>"; };
7132389A4126C08F3B5898111469E496 /* Pods-SellyCloudSDK_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SellyCloudSDK_Tests-frameworks.sh"; sourceTree = "<group>"; };
718F8EAFD5CEBE080EB50A0BCBFA40C0 /* FUBeautySkinViewModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FUBeautySkinViewModel.m; sourceTree = "<group>"; };
71C57EE839A894DA15908E1E8D7E4B53 /* SRMutex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRMutex.m; path = SocketRocket/Internal/Utilities/SRMutex.m; sourceTree = "<group>"; };
7206FD844C844E06565245DEB83B7DA8 /* Pods-SellyCloudSDK_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SellyCloudSDK_Example-dummy.m"; sourceTree = "<group>"; };
73DE7D35B585B0D535417DAC18807AF1 /* DDFileLogger+Buffering.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DDFileLogger+Buffering.m"; path = "Sources/CocoaLumberjack/Extensions/DDFileLogger+Buffering.m"; sourceTree = "<group>"; };
73E4236C18D22EB9B9BF5D8934EF5C51 /* SellyCloudSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SellyCloudSDK.debug.xcconfig; sourceTree = "<group>"; };
746E1B37BB68AE132DBA5B8F30DBC2A4 /* RACScopedDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScopedDisposable.h; path = ReactiveObjC/RACScopedDisposable.h; sourceTree = "<group>"; };
@ -1039,11 +1105,13 @@
7D0B61FA592EFA6504B9BF6133F7F2D6 /* RACImmediateScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACImmediateScheduler.h; path = ReactiveObjC/RACImmediateScheduler.h; sourceTree = "<group>"; };
7D770AC658AE8078AC071C793469D3B6 /* RACSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSequence.m; path = ReactiveObjC/RACSequence.m; sourceTree = "<group>"; };
7E36953791AF745360E753CE036B81FD /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = "<group>"; };
7E73E28C47C099874F6F47858D2CFC91 /* Pods-SellyCloudSDK_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SellyCloudSDK_Tests-Info.plist"; sourceTree = "<group>"; };
7EA76BF6FCECE829448A7A98C4FE7CE5 /* MASCompositeConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASCompositeConstraint.m; path = Masonry/MASCompositeConstraint.m; sourceTree = "<group>"; };
7EBE4D07BE59FA2F83835EA46AA88D8E /* AFAutoPurgingImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFAutoPurgingImageCache.m; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.m"; sourceTree = "<group>"; };
7F1DB64C1C18D8F659C333A4CC2EA403 /* mz_compat.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_compat.c; path = SSZipArchive/minizip/mz_compat.c; sourceTree = "<group>"; };
7F3205489513B087329ABD18BF429737 /* NSObject+RACKVOWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACKVOWrapper.h"; path = "ReactiveObjC/NSObject+RACKVOWrapper.h"; sourceTree = "<group>"; };
7F363E98F158906F1AEA9B029F728676 /* MKAnnotationView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MKAnnotationView+RACSignalSupport.h"; path = "ReactiveObjC/MKAnnotationView+RACSignalSupport.h"; sourceTree = "<group>"; };
7F584208E2A5C00B1E10FEBDA884EF29 /* Pods-ScreenShareUploader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ScreenShareUploader.release.xcconfig"; sourceTree = "<group>"; };
80B8E52DFD81E01FE68D98B47F6DBF21 /* SRHTTPConnectMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRHTTPConnectMessage.m; path = SocketRocket/Internal/Utilities/SRHTTPConnectMessage.m; sourceTree = "<group>"; };
810AED7A31EF62320CCC54F1E8DA6B73 /* NSString+RACKeyPathUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACKeyPathUtilities.h"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.h"; sourceTree = "<group>"; };
82041EE1CDE6F46C3DDAF1EDAF94B26D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; };
@ -1087,7 +1155,6 @@
8C1C8B3D4654D15FBFDB2439A834A4C6 /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = SSZipArchive/SSZipArchive.m; sourceTree = "<group>"; };
8D633C4858A98239E63BE4193DE40D37 /* RACSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriber.m; path = ReactiveObjC/RACSubscriber.m; sourceTree = "<group>"; };
8D6FF3D0B6EAFAB41D422696BB67F738 /* DDLog+LOGV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDLog+LOGV.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog+LOGV.h"; sourceTree = "<group>"; };
8DA6084B46BDC4ECD273C21AE257FA95 /* Pods-SellyCloudSDK_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SellyCloudSDK_Example-umbrella.h"; sourceTree = "<group>"; };
8DD7C25F89884D172E5849ED5381C0ED /* CLIColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CLIColor.m; path = Sources/CocoaLumberjack/CLI/CLIColor.m; sourceTree = "<group>"; };
8EB6D7A56F8BFD024F99C68EBDC12DA9 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = "<group>"; };
8FD33AE8D551E9B312819433EDA2E85F /* NullAppender.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NullAppender.swift; path = Sources/Logboard/NullAppender.swift; sourceTree = "<group>"; };
@ -1095,10 +1162,10 @@
919EEDA82EF65583256B2885028BC5E1 /* MASConstraint+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASConstraint+Private.h"; path = "Masonry/MASConstraint+Private.h"; sourceTree = "<group>"; };
91B23470DEB9A986332BEB5034234BC7 /* SSZipArchive */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SSZipArchive; path = SSZipArchive.framework; sourceTree = BUILT_PRODUCTS_DIR; };
92385CDBBD1548DD1251A51364D42C2B /* FUBeautyFilterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FUBeautyFilterView.m; sourceTree = "<group>"; };
92B34AF7D98447C6B6311929A86AC8EE /* Pods-SellyCloudSDK_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SellyCloudSDK_Tests.release.xcconfig"; sourceTree = "<group>"; };
932D0108CA320D3677A92EDA78A37A1F /* RACTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTuple.m; path = ReactiveObjC/RACTuple.m; sourceTree = "<group>"; };
93920A8591BE61C2E23403114B3C38E4 /* FUSegmentBar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FUSegmentBar.h; sourceTree = "<group>"; };
93A980B5E12F558F718878ACBBC1384E /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = "<group>"; };
941674DFA7D9A622FAF9C70AB97DB0FD /* Pods-ScreenShareUploader-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ScreenShareUploader-Info.plist"; sourceTree = "<group>"; };
9458E2CDDE0E1747EB8C829EB4F16B68 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = FBSnapshotTestCase/SwiftSupport.swift; sourceTree = "<group>"; };
9462C1E03908C139B37A718313E180F6 /* RACEagerSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEagerSequence.h; path = ReactiveObjC/RACEagerSequence.h; sourceTree = "<group>"; };
95377A64CB55DCFF7D29CF7FDFE68145 /* RACStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStream.h; path = ReactiveObjC/RACStream.h; sourceTree = "<group>"; };
@ -1116,20 +1183,23 @@
9CE5F850FF84172854E4EA9CF34652EF /* RACSignalProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACSignalProvider.d; path = ReactiveObjC/RACSignalProvider.d; sourceTree = "<group>"; };
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; };
9E23B0F9743776666115A04AC93560EC /* UIGestureRecognizer+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIGestureRecognizer+RACSignalSupport.m"; path = "ReactiveObjC/UIGestureRecognizer+RACSignalSupport.m"; sourceTree = "<group>"; };
9F3A75E054045090F0FC883C96DBFEAE /* Pods-SellyCloudSDK_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SellyCloudSDK_Tests-frameworks.sh"; sourceTree = "<group>"; };
9FD3002BB264FC84A8A67D1355F9B7C4 /* FUBeautyComponentManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FUBeautyComponentManager.h; path = FUBeautyComponent/FUBeautyComponentManager.h; sourceTree = "<group>"; };
A04730ED0C1AA32CA7055008B63CE23A /* Pods-SellyCloudSDK_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SellyCloudSDK_Tests.debug.xcconfig"; sourceTree = "<group>"; };
A0B0490BD44F1042C41BEA950023DE78 /* SRRandom.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRRandom.m; path = SocketRocket/Internal/Utilities/SRRandom.m; sourceTree = "<group>"; };
A104B51D43C2B90E20A8FD8A1E850AE1 /* DDLog+Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DDLog+Combine.swift"; path = "Sources/CocoaLumberjackSwift/DDLog+Combine.swift"; sourceTree = "<group>"; };
A1056E19A8C3CBFBFA9F0D85084A6469 /* SocketRocket-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SocketRocket-Info.plist"; sourceTree = "<group>"; };
A16875F28526A869796689B2E37B69C2 /* SellyCloudSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SellyCloudSDK.release.xcconfig; sourceTree = "<group>"; };
A1BCD187EAD84A6CAB95E09C5854D3C5 /* Pods-ScreenShareUploader-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ScreenShareUploader-acknowledgements.markdown"; sourceTree = "<group>"; };
A1D14CCD017C2AD1BDE176A1A3731AD9 /* SRRunLoopThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRRunLoopThread.m; path = SocketRocket/Internal/RunLoop/SRRunLoopThread.m; sourceTree = "<group>"; };
A2762AF5BE8C88A8F48BA3B64DFEB1FF /* SRLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRLog.m; path = SocketRocket/Internal/Utilities/SRLog.m; sourceTree = "<group>"; };
A3A0A06A22200319227B6248EEA7F946 /* RACmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACmetamacros.h; path = ReactiveObjC/extobjc/RACmetamacros.h; sourceTree = "<group>"; };
A3FE6764129F3D908A4BF6C1A777DF1E /* RACEmptySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySequence.h; path = ReactiveObjC/RACEmptySequence.h; sourceTree = "<group>"; };
A46385AD0D8860F99F25EA12CACF9ABB /* Pods-SellyCloudSDK_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SellyCloudSDK_Example-dummy.m"; sourceTree = "<group>"; };
A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AFNetworking; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A5565E1FB6F7285A8E05312FFA1FA8F7 /* FUCommonUIComponent.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FUCommonUIComponent.debug.xcconfig; sourceTree = "<group>"; };
A559DDBC5D069C6F537B8BED4632DD18 /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = "<group>"; };
A5ADD48E4CB3C14D69C11C8936A59CEF /* CocoaLumberjack-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-umbrella.h"; sourceTree = "<group>"; };
A5BAD4A02450D5A64162E4888AD305BF /* Pods-SellyCloudSDK_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SellyCloudSDK_Example-acknowledgements.plist"; sourceTree = "<group>"; };
A5C3F0834D09FF573F6F8F4DC0B5C81B /* UIRefreshControl+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+RACCommandSupport.m"; path = "ReactiveObjC/UIRefreshControl+RACCommandSupport.m"; sourceTree = "<group>"; };
A630B5E1EF60E88B00F93740AEA2EEA4 /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ViewController+MASAdditions.h"; path = "Masonry/ViewController+MASAdditions.h"; sourceTree = "<group>"; };
A68E1DCE577345C7DE5C000A91226843 /* Reachability.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Reachability.modulemap; sourceTree = "<group>"; };
@ -1138,7 +1208,6 @@
A73CE975CB15955419F0121B1A2152DB /* YYClassInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYClassInfo.m; path = YYModel/YYClassInfo.m; sourceTree = "<group>"; };
A7F445FB9D8D6628196F9D7FC2AF66F8 /* MultiAppender.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultiAppender.swift; path = Sources/Logboard/MultiAppender.swift; sourceTree = "<group>"; };
A7F7DF48214EEC813425B4E4A3E2920E /* SSZipCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipCommon.h; path = SSZipArchive/SSZipCommon.h; sourceTree = "<group>"; };
A831EBE457372F41AB08A9AFC4E4AF1E /* Pods-SellyCloudSDK_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-SellyCloudSDK_Example.modulemap"; sourceTree = "<group>"; };
A84606EF16A8A66F06A6D25F13096027 /* mz_strm_mem.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_mem.c; path = SSZipArchive/minizip/mz_strm_mem.c; sourceTree = "<group>"; };
A940A07683FABCD0D87FB85C77B65F7B /* mz_strm_pkcrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_pkcrypt.h; path = SSZipArchive/minizip/mz_strm_pkcrypt.h; sourceTree = "<group>"; };
A954D2841F08847E5AFFA63205B69D41 /* RACEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEvent.m; path = ReactiveObjC/RACEvent.m; sourceTree = "<group>"; };
@ -1149,12 +1218,15 @@
AC6A13799578955A433D6CFA7DC5FA2A /* DDASLLogCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogCapture.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogCapture.h; sourceTree = "<group>"; };
AE24F07397CF7B0024F52E9D9C9AD5E1 /* FUCommonUIComponent-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FUCommonUIComponent-prefix.pch"; sourceTree = "<group>"; };
AE8B1DFA39224162330276FABD34C591 /* FBSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-prefix.pch"; sourceTree = "<group>"; };
AEA6CBD30F0ED1498534E928B1F968E9 /* Pods-SellyCloudSDK_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SellyCloudSDK_Example-umbrella.h"; sourceTree = "<group>"; };
AEC312215E2B536FE602A784B6D4C713 /* mz_strm_buf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_buf.h; path = SSZipArchive/minizip/mz_strm_buf.h; sourceTree = "<group>"; };
AF185DCD540102A92E31ED7B61E03594 /* SRProxyConnect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRProxyConnect.h; path = SocketRocket/Internal/Proxy/SRProxyConnect.h; sourceTree = "<group>"; };
AF1E189F858EE321A791CE675A65642E /* FUBeautyShapeModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FUBeautyShapeModel.h; sourceTree = "<group>"; };
AF2AD8321A640A13285887CBDCCB2B72 /* UISwitch+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISwitch+RACSignalSupport.m"; path = "ReactiveObjC/UISwitch+RACSignalSupport.m"; sourceTree = "<group>"; };
AF308D875A56292D36DF5A96059479C6 /* Pods-SellyCloudSDK_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SellyCloudSDK_Example-resources.sh"; sourceTree = "<group>"; };
AF3C21B5492143224549DB738CD58ED0 /* FUBeautyComponent.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FUBeautyComponent.release.xcconfig; sourceTree = "<group>"; };
AF41CCD08BFB25DE8DC446B8B09448E8 /* SSZipArchive.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.release.xcconfig; sourceTree = "<group>"; };
B0CE9F86CC4080B0E45AC5753E332138 /* Pods-SellyCloudSDK_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-SellyCloudSDK_Example.modulemap"; sourceTree = "<group>"; };
B0F9F196D827DBB8D53C920E299E98F6 /* UITextField+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextField+RACSignalSupport.h"; path = "ReactiveObjC/UITextField+RACSignalSupport.h"; sourceTree = "<group>"; };
B1A746C1D924A68AD292A507BA914DF9 /* RACSubscriptingAssignmentTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptingAssignmentTrampoline.h; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.h; sourceTree = "<group>"; };
B2141520C5FA52E6E916D6F0874BA324 /* YYModel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYModel-umbrella.h"; sourceTree = "<group>"; };
@ -1165,6 +1237,7 @@
B35CC072423A9E98B3E7C9C06443DF77 /* RACTestScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTestScheduler.h; path = ReactiveObjC/RACTestScheduler.h; sourceTree = "<group>"; };
B4E4D28D37BC7C731BE9D01C04E43290 /* SSZipArchive.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.debug.xcconfig; sourceTree = "<group>"; };
B5112AA46CA9737CC4382D344F9D2F05 /* MASConstraintMaker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraintMaker.m; path = Masonry/MASConstraintMaker.m; sourceTree = "<group>"; };
B53F6278BFBA69045B0E6DE8C9C1BBDD /* Pods-ScreenShareUploader-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ScreenShareUploader-umbrella.h"; sourceTree = "<group>"; };
B572B52C5FE31BBB8854BA9814860C4F /* tongue.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; path = tongue.bundle; sourceTree = "<group>"; };
B59BC34954B18991D1419EAACFDD382F /* ReactiveObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ReactiveObjC-Info.plist"; sourceTree = "<group>"; };
B67DC6AD14B73BA1AD0AC3AE3285EBC8 /* UISlider+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISlider+RACSignalSupport.h"; path = "ReactiveObjC/UISlider+RACSignalSupport.h"; sourceTree = "<group>"; };
@ -1177,10 +1250,12 @@
BA428B07AA94BE64E4A4C5FA6D859CE1 /* NSString+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSupport.m"; path = "ReactiveObjC/NSString+RACSupport.m"; sourceTree = "<group>"; };
BB186752AD31C1BBBCD6E24DF9894B05 /* mz_crypt_apple.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt_apple.c; path = SSZipArchive/minizip/mz_crypt_apple.c; sourceTree = "<group>"; };
BBA40DEAC48F27DC7433A3ECDE8BAC2D /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = "<group>"; };
BBC4FCDC22D6C4FB13B67B3F6ECBD1F3 /* Pods-ScreenShareUploader */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-ScreenShareUploader"; path = Pods_ScreenShareUploader.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BBF3C907BB548DD1552305E79C7836C3 /* Logboard */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Logboard; path = Logboard.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BC3B8B1BF4F55CD0364063B8101113F6 /* ai_face_processor.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; path = ai_face_processor.bundle; sourceTree = "<group>"; };
BC66C00FEB4E683A10AAC92F6E15297A /* UIBarButtonItem+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBarButtonItem+RACCommandSupport.m"; path = "ReactiveObjC/UIBarButtonItem+RACCommandSupport.m"; sourceTree = "<group>"; };
BC787E025B56EC414E9BBDA4362DFB3A /* DDFileLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDFileLogger.m; path = Sources/CocoaLumberjack/DDFileLogger.m; sourceTree = "<group>"; };
BCC33D614D5528F634006CDA4460A0FA /* Pods-SellyCloudSDK_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SellyCloudSDK_Tests-umbrella.h"; sourceTree = "<group>"; };
BDC7FE39E31C4878AF34186280F694C4 /* UIBarButtonItem+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+RACCommandSupport.h"; path = "ReactiveObjC/UIBarButtonItem+RACCommandSupport.h"; sourceTree = "<group>"; };
BDF320835995B2EAA97ADECC9A78EA9F /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = "<group>"; };
BEF538F35E6B432D9658F03880A7D985 /* DDFileLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDFileLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger.h; sourceTree = "<group>"; };
@ -1220,7 +1295,6 @@
CBF39DE6CF79FA41D1BD32352BBAA135 /* RACEagerSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEagerSequence.m; path = ReactiveObjC/RACEagerSequence.m; sourceTree = "<group>"; };
CBF3F178542DD57C35F98147002F7483 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = "<group>"; };
CC7C56AE48C36C98E0686A70FB76A4E7 /* NSEnumerator+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSEnumerator+RACSequenceAdditions.m"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.m"; sourceTree = "<group>"; };
CC8424472F359857D3E7A93220F323F0 /* Pods-SellyCloudSDK_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SellyCloudSDK_Tests-acknowledgements.markdown"; sourceTree = "<group>"; };
CCCC9D4BF8C1B783576F3D37C70DC0BC /* FUItemsView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FUItemsView.m; sourceTree = "<group>"; };
CD8D53A6C89875932AB1B8D0547B0206 /* Reachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
CD9DD04B0E11E227B285B417BCA9C0AE /* ReactiveObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.release.xcconfig; sourceTree = "<group>"; };
@ -1236,6 +1310,7 @@
D345FED257748E96B455911503053205 /* NSURLRequest+SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+SRWebSocket.h"; path = "SocketRocket/NSURLRequest+SRWebSocket.h"; sourceTree = "<group>"; };
D4C45C6ECA4421AA6D5A73ECAC8D72C2 /* SocketRocket-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SocketRocket-umbrella.h"; sourceTree = "<group>"; };
D4EC341CCFB914E6F136923B4EFBD131 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = "<group>"; };
D5F073C2CC5241278D240B864A6D0D54 /* Pods-SellyCloudSDK_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SellyCloudSDK_Example.release.xcconfig"; sourceTree = "<group>"; };
D6F61CACA6513AE4022087D3CF81D705 /* RACSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSequence.h; path = ReactiveObjC/RACSequence.h; sourceTree = "<group>"; };
D76B812FACECC7E1742287EE61D31EE2 /* FUBeautyComponent.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FUBeautyComponent.debug.xcconfig; sourceTree = "<group>"; };
D7B0982D71025A4844D374F27756F112 /* RACGroupedSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACGroupedSignal.m; path = ReactiveObjC/RACGroupedSignal.m; sourceTree = "<group>"; };
@ -1260,7 +1335,6 @@
E03CE750F057817A801868CA4488A004 /* LBLoggerAppender.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LBLoggerAppender.swift; path = Sources/Logboard/LBLoggerAppender.swift; sourceTree = "<group>"; };
E07DD870398DD95FC336B756C6769B14 /* NSData+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+RACSupport.m"; path = "ReactiveObjC/NSData+RACSupport.m"; sourceTree = "<group>"; };
E0A8E40F6D97F0BDC96AAF3F89A61669 /* RACKVOChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOChannel.h; path = ReactiveObjC/RACKVOChannel.h; sourceTree = "<group>"; };
E11BE4A25D2B471055E293731D786778 /* Pods-SellyCloudSDK_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SellyCloudSDK_Example-acknowledgements.plist"; sourceTree = "<group>"; };
E12F859AE6ABD9C7FFC3671C273167BE /* fuzzytoonfilter.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; path = fuzzytoonfilter.bundle; sourceTree = "<group>"; };
E240EC793CC82753B1D417018CD106AA /* UIImage+Snapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Snapshot.m"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.m"; sourceTree = "<group>"; };
E297561061A2FE0496EF8D86464C2C93 /* RACIndexSetSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACIndexSetSequence.m; path = ReactiveObjC/RACIndexSetSequence.m; sourceTree = "<group>"; };
@ -1300,8 +1374,10 @@
F16CF593B21A65F39CDACAF975DA144D /* FUItemCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = FUItemCell.m; sourceTree = "<group>"; };
F20DDB1D4A27599747D3149981BF7D3C /* NSObject+RACDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDescription.h"; path = "ReactiveObjC/NSObject+RACDescription.h"; sourceTree = "<group>"; };
F2538CA3D4AFF618DCC5DBDF783BAFAB /* SRLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRLog.h; path = SocketRocket/Internal/Utilities/SRLog.h; sourceTree = "<group>"; };
F2E94B170719087443703298307DA912 /* Pods-ScreenShareUploader-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ScreenShareUploader-acknowledgements.plist"; sourceTree = "<group>"; };
F2F51AE47CD9FACC7B603D178F1584B2 /* UIAlertView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIAlertView+RACSignalSupport.h"; path = "ReactiveObjC/UIAlertView+RACSignalSupport.h"; sourceTree = "<group>"; };
F3C46F99AE8B0A35483B2AF8F195AB53 /* RACMulticastConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACMulticastConnection.h; path = ReactiveObjC/RACMulticastConnection.h; sourceTree = "<group>"; };
F3FBCC71D5623451B7CAFB7DB629DA15 /* Pods-ScreenShareUploader.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ScreenShareUploader.modulemap"; sourceTree = "<group>"; };
F41CE0924C73B2B4A7C31A5A46ED9A90 /* Logboard-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Logboard-umbrella.h"; sourceTree = "<group>"; };
F45D384736497F5FBB5A5BAEAC05F562 /* mz_strm_mem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_mem.h; path = SSZipArchive/minizip/mz_strm_mem.h; sourceTree = "<group>"; };
F48EA706FBF3DD9EBC5058404F9279A8 /* RACEXTKeyPathCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTKeyPathCoding.h; path = ReactiveObjC/extobjc/RACEXTKeyPathCoding.h; sourceTree = "<group>"; };
@ -1311,7 +1387,6 @@
F7B021FD63864E46D88F4FBC03993062 /* ReactiveObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactiveObjC.h; path = ReactiveObjC/ReactiveObjC.h; sourceTree = "<group>"; };
F7F210DB19374E39A9E4F964AA09807A /* DDFileLogger+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Internal.h"; path = "Sources/CocoaLumberjack/DDFileLogger+Internal.h"; sourceTree = "<group>"; };
F9077B2D2686B22CF82E3C30FE17D168 /* RACSubscriptionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptionScheduler.h; path = ReactiveObjC/RACSubscriptionScheduler.h; sourceTree = "<group>"; };
FA1D95C0E73B71EA82D94A775B25AFB3 /* Pods-SellyCloudSDK_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SellyCloudSDK_Tests-acknowledgements.plist"; sourceTree = "<group>"; };
FA700AED8FBA969553857751118A4340 /* Reachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; };
FA937D1DD8F968886D6172F9BC98FA3D /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = "<group>"; };
FABBC4C896AD35AC636EF2634169E65C /* RACErrorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACErrorSignal.m; path = ReactiveObjC/RACErrorSignal.m; sourceTree = "<group>"; };
@ -1331,6 +1406,14 @@
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
0F0A7AA8ADEEA3211455BE5363F50507 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
7319F89E905FD6A0A3E29E3A5695E911 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
12A799DC8ABB2C283ADDDED4421A5EAB /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
@ -1895,6 +1978,22 @@
path = FUCommonUIComponent/FUInsetsLabel;
sourceTree = "<group>";
};
2C849132B1BE99EC76D81D8BAEB767B5 /* Pods-ScreenShareUploader */ = {
isa = PBXGroup;
children = (
F3FBCC71D5623451B7CAFB7DB629DA15 /* Pods-ScreenShareUploader.modulemap */,
A1BCD187EAD84A6CAB95E09C5854D3C5 /* Pods-ScreenShareUploader-acknowledgements.markdown */,
F2E94B170719087443703298307DA912 /* Pods-ScreenShareUploader-acknowledgements.plist */,
1FD4E2EBECC342E1BCDC6DAD2A6F0174 /* Pods-ScreenShareUploader-dummy.m */,
941674DFA7D9A622FAF9C70AB97DB0FD /* Pods-ScreenShareUploader-Info.plist */,
B53F6278BFBA69045B0E6DE8C9C1BBDD /* Pods-ScreenShareUploader-umbrella.h */,
3DADF203CA09FE21A3ECEB8586F83119 /* Pods-ScreenShareUploader.debug.xcconfig */,
7F584208E2A5C00B1E10FEBDA884EF29 /* Pods-ScreenShareUploader.release.xcconfig */,
);
name = "Pods-ScreenShareUploader";
path = "Target Support Files/Pods-ScreenShareUploader";
sourceTree = "<group>";
};
356D01D275A8D2D4500B4AFFEA38984B /* Support Files */ = {
isa = PBXGroup;
children = (
@ -1994,29 +2093,6 @@
path = SocketRocket;
sourceTree = "<group>";
};
451C9A4793D222F73B42AB5E08CB3414 /* Products */ = {
isa = PBXGroup;
children = (
A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking */,
C261436D14052AE3C35F240BCD155CAC /* CocoaLumberjack */,
5C4F31330DFA99D699E4BDC8C3573D73 /* FBSnapshotTestCase */,
501C7A622368B6ADA9B1A3EC39B5B666 /* FUBeautyComponent */,
8BA4E52E7B33816A8BC04FEB06F4FFCD /* FUCommonUIComponent */,
BBF3C907BB548DD1552305E79C7836C3 /* Logboard */,
1FFED36A657123030ABB700256D73F15 /* Masonry */,
8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD */,
4E94192F4581A7E9DBB514BA61BEE97E /* Pods-SellyCloudSDK_Example */,
7BA3D8BBB7472A1E9EEBD8C634856891 /* Pods-SellyCloudSDK_Tests */,
400FF55D0451E7A8F33A3D0D3E11C1B9 /* Reachability */,
DFC89BE171DE7E648C53797695D8A220 /* Reachability-Reachability_Privacy */,
9621C6383F5733C35183B2DE886C7EC6 /* ReactiveObjC */,
85A01882ED06DFEA2E0CE78BCDB204A7 /* SocketRocket */,
91B23470DEB9A986332BEB5034234BC7 /* SSZipArchive */,
E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel */,
);
name = Products;
sourceTree = "<group>";
};
4A7B2D559C9BF72196E10B29A6AE1645 /* Support Files */ = {
isa = PBXGroup;
children = (
@ -2174,6 +2250,23 @@
path = "../../Pods/Target Support Files/FUBeautyComponent";
sourceTree = "<group>";
};
7272423AA8A29C3BE15EC8C099F053F1 /* Pods-SellyCloudSDK_Tests */ = {
isa = PBXGroup;
children = (
025E1BB3FD4A62915ADAD57D9B9A7470 /* Pods-SellyCloudSDK_Tests.modulemap */,
267577699102EFE2518803FB9F72ADEA /* Pods-SellyCloudSDK_Tests-acknowledgements.markdown */,
3EA791DD2EBA01D152CB3719837B390D /* Pods-SellyCloudSDK_Tests-acknowledgements.plist */,
437598988F5E20ED3500872FDFA442BD /* Pods-SellyCloudSDK_Tests-dummy.m */,
7132389A4126C08F3B5898111469E496 /* Pods-SellyCloudSDK_Tests-frameworks.sh */,
7E73E28C47C099874F6F47858D2CFC91 /* Pods-SellyCloudSDK_Tests-Info.plist */,
BCC33D614D5528F634006CDA4460A0FA /* Pods-SellyCloudSDK_Tests-umbrella.h */,
A04730ED0C1AA32CA7055008B63CE23A /* Pods-SellyCloudSDK_Tests.debug.xcconfig */,
60AACE39BD1781EADEC3BEEEB972B124 /* Pods-SellyCloudSDK_Tests.release.xcconfig */,
);
name = "Pods-SellyCloudSDK_Tests";
path = "Target Support Files/Pods-SellyCloudSDK_Tests";
sourceTree = "<group>";
};
7A3E537A1DABA30C2CC705C5B3632F79 /* FUSlider */ = {
isa = PBXGroup;
children = (
@ -2381,23 +2474,6 @@
path = "Example/Pods/Target Support Files/SellyCloudSDK";
sourceTree = "<group>";
};
A45FD8FC41E1F3EA3E202E934BC1524D /* Pods-SellyCloudSDK_Tests */ = {
isa = PBXGroup;
children = (
09AC7C6044A815EA0101C82F6262D25E /* Pods-SellyCloudSDK_Tests.modulemap */,
CC8424472F359857D3E7A93220F323F0 /* Pods-SellyCloudSDK_Tests-acknowledgements.markdown */,
FA1D95C0E73B71EA82D94A775B25AFB3 /* Pods-SellyCloudSDK_Tests-acknowledgements.plist */,
356A514C51D42C3B9294FA06F808796B /* Pods-SellyCloudSDK_Tests-dummy.m */,
9F3A75E054045090F0FC883C96DBFEAE /* Pods-SellyCloudSDK_Tests-frameworks.sh */,
20BAD41F3F0357903B0B1F41A481E53B /* Pods-SellyCloudSDK_Tests-Info.plist */,
48A96CB2196DFFA89F2D3B9FB3D1827F /* Pods-SellyCloudSDK_Tests-umbrella.h */,
610A1C3961F1947C510DBD858A69BC4E /* Pods-SellyCloudSDK_Tests.debug.xcconfig */,
92B34AF7D98447C6B6311929A86AC8EE /* Pods-SellyCloudSDK_Tests.release.xcconfig */,
);
name = "Pods-SellyCloudSDK_Tests";
path = "Target Support Files/Pods-SellyCloudSDK_Tests";
sourceTree = "<group>";
};
A7650E8BC1933142741F202880A2873B /* FUCommonUIComponent */ = {
isa = PBXGroup;
children = (
@ -2444,24 +2520,6 @@
path = "../Target Support Files/Logboard";
sourceTree = "<group>";
};
BF254B5D5121BE7A1B664F70D3DC0433 /* Pods-SellyCloudSDK_Example */ = {
isa = PBXGroup;
children = (
A831EBE457372F41AB08A9AFC4E4AF1E /* Pods-SellyCloudSDK_Example.modulemap */,
2C8F624BBE5071A4B17BF0AB665F8444 /* Pods-SellyCloudSDK_Example-acknowledgements.markdown */,
E11BE4A25D2B471055E293731D786778 /* Pods-SellyCloudSDK_Example-acknowledgements.plist */,
7206FD844C844E06565245DEB83B7DA8 /* Pods-SellyCloudSDK_Example-dummy.m */,
5BDF5FF8AE72A7FC419D6AEBC2C5D1D7 /* Pods-SellyCloudSDK_Example-frameworks.sh */,
4DC22791BE0E6CC9E295FB376FAB1F40 /* Pods-SellyCloudSDK_Example-Info.plist */,
48F7D4BCB14242295F12C3FA8EF6EA58 /* Pods-SellyCloudSDK_Example-resources.sh */,
8DA6084B46BDC4ECD273C21AE257FA95 /* Pods-SellyCloudSDK_Example-umbrella.h */,
049ADD5E235D667D6C3BF81AFDC10C77 /* Pods-SellyCloudSDK_Example.debug.xcconfig */,
60DB045DF64DEA56A9E18D343FF70990 /* Pods-SellyCloudSDK_Example.release.xcconfig */,
);
name = "Pods-SellyCloudSDK_Example";
path = "Target Support Files/Pods-SellyCloudSDK_Example";
sourceTree = "<group>";
};
C11FB5662ECE21D8768091BFEB4544DD /* Pod */ = {
isa = PBXGroup;
children = (
@ -2472,15 +2530,6 @@
name = Pod;
sourceTree = "<group>";
};
C23489911C9AFF912A77A861554383D4 /* Targets Support Files */ = {
isa = PBXGroup;
children = (
BF254B5D5121BE7A1B664F70D3DC0433 /* Pods-SellyCloudSDK_Example */,
A45FD8FC41E1F3EA3E202E934BC1524D /* Pods-SellyCloudSDK_Tests */,
);
name = "Targets Support Files";
sourceTree = "<group>";
};
C6EDE0ACB738B451C325B6CC4A717AE0 /* Support Files */ = {
isa = PBXGroup;
children = (
@ -2518,8 +2567,8 @@
90165C5ACE847563030068C84FF60B24 /* Development Pods */,
0656CE04288357F0748AB498835BA03E /* Frameworks */,
0EFFBAA85F51F40E8A2A64277EECE04A /* Pods */,
451C9A4793D222F73B42AB5E08CB3414 /* Products */,
C23489911C9AFF912A77A861554383D4 /* Targets Support Files */,
D50F7E4A61F9DEC46DD81BDB7A99D35D /* Products */,
FBEAE2820524A577DDEB40C86203915B /* Targets Support Files */,
);
sourceTree = "<group>";
};
@ -2533,6 +2582,30 @@
path = FUCommonUIComponent/FUSegmentBar;
sourceTree = "<group>";
};
D50F7E4A61F9DEC46DD81BDB7A99D35D /* Products */ = {
isa = PBXGroup;
children = (
A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking */,
C261436D14052AE3C35F240BCD155CAC /* CocoaLumberjack */,
5C4F31330DFA99D699E4BDC8C3573D73 /* FBSnapshotTestCase */,
501C7A622368B6ADA9B1A3EC39B5B666 /* FUBeautyComponent */,
8BA4E52E7B33816A8BC04FEB06F4FFCD /* FUCommonUIComponent */,
BBF3C907BB548DD1552305E79C7836C3 /* Logboard */,
1FFED36A657123030ABB700256D73F15 /* Masonry */,
8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD */,
BBC4FCDC22D6C4FB13B67B3F6ECBD1F3 /* Pods-ScreenShareUploader */,
4E94192F4581A7E9DBB514BA61BEE97E /* Pods-SellyCloudSDK_Example */,
7BA3D8BBB7472A1E9EEBD8C634856891 /* Pods-SellyCloudSDK_Tests */,
400FF55D0451E7A8F33A3D0D3E11C1B9 /* Reachability */,
DFC89BE171DE7E648C53797695D8A220 /* Reachability-Reachability_Privacy */,
9621C6383F5733C35183B2DE886C7EC6 /* ReactiveObjC */,
85A01882ED06DFEA2E0CE78BCDB204A7 /* SocketRocket */,
91B23470DEB9A986332BEB5034234BC7 /* SSZipArchive */,
E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel */,
);
name = Products;
sourceTree = "<group>";
};
DB09C169254E14C4A7BEFD523E290B94 /* Frameworks */ = {
isa = PBXGroup;
children = (
@ -2584,6 +2657,24 @@
path = FURenderKit/Assets/Resources/graphics;
sourceTree = "<group>";
};
E36916AAA07191191B561A04C9C1D0C6 /* Pods-SellyCloudSDK_Example */ = {
isa = PBXGroup;
children = (
B0CE9F86CC4080B0E45AC5753E332138 /* Pods-SellyCloudSDK_Example.modulemap */,
2E3B5B591B947CDA0A518D552CF27A39 /* Pods-SellyCloudSDK_Example-acknowledgements.markdown */,
A5BAD4A02450D5A64162E4888AD305BF /* Pods-SellyCloudSDK_Example-acknowledgements.plist */,
A46385AD0D8860F99F25EA12CACF9ABB /* Pods-SellyCloudSDK_Example-dummy.m */,
6972386AE651F2E4ADBBFE015BECBB3D /* Pods-SellyCloudSDK_Example-frameworks.sh */,
43495111DCBD004A3927AE89CD387075 /* Pods-SellyCloudSDK_Example-Info.plist */,
AF308D875A56292D36DF5A96059479C6 /* Pods-SellyCloudSDK_Example-resources.sh */,
AEA6CBD30F0ED1498534E928B1F968E9 /* Pods-SellyCloudSDK_Example-umbrella.h */,
541A1FF288135205B8DCB3AF52E52E7E /* Pods-SellyCloudSDK_Example.debug.xcconfig */,
D5F073C2CC5241278D240B864A6D0D54 /* Pods-SellyCloudSDK_Example.release.xcconfig */,
);
name = "Pods-SellyCloudSDK_Example";
path = "Target Support Files/Pods-SellyCloudSDK_Example";
sourceTree = "<group>";
};
E7AD272B98E2EEC3F5B41340E6C1B5CB /* Support Files */ = {
isa = PBXGroup;
children = (
@ -2630,6 +2721,16 @@
path = YYModel;
sourceTree = "<group>";
};
FBEAE2820524A577DDEB40C86203915B /* Targets Support Files */ = {
isa = PBXGroup;
children = (
2C849132B1BE99EC76D81D8BAEB767B5 /* Pods-ScreenShareUploader */,
E36916AAA07191191B561A04C9C1D0C6 /* Pods-SellyCloudSDK_Example */,
7272423AA8A29C3BE15EC8C099F053F1 /* Pods-SellyCloudSDK_Tests */,
);
name = "Targets Support Files";
sourceTree = "<group>";
};
FC4A3EA3B25AFF82A0BBBF889686C7EC /* FUSquareButton */ = {
isa = PBXGroup;
children = (
@ -2930,6 +3031,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
A8EA0218B75B303CCAC9B1BDD4EDBE15 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
12802E92E6040BDF5F4248D3809E8903 /* Pods-ScreenShareUploader-umbrella.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B158E3E58AE09268B4D63F0E28AC23EE /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
@ -3108,7 +3217,7 @@
);
dependencies = (
3F7D4CBECC769E04E67DF111BDD3E9B0 /* PBXTargetDependency */,
2511B9CC1E084C0BF984A90CA680BB6F /* PBXTargetDependency */,
E6E1C5D746A5C11E4DDCD35D55547A32 /* PBXTargetDependency */,
);
name = "Pods-SellyCloudSDK_Tests";
productName = Pods_SellyCloudSDK_Tests;
@ -3151,6 +3260,33 @@
productReference = E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel */;
productType = "com.apple.product-type.framework";
};
84D722EC430D0A20208F24B331E23BFC /* Pods-ScreenShareUploader */ = {
isa = PBXNativeTarget;
buildConfigurationList = 256C38E41E3F6399B1D21F302DD0E96B /* Build configuration list for PBXNativeTarget "Pods-ScreenShareUploader" */;
buildPhases = (
A8EA0218B75B303CCAC9B1BDD4EDBE15 /* Headers */,
6A025ED598D91CE46119834690EF5FD8 /* Sources */,
0F0A7AA8ADEEA3211455BE5363F50507 /* Frameworks */,
60E3F7093B025B71F9625277B8FCBEB8 /* Resources */,
);
buildRules = (
);
dependencies = (
B54CA1EF1C9B53C73133B25352B27F2E /* PBXTargetDependency */,
1826797320E425EC6D709BA2EC5F4849 /* PBXTargetDependency */,
1F53CF2153E328E1C3D353BA71993F83 /* PBXTargetDependency */,
3D9909BDB7E1FD5BD0D2A5BF6C7304DC /* PBXTargetDependency */,
DC6AA02FFC48C961D729AC1E7AD65D0C /* PBXTargetDependency */,
C3723A36EA4026CDDFE27EF256324CC4 /* PBXTargetDependency */,
6C829E3282E36BFF9B6B6A1154B82378 /* PBXTargetDependency */,
48DC69292E7F762249ABDBD85F4C941B /* PBXTargetDependency */,
F0E757E4B295A9C79FB0AA43AABE733A /* PBXTargetDependency */,
);
name = "Pods-ScreenShareUploader";
productName = Pods_ScreenShareUploader;
productReference = BBC4FCDC22D6C4FB13B67B3F6ECBD1F3 /* Pods-ScreenShareUploader */;
productType = "com.apple.product-type.framework";
};
98A98149697C80CEF8D5772791E92E66 /* FBSnapshotTestCase */ = {
isa = PBXNativeTarget;
buildConfigurationList = 2AC516C05B9400D8A84F4CE51D02E9A3 /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */;
@ -3331,7 +3467,7 @@
mainGroup = CF1408CF629C7361332E53B88F7BD30C;
minimizedProjectReferenceProxies = 0;
preferredProjectObjectVersion = 77;
productRefGroup = 451C9A4793D222F73B42AB5E08CB3414 /* Products */;
productRefGroup = D50F7E4A61F9DEC46DD81BDB7A99D35D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
@ -3344,6 +3480,7 @@
B741752CADA2D523808EEA4844EE6697 /* Logboard */,
55AF53E6C77A10ED4985E04D74A8878E /* Masonry */,
82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */,
84D722EC430D0A20208F24B331E23BFC /* Pods-ScreenShareUploader */,
AE9E27C343EB60FF2F6CCF8C91E5814E /* Pods-SellyCloudSDK_Example */,
7F119376F5D076C5D8D54021DF7B16D6 /* Pods-SellyCloudSDK_Tests */,
CAA047C0F5E4106F3904E8497FA17F97 /* Reachability */,
@ -3380,6 +3517,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
60E3F7093B025B71F9625277B8FCBEB8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
68B18CAE9D89E3559204AEEBF86D5F3B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
@ -3662,6 +3806,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
6A025ED598D91CE46119834690EF5FD8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F24BA7BF97E54B1402F657177915825E /* Pods-ScreenShareUploader-dummy.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
6FC94A2E975045016FAD36B3D1B9CFDE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
@ -3821,11 +3973,17 @@
target = CAA047C0F5E4106F3904E8497FA17F97 /* Reachability */;
targetProxy = F7D274553CAEACC6A72909065636FDA7 /* PBXContainerItemProxy */;
};
2511B9CC1E084C0BF984A90CA680BB6F /* PBXTargetDependency */ = {
1826797320E425EC6D709BA2EC5F4849 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Pods-SellyCloudSDK_Example";
target = AE9E27C343EB60FF2F6CCF8C91E5814E /* Pods-SellyCloudSDK_Example */;
targetProxy = 45D5166B53FFA14EE28C64A22E85B2F8 /* PBXContainerItemProxy */;
name = CocoaLumberjack;
target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */;
targetProxy = 750E238C938F31A4DBF7018F1F172685 /* PBXContainerItemProxy */;
};
1F53CF2153E328E1C3D353BA71993F83 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = Logboard;
target = B741752CADA2D523808EEA4844EE6697 /* Logboard */;
targetProxy = 968F9EC116A41143A9D21BF55D46F5F8 /* PBXContainerItemProxy */;
};
27420BEF78B764BB375151EA6149D2C8 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
@ -3851,6 +4009,12 @@
target = B741752CADA2D523808EEA4844EE6697 /* Logboard */;
targetProxy = EC5E5406DECC73D0517E8FA689C99AFC /* PBXContainerItemProxy */;
};
3D9909BDB7E1FD5BD0D2A5BF6C7304DC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = Reachability;
target = CAA047C0F5E4106F3904E8497FA17F97 /* Reachability */;
targetProxy = 32F40B443DD815D23169554547EA99CE /* PBXContainerItemProxy */;
};
3F7D4CBECC769E04E67DF111BDD3E9B0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = FBSnapshotTestCase;
@ -3863,6 +4027,12 @@
target = B741752CADA2D523808EEA4844EE6697 /* Logboard */;
targetProxy = 1322D7A6288E2A5524557501C525A3CA /* PBXContainerItemProxy */;
};
48DC69292E7F762249ABDBD85F4C941B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = SocketRocket;
target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */;
targetProxy = 612FAEE9BE147142CD056E9F898D9B11 /* PBXContainerItemProxy */;
};
4CE3E8F9B4439FBDFB2F951AC6DDBE11 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = SSZipArchive;
@ -3875,6 +4045,12 @@
target = 1B6A8D8E08D78A286FC794DD54527770 /* FUCommonUIComponent */;
targetProxy = F70AE6E02E407AFA5E3B8CFB65A91C94 /* PBXContainerItemProxy */;
};
6C829E3282E36BFF9B6B6A1154B82378 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = SellyCloudSDK;
target = 8EB0F72A2E712F6CC962F6BA27CB7BD8 /* SellyCloudSDK */;
targetProxy = 051492DACDE5AB4A0B5A658A43B2F541 /* PBXContainerItemProxy */;
};
7495ED820ADEED7C01EFCD799E934C7C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = SocketRocket;
@ -3923,12 +4099,24 @@
target = D2787856C227A709315E3C9C4355A440 /* Reachability-Reachability_Privacy */;
targetProxy = 9615B07425CF7AAF94AE76818C2637D6 /* PBXContainerItemProxy */;
};
B54CA1EF1C9B53C73133B25352B27F2E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = AFNetworking;
target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */;
targetProxy = D3EDD088734C726E9E68A57F24509543 /* PBXContainerItemProxy */;
};
BBFF77FE653EDF33944AE45D7C857A57 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = AFNetworking;
target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */;
targetProxy = FFE3EC14A8E38E6705F5300E7ECD2653 /* PBXContainerItemProxy */;
};
C3723A36EA4026CDDFE27EF256324CC4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = SSZipArchive;
target = F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */;
targetProxy = 84E4B5B3540EFA50836DBD5DFADB448C /* PBXContainerItemProxy */;
};
C52E1EE2D6D4C97034A5E46626F63420 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = FURenderKit;
@ -3941,6 +4129,12 @@
target = 7396CCEA2B062951F0F31B5654854F80 /* FURenderKit */;
targetProxy = 632B022F3FDEF04A46DCFFD9985E4DAF /* PBXContainerItemProxy */;
};
DC6AA02FFC48C961D729AC1E7AD65D0C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = ReactiveObjC;
target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */;
targetProxy = 7697531817B4EDF9E787F13C148B33EA /* PBXContainerItemProxy */;
};
DCB257229620236D1BEC52E318C3A94A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = CocoaLumberjack;
@ -3965,6 +4159,18 @@
target = 8EB0F72A2E712F6CC962F6BA27CB7BD8 /* SellyCloudSDK */;
targetProxy = E1C36353F7C60E04FF2FF56F7A9E5F47 /* PBXContainerItemProxy */;
};
E6E1C5D746A5C11E4DDCD35D55547A32 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Pods-SellyCloudSDK_Example";
target = AE9E27C343EB60FF2F6CCF8C91E5814E /* Pods-SellyCloudSDK_Example */;
targetProxy = 565E790CE8DEB3E3FA450F22C1AC9C11 /* PBXContainerItemProxy */;
};
F0E757E4B295A9C79FB0AA43AABE733A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = YYModel;
target = 84B44807A12996D487A4A591A481D6A0 /* YYModel */;
targetProxy = 2D408946F299EE827B0524F86A61B978 /* PBXContainerItemProxy */;
};
F5760F1678FF38DEDAEADEBE81AB86D4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = YYModel;
@ -4282,7 +4488,7 @@
};
489D85A2B0F7E1072C65B1B938ADD6F8 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 92B34AF7D98447C6B6311929A86AC8EE /* Pods-SellyCloudSDK_Tests.release.xcconfig */;
baseConfigurationReference = 60AACE39BD1781EADEC3BEEEB972B124 /* Pods-SellyCloudSDK_Tests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
@ -4390,7 +4596,7 @@
};
682032196E377950335BE99C96E33988 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 60DB045DF64DEA56A9E18D343FF70990 /* Pods-SellyCloudSDK_Example.release.xcconfig */;
baseConfigurationReference = D5F073C2CC5241278D240B864A6D0D54 /* Pods-SellyCloudSDK_Example.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
@ -5013,9 +5219,45 @@
};
name = Release;
};
C38827A1A4396927FF3D3F34892EFAE7 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3DADF203CA09FE21A3ECEB8586F83119 /* Pods-ScreenShareUploader.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_WEAK = NO;
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = NO;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = "Target Support Files/Pods-ScreenShareUploader/Pods-ScreenShareUploader-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-ScreenShareUploader/Pods-ScreenShareUploader.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
C45D131E2EC442979FA4937FC64083DD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 610A1C3961F1947C510DBD858A69BC4E /* Pods-SellyCloudSDK_Tests.debug.xcconfig */;
baseConfigurationReference = A04730ED0C1AA32CA7055008B63CE23A /* Pods-SellyCloudSDK_Tests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
@ -5085,6 +5327,43 @@
};
name = Release;
};
C80AFF969052CA81755E1272B9276115 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7F584208E2A5C00B1E10FEBDA884EF29 /* Pods-ScreenShareUploader.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_WEAK = NO;
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = NO;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = "Target Support Files/Pods-ScreenShareUploader/Pods-ScreenShareUploader-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-ScreenShareUploader/Pods-ScreenShareUploader.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
CD579C0995F39A1DE1A8FC355BC176BA /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0D1ADB06DFF36C62CDA292942AF8A051 /* Masonry.release.xcconfig */;
@ -5123,7 +5402,7 @@
};
E213A06C29FACE3FE2F1EBFAB793388E /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 049ADD5E235D667D6C3BF81AFDC10C77 /* Pods-SellyCloudSDK_Example.debug.xcconfig */;
baseConfigurationReference = 541A1FF288135205B8DCB3AF52E52E7E /* Pods-SellyCloudSDK_Example.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
@ -5295,6 +5574,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
256C38E41E3F6399B1D21F302DD0E96B /* Build configuration list for PBXNativeTarget "Pods-ScreenShareUploader" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C38827A1A4396927FF3D3F34892EFAE7 /* Debug */,
C80AFF969052CA81755E1272B9276115 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2AC516C05B9400D8A84F4CE51D02E9A3 /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */ = {
isa = XCConfigurationList;
buildConfigurations = (

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1600"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "84D722EC430D0A20208F24B331E23BFC"
BuildableName = "Pods_ScreenShareUploader.framework"
BlueprintName = "Pods-ScreenShareUploader"
ReferencedContainer = "container:Pods.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@ -8,91 +8,134 @@
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>1</integer>
</dict>
<key>CocoaLumberjack.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>2</integer>
</dict>
<key>FBSnapshotTestCase.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>3</integer>
</dict>
<key>FUBeautyComponent.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>4</integer>
</dict>
<key>FUCommonUIComponent.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>5</integer>
</dict>
<key>FURenderKit.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>6</integer>
</dict>
<key>Logboard.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>7</integer>
</dict>
<key>MBProgressHUD.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>9</integer>
</dict>
<key>Masonry.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>8</integer>
</dict>
<key>Pods-ScreenShareUploader.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>10</integer>
</dict>
<key>Pods-SellyCloudSDK_Example.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>11</integer>
</dict>
<key>Pods-SellyCloudSDK_Tests.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>12</integer>
</dict>
<key>Reachability-Reachability_Privacy.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>14</integer>
</dict>
<key>Reachability.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>13</integer>
</dict>
<key>ReactiveObjC.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>15</integer>
</dict>
<key>SSZipArchive.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>18</integer>
</dict>
<key>SellyCloudSDK.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>16</integer>
</dict>
<key>SocketRocket.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>17</integer>
</dict>
<key>YYModel.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>19</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Logboard
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Logboard
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>${PODS_DEVELOPMENT_LANGUAGE}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

View File

@ -0,0 +1,220 @@
# Acknowledgements
This application makes use of the following third party libraries:
## AFNetworking
Copyright (c) 2011-2020 Alamofire Software Foundation (http://alamofire.org/)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
## CocoaLumberjack
BSD 3-Clause License
Copyright (c) 2010-2021, Deusty, LLC
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of Deusty nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission of Deusty, LLC.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
## Logboard
BSD 3-Clause License
Copyright (c) 2017, shogo4405
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
## Reachability
Copyright (c) 2011, Tony Million.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
## ReactiveObjC
**Copyright (c) 2012 - 2016, GitHub, Inc.**
**All rights reserved.**
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
## SSZipArchive
Copyright (c) 2013-2021, ZipArchive, https://github.com/ZipArchive
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
## SellyCloudSDK
Copyright (c) 2025 Caleb <liaoqiang1123@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
## SocketRocket
BSD License
For SocketRocket software
Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name Facebook nor the names of its contributors may be used to
endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
## YYModel
The MIT License (MIT)
Copyright (c) 2015 ibireme <ibireme@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Generated by CocoaPods - https://cocoapods.org

View File

@ -0,0 +1,300 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PreferenceSpecifiers</key>
<array>
<dict>
<key>FooterText</key>
<string>This application makes use of the following third party libraries:</string>
<key>Title</key>
<string>Acknowledgements</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>FooterText</key>
<string>Copyright (c) 2011-2020 Alamofire Software Foundation (http://alamofire.org/)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
</string>
<key>License</key>
<string>MIT</string>
<key>Title</key>
<string>AFNetworking</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>FooterText</key>
<string>BSD 3-Clause License
Copyright (c) 2010-2021, Deusty, LLC
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of Deusty nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission of Deusty, LLC.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</string>
<key>License</key>
<string>BSD</string>
<key>Title</key>
<string>CocoaLumberjack</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>FooterText</key>
<string>BSD 3-Clause License
Copyright (c) 2017, shogo4405
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</string>
<key>License</key>
<string>New BSD</string>
<key>Title</key>
<string>Logboard</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>FooterText</key>
<string>Copyright (c) 2011, Tony Million.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</string>
<key>License</key>
<string>BSD</string>
<key>Title</key>
<string>Reachability</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>FooterText</key>
<string>**Copyright (c) 2012 - 2016, GitHub, Inc.**
**All rights reserved.**
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</string>
<key>License</key>
<string>MIT</string>
<key>Title</key>
<string>ReactiveObjC</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>FooterText</key>
<string>Copyright (c) 2013-2021, ZipArchive, https://github.com/ZipArchive
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</string>
<key>License</key>
<string>MIT</string>
<key>Title</key>
<string>SSZipArchive</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>FooterText</key>
<string>Copyright (c) 2025 Caleb &lt;liaoqiang1123@gmail.com&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
</string>
<key>License</key>
<string>MIT</string>
<key>Title</key>
<string>SellyCloudSDK</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>FooterText</key>
<string>BSD License
For SocketRocket software
Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name Facebook nor the names of its contributors may be used to
endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>
<key>License</key>
<string>BSD</string>
<key>Title</key>
<string>SocketRocket</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>FooterText</key>
<string>The MIT License (MIT)
Copyright (c) 2015 ibireme &lt;ibireme@gmail.com&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</string>
<key>License</key>
<string>MIT</string>
<key>Title</key>
<string>YYModel</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>FooterText</key>
<string>Generated by CocoaPods - https://cocoapods.org</string>
<key>Title</key>
<string></string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
</array>
<key>StringsTable</key>
<string>Acknowledgements</string>
<key>Title</key>
<string>Acknowledgements</string>
</dict>
</plist>

View File

@ -0,0 +1,5 @@
#import <Foundation/Foundation.h>
@interface PodsDummy_Pods_ScreenShareUploader : NSObject
@end
@implementation PodsDummy_Pods_ScreenShareUploader
@end

View File

@ -0,0 +1,16 @@
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double Pods_ScreenShareUploaderVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_ScreenShareUploaderVersionString[];

View File

@ -0,0 +1,16 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/Logboard" "${PODS_CONFIGURATION_BUILD_DIR}/Reachability" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_ROOT}/../../SellyCloudSDK/sdk"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Logboard/Logboard.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Reachability/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket/SocketRocket.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers"
LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks'
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
OTHER_LDFLAGS = $(inherited) -l"iconv" -l"icucore" -l"z" -framework "AFNetworking" -framework "CFNetwork" -framework "CocoaLumberjack" -framework "CoreFoundation" -framework "Foundation" -framework "Logboard" -framework "Reachability" -framework "ReactiveObjC" -framework "SSZipArchive" -framework "Security" -framework "SellyCloudSDK" -framework "SocketRocket" -framework "SystemConfiguration" -framework "YYModel"
OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "-F${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "-F${PODS_CONFIGURATION_BUILD_DIR}/Logboard" "-F${PODS_CONFIGURATION_BUILD_DIR}/Reachability" "-F${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "-F${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "-F${PODS_CONFIGURATION_BUILD_DIR}/SellyCloudSDK" "-F${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYModel"
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
PODS_ROOT = ${SRCROOT}/Pods
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES

View File

@ -0,0 +1,6 @@
framework module Pods_ScreenShareUploader {
umbrella header "Pods-ScreenShareUploader-umbrella.h"
export *
module * { export * }
}

View File

@ -0,0 +1,16 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/Logboard" "${PODS_CONFIGURATION_BUILD_DIR}/Reachability" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_ROOT}/../../SellyCloudSDK/sdk"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Logboard/Logboard.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Reachability/Reachability.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket/SocketRocket.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers"
LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks'
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
OTHER_LDFLAGS = $(inherited) -l"iconv" -l"icucore" -l"z" -framework "AFNetworking" -framework "CFNetwork" -framework "CocoaLumberjack" -framework "CoreFoundation" -framework "Foundation" -framework "Logboard" -framework "Reachability" -framework "ReactiveObjC" -framework "SSZipArchive" -framework "Security" -framework "SellyCloudSDK" -framework "SocketRocket" -framework "SystemConfiguration" -framework "YYModel"
OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "-F${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "-F${PODS_CONFIGURATION_BUILD_DIR}/Logboard" "-F${PODS_CONFIGURATION_BUILD_DIR}/Reachability" "-F${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "-F${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "-F${PODS_CONFIGURATION_BUILD_DIR}/SellyCloudSDK" "-F${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYModel"
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
PODS_ROOT = ${SRCROOT}/Pods
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Reachability
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Reachability
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive
DEFINES_MODULE = YES

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive
DEFINES_MODULE = YES

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES
CLANG_CXX_LANGUAGE_STANDARD = c++17
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES
CLANG_CXX_LANGUAGE_STANDARD = c++17
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SocketRocket
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/YYModel
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -1,3 +1,4 @@
APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/YYModel
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.broadcast-services-upload</string>
<key>NSExtensionPrincipalClass</key>
<string>SampleHandler</string>
<key>RPBroadcastProcessMode</key>
<string>RPBroadcastProcessModeSampleBuffer</string>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,14 @@
//
// SampleHandler.h
// ScreenShareUploader
//
// Created by Caleb on 12/8/25.
// Copyright © 2025 Caleb. All rights reserved.
//
#import <ReplayKit/ReplayKit.h>
#import <SellyCloudSDK/SellyCloudManager.h>
@interface SampleHandler : SellyRTCReplayKitHandler
@end

View File

@ -0,0 +1,68 @@
//
// SampleHandler.m
// ScreenShareUploader
//
// Created by Caleb on 12/8/25.
//
#import "SampleHandler.h"
#import <ReplayKit/ReplayKit.h>
#import <SellyCloudSDK/SellyCloudManager.h>
#define kSellyRTCMessagePortName CFSTR("com.sellycloud.screenshare.port")
@interface SampleHandler ()
@end
@implementation SampleHandler
#pragma mark - Broadcast lifecycle
- (void)broadcastStartedWithSetupInfo:(NSDictionary<NSString *,NSObject *> *)setupInfo {
// User has requested to start the broadcast. Setup info from the UI extension can be supplied but optional.
[super broadcastStartedWithSetupInfo:setupInfo];
}
- (void)broadcastPaused {
// User has requested to pause the broadcast. Samples will stop being delivered.
NSLog(@"broadcastPaused");
[super broadcastPaused];
}
- (void)broadcastResumed {
// User has requested to resume the broadcast. Samples delivery will resume.
NSLog(@"broadcastResumed");
[super broadcastResumed];
}
- (void)broadcastFinished {
// User has requested to finish the broadcast.
NSLog(@"broadcastFinished");
[super broadcastFinished];
}
- (void)processSampleBuffer:(CMSampleBufferRef)sampleBuffer withType:(RPSampleBufferType)sampleBufferType {
[super processSampleBuffer:sampleBuffer withType:sampleBufferType];
}
#pragma mark - Sample Buffer Handling
/// ReplayKit
//- (void)processSampleBuffer:(CMSampleBufferRef)sampleBuffer
// withType:(RPSampleBufferType)sampleBufferType {
//
// if (sampleBufferType != RPSampleBufferTypeVideo) {
// return; // SellyRTC
// }
//
// CVPixelBufferRef pixelBuffer = CMSampleBufferGetImageBuffer(sampleBuffer);
// if (!pixelBuffer) return;
//
// // Retain App 使
// CVPixelBufferRetain(pixelBuffer);
//
//
//}
@end

View File

@ -31,6 +31,8 @@
3C8AC1F22EB85E4E000A58F1 /* SellyVideoCallViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C8AC1F02EB85E4E000A58F1 /* SellyVideoCallViewController.xib */; };
3C8AC2182EBC57B7000A58F1 /* call.caf in Resources */ = {isa = PBXBuildFile; fileRef = 3C8AC2172EBC57B7000A58F1 /* call.caf */; };
3CADD1172ECEECFC00DEC6E1 /* TokenGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CADD1162ECEECFC00DEC6E1 /* TokenGenerator.m */; };
3CC7287B2EEC1278000027B2 /* ReplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CC7287A2EEC1278000027B2 /* ReplayKit.framework */; };
3CC728832EEC1278000027B2 /* ScreenShareUploader.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 3CC728792EEC1278000027B2 /* ScreenShareUploader.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
3CD712CE2E79017F000E7A63 /* SCVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CD712CD2E79017F000E7A63 /* SCVideoPlayerViewController.m */; };
3CE254432EAB1223005D42B6 /* CrashHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CE254422EAB1223005D42B6 /* CrashHandler.m */; };
3CE254462EB0B0A2005D42B6 /* UIView+SellyCloud.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CE254452EB0B0A2005D42B6 /* UIView+SellyCloud.m */; };
@ -49,11 +51,19 @@
6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };
71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
AE07163F5B9272E10785018A /* Pods_ScreenShareUploader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8F130328160BEDB84169D32E /* Pods_ScreenShareUploader.framework */; };
B7227D7335B6FBB9CFDFE9A1 /* Pods_SellyCloudSDK_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C4B190F32F835654C4389EAC /* Pods_SellyCloudSDK_Example.framework */; };
FA0E55D20A8156F6757F645B /* Pods_SellyCloudSDK_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B053552B39D5903308BEC1F /* Pods_SellyCloudSDK_Tests.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
3CC728812EEC1278000027B2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 6003F582195388D10070C39A /* Project object */;
proxyType = 1;
remoteGlobalIDString = 3CC728782EEC1278000027B2;
remoteInfo = ScreenShareUploader;
};
6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 6003F582195388D10070C39A /* Project object */;
@ -74,9 +84,21 @@
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
3CC728842EEC1278000027B2 /* Embed Foundation Extensions */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 13;
files = (
3CC728832EEC1278000027B2 /* ScreenShareUploader.appex in Embed Foundation Extensions */,
);
name = "Embed Foundation Extensions";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
04DD59B0E260E51EF8B03322 /* Pods-ScreenShareUploader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScreenShareUploader.debug.xcconfig"; path = "Target Support Files/Pods-ScreenShareUploader/Pods-ScreenShareUploader.debug.xcconfig"; sourceTree = "<group>"; };
11F5CE3EA9A94E55D1A35A8F /* SellyCloudSDK.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = SellyCloudSDK.podspec; path = ../SellyCloudSDK.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
18585A8A04A38911555AC335 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
28EA6D0E21FA7AAFE4E2C53C /* Pods-SellyCloudSDK_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SellyCloudSDK_Example.release.xcconfig"; path = "Target Support Files/Pods-SellyCloudSDK_Example/Pods-SellyCloudSDK_Example.release.xcconfig"; sourceTree = "<group>"; };
@ -121,6 +143,8 @@
3C8AC2172EBC57B7000A58F1 /* call.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = call.caf; sourceTree = "<group>"; };
3CADD1152ECEECFC00DEC6E1 /* TokenGenerator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TokenGenerator.h; sourceTree = "<group>"; };
3CADD1162ECEECFC00DEC6E1 /* TokenGenerator.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TokenGenerator.m; sourceTree = "<group>"; };
3CC728792EEC1278000027B2 /* ScreenShareUploader.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ScreenShareUploader.appex; sourceTree = BUILT_PRODUCTS_DIR; };
3CC7287A2EEC1278000027B2 /* ReplayKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ReplayKit.framework; path = System/Library/Frameworks/ReplayKit.framework; sourceTree = SDKROOT; };
3CD712CC2E79017F000E7A63 /* SCVideoPlayerViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SCVideoPlayerViewController.h; sourceTree = "<group>"; };
3CD712CD2E79017F000E7A63 /* SCVideoPlayerViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SCVideoPlayerViewController.m; sourceTree = "<group>"; };
3CE254412EAB1223005D42B6 /* CrashHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CrashHandler.h; sourceTree = "<group>"; };
@ -150,14 +174,50 @@
71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
79B5E473B6E746422BDFC0AD /* Pods-SellyCloudSDK_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SellyCloudSDK_Tests.release.xcconfig"; path = "Target Support Files/Pods-SellyCloudSDK_Tests/Pods-SellyCloudSDK_Tests.release.xcconfig"; sourceTree = "<group>"; };
873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
8F130328160BEDB84169D32E /* Pods_ScreenShareUploader.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScreenShareUploader.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B6C995EF0F8DF32385C13A5D /* Pods_SellyCloudSDK_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SellyCloudSDK_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BEDCD5C4C4847E07A7A06865 /* Pods-SellyCloudSDK_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SellyCloudSDK_Example.debug.xcconfig"; path = "Target Support Files/Pods-SellyCloudSDK_Example/Pods-SellyCloudSDK_Example.debug.xcconfig"; sourceTree = "<group>"; };
C3A5DE9B7559BAE46EA68112 /* Pods_SellyCloudSDK_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SellyCloudSDK_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C4B190F32F835654C4389EAC /* Pods_SellyCloudSDK_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SellyCloudSDK_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
DB66D37C5DA3DE231DD16FF5 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
EA01AB11E3191D76865217A3 /* Pods-ScreenShareUploader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScreenShareUploader.release.xcconfig"; path = "Target Support Files/Pods-ScreenShareUploader/Pods-ScreenShareUploader.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
3CC728872EEC1278000027B2 /* Exceptions for "ScreenShareUploader" folder in "ScreenShareUploader" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = 3CC728782EEC1278000027B2 /* ScreenShareUploader */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
3CC7287C2EEC1278000027B2 /* ScreenShareUploader */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
3CC728872EEC1278000027B2 /* Exceptions for "ScreenShareUploader" folder in "ScreenShareUploader" target */,
);
explicitFileTypes = {
};
explicitFolders = (
);
path = ScreenShareUploader;
sourceTree = "<group>";
};
/* End PBXFileSystemSynchronizedRootGroup section */
/* Begin PBXFrameworksBuildPhase section */
3CC728762EEC1278000027B2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3CC7287B2EEC1278000027B2 /* ReplayKit.framework in Frameworks */,
AE07163F5B9272E10785018A /* Pods_ScreenShareUploader.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
6003F587195388D20070C39A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
@ -257,6 +317,7 @@
60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
6003F593195388D20070C39A /* Example for SellyCloudSDK */,
6003F5B5195388D20070C39A /* Tests */,
3CC7287C2EEC1278000027B2 /* ScreenShareUploader */,
6003F58B195388D20070C39A /* Products */,
FAED85FF0B6D89D12578C501 /* Pods */,
9D9768EA01E7B313A524EA32 /* Frameworks */,
@ -269,6 +330,7 @@
6003F58A195388D20070C39A /* SellyCloudSDK_Example.app */,
6003F5AE195388D20070C39A /* SellyCloudSDK_Tests.xctest */,
6003F58C195388D20070C39A /* Frameworks */,
3CC728792EEC1278000027B2 /* ScreenShareUploader.appex */,
);
name = Products;
sourceTree = "<group>";
@ -359,6 +421,8 @@
children = (
B6C995EF0F8DF32385C13A5D /* Pods_SellyCloudSDK_Example.framework */,
4B053552B39D5903308BEC1F /* Pods_SellyCloudSDK_Tests.framework */,
3CC7287A2EEC1278000027B2 /* ReplayKit.framework */,
8F130328160BEDB84169D32E /* Pods_ScreenShareUploader.framework */,
);
name = Frameworks;
sourceTree = "<group>";
@ -370,6 +434,8 @@
28EA6D0E21FA7AAFE4E2C53C /* Pods-SellyCloudSDK_Example.release.xcconfig */,
2CC671D486B428771194BC2A /* Pods-SellyCloudSDK_Tests.debug.xcconfig */,
79B5E473B6E746422BDFC0AD /* Pods-SellyCloudSDK_Tests.release.xcconfig */,
04DD59B0E260E51EF8B03322 /* Pods-ScreenShareUploader.debug.xcconfig */,
EA01AB11E3191D76865217A3 /* Pods-ScreenShareUploader.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
@ -377,6 +443,27 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
3CC728782EEC1278000027B2 /* ScreenShareUploader */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3CC728882EEC1278000027B2 /* Build configuration list for PBXNativeTarget "ScreenShareUploader" */;
buildPhases = (
B841DCE0AC9BF018E23E6997 /* [CP] Check Pods Manifest.lock */,
3CC728752EEC1278000027B2 /* Sources */,
3CC728762EEC1278000027B2 /* Frameworks */,
3CC728772EEC1278000027B2 /* Resources */,
);
buildRules = (
);
dependencies = (
);
fileSystemSynchronizedGroups = (
3CC7287C2EEC1278000027B2 /* ScreenShareUploader */,
);
name = ScreenShareUploader;
productName = ScreenShareUploader;
productReference = 3CC728792EEC1278000027B2 /* ScreenShareUploader.appex */;
productType = "com.apple.product-type.app-extension";
};
6003F589195388D20070C39A /* SellyCloudSDK_Example */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "SellyCloudSDK_Example" */;
@ -388,10 +475,12 @@
1EFD11867727C50A92A9417F /* [CP] Embed Pods Frameworks */,
3C7EAB732E41F1FA0046553F /* Embed Frameworks */,
44DC3AFC067E237D72345D92 /* [CP] Copy Pods Resources */,
3CC728842EEC1278000027B2 /* Embed Foundation Extensions */,
);
buildRules = (
);
dependencies = (
3CC728822EEC1278000027B2 /* PBXTargetDependency */,
);
name = SellyCloudSDK_Example;
productName = SellyCloudSDK;
@ -428,6 +517,9 @@
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = Caleb;
TargetAttributes = {
3CC728782EEC1278000027B2 = {
CreatedOnToolsVersion = 26.1.1;
};
6003F589195388D20070C39A = {
DevelopmentTeam = 7G2GXJHJ79;
};
@ -452,11 +544,19 @@
targets = (
6003F589195388D20070C39A /* SellyCloudSDK_Example */,
6003F5AD195388D20070C39A /* SellyCloudSDK_Tests */,
3CC728782EEC1278000027B2 /* ScreenShareUploader */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
3CC728772EEC1278000027B2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
6003F588195388D20070C39A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
@ -630,9 +730,38 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
B841DCE0AC9BF018E23E6997 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-ScreenShareUploader-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
3CC728752EEC1278000027B2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
6003F586195388D20070C39A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
@ -674,6 +803,11 @@
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
3CC728822EEC1278000027B2 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 3CC728782EEC1278000027B2 /* ScreenShareUploader */;
targetProxy = 3CC728812EEC1278000027B2 /* PBXContainerItemProxy */;
};
6003F5B4195388D20070C39A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 6003F589195388D20070C39A /* SellyCloudSDK_Example */;
@ -709,6 +843,107 @@
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
3CC728852EEC1278000027B2 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 04DD59B0E260E51EF8B03322 /* Pods-ScreenShareUploader.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 7G2GXJHJ79;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_NO_COMMON_BLOCKS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = ScreenShareUploader/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = ScreenShareUploader;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2025 Caleb. All rights reserved.";
IPHONEOS_DEPLOYMENT_TARGET = 12;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.demo.SellyCloudSDK.ScreenShareUploader;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
3CC728862EEC1278000027B2 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = EA01AB11E3191D76865217A3 /* Pods-ScreenShareUploader.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 7G2GXJHJ79;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_NO_COMMON_BLOCKS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = ScreenShareUploader/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = ScreenShareUploader;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2025 Caleb. All rights reserved.";
IPHONEOS_DEPLOYMENT_TARGET = 12;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.demo.SellyCloudSDK.ScreenShareUploader;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
6003F5BD195388D20070C39A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
@ -889,6 +1124,15 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
3CC728882EEC1278000027B2 /* Build configuration list for PBXNativeTarget "ScreenShareUploader" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3CC728852EEC1278000027B2 /* Debug */,
3CC728862EEC1278000027B2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6003F585195388D10070C39A /* Build configuration list for PBXProject "SellyCloudSDK" */ = {
isa = XCConfigurationList;
buildConfigurations = (

View File

@ -4,6 +4,11 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>ScreenShareUploader.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>20</integer>
</dict>
<key>SellyCloudSDK-Example.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>

View File

@ -178,6 +178,36 @@
endingLineNumber = "121"
landmarkName = "AFQueryStringFromParameters(parameters)"
landmarkType = "9">
<Locations>
<Location
uuid = "913BF5E7-0FFC-4374-B241-0EED7F96089F - c176f15cb730172c"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "AFQueryStringFromParameters"
moduleName = "AFNetworking"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/caleb/Desktop/selly_sdk/SellyCloudSDK_demo/Example/Pods/AFNetworking/AFNetworking/AFURLRequestSerialization.m"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "121"
endingLineNumber = "121">
</Location>
<Location
uuid = "913BF5E7-0FFC-4374-B241-0EED7F96089F - c176f15cb730172c"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "AFQueryStringFromParameters"
moduleName = "AFNetworking"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/caleb/Desktop/selly_sdk/SellyCloudSDK_demo/Example/Pods/AFNetworking/AFNetworking/AFURLRequestSerialization.m"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "121"
endingLineNumber = "121">
</Location>
</Locations>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="24127" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="24412" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="24063"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="24405"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@ -68,7 +68,10 @@
<rect key="frame" x="294.66666666666669" y="0.0" width="70.333333333333314" height="60"/>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
<state key="normal" title="挂断"/>
<state key="normal" title="录屏"/>
<connections>
<action selector="startScreenCapture:" destination="-1" eventType="touchUpInside" id="7RY-Z3-vpl"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.20000000000000001" colorSpace="custom" customColorSpace="calibratedRGB"/>
@ -116,7 +119,7 @@
<constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="x73-lB-7SC" secondAttribute="bottom" id="vYx-gD-7SC"/>
<constraint firstItem="6v8-oR-9TX" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="10" id="xjL-T5-NVc"/>
</constraints>
<point key="canvasLocation" x="140" y="154"/>
<point key="canvasLocation" x="-250" y="124"/>
</view>
</objects>
<resources>

View File

@ -32,7 +32,7 @@
2. 引入头文件:
```objc
#import <SellyRTC/SellyRTC.h>
#import <SellyCloudSDK/SellyCloudManager.h>
```
3. 在真机运行(摄像头/麦克风需要硬件支持)