project.pbxproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4EE9CDD91FE0830600BCE310 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 4EE9CDD81FE0830600BCE310 /* README.md */; };
  10. 662658EE1DCB8CF300872F6C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662658ED1DCB8CF300872F6C /* AppDelegate.swift */; };
  11. 662658F01DCB8CF300872F6C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662658EF1DCB8CF300872F6C /* ViewController.swift */; };
  12. 662658F31DCB8CF300872F6C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 662658F11DCB8CF300872F6C /* Main.storyboard */; };
  13. 662658F51DCB8CF300872F6C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 662658F41DCB8CF300872F6C /* Assets.xcassets */; };
  14. 662658F81DCB8CF300872F6C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 662658F61DCB8CF300872F6C /* LaunchScreen.storyboard */; };
  15. 662659031DCB8CF400872F6C /* TunneledWebViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662659021DCB8CF400872F6C /* TunneledWebViewTests.swift */; };
  16. 6626590E1DCB8CF400872F6C /* TunneledWebViewUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6626590D1DCB8CF400872F6C /* TunneledWebViewUITests.swift */; };
  17. 6682D90E1EB1334000329958 /* psiphon-embedded-server-entries.txt in Resources */ = {isa = PBXBuildFile; fileRef = 6682D90D1EB1334000329958 /* psiphon-embedded-server-entries.txt */; };
  18. 6688DBB61DCD684B00721A9E /* psiphon-config.json in Resources */ = {isa = PBXBuildFile; fileRef = 6688DBB51DCD684B00721A9E /* psiphon-config.json */; };
  19. DDFD23795085E5852A8F4DD5 /* libPods-TunneledWebView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E472F80E34E361EB72B2FD0C /* libPods-TunneledWebView.a */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXContainerItemProxy section */
  22. 662658FF1DCB8CF400872F6C /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = 662658E21DCB8CF300872F6C /* Project object */;
  25. proxyType = 1;
  26. remoteGlobalIDString = 662658E91DCB8CF300872F6C;
  27. remoteInfo = TunneledWebView;
  28. };
  29. 6626590A1DCB8CF400872F6C /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = 662658E21DCB8CF300872F6C /* Project object */;
  32. proxyType = 1;
  33. remoteGlobalIDString = 662658E91DCB8CF300872F6C;
  34. remoteInfo = TunneledWebView;
  35. };
  36. /* End PBXContainerItemProxy section */
  37. /* Begin PBXCopyFilesBuildPhase section */
  38. 662659221DCBC8CB00872F6C /* CopyFiles */ = {
  39. isa = PBXCopyFilesBuildPhase;
  40. buildActionMask = 2147483647;
  41. dstPath = "";
  42. dstSubfolderSpec = 10;
  43. files = (
  44. );
  45. runOnlyForDeploymentPostprocessing = 0;
  46. };
  47. /* End PBXCopyFilesBuildPhase section */
  48. /* Begin PBXFileReference section */
  49. 4E5A8DF51FDA7541009F8702 /* TunneledWebView-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TunneledWebView-Bridging-Header.h"; sourceTree = "<group>"; };
  50. 4EE9CDD81FE0830600BCE310 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
  51. 662658EA1DCB8CF300872F6C /* TunneledWebView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TunneledWebView.app; sourceTree = BUILT_PRODUCTS_DIR; };
  52. 662658ED1DCB8CF300872F6C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  53. 662658EF1DCB8CF300872F6C /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  54. 662658F21DCB8CF300872F6C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  55. 662658F41DCB8CF300872F6C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  56. 662658F71DCB8CF300872F6C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  57. 662658F91DCB8CF300872F6C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  58. 662658FE1DCB8CF400872F6C /* TunneledWebViewTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TunneledWebViewTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  59. 662659021DCB8CF400872F6C /* TunneledWebViewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunneledWebViewTests.swift; sourceTree = "<group>"; };
  60. 662659041DCB8CF400872F6C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  61. 662659091DCB8CF400872F6C /* TunneledWebViewUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TunneledWebViewUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  62. 6626590D1DCB8CF400872F6C /* TunneledWebViewUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunneledWebViewUITests.swift; sourceTree = "<group>"; };
  63. 6626590F1DCB8CF400872F6C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  64. 6682D90D1EB1334000329958 /* psiphon-embedded-server-entries.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "psiphon-embedded-server-entries.txt"; sourceTree = "<group>"; };
  65. 6688DBB51DCD684B00721A9E /* psiphon-config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "psiphon-config.json"; sourceTree = "<group>"; };
  66. 76C8CF5D2CF9F4228B9CD56E /* Pods-TunneledWebView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TunneledWebView.release.xcconfig"; path = "Pods/Target Support Files/Pods-TunneledWebView/Pods-TunneledWebView.release.xcconfig"; sourceTree = "<group>"; };
  67. 85795C6590EED64B7A6684AA /* Pods-TunneledWebView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TunneledWebView.debug.xcconfig"; path = "Pods/Target Support Files/Pods-TunneledWebView/Pods-TunneledWebView.debug.xcconfig"; sourceTree = "<group>"; };
  68. E472F80E34E361EB72B2FD0C /* libPods-TunneledWebView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-TunneledWebView.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  69. /* End PBXFileReference section */
  70. /* Begin PBXFrameworksBuildPhase section */
  71. 662658E71DCB8CF300872F6C /* Frameworks */ = {
  72. isa = PBXFrameworksBuildPhase;
  73. buildActionMask = 2147483647;
  74. files = (
  75. DDFD23795085E5852A8F4DD5 /* libPods-TunneledWebView.a in Frameworks */,
  76. );
  77. runOnlyForDeploymentPostprocessing = 0;
  78. };
  79. 662658FB1DCB8CF400872F6C /* Frameworks */ = {
  80. isa = PBXFrameworksBuildPhase;
  81. buildActionMask = 2147483647;
  82. files = (
  83. );
  84. runOnlyForDeploymentPostprocessing = 0;
  85. };
  86. 662659061DCB8CF400872F6C /* Frameworks */ = {
  87. isa = PBXFrameworksBuildPhase;
  88. buildActionMask = 2147483647;
  89. files = (
  90. );
  91. runOnlyForDeploymentPostprocessing = 0;
  92. };
  93. /* End PBXFrameworksBuildPhase section */
  94. /* Begin PBXGroup section */
  95. 662658E11DCB8CF300872F6C = {
  96. isa = PBXGroup;
  97. children = (
  98. 662658EC1DCB8CF300872F6C /* TunneledWebView */,
  99. 662659011DCB8CF400872F6C /* TunneledWebViewTests */,
  100. 6626590C1DCB8CF400872F6C /* TunneledWebViewUITests */,
  101. 662658EB1DCB8CF300872F6C /* Products */,
  102. A5804F65F614B094CCA05E13 /* Pods */,
  103. 8B6FB31735B11066EC18E1CB /* Frameworks */,
  104. );
  105. sourceTree = "<group>";
  106. };
  107. 662658EB1DCB8CF300872F6C /* Products */ = {
  108. isa = PBXGroup;
  109. children = (
  110. 662658EA1DCB8CF300872F6C /* TunneledWebView.app */,
  111. 662658FE1DCB8CF400872F6C /* TunneledWebViewTests.xctest */,
  112. 662659091DCB8CF400872F6C /* TunneledWebViewUITests.xctest */,
  113. );
  114. name = Products;
  115. sourceTree = "<group>";
  116. };
  117. 662658EC1DCB8CF300872F6C /* TunneledWebView */ = {
  118. isa = PBXGroup;
  119. children = (
  120. 4EE9CDD81FE0830600BCE310 /* README.md */,
  121. 4E5A8DF51FDA7541009F8702 /* TunneledWebView-Bridging-Header.h */,
  122. 662658ED1DCB8CF300872F6C /* AppDelegate.swift */,
  123. 662658EF1DCB8CF300872F6C /* ViewController.swift */,
  124. 662658F11DCB8CF300872F6C /* Main.storyboard */,
  125. 662658F41DCB8CF300872F6C /* Assets.xcassets */,
  126. 662658F61DCB8CF300872F6C /* LaunchScreen.storyboard */,
  127. 662658F91DCB8CF300872F6C /* Info.plist */,
  128. 6688DBB51DCD684B00721A9E /* psiphon-config.json */,
  129. 6682D90D1EB1334000329958 /* psiphon-embedded-server-entries.txt */,
  130. );
  131. path = TunneledWebView;
  132. sourceTree = "<group>";
  133. };
  134. 662659011DCB8CF400872F6C /* TunneledWebViewTests */ = {
  135. isa = PBXGroup;
  136. children = (
  137. 662659021DCB8CF400872F6C /* TunneledWebViewTests.swift */,
  138. 662659041DCB8CF400872F6C /* Info.plist */,
  139. );
  140. path = TunneledWebViewTests;
  141. sourceTree = "<group>";
  142. };
  143. 6626590C1DCB8CF400872F6C /* TunneledWebViewUITests */ = {
  144. isa = PBXGroup;
  145. children = (
  146. 6626590D1DCB8CF400872F6C /* TunneledWebViewUITests.swift */,
  147. 6626590F1DCB8CF400872F6C /* Info.plist */,
  148. );
  149. path = TunneledWebViewUITests;
  150. sourceTree = "<group>";
  151. };
  152. 8B6FB31735B11066EC18E1CB /* Frameworks */ = {
  153. isa = PBXGroup;
  154. children = (
  155. E472F80E34E361EB72B2FD0C /* libPods-TunneledWebView.a */,
  156. );
  157. name = Frameworks;
  158. sourceTree = "<group>";
  159. };
  160. A5804F65F614B094CCA05E13 /* Pods */ = {
  161. isa = PBXGroup;
  162. children = (
  163. 85795C6590EED64B7A6684AA /* Pods-TunneledWebView.debug.xcconfig */,
  164. 76C8CF5D2CF9F4228B9CD56E /* Pods-TunneledWebView.release.xcconfig */,
  165. );
  166. name = Pods;
  167. sourceTree = "<group>";
  168. };
  169. /* End PBXGroup section */
  170. /* Begin PBXNativeTarget section */
  171. 662658E91DCB8CF300872F6C /* TunneledWebView */ = {
  172. isa = PBXNativeTarget;
  173. buildConfigurationList = 662659121DCB8CF400872F6C /* Build configuration list for PBXNativeTarget "TunneledWebView" */;
  174. buildPhases = (
  175. 5D5B0B0744787E007145BB7C /* [CP] Check Pods Manifest.lock */,
  176. 662658E61DCB8CF300872F6C /* Sources */,
  177. 662658E71DCB8CF300872F6C /* Frameworks */,
  178. 662658E81DCB8CF300872F6C /* Resources */,
  179. 662659221DCBC8CB00872F6C /* CopyFiles */,
  180. 055465DE48CF8066AB340776 /* [CP] Embed Pods Frameworks */,
  181. );
  182. buildRules = (
  183. );
  184. dependencies = (
  185. );
  186. name = TunneledWebView;
  187. productName = TunneledWebView;
  188. productReference = 662658EA1DCB8CF300872F6C /* TunneledWebView.app */;
  189. productType = "com.apple.product-type.application";
  190. };
  191. 662658FD1DCB8CF400872F6C /* TunneledWebViewTests */ = {
  192. isa = PBXNativeTarget;
  193. buildConfigurationList = 662659151DCB8CF400872F6C /* Build configuration list for PBXNativeTarget "TunneledWebViewTests" */;
  194. buildPhases = (
  195. 662658FA1DCB8CF400872F6C /* Sources */,
  196. 662658FB1DCB8CF400872F6C /* Frameworks */,
  197. 662658FC1DCB8CF400872F6C /* Resources */,
  198. );
  199. buildRules = (
  200. );
  201. dependencies = (
  202. 662659001DCB8CF400872F6C /* PBXTargetDependency */,
  203. );
  204. name = TunneledWebViewTests;
  205. productName = TunneledWebViewTests;
  206. productReference = 662658FE1DCB8CF400872F6C /* TunneledWebViewTests.xctest */;
  207. productType = "com.apple.product-type.bundle.unit-test";
  208. };
  209. 662659081DCB8CF400872F6C /* TunneledWebViewUITests */ = {
  210. isa = PBXNativeTarget;
  211. buildConfigurationList = 662659181DCB8CF400872F6C /* Build configuration list for PBXNativeTarget "TunneledWebViewUITests" */;
  212. buildPhases = (
  213. 662659051DCB8CF400872F6C /* Sources */,
  214. 662659061DCB8CF400872F6C /* Frameworks */,
  215. 662659071DCB8CF400872F6C /* Resources */,
  216. );
  217. buildRules = (
  218. );
  219. dependencies = (
  220. 6626590B1DCB8CF400872F6C /* PBXTargetDependency */,
  221. );
  222. name = TunneledWebViewUITests;
  223. productName = TunneledWebViewUITests;
  224. productReference = 662659091DCB8CF400872F6C /* TunneledWebViewUITests.xctest */;
  225. productType = "com.apple.product-type.bundle.ui-testing";
  226. };
  227. /* End PBXNativeTarget section */
  228. /* Begin PBXProject section */
  229. 662658E21DCB8CF300872F6C /* Project object */ = {
  230. isa = PBXProject;
  231. attributes = {
  232. LastSwiftUpdateCheck = 0800;
  233. LastUpgradeCheck = 0900;
  234. ORGANIZATIONNAME = "Psiphon Inc.";
  235. TargetAttributes = {
  236. 662658E91DCB8CF300872F6C = {
  237. CreatedOnToolsVersion = 8.0;
  238. DevelopmentTeam = Q6HLNEX92A;
  239. ProvisioningStyle = Automatic;
  240. };
  241. 662658FD1DCB8CF400872F6C = {
  242. CreatedOnToolsVersion = 8.0;
  243. DevelopmentTeam = Q6HLNEX92A;
  244. ProvisioningStyle = Automatic;
  245. TestTargetID = 662658E91DCB8CF300872F6C;
  246. };
  247. 662659081DCB8CF400872F6C = {
  248. CreatedOnToolsVersion = 8.0;
  249. DevelopmentTeam = Q6HLNEX92A;
  250. ProvisioningStyle = Automatic;
  251. TestTargetID = 662658E91DCB8CF300872F6C;
  252. };
  253. };
  254. };
  255. buildConfigurationList = 662658E51DCB8CF300872F6C /* Build configuration list for PBXProject "TunneledWebView" */;
  256. compatibilityVersion = "Xcode 3.2";
  257. developmentRegion = English;
  258. hasScannedForEncodings = 0;
  259. knownRegions = (
  260. English,
  261. en,
  262. Base,
  263. );
  264. mainGroup = 662658E11DCB8CF300872F6C;
  265. productRefGroup = 662658EB1DCB8CF300872F6C /* Products */;
  266. projectDirPath = "";
  267. projectRoot = "";
  268. targets = (
  269. 662658E91DCB8CF300872F6C /* TunneledWebView */,
  270. 662658FD1DCB8CF400872F6C /* TunneledWebViewTests */,
  271. 662659081DCB8CF400872F6C /* TunneledWebViewUITests */,
  272. );
  273. };
  274. /* End PBXProject section */
  275. /* Begin PBXResourcesBuildPhase section */
  276. 662658E81DCB8CF300872F6C /* Resources */ = {
  277. isa = PBXResourcesBuildPhase;
  278. buildActionMask = 2147483647;
  279. files = (
  280. 4EE9CDD91FE0830600BCE310 /* README.md in Resources */,
  281. 662658F81DCB8CF300872F6C /* LaunchScreen.storyboard in Resources */,
  282. 662658F51DCB8CF300872F6C /* Assets.xcassets in Resources */,
  283. 6682D90E1EB1334000329958 /* psiphon-embedded-server-entries.txt in Resources */,
  284. 662658F31DCB8CF300872F6C /* Main.storyboard in Resources */,
  285. 6688DBB61DCD684B00721A9E /* psiphon-config.json in Resources */,
  286. );
  287. runOnlyForDeploymentPostprocessing = 0;
  288. };
  289. 662658FC1DCB8CF400872F6C /* Resources */ = {
  290. isa = PBXResourcesBuildPhase;
  291. buildActionMask = 2147483647;
  292. files = (
  293. );
  294. runOnlyForDeploymentPostprocessing = 0;
  295. };
  296. 662659071DCB8CF400872F6C /* Resources */ = {
  297. isa = PBXResourcesBuildPhase;
  298. buildActionMask = 2147483647;
  299. files = (
  300. );
  301. runOnlyForDeploymentPostprocessing = 0;
  302. };
  303. /* End PBXResourcesBuildPhase section */
  304. /* Begin PBXShellScriptBuildPhase section */
  305. 055465DE48CF8066AB340776 /* [CP] Embed Pods Frameworks */ = {
  306. isa = PBXShellScriptBuildPhase;
  307. buildActionMask = 2147483647;
  308. files = (
  309. );
  310. inputPaths = (
  311. "${PODS_ROOT}/Target Support Files/Pods-TunneledWebView/Pods-TunneledWebView-frameworks.sh",
  312. "${PODS_ROOT}/PsiphonTunnel/Frameworks/PsiphonTunnel.framework",
  313. );
  314. name = "[CP] Embed Pods Frameworks";
  315. outputPaths = (
  316. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PsiphonTunnel.framework",
  317. );
  318. runOnlyForDeploymentPostprocessing = 0;
  319. shellPath = /bin/sh;
  320. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TunneledWebView/Pods-TunneledWebView-frameworks.sh\"\n";
  321. showEnvVarsInLog = 0;
  322. };
  323. 5D5B0B0744787E007145BB7C /* [CP] Check Pods Manifest.lock */ = {
  324. isa = PBXShellScriptBuildPhase;
  325. buildActionMask = 2147483647;
  326. files = (
  327. );
  328. inputPaths = (
  329. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  330. "${PODS_ROOT}/Manifest.lock",
  331. );
  332. name = "[CP] Check Pods Manifest.lock";
  333. outputPaths = (
  334. "$(DERIVED_FILE_DIR)/Pods-TunneledWebView-checkManifestLockResult.txt",
  335. );
  336. runOnlyForDeploymentPostprocessing = 0;
  337. shellPath = /bin/sh;
  338. 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";
  339. showEnvVarsInLog = 0;
  340. };
  341. /* End PBXShellScriptBuildPhase section */
  342. /* Begin PBXSourcesBuildPhase section */
  343. 662658E61DCB8CF300872F6C /* Sources */ = {
  344. isa = PBXSourcesBuildPhase;
  345. buildActionMask = 2147483647;
  346. files = (
  347. 662658F01DCB8CF300872F6C /* ViewController.swift in Sources */,
  348. 662658EE1DCB8CF300872F6C /* AppDelegate.swift in Sources */,
  349. );
  350. runOnlyForDeploymentPostprocessing = 0;
  351. };
  352. 662658FA1DCB8CF400872F6C /* Sources */ = {
  353. isa = PBXSourcesBuildPhase;
  354. buildActionMask = 2147483647;
  355. files = (
  356. 662659031DCB8CF400872F6C /* TunneledWebViewTests.swift in Sources */,
  357. );
  358. runOnlyForDeploymentPostprocessing = 0;
  359. };
  360. 662659051DCB8CF400872F6C /* Sources */ = {
  361. isa = PBXSourcesBuildPhase;
  362. buildActionMask = 2147483647;
  363. files = (
  364. 6626590E1DCB8CF400872F6C /* TunneledWebViewUITests.swift in Sources */,
  365. );
  366. runOnlyForDeploymentPostprocessing = 0;
  367. };
  368. /* End PBXSourcesBuildPhase section */
  369. /* Begin PBXTargetDependency section */
  370. 662659001DCB8CF400872F6C /* PBXTargetDependency */ = {
  371. isa = PBXTargetDependency;
  372. target = 662658E91DCB8CF300872F6C /* TunneledWebView */;
  373. targetProxy = 662658FF1DCB8CF400872F6C /* PBXContainerItemProxy */;
  374. };
  375. 6626590B1DCB8CF400872F6C /* PBXTargetDependency */ = {
  376. isa = PBXTargetDependency;
  377. target = 662658E91DCB8CF300872F6C /* TunneledWebView */;
  378. targetProxy = 6626590A1DCB8CF400872F6C /* PBXContainerItemProxy */;
  379. };
  380. /* End PBXTargetDependency section */
  381. /* Begin PBXVariantGroup section */
  382. 662658F11DCB8CF300872F6C /* Main.storyboard */ = {
  383. isa = PBXVariantGroup;
  384. children = (
  385. 662658F21DCB8CF300872F6C /* Base */,
  386. );
  387. name = Main.storyboard;
  388. sourceTree = "<group>";
  389. };
  390. 662658F61DCB8CF300872F6C /* LaunchScreen.storyboard */ = {
  391. isa = PBXVariantGroup;
  392. children = (
  393. 662658F71DCB8CF300872F6C /* Base */,
  394. );
  395. name = LaunchScreen.storyboard;
  396. sourceTree = "<group>";
  397. };
  398. /* End PBXVariantGroup section */
  399. /* Begin XCBuildConfiguration section */
  400. 662659101DCB8CF400872F6C /* Debug */ = {
  401. isa = XCBuildConfiguration;
  402. buildSettings = {
  403. ALWAYS_SEARCH_USER_PATHS = NO;
  404. CLANG_ANALYZER_NONNULL = YES;
  405. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  406. CLANG_CXX_LIBRARY = "libc++";
  407. CLANG_ENABLE_MODULES = YES;
  408. CLANG_ENABLE_OBJC_ARC = YES;
  409. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  410. CLANG_WARN_BOOL_CONVERSION = YES;
  411. CLANG_WARN_COMMA = YES;
  412. CLANG_WARN_CONSTANT_CONVERSION = YES;
  413. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  414. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  415. CLANG_WARN_EMPTY_BODY = YES;
  416. CLANG_WARN_ENUM_CONVERSION = YES;
  417. CLANG_WARN_INFINITE_RECURSION = YES;
  418. CLANG_WARN_INT_CONVERSION = YES;
  419. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  420. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  421. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  422. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  423. CLANG_WARN_STRICT_PROTOTYPES = YES;
  424. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  425. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  426. CLANG_WARN_UNREACHABLE_CODE = YES;
  427. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  428. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  429. COPY_PHASE_STRIP = NO;
  430. DEBUG_INFORMATION_FORMAT = dwarf;
  431. ENABLE_BITCODE = YES;
  432. ENABLE_STRICT_OBJC_MSGSEND = YES;
  433. ENABLE_TESTABILITY = YES;
  434. GCC_C_LANGUAGE_STANDARD = gnu99;
  435. GCC_DYNAMIC_NO_PIC = NO;
  436. GCC_NO_COMMON_BLOCKS = YES;
  437. GCC_OPTIMIZATION_LEVEL = 0;
  438. GCC_PREPROCESSOR_DEFINITIONS = (
  439. "DEBUG=1",
  440. "$(inherited)",
  441. );
  442. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  443. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  444. GCC_WARN_UNDECLARED_SELECTOR = YES;
  445. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  446. GCC_WARN_UNUSED_FUNCTION = YES;
  447. GCC_WARN_UNUSED_VARIABLE = YES;
  448. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  449. MTL_ENABLE_DEBUG_INFO = YES;
  450. ONLY_ACTIVE_ARCH = YES;
  451. SDKROOT = iphoneos;
  452. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  453. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  454. TARGETED_DEVICE_FAMILY = "1,2";
  455. };
  456. name = Debug;
  457. };
  458. 662659111DCB8CF400872F6C /* Release */ = {
  459. isa = XCBuildConfiguration;
  460. buildSettings = {
  461. ALWAYS_SEARCH_USER_PATHS = NO;
  462. CLANG_ANALYZER_NONNULL = YES;
  463. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  464. CLANG_CXX_LIBRARY = "libc++";
  465. CLANG_ENABLE_MODULES = YES;
  466. CLANG_ENABLE_OBJC_ARC = YES;
  467. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  468. CLANG_WARN_BOOL_CONVERSION = YES;
  469. CLANG_WARN_COMMA = YES;
  470. CLANG_WARN_CONSTANT_CONVERSION = YES;
  471. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  472. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  473. CLANG_WARN_EMPTY_BODY = YES;
  474. CLANG_WARN_ENUM_CONVERSION = YES;
  475. CLANG_WARN_INFINITE_RECURSION = YES;
  476. CLANG_WARN_INT_CONVERSION = YES;
  477. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  478. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  479. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  480. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  481. CLANG_WARN_STRICT_PROTOTYPES = YES;
  482. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  483. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  484. CLANG_WARN_UNREACHABLE_CODE = YES;
  485. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  486. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  487. COPY_PHASE_STRIP = NO;
  488. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  489. ENABLE_BITCODE = YES;
  490. ENABLE_NS_ASSERTIONS = NO;
  491. ENABLE_STRICT_OBJC_MSGSEND = YES;
  492. GCC_C_LANGUAGE_STANDARD = gnu99;
  493. GCC_NO_COMMON_BLOCKS = YES;
  494. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  495. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  496. GCC_WARN_UNDECLARED_SELECTOR = YES;
  497. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  498. GCC_WARN_UNUSED_FUNCTION = YES;
  499. GCC_WARN_UNUSED_VARIABLE = YES;
  500. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  501. MTL_ENABLE_DEBUG_INFO = NO;
  502. SDKROOT = iphoneos;
  503. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  504. TARGETED_DEVICE_FAMILY = "1,2";
  505. VALIDATE_PRODUCT = YES;
  506. };
  507. name = Release;
  508. };
  509. 662659131DCB8CF400872F6C /* Debug */ = {
  510. isa = XCBuildConfiguration;
  511. baseConfigurationReference = 85795C6590EED64B7A6684AA /* Pods-TunneledWebView.debug.xcconfig */;
  512. buildSettings = {
  513. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  514. DEFINES_MODULE = YES;
  515. DEVELOPMENT_TEAM = Q6HLNEX92A;
  516. ENABLE_BITCODE = NO;
  517. FRAMEWORK_SEARCH_PATHS = (
  518. "$(inherited)",
  519. "$(PROJECT_DIR)/TunneledWebView",
  520. );
  521. INFOPLIST_FILE = TunneledWebView/Info.plist;
  522. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  523. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  524. PRODUCT_BUNDLE_IDENTIFIER = com.psiphon3.ios.TunneledWebView;
  525. PRODUCT_NAME = "$(TARGET_NAME)";
  526. STRIP_BITCODE_FROM_COPIED_FILES = NO;
  527. SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/TunneledWebView/TunneledWebView-Bridging-Header.h";
  528. SWIFT_VERSION = 5.0;
  529. };
  530. name = Debug;
  531. };
  532. 662659141DCB8CF400872F6C /* Release */ = {
  533. isa = XCBuildConfiguration;
  534. baseConfigurationReference = 76C8CF5D2CF9F4228B9CD56E /* Pods-TunneledWebView.release.xcconfig */;
  535. buildSettings = {
  536. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  537. DEFINES_MODULE = YES;
  538. DEVELOPMENT_TEAM = Q6HLNEX92A;
  539. ENABLE_BITCODE = NO;
  540. FRAMEWORK_SEARCH_PATHS = (
  541. "$(inherited)",
  542. "$(PROJECT_DIR)/TunneledWebView",
  543. );
  544. INFOPLIST_FILE = TunneledWebView/Info.plist;
  545. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  546. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  547. PRODUCT_BUNDLE_IDENTIFIER = com.psiphon3.ios.TunneledWebView;
  548. PRODUCT_NAME = "$(TARGET_NAME)";
  549. STRIP_BITCODE_FROM_COPIED_FILES = NO;
  550. SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/TunneledWebView/TunneledWebView-Bridging-Header.h";
  551. SWIFT_VERSION = 5.0;
  552. };
  553. name = Release;
  554. };
  555. 662659161DCB8CF400872F6C /* Debug */ = {
  556. isa = XCBuildConfiguration;
  557. buildSettings = {
  558. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  559. BUNDLE_LOADER = "$(TEST_HOST)";
  560. DEVELOPMENT_TEAM = Q6HLNEX92A;
  561. INFOPLIST_FILE = TunneledWebViewTests/Info.plist;
  562. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  563. PRODUCT_BUNDLE_IDENTIFIER = com.psiphon3.ios.TunneledWebViewTests;
  564. PRODUCT_NAME = "$(TARGET_NAME)";
  565. SWIFT_VERSION = 5.0;
  566. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TunneledWebView.app/TunneledWebView";
  567. };
  568. name = Debug;
  569. };
  570. 662659171DCB8CF400872F6C /* Release */ = {
  571. isa = XCBuildConfiguration;
  572. buildSettings = {
  573. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  574. BUNDLE_LOADER = "$(TEST_HOST)";
  575. DEVELOPMENT_TEAM = Q6HLNEX92A;
  576. INFOPLIST_FILE = TunneledWebViewTests/Info.plist;
  577. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  578. PRODUCT_BUNDLE_IDENTIFIER = com.psiphon3.ios.TunneledWebViewTests;
  579. PRODUCT_NAME = "$(TARGET_NAME)";
  580. SWIFT_VERSION = 5.0;
  581. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TunneledWebView.app/TunneledWebView";
  582. };
  583. name = Release;
  584. };
  585. 662659191DCB8CF400872F6C /* Debug */ = {
  586. isa = XCBuildConfiguration;
  587. buildSettings = {
  588. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  589. DEVELOPMENT_TEAM = Q6HLNEX92A;
  590. INFOPLIST_FILE = TunneledWebViewUITests/Info.plist;
  591. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  592. PRODUCT_BUNDLE_IDENTIFIER = com.psiphon3.ios.TunneledWebViewUITests;
  593. PRODUCT_NAME = "$(TARGET_NAME)";
  594. SWIFT_VERSION = 5.0;
  595. TEST_TARGET_NAME = TunneledWebView;
  596. };
  597. name = Debug;
  598. };
  599. 6626591A1DCB8CF400872F6C /* Release */ = {
  600. isa = XCBuildConfiguration;
  601. buildSettings = {
  602. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  603. DEVELOPMENT_TEAM = Q6HLNEX92A;
  604. INFOPLIST_FILE = TunneledWebViewUITests/Info.plist;
  605. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  606. PRODUCT_BUNDLE_IDENTIFIER = com.psiphon3.ios.TunneledWebViewUITests;
  607. PRODUCT_NAME = "$(TARGET_NAME)";
  608. SWIFT_VERSION = 5.0;
  609. TEST_TARGET_NAME = TunneledWebView;
  610. };
  611. name = Release;
  612. };
  613. /* End XCBuildConfiguration section */
  614. /* Begin XCConfigurationList section */
  615. 662658E51DCB8CF300872F6C /* Build configuration list for PBXProject "TunneledWebView" */ = {
  616. isa = XCConfigurationList;
  617. buildConfigurations = (
  618. 662659101DCB8CF400872F6C /* Debug */,
  619. 662659111DCB8CF400872F6C /* Release */,
  620. );
  621. defaultConfigurationIsVisible = 0;
  622. defaultConfigurationName = Release;
  623. };
  624. 662659121DCB8CF400872F6C /* Build configuration list for PBXNativeTarget "TunneledWebView" */ = {
  625. isa = XCConfigurationList;
  626. buildConfigurations = (
  627. 662659131DCB8CF400872F6C /* Debug */,
  628. 662659141DCB8CF400872F6C /* Release */,
  629. );
  630. defaultConfigurationIsVisible = 0;
  631. defaultConfigurationName = Release;
  632. };
  633. 662659151DCB8CF400872F6C /* Build configuration list for PBXNativeTarget "TunneledWebViewTests" */ = {
  634. isa = XCConfigurationList;
  635. buildConfigurations = (
  636. 662659161DCB8CF400872F6C /* Debug */,
  637. 662659171DCB8CF400872F6C /* Release */,
  638. );
  639. defaultConfigurationIsVisible = 0;
  640. defaultConfigurationName = Release;
  641. };
  642. 662659181DCB8CF400872F6C /* Build configuration list for PBXNativeTarget "TunneledWebViewUITests" */ = {
  643. isa = XCConfigurationList;
  644. buildConfigurations = (
  645. 662659191DCB8CF400872F6C /* Debug */,
  646. 6626591A1DCB8CF400872F6C /* Release */,
  647. );
  648. defaultConfigurationIsVisible = 0;
  649. defaultConfigurationName = Release;
  650. };
  651. /* End XCConfigurationList section */
  652. };
  653. rootObject = 662658E21DCB8CF300872F6C /* Project object */;
  654. }