|
|
@@ -42,6 +42,8 @@
|
|
|
66BDB0681DC26CCC0079384C /* SBJson4Writer.m in Sources */ = {isa = PBXBuildFile; fileRef = 66BDB0591DC26CCC0079384C /* SBJson4Writer.m */; };
|
|
|
CE3D1DA523906003009A4AF6 /* Backups.h in Headers */ = {isa = PBXBuildFile; fileRef = CE3D1DA323906003009A4AF6 /* Backups.h */; };
|
|
|
CE3D1DA623906003009A4AF6 /* Backups.m in Sources */ = {isa = PBXBuildFile; fileRef = CE3D1DA423906003009A4AF6 /* Backups.m */; };
|
|
|
+ CEDE547924EBF5980053566E /* PsiphonNoticeHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CEDE547724EBF5980053566E /* PsiphonNoticeHandler.h */; };
|
|
|
+ CEDE547A24EBF5980053566E /* PsiphonNoticeHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CEDE547824EBF5980053566E /* PsiphonNoticeHandler.m */; };
|
|
|
EFED7EBF1F587F6E0078980F /* libresolv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = EFED7EBE1F587F6E0078980F /* libresolv.tbd */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
@@ -106,6 +108,8 @@
|
|
|
66BDB0591DC26CCC0079384C /* SBJson4Writer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBJson4Writer.m; sourceTree = "<group>"; };
|
|
|
CE3D1DA323906003009A4AF6 /* Backups.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Backups.h; sourceTree = "<group>"; };
|
|
|
CE3D1DA423906003009A4AF6 /* Backups.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Backups.m; sourceTree = "<group>"; };
|
|
|
+ CEDE547724EBF5980053566E /* PsiphonNoticeHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PsiphonNoticeHandler.h; path = ../PsiphonNoticeHandler.h; sourceTree = "<group>"; };
|
|
|
+ CEDE547824EBF5980053566E /* PsiphonNoticeHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = PsiphonNoticeHandler.m; path = ../PsiphonNoticeHandler.m; sourceTree = "<group>"; };
|
|
|
EFED7EBE1F587F6E0078980F /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
@@ -190,6 +194,7 @@
|
|
|
CE3D1D9E239056E4009A4AF6 /* Files */,
|
|
|
66BAD3321E525FBC00CD06DE /* JailbreakCheck */,
|
|
|
66BDB04A1DC26CCC0079384C /* json-framework */,
|
|
|
+ CEDE547B24EBF5A00053566E /* Psiphon */,
|
|
|
662659241DD270E900872F6C /* Reachability */,
|
|
|
66BDB0231DA6BFCC0079384C /* PsiphonTunnel.h */,
|
|
|
66BDB0431DA6C7DD0079384C /* PsiphonTunnel.m */,
|
|
|
@@ -247,6 +252,15 @@
|
|
|
path = Files;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ CEDE547B24EBF5A00053566E /* Psiphon */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CEDE547724EBF5980053566E /* PsiphonNoticeHandler.h */,
|
|
|
+ CEDE547824EBF5980053566E /* PsiphonNoticeHandler.m */,
|
|
|
+ );
|
|
|
+ path = Psiphon;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
EFED7EBD1F587F6E0078980F /* Frameworks */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -275,6 +289,7 @@
|
|
|
6685BDCA1E2E882800F0E414 /* Psi.h in Headers */,
|
|
|
66BDB0651DC26CCC0079384C /* SBJson4StreamWriterState.h in Headers */,
|
|
|
66BDB05B1DC26CCC0079384C /* SBJson4Parser.h in Headers */,
|
|
|
+ CEDE547924EBF5980053566E /* PsiphonNoticeHandler.h in Headers */,
|
|
|
6685BDCD1E2E88A200F0E414 /* Psi-meta.h in Headers */,
|
|
|
66BDB05A1DC26CCC0079384C /* SBJson4.h in Headers */,
|
|
|
66BDB0611DC26CCC0079384C /* SBJson4StreamTokeniser.h in Headers */,
|
|
|
@@ -406,6 +421,7 @@
|
|
|
files = (
|
|
|
66BDB05E1DC26CCC0079384C /* SBJson4StreamParser.m in Sources */,
|
|
|
66BDB0641DC26CCC0079384C /* SBJson4StreamWriter.m in Sources */,
|
|
|
+ CEDE547A24EBF5980053566E /* PsiphonNoticeHandler.m in Sources */,
|
|
|
66BDB0661DC26CCC0079384C /* SBJson4StreamWriterState.m in Sources */,
|
|
|
66BDB05C1DC26CCC0079384C /* SBJson4Parser.m in Sources */,
|
|
|
4E89F7FE1E2ED3CE00005F4C /* LookupIPv6.c in Sources */,
|