您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

project.pbxproj 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. C6A34249204DF18000E062DD /* WebRTC.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C6A34247204DF18000E062DD /* WebRTC.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  10. C6A3424C204DF98E00E062DD /* JitsiViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6A3424B204DF98E00E062DD /* JitsiViewController.swift */; };
  11. C6F99C3B204DE6BE0001F710 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6F99C3A204DE6BE0001F710 /* AppDelegate.swift */; };
  12. C6F99C3D204DE6BE0001F710 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6F99C3C204DE6BE0001F710 /* ViewController.swift */; };
  13. C6F99C40204DE6BE0001F710 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C6F99C3E204DE6BE0001F710 /* Main.storyboard */; };
  14. C6F99C42204DE6BE0001F710 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C6F99C41204DE6BE0001F710 /* Assets.xcassets */; };
  15. C6F99C45204DE6BE0001F710 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C6F99C43204DE6BE0001F710 /* LaunchScreen.storyboard */; };
  16. C6F99C60204DEDC10001F710 /* JitsiMeet.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C6F99C4F204DE79F0001F710 /* JitsiMeet.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXCopyFilesBuildPhase section */
  19. C6F99C61204DEDC20001F710 /* Embed Frameworks */ = {
  20. isa = PBXCopyFilesBuildPhase;
  21. buildActionMask = 2147483647;
  22. dstPath = "";
  23. dstSubfolderSpec = 10;
  24. files = (
  25. C6F99C60204DEDC10001F710 /* JitsiMeet.framework in Embed Frameworks */,
  26. C6A34249204DF18000E062DD /* WebRTC.framework in Embed Frameworks */,
  27. );
  28. name = "Embed Frameworks";
  29. runOnlyForDeploymentPostprocessing = 0;
  30. };
  31. /* End PBXCopyFilesBuildPhase section */
  32. /* Begin PBXFileReference section */
  33. C6A34247204DF18000E062DD /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../../node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
  34. C6A3424B204DF98E00E062DD /* JitsiViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JitsiViewController.swift; sourceTree = "<group>"; };
  35. C6F99C37204DE6BE0001F710 /* PiPApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PiPApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
  36. C6F99C3A204DE6BE0001F710 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  37. C6F99C3C204DE6BE0001F710 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  38. C6F99C3F204DE6BE0001F710 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  39. C6F99C41204DE6BE0001F710 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  40. C6F99C44204DE6BE0001F710 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  41. C6F99C46204DE6BE0001F710 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  42. C6F99C4F204DE79F0001F710 /* JitsiMeet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = JitsiMeet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  43. /* End PBXFileReference section */
  44. /* Begin PBXFrameworksBuildPhase section */
  45. C6F99C34204DE6BE0001F710 /* Frameworks */ = {
  46. isa = PBXFrameworksBuildPhase;
  47. buildActionMask = 2147483647;
  48. files = (
  49. );
  50. runOnlyForDeploymentPostprocessing = 0;
  51. };
  52. /* End PBXFrameworksBuildPhase section */
  53. /* Begin PBXGroup section */
  54. C6F99C2E204DE6BE0001F710 = {
  55. isa = PBXGroup;
  56. children = (
  57. C6F99C4D204DE79F0001F710 /* Frameworks */,
  58. C6F99C38204DE6BE0001F710 /* Products */,
  59. C6F99C4C204DE7230001F710 /* src */,
  60. );
  61. sourceTree = "<group>";
  62. };
  63. C6F99C38204DE6BE0001F710 /* Products */ = {
  64. isa = PBXGroup;
  65. children = (
  66. C6F99C37204DE6BE0001F710 /* PiPApp.app */,
  67. );
  68. name = Products;
  69. sourceTree = "<group>";
  70. };
  71. C6F99C4C204DE7230001F710 /* src */ = {
  72. isa = PBXGroup;
  73. children = (
  74. C6F99C3A204DE6BE0001F710 /* AppDelegate.swift */,
  75. C6F99C3C204DE6BE0001F710 /* ViewController.swift */,
  76. C6A3424B204DF98E00E062DD /* JitsiViewController.swift */,
  77. C6F99C3E204DE6BE0001F710 /* Main.storyboard */,
  78. C6F99C41204DE6BE0001F710 /* Assets.xcassets */,
  79. C6F99C43204DE6BE0001F710 /* LaunchScreen.storyboard */,
  80. C6F99C46204DE6BE0001F710 /* Info.plist */,
  81. );
  82. path = src;
  83. sourceTree = "<group>";
  84. };
  85. C6F99C4D204DE79F0001F710 /* Frameworks */ = {
  86. isa = PBXGroup;
  87. children = (
  88. C6F99C4F204DE79F0001F710 /* JitsiMeet.framework */,
  89. C6A34247204DF18000E062DD /* WebRTC.framework */,
  90. );
  91. name = Frameworks;
  92. sourceTree = "<group>";
  93. };
  94. /* End PBXGroup section */
  95. /* Begin PBXNativeTarget section */
  96. C6F99C36204DE6BE0001F710 /* PiPApp */ = {
  97. isa = PBXNativeTarget;
  98. buildConfigurationList = C6F99C49204DE6BE0001F710 /* Build configuration list for PBXNativeTarget "PiPApp" */;
  99. buildPhases = (
  100. C6F99C33204DE6BE0001F710 /* Sources */,
  101. C6F99C34204DE6BE0001F710 /* Frameworks */,
  102. C6F99C61204DEDC20001F710 /* Embed Frameworks */,
  103. C6F99C35204DE6BE0001F710 /* Resources */,
  104. C6F99C62204DEFFE0001F710 /* Run React Packager */,
  105. C6A3424A204DF91D00E062DD /* Run Adjust ATS for loading JS bundle */,
  106. );
  107. buildRules = (
  108. );
  109. dependencies = (
  110. );
  111. name = PiPApp;
  112. productName = ExampleAppUsingJitsiWithPiP;
  113. productReference = C6F99C37204DE6BE0001F710 /* PiPApp.app */;
  114. productType = "com.apple.product-type.application";
  115. };
  116. /* End PBXNativeTarget section */
  117. /* Begin PBXProject section */
  118. C6F99C2F204DE6BE0001F710 /* Project object */ = {
  119. isa = PBXProject;
  120. attributes = {
  121. LastSwiftUpdateCheck = 0920;
  122. LastUpgradeCheck = 0920;
  123. ORGANIZATIONNAME = "Atlassian Inc";
  124. TargetAttributes = {
  125. C6F99C36204DE6BE0001F710 = {
  126. CreatedOnToolsVersion = 9.2;
  127. ProvisioningStyle = Automatic;
  128. };
  129. };
  130. };
  131. buildConfigurationList = C6F99C32204DE6BE0001F710 /* Build configuration list for PBXProject "PiPApp" */;
  132. compatibilityVersion = "Xcode 8.0";
  133. developmentRegion = en;
  134. hasScannedForEncodings = 0;
  135. knownRegions = (
  136. en,
  137. Base,
  138. );
  139. mainGroup = C6F99C2E204DE6BE0001F710;
  140. productRefGroup = C6F99C38204DE6BE0001F710 /* Products */;
  141. projectDirPath = "";
  142. projectRoot = "";
  143. targets = (
  144. C6F99C36204DE6BE0001F710 /* PiPApp */,
  145. );
  146. };
  147. /* End PBXProject section */
  148. /* Begin PBXResourcesBuildPhase section */
  149. C6F99C35204DE6BE0001F710 /* Resources */ = {
  150. isa = PBXResourcesBuildPhase;
  151. buildActionMask = 2147483647;
  152. files = (
  153. C6F99C45204DE6BE0001F710 /* LaunchScreen.storyboard in Resources */,
  154. C6F99C42204DE6BE0001F710 /* Assets.xcassets in Resources */,
  155. C6F99C40204DE6BE0001F710 /* Main.storyboard in Resources */,
  156. );
  157. runOnlyForDeploymentPostprocessing = 0;
  158. };
  159. /* End PBXResourcesBuildPhase section */
  160. /* Begin PBXShellScriptBuildPhase section */
  161. C6A3424A204DF91D00E062DD /* Run Adjust ATS for loading JS bundle */ = {
  162. isa = PBXShellScriptBuildPhase;
  163. buildActionMask = 2147483647;
  164. files = (
  165. );
  166. inputPaths = (
  167. );
  168. name = "Run Adjust ATS for loading JS bundle";
  169. outputPaths = (
  170. );
  171. runOnlyForDeploymentPostprocessing = 0;
  172. shellPath = /bin/sh;
  173. shellScript = "../scripts/fixup-ats.sh";
  174. };
  175. C6F99C62204DEFFE0001F710 /* Run React Packager */ = {
  176. isa = PBXShellScriptBuildPhase;
  177. buildActionMask = 2147483647;
  178. files = (
  179. );
  180. inputPaths = (
  181. );
  182. name = "Run React Packager";
  183. outputPaths = (
  184. );
  185. runOnlyForDeploymentPostprocessing = 0;
  186. shellPath = /bin/sh;
  187. shellScript = "../scripts/run-packager.sh";
  188. };
  189. /* End PBXShellScriptBuildPhase section */
  190. /* Begin PBXSourcesBuildPhase section */
  191. C6F99C33204DE6BE0001F710 /* Sources */ = {
  192. isa = PBXSourcesBuildPhase;
  193. buildActionMask = 2147483647;
  194. files = (
  195. C6F99C3D204DE6BE0001F710 /* ViewController.swift in Sources */,
  196. C6F99C3B204DE6BE0001F710 /* AppDelegate.swift in Sources */,
  197. C6A3424C204DF98E00E062DD /* JitsiViewController.swift in Sources */,
  198. );
  199. runOnlyForDeploymentPostprocessing = 0;
  200. };
  201. /* End PBXSourcesBuildPhase section */
  202. /* Begin PBXVariantGroup section */
  203. C6F99C3E204DE6BE0001F710 /* Main.storyboard */ = {
  204. isa = PBXVariantGroup;
  205. children = (
  206. C6F99C3F204DE6BE0001F710 /* Base */,
  207. );
  208. name = Main.storyboard;
  209. sourceTree = "<group>";
  210. };
  211. C6F99C43204DE6BE0001F710 /* LaunchScreen.storyboard */ = {
  212. isa = PBXVariantGroup;
  213. children = (
  214. C6F99C44204DE6BE0001F710 /* Base */,
  215. );
  216. name = LaunchScreen.storyboard;
  217. sourceTree = "<group>";
  218. };
  219. /* End PBXVariantGroup section */
  220. /* Begin XCBuildConfiguration section */
  221. C6F99C47204DE6BE0001F710 /* Debug */ = {
  222. isa = XCBuildConfiguration;
  223. buildSettings = {
  224. ALWAYS_SEARCH_USER_PATHS = NO;
  225. CLANG_ANALYZER_NONNULL = YES;
  226. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  227. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  228. CLANG_CXX_LIBRARY = "libc++";
  229. CLANG_ENABLE_MODULES = YES;
  230. CLANG_ENABLE_OBJC_ARC = YES;
  231. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  232. CLANG_WARN_BOOL_CONVERSION = YES;
  233. CLANG_WARN_COMMA = YES;
  234. CLANG_WARN_CONSTANT_CONVERSION = YES;
  235. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  236. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  237. CLANG_WARN_EMPTY_BODY = YES;
  238. CLANG_WARN_ENUM_CONVERSION = YES;
  239. CLANG_WARN_INFINITE_RECURSION = YES;
  240. CLANG_WARN_INT_CONVERSION = YES;
  241. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  242. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  243. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  244. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  245. CLANG_WARN_STRICT_PROTOTYPES = YES;
  246. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  247. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  248. CLANG_WARN_UNREACHABLE_CODE = YES;
  249. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  250. CODE_SIGN_IDENTITY = "iPhone Developer";
  251. COPY_PHASE_STRIP = NO;
  252. DEBUG_INFORMATION_FORMAT = dwarf;
  253. ENABLE_STRICT_OBJC_MSGSEND = YES;
  254. ENABLE_TESTABILITY = YES;
  255. GCC_C_LANGUAGE_STANDARD = gnu11;
  256. GCC_DYNAMIC_NO_PIC = NO;
  257. GCC_NO_COMMON_BLOCKS = YES;
  258. GCC_OPTIMIZATION_LEVEL = 0;
  259. GCC_PREPROCESSOR_DEFINITIONS = (
  260. "DEBUG=1",
  261. "$(inherited)",
  262. );
  263. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  264. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  265. GCC_WARN_UNDECLARED_SELECTOR = YES;
  266. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  267. GCC_WARN_UNUSED_FUNCTION = YES;
  268. GCC_WARN_UNUSED_VARIABLE = YES;
  269. IPHONEOS_DEPLOYMENT_TARGET = 11.2;
  270. MTL_ENABLE_DEBUG_INFO = YES;
  271. ONLY_ACTIVE_ARCH = YES;
  272. SDKROOT = iphoneos;
  273. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  274. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  275. };
  276. name = Debug;
  277. };
  278. C6F99C48204DE6BE0001F710 /* Release */ = {
  279. isa = XCBuildConfiguration;
  280. buildSettings = {
  281. ALWAYS_SEARCH_USER_PATHS = NO;
  282. CLANG_ANALYZER_NONNULL = YES;
  283. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  284. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  285. CLANG_CXX_LIBRARY = "libc++";
  286. CLANG_ENABLE_MODULES = YES;
  287. CLANG_ENABLE_OBJC_ARC = YES;
  288. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  289. CLANG_WARN_BOOL_CONVERSION = YES;
  290. CLANG_WARN_COMMA = YES;
  291. CLANG_WARN_CONSTANT_CONVERSION = YES;
  292. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  293. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  294. CLANG_WARN_EMPTY_BODY = YES;
  295. CLANG_WARN_ENUM_CONVERSION = YES;
  296. CLANG_WARN_INFINITE_RECURSION = YES;
  297. CLANG_WARN_INT_CONVERSION = YES;
  298. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  299. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  300. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  301. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  302. CLANG_WARN_STRICT_PROTOTYPES = YES;
  303. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  304. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  305. CLANG_WARN_UNREACHABLE_CODE = YES;
  306. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  307. CODE_SIGN_IDENTITY = "iPhone Developer";
  308. COPY_PHASE_STRIP = NO;
  309. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  310. ENABLE_NS_ASSERTIONS = NO;
  311. ENABLE_STRICT_OBJC_MSGSEND = YES;
  312. GCC_C_LANGUAGE_STANDARD = gnu11;
  313. GCC_NO_COMMON_BLOCKS = YES;
  314. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  315. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  316. GCC_WARN_UNDECLARED_SELECTOR = YES;
  317. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  318. GCC_WARN_UNUSED_FUNCTION = YES;
  319. GCC_WARN_UNUSED_VARIABLE = YES;
  320. IPHONEOS_DEPLOYMENT_TARGET = 11.2;
  321. MTL_ENABLE_DEBUG_INFO = NO;
  322. SDKROOT = iphoneos;
  323. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  324. VALIDATE_PRODUCT = YES;
  325. };
  326. name = Release;
  327. };
  328. C6F99C4A204DE6BE0001F710 /* Debug */ = {
  329. isa = XCBuildConfiguration;
  330. buildSettings = {
  331. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  332. CODE_SIGN_STYLE = Automatic;
  333. INFOPLIST_FILE = src/Info.plist;
  334. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  335. PRODUCT_BUNDLE_IDENTIFIER = com.jitsi.PiPApp;
  336. PRODUCT_NAME = "$(TARGET_NAME)";
  337. SWIFT_VERSION = 4.0;
  338. TARGETED_DEVICE_FAMILY = "1,2";
  339. };
  340. name = Debug;
  341. };
  342. C6F99C4B204DE6BE0001F710 /* Release */ = {
  343. isa = XCBuildConfiguration;
  344. buildSettings = {
  345. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  346. CODE_SIGN_STYLE = Automatic;
  347. INFOPLIST_FILE = src/Info.plist;
  348. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  349. PRODUCT_BUNDLE_IDENTIFIER = com.jitsi.PiPApp;
  350. PRODUCT_NAME = "$(TARGET_NAME)";
  351. SWIFT_VERSION = 4.0;
  352. TARGETED_DEVICE_FAMILY = "1,2";
  353. };
  354. name = Release;
  355. };
  356. /* End XCBuildConfiguration section */
  357. /* Begin XCConfigurationList section */
  358. C6F99C32204DE6BE0001F710 /* Build configuration list for PBXProject "PiPApp" */ = {
  359. isa = XCConfigurationList;
  360. buildConfigurations = (
  361. C6F99C47204DE6BE0001F710 /* Debug */,
  362. C6F99C48204DE6BE0001F710 /* Release */,
  363. );
  364. defaultConfigurationIsVisible = 0;
  365. defaultConfigurationName = Release;
  366. };
  367. C6F99C49204DE6BE0001F710 /* Build configuration list for PBXNativeTarget "PiPApp" */ = {
  368. isa = XCConfigurationList;
  369. buildConfigurations = (
  370. C6F99C4A204DE6BE0001F710 /* Debug */,
  371. C6F99C4B204DE6BE0001F710 /* Release */,
  372. );
  373. defaultConfigurationIsVisible = 0;
  374. defaultConfigurationName = Release;
  375. };
  376. /* End XCConfigurationList section */
  377. };
  378. rootObject = C6F99C2F204DE6BE0001F710 /* Project object */;
  379. }