project.pbxproj 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
  10. 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
  11. 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
  12. 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; };
  13. 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; };
  14. 00E356F31AD99517003FC87E /* MastodonTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* MastodonTests.m */; };
  15. 015C5278685A4ED195A2D5E9 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B53939AAA620458FBAA766EF /* Ionicons.ttf */; };
  16. 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
  17. 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
  18. 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; };
  19. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  20. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
  21. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  22. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  23. 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
  24. 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
  25. 272EDDC899FB41549D8AC54F /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 51B6390CA46B4B73A83DA476 /* libRNVectorIcons.a */; };
  26. 3062C36443D34655B9D75D2B /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C9D926DC5014450FAEC7E291 /* FontAwesome.ttf */; };
  27. 32412C1BD548453BA4CB0795 /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 980E729ED519499597C0CBF6 /* Entypo.ttf */; };
  28. 45D1664F2A294E1DA1995AE1 /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F14D244CB944462DB7EB6D89 /* Foundation.ttf */; };
  29. 4D8D3C7DFC8F4249A4570A8A /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A8707B7BFFE247B2ACC4CC22 /* Zocial.ttf */; };
  30. 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
  31. 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
  32. A355D487FD8E4F369F0E85D7 /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3A2FB8662D014593B4564962 /* MaterialIcons.ttf */; };
  33. BBC03267D3ED437DA6DB4605 /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D3FBD86412674841A74E7658 /* Octicons.ttf */; };
  34. DEDAF621FA5F4F4CA2293D61 /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A579844EAA044014B68005FB /* EvilIcons.ttf */; };
  35. FBDB3D2B32AE42A2BBEBF1FE /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 305876578A0842058A10B75F /* SimpleLineIcons.ttf */; };
  36. /* End PBXBuildFile section */
  37. /* Begin PBXContainerItemProxy section */
  38. 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */ = {
  39. isa = PBXContainerItemProxy;
  40. containerPortal = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  41. proxyType = 2;
  42. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  43. remoteInfo = RCTActionSheet;
  44. };
  45. 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */ = {
  46. isa = PBXContainerItemProxy;
  47. containerPortal = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
  48. proxyType = 2;
  49. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  50. remoteInfo = RCTGeolocation;
  51. };
  52. 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */ = {
  53. isa = PBXContainerItemProxy;
  54. containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  55. proxyType = 2;
  56. remoteGlobalIDString = 58B5115D1A9E6B3D00147676;
  57. remoteInfo = RCTImage;
  58. };
  59. 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */ = {
  60. isa = PBXContainerItemProxy;
  61. containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  62. proxyType = 2;
  63. remoteGlobalIDString = 58B511DB1A9E6C8500147676;
  64. remoteInfo = RCTNetwork;
  65. };
  66. 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */ = {
  67. isa = PBXContainerItemProxy;
  68. containerPortal = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  69. proxyType = 2;
  70. remoteGlobalIDString = 832C81801AAF6DEF007FA2F7;
  71. remoteInfo = RCTVibration;
  72. };
  73. 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
  74. isa = PBXContainerItemProxy;
  75. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  76. proxyType = 1;
  77. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  78. remoteInfo = Mastodon;
  79. };
  80. 074975FC1E3E3CBA0031CF7A /* PBXContainerItemProxy */ = {
  81. isa = PBXContainerItemProxy;
  82. containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  83. proxyType = 2;
  84. remoteGlobalIDString = 2D2A283A1D9B042B00D4039D;
  85. remoteInfo = "RCTImage-tvOS";
  86. };
  87. 074976001E3E3CBA0031CF7A /* PBXContainerItemProxy */ = {
  88. isa = PBXContainerItemProxy;
  89. containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  90. proxyType = 2;
  91. remoteGlobalIDString = 2D2A28471D9B043800D4039D;
  92. remoteInfo = "RCTLinking-tvOS";
  93. };
  94. 074976041E3E3CBA0031CF7A /* PBXContainerItemProxy */ = {
  95. isa = PBXContainerItemProxy;
  96. containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  97. proxyType = 2;
  98. remoteGlobalIDString = 2D2A28541D9B044C00D4039D;
  99. remoteInfo = "RCTNetwork-tvOS";
  100. };
  101. 074976081E3E3CBA0031CF7A /* PBXContainerItemProxy */ = {
  102. isa = PBXContainerItemProxy;
  103. containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  104. proxyType = 2;
  105. remoteGlobalIDString = 2D2A28611D9B046600D4039D;
  106. remoteInfo = "RCTSettings-tvOS";
  107. };
  108. 0749760C1E3E3CBA0031CF7A /* PBXContainerItemProxy */ = {
  109. isa = PBXContainerItemProxy;
  110. containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  111. proxyType = 2;
  112. remoteGlobalIDString = 2D2A287B1D9B048500D4039D;
  113. remoteInfo = "RCTText-tvOS";
  114. };
  115. 074976111E3E3CBA0031CF7A /* PBXContainerItemProxy */ = {
  116. isa = PBXContainerItemProxy;
  117. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  118. proxyType = 2;
  119. remoteGlobalIDString = 2D2A28881D9B049200D4039D;
  120. remoteInfo = "RCTWebSocket-tvOS";
  121. };
  122. 074976151E3E3CBA0031CF7A /* PBXContainerItemProxy */ = {
  123. isa = PBXContainerItemProxy;
  124. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  125. proxyType = 2;
  126. remoteGlobalIDString = 2D2A28131D9B038B00D4039D;
  127. remoteInfo = "React-tvOS";
  128. };
  129. 074976181E3E3CBA0031CF7A /* PBXContainerItemProxy */ = {
  130. isa = PBXContainerItemProxy;
  131. containerPortal = 8C40FCA90573430C926432E1 /* RNVectorIcons.xcodeproj */;
  132. proxyType = 2;
  133. remoteGlobalIDString = 5DBEB1501B18CEA900B34395;
  134. remoteInfo = RNVectorIcons;
  135. };
  136. 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = {
  137. isa = PBXContainerItemProxy;
  138. containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  139. proxyType = 2;
  140. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  141. remoteInfo = RCTSettings;
  142. };
  143. 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */ = {
  144. isa = PBXContainerItemProxy;
  145. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  146. proxyType = 2;
  147. remoteGlobalIDString = 3C86DF461ADF2C930047B81A;
  148. remoteInfo = RCTWebSocket;
  149. };
  150. 146834031AC3E56700842450 /* PBXContainerItemProxy */ = {
  151. isa = PBXContainerItemProxy;
  152. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  153. proxyType = 2;
  154. remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192;
  155. remoteInfo = React;
  156. };
  157. 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = {
  158. isa = PBXContainerItemProxy;
  159. containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
  160. proxyType = 2;
  161. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  162. remoteInfo = RCTAnimation;
  163. };
  164. 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = {
  165. isa = PBXContainerItemProxy;
  166. containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
  167. proxyType = 2;
  168. remoteGlobalIDString = 2D2A28201D9B03D100D4039D;
  169. remoteInfo = "RCTAnimation-tvOS";
  170. };
  171. 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = {
  172. isa = PBXContainerItemProxy;
  173. containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  174. proxyType = 2;
  175. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  176. remoteInfo = RCTLinking;
  177. };
  178. 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = {
  179. isa = PBXContainerItemProxy;
  180. containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  181. proxyType = 2;
  182. remoteGlobalIDString = 58B5119B1A9E6C1200147676;
  183. remoteInfo = RCTText;
  184. };
  185. /* End PBXContainerItemProxy section */
  186. /* Begin PBXFileReference section */
  187. 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
  188. 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
  189. 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = "<group>"; };
  190. 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
  191. 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = "<group>"; };
  192. 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = "<group>"; };
  193. 00E356EE1AD99517003FC87E /* MastodonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MastodonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  194. 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  195. 00E356F21AD99517003FC87E /* MastodonTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MastodonTests.m; sourceTree = "<group>"; };
  196. 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
  197. 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
  198. 13B07F961A680F5B00A75B9A /* Mastodon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mastodon.app; sourceTree = BUILT_PRODUCTS_DIR; };
  199. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Mastodon/AppDelegate.h; sourceTree = "<group>"; };
  200. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Mastodon/AppDelegate.m; sourceTree = "<group>"; };
  201. 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  202. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Mastodon/Images.xcassets; sourceTree = "<group>"; };
  203. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Mastodon/Info.plist; sourceTree = "<group>"; };
  204. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Mastodon/main.m; sourceTree = "<group>"; };
  205. 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
  206. 305876578A0842058A10B75F /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = "<group>"; };
  207. 3A2FB8662D014593B4564962 /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = "<group>"; };
  208. 51B6390CA46B4B73A83DA476 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNVectorIcons.a; sourceTree = "<group>"; };
  209. 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
  210. 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
  211. 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
  212. 8C40FCA90573430C926432E1 /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = "<group>"; };
  213. 980E729ED519499597C0CBF6 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = "<group>"; };
  214. A579844EAA044014B68005FB /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = "<group>"; };
  215. A8707B7BFFE247B2ACC4CC22 /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = "<group>"; };
  216. B53939AAA620458FBAA766EF /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = "<group>"; };
  217. C9D926DC5014450FAEC7E291 /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; };
  218. D3FBD86412674841A74E7658 /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = "<group>"; };
  219. F14D244CB944462DB7EB6D89 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = "<group>"; };
  220. /* End PBXFileReference section */
  221. /* Begin PBXFrameworksBuildPhase section */
  222. 00E356EB1AD99517003FC87E /* Frameworks */ = {
  223. isa = PBXFrameworksBuildPhase;
  224. buildActionMask = 2147483647;
  225. files = (
  226. 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */,
  227. );
  228. runOnlyForDeploymentPostprocessing = 0;
  229. };
  230. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  231. isa = PBXFrameworksBuildPhase;
  232. buildActionMask = 2147483647;
  233. files = (
  234. 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */,
  235. 146834051AC3E58100842450 /* libReact.a in Frameworks */,
  236. 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
  237. 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
  238. 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */,
  239. 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */,
  240. 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */,
  241. 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */,
  242. 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
  243. 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
  244. 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
  245. 272EDDC899FB41549D8AC54F /* libRNVectorIcons.a in Frameworks */,
  246. );
  247. runOnlyForDeploymentPostprocessing = 0;
  248. };
  249. /* End PBXFrameworksBuildPhase section */
  250. /* Begin PBXGroup section */
  251. 00C302A81ABCB8CE00DB3ED1 /* Products */ = {
  252. isa = PBXGroup;
  253. children = (
  254. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */,
  255. );
  256. name = Products;
  257. sourceTree = "<group>";
  258. };
  259. 00C302B61ABCB90400DB3ED1 /* Products */ = {
  260. isa = PBXGroup;
  261. children = (
  262. 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */,
  263. );
  264. name = Products;
  265. sourceTree = "<group>";
  266. };
  267. 00C302BC1ABCB91800DB3ED1 /* Products */ = {
  268. isa = PBXGroup;
  269. children = (
  270. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */,
  271. 074975FD1E3E3CBA0031CF7A /* libRCTImage-tvOS.a */,
  272. );
  273. name = Products;
  274. sourceTree = "<group>";
  275. };
  276. 00C302D41ABCB9D200DB3ED1 /* Products */ = {
  277. isa = PBXGroup;
  278. children = (
  279. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */,
  280. 074976051E3E3CBA0031CF7A /* libRCTNetwork-tvOS.a */,
  281. );
  282. name = Products;
  283. sourceTree = "<group>";
  284. };
  285. 00C302E01ABCB9EE00DB3ED1 /* Products */ = {
  286. isa = PBXGroup;
  287. children = (
  288. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */,
  289. );
  290. name = Products;
  291. sourceTree = "<group>";
  292. };
  293. 00E356EF1AD99517003FC87E /* MastodonTests */ = {
  294. isa = PBXGroup;
  295. children = (
  296. 00E356F21AD99517003FC87E /* MastodonTests.m */,
  297. 00E356F01AD99517003FC87E /* Supporting Files */,
  298. );
  299. path = MastodonTests;
  300. sourceTree = "<group>";
  301. };
  302. 00E356F01AD99517003FC87E /* Supporting Files */ = {
  303. isa = PBXGroup;
  304. children = (
  305. 00E356F11AD99517003FC87E /* Info.plist */,
  306. );
  307. name = "Supporting Files";
  308. sourceTree = "<group>";
  309. };
  310. 074975F41E3E3CB90031CF7A /* Products */ = {
  311. isa = PBXGroup;
  312. children = (
  313. 074976191E3E3CBA0031CF7A /* libRNVectorIcons.a */,
  314. );
  315. name = Products;
  316. sourceTree = "<group>";
  317. };
  318. 139105B71AF99BAD00B5F7CC /* Products */ = {
  319. isa = PBXGroup;
  320. children = (
  321. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */,
  322. 074976091E3E3CBA0031CF7A /* libRCTSettings-tvOS.a */,
  323. );
  324. name = Products;
  325. sourceTree = "<group>";
  326. };
  327. 139FDEE71B06529A00C62182 /* Products */ = {
  328. isa = PBXGroup;
  329. children = (
  330. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */,
  331. 074976121E3E3CBA0031CF7A /* libRCTWebSocket-tvOS.a */,
  332. );
  333. name = Products;
  334. sourceTree = "<group>";
  335. };
  336. 13B07FAE1A68108700A75B9A /* Mastodon */ = {
  337. isa = PBXGroup;
  338. children = (
  339. 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
  340. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  341. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  342. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  343. 13B07FB61A68108700A75B9A /* Info.plist */,
  344. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
  345. 13B07FB71A68108700A75B9A /* main.m */,
  346. );
  347. name = Mastodon;
  348. sourceTree = "<group>";
  349. };
  350. 146834001AC3E56700842450 /* Products */ = {
  351. isa = PBXGroup;
  352. children = (
  353. 146834041AC3E56700842450 /* libReact.a */,
  354. 074976161E3E3CBA0031CF7A /* libReact-tvOS.a */,
  355. );
  356. name = Products;
  357. sourceTree = "<group>";
  358. };
  359. 5E91572E1DD0AC6500FF2AA8 /* Products */ = {
  360. isa = PBXGroup;
  361. children = (
  362. 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */,
  363. 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation-tvOS.a */,
  364. );
  365. name = Products;
  366. sourceTree = "<group>";
  367. };
  368. 78C398B11ACF4ADC00677621 /* Products */ = {
  369. isa = PBXGroup;
  370. children = (
  371. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */,
  372. 074976011E3E3CBA0031CF7A /* libRCTLinking-tvOS.a */,
  373. );
  374. name = Products;
  375. sourceTree = "<group>";
  376. };
  377. 822DEE48B7B74C2384A64C94 /* Resources */ = {
  378. isa = PBXGroup;
  379. children = (
  380. 980E729ED519499597C0CBF6 /* Entypo.ttf */,
  381. A579844EAA044014B68005FB /* EvilIcons.ttf */,
  382. C9D926DC5014450FAEC7E291 /* FontAwesome.ttf */,
  383. F14D244CB944462DB7EB6D89 /* Foundation.ttf */,
  384. B53939AAA620458FBAA766EF /* Ionicons.ttf */,
  385. 3A2FB8662D014593B4564962 /* MaterialIcons.ttf */,
  386. D3FBD86412674841A74E7658 /* Octicons.ttf */,
  387. 305876578A0842058A10B75F /* SimpleLineIcons.ttf */,
  388. A8707B7BFFE247B2ACC4CC22 /* Zocial.ttf */,
  389. );
  390. name = Resources;
  391. sourceTree = "<group>";
  392. };
  393. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  394. isa = PBXGroup;
  395. children = (
  396. 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */,
  397. 146833FF1AC3E56700842450 /* React.xcodeproj */,
  398. 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
  399. 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
  400. 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */,
  401. 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */,
  402. 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */,
  403. 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */,
  404. 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
  405. 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
  406. 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
  407. 8C40FCA90573430C926432E1 /* RNVectorIcons.xcodeproj */,
  408. );
  409. name = Libraries;
  410. sourceTree = "<group>";
  411. };
  412. 832341B11AAA6A8300B99B32 /* Products */ = {
  413. isa = PBXGroup;
  414. children = (
  415. 832341B51AAA6A8300B99B32 /* libRCTText.a */,
  416. 0749760D1E3E3CBA0031CF7A /* libRCTText-tvOS.a */,
  417. );
  418. name = Products;
  419. sourceTree = "<group>";
  420. };
  421. 83CBB9F61A601CBA00E9B192 = {
  422. isa = PBXGroup;
  423. children = (
  424. 13B07FAE1A68108700A75B9A /* Mastodon */,
  425. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  426. 00E356EF1AD99517003FC87E /* MastodonTests */,
  427. 83CBBA001A601CBA00E9B192 /* Products */,
  428. 822DEE48B7B74C2384A64C94 /* Resources */,
  429. );
  430. indentWidth = 2;
  431. sourceTree = "<group>";
  432. tabWidth = 2;
  433. };
  434. 83CBBA001A601CBA00E9B192 /* Products */ = {
  435. isa = PBXGroup;
  436. children = (
  437. 13B07F961A680F5B00A75B9A /* Mastodon.app */,
  438. 00E356EE1AD99517003FC87E /* MastodonTests.xctest */,
  439. );
  440. name = Products;
  441. sourceTree = "<group>";
  442. };
  443. /* End PBXGroup section */
  444. /* Begin PBXNativeTarget section */
  445. 00E356ED1AD99517003FC87E /* MastodonTests */ = {
  446. isa = PBXNativeTarget;
  447. buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "MastodonTests" */;
  448. buildPhases = (
  449. 00E356EA1AD99517003FC87E /* Sources */,
  450. 00E356EB1AD99517003FC87E /* Frameworks */,
  451. 00E356EC1AD99517003FC87E /* Resources */,
  452. );
  453. buildRules = (
  454. );
  455. dependencies = (
  456. 00E356F51AD99517003FC87E /* PBXTargetDependency */,
  457. );
  458. name = MastodonTests;
  459. productName = MastodonTests;
  460. productReference = 00E356EE1AD99517003FC87E /* MastodonTests.xctest */;
  461. productType = "com.apple.product-type.bundle.unit-test";
  462. };
  463. 13B07F861A680F5B00A75B9A /* Mastodon */ = {
  464. isa = PBXNativeTarget;
  465. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Mastodon" */;
  466. buildPhases = (
  467. 13B07F871A680F5B00A75B9A /* Sources */,
  468. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  469. 13B07F8E1A680F5B00A75B9A /* Resources */,
  470. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  471. );
  472. buildRules = (
  473. );
  474. dependencies = (
  475. );
  476. name = Mastodon;
  477. productName = "Hello World";
  478. productReference = 13B07F961A680F5B00A75B9A /* Mastodon.app */;
  479. productType = "com.apple.product-type.application";
  480. };
  481. /* End PBXNativeTarget section */
  482. /* Begin PBXProject section */
  483. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  484. isa = PBXProject;
  485. attributes = {
  486. LastUpgradeCheck = 610;
  487. ORGANIZATIONNAME = Facebook;
  488. TargetAttributes = {
  489. 00E356ED1AD99517003FC87E = {
  490. CreatedOnToolsVersion = 6.2;
  491. TestTargetID = 13B07F861A680F5B00A75B9A;
  492. };
  493. };
  494. };
  495. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Mastodon" */;
  496. compatibilityVersion = "Xcode 3.2";
  497. developmentRegion = English;
  498. hasScannedForEncodings = 0;
  499. knownRegions = (
  500. en,
  501. Base,
  502. );
  503. mainGroup = 83CBB9F61A601CBA00E9B192;
  504. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  505. projectDirPath = "";
  506. projectReferences = (
  507. {
  508. ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */;
  509. ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  510. },
  511. {
  512. ProductGroup = 5E91572E1DD0AC6500FF2AA8 /* Products */;
  513. ProjectRef = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
  514. },
  515. {
  516. ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
  517. ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
  518. },
  519. {
  520. ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */;
  521. ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  522. },
  523. {
  524. ProductGroup = 78C398B11ACF4ADC00677621 /* Products */;
  525. ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  526. },
  527. {
  528. ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */;
  529. ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  530. },
  531. {
  532. ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */;
  533. ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  534. },
  535. {
  536. ProductGroup = 832341B11AAA6A8300B99B32 /* Products */;
  537. ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  538. },
  539. {
  540. ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */;
  541. ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  542. },
  543. {
  544. ProductGroup = 139FDEE71B06529A00C62182 /* Products */;
  545. ProjectRef = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  546. },
  547. {
  548. ProductGroup = 146834001AC3E56700842450 /* Products */;
  549. ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  550. },
  551. {
  552. ProductGroup = 074975F41E3E3CB90031CF7A /* Products */;
  553. ProjectRef = 8C40FCA90573430C926432E1 /* RNVectorIcons.xcodeproj */;
  554. },
  555. );
  556. projectRoot = "";
  557. targets = (
  558. 13B07F861A680F5B00A75B9A /* Mastodon */,
  559. 00E356ED1AD99517003FC87E /* MastodonTests */,
  560. );
  561. };
  562. /* End PBXProject section */
  563. /* Begin PBXReferenceProxy section */
  564. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = {
  565. isa = PBXReferenceProxy;
  566. fileType = archive.ar;
  567. path = libRCTActionSheet.a;
  568. remoteRef = 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */;
  569. sourceTree = BUILT_PRODUCTS_DIR;
  570. };
  571. 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */ = {
  572. isa = PBXReferenceProxy;
  573. fileType = archive.ar;
  574. path = libRCTGeolocation.a;
  575. remoteRef = 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */;
  576. sourceTree = BUILT_PRODUCTS_DIR;
  577. };
  578. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */ = {
  579. isa = PBXReferenceProxy;
  580. fileType = archive.ar;
  581. path = libRCTImage.a;
  582. remoteRef = 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */;
  583. sourceTree = BUILT_PRODUCTS_DIR;
  584. };
  585. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */ = {
  586. isa = PBXReferenceProxy;
  587. fileType = archive.ar;
  588. path = libRCTNetwork.a;
  589. remoteRef = 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */;
  590. sourceTree = BUILT_PRODUCTS_DIR;
  591. };
  592. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */ = {
  593. isa = PBXReferenceProxy;
  594. fileType = archive.ar;
  595. path = libRCTVibration.a;
  596. remoteRef = 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */;
  597. sourceTree = BUILT_PRODUCTS_DIR;
  598. };
  599. 074975FD1E3E3CBA0031CF7A /* libRCTImage-tvOS.a */ = {
  600. isa = PBXReferenceProxy;
  601. fileType = archive.ar;
  602. path = "libRCTImage-tvOS.a";
  603. remoteRef = 074975FC1E3E3CBA0031CF7A /* PBXContainerItemProxy */;
  604. sourceTree = BUILT_PRODUCTS_DIR;
  605. };
  606. 074976011E3E3CBA0031CF7A /* libRCTLinking-tvOS.a */ = {
  607. isa = PBXReferenceProxy;
  608. fileType = archive.ar;
  609. path = "libRCTLinking-tvOS.a";
  610. remoteRef = 074976001E3E3CBA0031CF7A /* PBXContainerItemProxy */;
  611. sourceTree = BUILT_PRODUCTS_DIR;
  612. };
  613. 074976051E3E3CBA0031CF7A /* libRCTNetwork-tvOS.a */ = {
  614. isa = PBXReferenceProxy;
  615. fileType = archive.ar;
  616. path = "libRCTNetwork-tvOS.a";
  617. remoteRef = 074976041E3E3CBA0031CF7A /* PBXContainerItemProxy */;
  618. sourceTree = BUILT_PRODUCTS_DIR;
  619. };
  620. 074976091E3E3CBA0031CF7A /* libRCTSettings-tvOS.a */ = {
  621. isa = PBXReferenceProxy;
  622. fileType = archive.ar;
  623. path = "libRCTSettings-tvOS.a";
  624. remoteRef = 074976081E3E3CBA0031CF7A /* PBXContainerItemProxy */;
  625. sourceTree = BUILT_PRODUCTS_DIR;
  626. };
  627. 0749760D1E3E3CBA0031CF7A /* libRCTText-tvOS.a */ = {
  628. isa = PBXReferenceProxy;
  629. fileType = archive.ar;
  630. path = "libRCTText-tvOS.a";
  631. remoteRef = 0749760C1E3E3CBA0031CF7A /* PBXContainerItemProxy */;
  632. sourceTree = BUILT_PRODUCTS_DIR;
  633. };
  634. 074976121E3E3CBA0031CF7A /* libRCTWebSocket-tvOS.a */ = {
  635. isa = PBXReferenceProxy;
  636. fileType = archive.ar;
  637. path = "libRCTWebSocket-tvOS.a";
  638. remoteRef = 074976111E3E3CBA0031CF7A /* PBXContainerItemProxy */;
  639. sourceTree = BUILT_PRODUCTS_DIR;
  640. };
  641. 074976161E3E3CBA0031CF7A /* libReact-tvOS.a */ = {
  642. isa = PBXReferenceProxy;
  643. fileType = archive.ar;
  644. path = "libReact-tvOS.a";
  645. remoteRef = 074976151E3E3CBA0031CF7A /* PBXContainerItemProxy */;
  646. sourceTree = BUILT_PRODUCTS_DIR;
  647. };
  648. 074976191E3E3CBA0031CF7A /* libRNVectorIcons.a */ = {
  649. isa = PBXReferenceProxy;
  650. fileType = archive.ar;
  651. path = libRNVectorIcons.a;
  652. remoteRef = 074976181E3E3CBA0031CF7A /* PBXContainerItemProxy */;
  653. sourceTree = BUILT_PRODUCTS_DIR;
  654. };
  655. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */ = {
  656. isa = PBXReferenceProxy;
  657. fileType = archive.ar;
  658. path = libRCTSettings.a;
  659. remoteRef = 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */;
  660. sourceTree = BUILT_PRODUCTS_DIR;
  661. };
  662. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */ = {
  663. isa = PBXReferenceProxy;
  664. fileType = archive.ar;
  665. path = libRCTWebSocket.a;
  666. remoteRef = 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */;
  667. sourceTree = BUILT_PRODUCTS_DIR;
  668. };
  669. 146834041AC3E56700842450 /* libReact.a */ = {
  670. isa = PBXReferenceProxy;
  671. fileType = archive.ar;
  672. path = libReact.a;
  673. remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */;
  674. sourceTree = BUILT_PRODUCTS_DIR;
  675. };
  676. 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */ = {
  677. isa = PBXReferenceProxy;
  678. fileType = archive.ar;
  679. path = libRCTAnimation.a;
  680. remoteRef = 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */;
  681. sourceTree = BUILT_PRODUCTS_DIR;
  682. };
  683. 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation-tvOS.a */ = {
  684. isa = PBXReferenceProxy;
  685. fileType = archive.ar;
  686. path = "libRCTAnimation-tvOS.a";
  687. remoteRef = 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */;
  688. sourceTree = BUILT_PRODUCTS_DIR;
  689. };
  690. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
  691. isa = PBXReferenceProxy;
  692. fileType = archive.ar;
  693. path = libRCTLinking.a;
  694. remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */;
  695. sourceTree = BUILT_PRODUCTS_DIR;
  696. };
  697. 832341B51AAA6A8300B99B32 /* libRCTText.a */ = {
  698. isa = PBXReferenceProxy;
  699. fileType = archive.ar;
  700. path = libRCTText.a;
  701. remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
  702. sourceTree = BUILT_PRODUCTS_DIR;
  703. };
  704. /* End PBXReferenceProxy section */
  705. /* Begin PBXResourcesBuildPhase section */
  706. 00E356EC1AD99517003FC87E /* Resources */ = {
  707. isa = PBXResourcesBuildPhase;
  708. buildActionMask = 2147483647;
  709. files = (
  710. );
  711. runOnlyForDeploymentPostprocessing = 0;
  712. };
  713. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  714. isa = PBXResourcesBuildPhase;
  715. buildActionMask = 2147483647;
  716. files = (
  717. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  718. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  719. 32412C1BD548453BA4CB0795 /* Entypo.ttf in Resources */,
  720. DEDAF621FA5F4F4CA2293D61 /* EvilIcons.ttf in Resources */,
  721. 3062C36443D34655B9D75D2B /* FontAwesome.ttf in Resources */,
  722. 45D1664F2A294E1DA1995AE1 /* Foundation.ttf in Resources */,
  723. 015C5278685A4ED195A2D5E9 /* Ionicons.ttf in Resources */,
  724. A355D487FD8E4F369F0E85D7 /* MaterialIcons.ttf in Resources */,
  725. BBC03267D3ED437DA6DB4605 /* Octicons.ttf in Resources */,
  726. FBDB3D2B32AE42A2BBEBF1FE /* SimpleLineIcons.ttf in Resources */,
  727. 4D8D3C7DFC8F4249A4570A8A /* Zocial.ttf in Resources */,
  728. );
  729. runOnlyForDeploymentPostprocessing = 0;
  730. };
  731. /* End PBXResourcesBuildPhase section */
  732. /* Begin PBXShellScriptBuildPhase section */
  733. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  734. isa = PBXShellScriptBuildPhase;
  735. buildActionMask = 2147483647;
  736. files = (
  737. );
  738. inputPaths = (
  739. );
  740. name = "Bundle React Native code and images";
  741. outputPaths = (
  742. );
  743. runOnlyForDeploymentPostprocessing = 0;
  744. shellPath = /bin/sh;
  745. shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
  746. };
  747. /* End PBXShellScriptBuildPhase section */
  748. /* Begin PBXSourcesBuildPhase section */
  749. 00E356EA1AD99517003FC87E /* Sources */ = {
  750. isa = PBXSourcesBuildPhase;
  751. buildActionMask = 2147483647;
  752. files = (
  753. 00E356F31AD99517003FC87E /* MastodonTests.m in Sources */,
  754. );
  755. runOnlyForDeploymentPostprocessing = 0;
  756. };
  757. 13B07F871A680F5B00A75B9A /* Sources */ = {
  758. isa = PBXSourcesBuildPhase;
  759. buildActionMask = 2147483647;
  760. files = (
  761. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  762. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  763. );
  764. runOnlyForDeploymentPostprocessing = 0;
  765. };
  766. /* End PBXSourcesBuildPhase section */
  767. /* Begin PBXTargetDependency section */
  768. 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
  769. isa = PBXTargetDependency;
  770. target = 13B07F861A680F5B00A75B9A /* Mastodon */;
  771. targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
  772. };
  773. /* End PBXTargetDependency section */
  774. /* Begin PBXVariantGroup section */
  775. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  776. isa = PBXVariantGroup;
  777. children = (
  778. 13B07FB21A68108700A75B9A /* Base */,
  779. );
  780. name = LaunchScreen.xib;
  781. path = Mastodon;
  782. sourceTree = "<group>";
  783. };
  784. /* End PBXVariantGroup section */
  785. /* Begin XCBuildConfiguration section */
  786. 00E356F61AD99517003FC87E /* Debug */ = {
  787. isa = XCBuildConfiguration;
  788. buildSettings = {
  789. BUNDLE_LOADER = "$(TEST_HOST)";
  790. GCC_PREPROCESSOR_DEFINITIONS = (
  791. "DEBUG=1",
  792. "$(inherited)",
  793. );
  794. INFOPLIST_FILE = MastodonTests/Info.plist;
  795. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  796. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  797. LIBRARY_SEARCH_PATHS = (
  798. "$(inherited)",
  799. "\"$(SRCROOT)/$(TARGET_NAME)\"",
  800. );
  801. PRODUCT_NAME = "$(TARGET_NAME)";
  802. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Mastodon.app/Mastodon";
  803. };
  804. name = Debug;
  805. };
  806. 00E356F71AD99517003FC87E /* Release */ = {
  807. isa = XCBuildConfiguration;
  808. buildSettings = {
  809. BUNDLE_LOADER = "$(TEST_HOST)";
  810. COPY_PHASE_STRIP = NO;
  811. INFOPLIST_FILE = MastodonTests/Info.plist;
  812. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  813. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  814. LIBRARY_SEARCH_PATHS = (
  815. "$(inherited)",
  816. "\"$(SRCROOT)/$(TARGET_NAME)\"",
  817. );
  818. PRODUCT_NAME = "$(TARGET_NAME)";
  819. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Mastodon.app/Mastodon";
  820. };
  821. name = Release;
  822. };
  823. 13B07F941A680F5B00A75B9A /* Debug */ = {
  824. isa = XCBuildConfiguration;
  825. buildSettings = {
  826. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  827. CURRENT_PROJECT_VERSION = 1;
  828. DEAD_CODE_STRIPPING = NO;
  829. HEADER_SEARCH_PATHS = (
  830. "$(inherited)",
  831. "$(SRCROOT)/../node_modules/react-native/React/**",
  832. "$(SRCROOT)/../node_modules/react-native/ReactCommon/**",
  833. "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
  834. "$(SRCROOT)/../node_modules/react-native/Libraries/**",
  835. );
  836. INFOPLIST_FILE = Mastodon/Info.plist;
  837. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  838. OTHER_LDFLAGS = (
  839. "$(inherited)",
  840. "-ObjC",
  841. "-lc++",
  842. );
  843. PRODUCT_NAME = Mastodon;
  844. VERSIONING_SYSTEM = "apple-generic";
  845. };
  846. name = Debug;
  847. };
  848. 13B07F951A680F5B00A75B9A /* Release */ = {
  849. isa = XCBuildConfiguration;
  850. buildSettings = {
  851. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  852. CURRENT_PROJECT_VERSION = 1;
  853. HEADER_SEARCH_PATHS = (
  854. "$(inherited)",
  855. "$(SRCROOT)/../node_modules/react-native/React/**",
  856. "$(SRCROOT)/../node_modules/react-native/ReactCommon/**",
  857. "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
  858. "$(SRCROOT)/../node_modules/react-native/Libraries/**",
  859. );
  860. INFOPLIST_FILE = Mastodon/Info.plist;
  861. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  862. OTHER_LDFLAGS = (
  863. "$(inherited)",
  864. "-ObjC",
  865. "-lc++",
  866. );
  867. PRODUCT_NAME = Mastodon;
  868. VERSIONING_SYSTEM = "apple-generic";
  869. };
  870. name = Release;
  871. };
  872. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  873. isa = XCBuildConfiguration;
  874. buildSettings = {
  875. ALWAYS_SEARCH_USER_PATHS = NO;
  876. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  877. CLANG_CXX_LIBRARY = "libc++";
  878. CLANG_ENABLE_MODULES = YES;
  879. CLANG_ENABLE_OBJC_ARC = YES;
  880. CLANG_WARN_BOOL_CONVERSION = YES;
  881. CLANG_WARN_CONSTANT_CONVERSION = YES;
  882. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  883. CLANG_WARN_EMPTY_BODY = YES;
  884. CLANG_WARN_ENUM_CONVERSION = YES;
  885. CLANG_WARN_INT_CONVERSION = YES;
  886. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  887. CLANG_WARN_UNREACHABLE_CODE = YES;
  888. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  889. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  890. COPY_PHASE_STRIP = NO;
  891. ENABLE_STRICT_OBJC_MSGSEND = YES;
  892. GCC_C_LANGUAGE_STANDARD = gnu99;
  893. GCC_DYNAMIC_NO_PIC = NO;
  894. GCC_OPTIMIZATION_LEVEL = 0;
  895. GCC_PREPROCESSOR_DEFINITIONS = (
  896. "DEBUG=1",
  897. "$(inherited)",
  898. );
  899. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  900. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  901. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  902. GCC_WARN_UNDECLARED_SELECTOR = YES;
  903. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  904. GCC_WARN_UNUSED_FUNCTION = YES;
  905. GCC_WARN_UNUSED_VARIABLE = YES;
  906. HEADER_SEARCH_PATHS = (
  907. "$(inherited)",
  908. "$(SRCROOT)/../node_modules/react-native/React/**",
  909. "$(SRCROOT)/../node_modules/react-native/ReactCommon/**",
  910. "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
  911. );
  912. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  913. MTL_ENABLE_DEBUG_INFO = YES;
  914. ONLY_ACTIVE_ARCH = YES;
  915. SDKROOT = iphoneos;
  916. };
  917. name = Debug;
  918. };
  919. 83CBBA211A601CBA00E9B192 /* Release */ = {
  920. isa = XCBuildConfiguration;
  921. buildSettings = {
  922. ALWAYS_SEARCH_USER_PATHS = NO;
  923. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  924. CLANG_CXX_LIBRARY = "libc++";
  925. CLANG_ENABLE_MODULES = YES;
  926. CLANG_ENABLE_OBJC_ARC = YES;
  927. CLANG_WARN_BOOL_CONVERSION = YES;
  928. CLANG_WARN_CONSTANT_CONVERSION = YES;
  929. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  930. CLANG_WARN_EMPTY_BODY = YES;
  931. CLANG_WARN_ENUM_CONVERSION = YES;
  932. CLANG_WARN_INT_CONVERSION = YES;
  933. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  934. CLANG_WARN_UNREACHABLE_CODE = YES;
  935. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  936. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  937. COPY_PHASE_STRIP = YES;
  938. ENABLE_NS_ASSERTIONS = NO;
  939. ENABLE_STRICT_OBJC_MSGSEND = YES;
  940. GCC_C_LANGUAGE_STANDARD = gnu99;
  941. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  942. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  943. GCC_WARN_UNDECLARED_SELECTOR = YES;
  944. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  945. GCC_WARN_UNUSED_FUNCTION = YES;
  946. GCC_WARN_UNUSED_VARIABLE = YES;
  947. HEADER_SEARCH_PATHS = (
  948. "$(inherited)",
  949. "$(SRCROOT)/../node_modules/react-native/React/**",
  950. "$(SRCROOT)/../node_modules/react-native/ReactCommon/**",
  951. "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
  952. );
  953. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  954. MTL_ENABLE_DEBUG_INFO = NO;
  955. SDKROOT = iphoneos;
  956. VALIDATE_PRODUCT = YES;
  957. };
  958. name = Release;
  959. };
  960. /* End XCBuildConfiguration section */
  961. /* Begin XCConfigurationList section */
  962. 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "MastodonTests" */ = {
  963. isa = XCConfigurationList;
  964. buildConfigurations = (
  965. 00E356F61AD99517003FC87E /* Debug */,
  966. 00E356F71AD99517003FC87E /* Release */,
  967. );
  968. defaultConfigurationIsVisible = 0;
  969. defaultConfigurationName = Release;
  970. };
  971. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Mastodon" */ = {
  972. isa = XCConfigurationList;
  973. buildConfigurations = (
  974. 13B07F941A680F5B00A75B9A /* Debug */,
  975. 13B07F951A680F5B00A75B9A /* Release */,
  976. );
  977. defaultConfigurationIsVisible = 0;
  978. defaultConfigurationName = Release;
  979. };
  980. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Mastodon" */ = {
  981. isa = XCConfigurationList;
  982. buildConfigurations = (
  983. 83CBBA201A601CBA00E9B192 /* Debug */,
  984. 83CBBA211A601CBA00E9B192 /* Release */,
  985. );
  986. defaultConfigurationIsVisible = 0;
  987. defaultConfigurationName = Release;
  988. };
  989. /* End XCConfigurationList section */
  990. };
  991. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  992. }