project.pbxproj 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 291BFDC61BB9E85500FFB029 /* watchOS Example Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 291BFDC51BB9E85500FFB029 /* watchOS Example Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  10. 291BFDD51BB9E85500FFB029 /* watchOS Example.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 291BFDB91BB9E85400FFB029 /* watchOS Example.app */; };
  11. 291BFDEE1BB9E8C700FFB029 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 291BFDED1BB9E8C700FFB029 /* main.m */; };
  12. 291BFDF31BB9E8C700FFB029 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 291BFDF21BB9E8C700FFB029 /* Assets.xcassets */; };
  13. 291BFDFD1BB9E8E500FFB029 /* Post.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E6F19A1BB9DD7300A4466C /* Post.m */; };
  14. 291BFDFE1BB9E8E900FFB029 /* User.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E6F19C1BB9DD7300A4466C /* User.m */; };
  15. 291BFDFF1BB9E8EC00FFB029 /* AFAppDotNetAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E6F19F1BB9DD7300A4466C /* AFAppDotNetAPIClient.m */; };
  16. 291BFE0D1BB9EB3400FFB029 /* GlobalTimelineViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 291BFE091BB9EB3400FFB029 /* GlobalTimelineViewController.m */; };
  17. 291BFE0E1BB9EB3400FFB029 /* PostTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 291BFE0C1BB9EB3400FFB029 /* PostTableViewCell.m */; };
  18. 291BFE101BB9EC4900FFB029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 291BFE0F1BB9EC4900FFB029 /* MainMenu.xib */; };
  19. 291BFE181BB9ECEE00FFB029 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 291BFE171BB9ECEE00FFB029 /* AppDelegate.swift */; };
  20. 291BFE1A1BB9ECEE00FFB029 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 291BFE191BB9ECEE00FFB029 /* ViewController.swift */; };
  21. 291BFE1D1BB9ECEE00FFB029 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 291BFE1B1BB9ECEE00FFB029 /* Main.storyboard */; };
  22. 291BFE1F1BB9ECEE00FFB029 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 291BFE1E1BB9ECEE00FFB029 /* Assets.xcassets */; };
  23. 291BFE351BB9ED7F00FFB029 /* Gravatar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 291BFE341BB9ED7F00FFB029 /* Gravatar.swift */; };
  24. 291BFE371BB9EDD700FFB029 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 291BFE361BB9EDD700FFB029 /* UIKit.framework */; };
  25. 293206F41BD14AB50019EB9E /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 293206F31BD14AB50019EB9E /* AFNetworking.framework */; };
  26. 293206F51BD14AF50019EB9E /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 293206F31BD14AB50019EB9E /* AFNetworking.framework */; };
  27. 293206F61BD14B480019EB9E /* AFAppDotNetAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E6F19F1BB9DD7300A4466C /* AFAppDotNetAPIClient.m */; };
  28. 293206F71BD14B5C0019EB9E /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 293206F31BD14AB50019EB9E /* AFNetworking.framework */; };
  29. 29A3A1891BD14B8B00BB357F /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 293206F31BD14AB50019EB9E /* AFNetworking.framework */; };
  30. 29A3A18A1BD14BAA00BB357F /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 293206F31BD14AB50019EB9E /* AFNetworking.framework */; };
  31. 29E6F17A1BB9DCB500A4466C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E6F1791BB9DCB500A4466C /* main.m */; };
  32. 29E6F1A41BB9DD7300A4466C /* Post.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E6F19A1BB9DD7300A4466C /* Post.m */; };
  33. 29E6F1A51BB9DD7300A4466C /* User.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E6F19C1BB9DD7300A4466C /* User.m */; };
  34. 29E6F1A61BB9DD7300A4466C /* AFAppDotNetAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E6F19F1BB9DD7300A4466C /* AFAppDotNetAPIClient.m */; };
  35. 29E6F1AC1BB9DDB600A4466C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 29E6F1AB1BB9DDB600A4466C /* Assets.xcassets */; };
  36. 29E6F1E11BB9E03600A4466C /* Launchscreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 29E6F1E01BB9E03600A4466C /* Launchscreen.storyboard */; };
  37. 29E6F1E91BB9E37200A4466C /* NotificationCenter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29E6F1E81BB9E37200A4466C /* NotificationCenter.framework */; };
  38. 29E6F1ED1BB9E37200A4466C /* TodayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E6F1EC1BB9E37200A4466C /* TodayViewController.m */; };
  39. 29E6F1F01BB9E37200A4466C /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 29E6F1EE1BB9E37200A4466C /* MainInterface.storyboard */; };
  40. 29E6F1F41BB9E37200A4466C /* iOS Today Extension Example.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 29E6F1E61BB9E37200A4466C /* iOS Today Extension Example.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  41. 29E6F1F91BB9E56200A4466C /* Post.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E6F19A1BB9DD7300A4466C /* Post.m */; };
  42. 29E6F1FA1BB9E56500A4466C /* User.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E6F19C1BB9DD7300A4466C /* User.m */; };
  43. C2BFE0251C11870800BB258D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C2BFE0241C11870800BB258D /* AppDelegate.m */; };
  44. C2BFE0281C11872D00BB258D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C2BFE0271C11872D00BB258D /* AppDelegate.m */; };
  45. /* End PBXBuildFile section */
  46. /* Begin PBXContainerItemProxy section */
  47. 291BFDC71BB9E85500FFB029 /* PBXContainerItemProxy */ = {
  48. isa = PBXContainerItemProxy;
  49. containerPortal = 29E6F16B1BB9DA2E00A4466C /* Project object */;
  50. proxyType = 1;
  51. remoteGlobalIDString = 291BFDC41BB9E85500FFB029;
  52. remoteInfo = "watchOS Example Extension";
  53. };
  54. 291BFDD31BB9E85500FFB029 /* PBXContainerItemProxy */ = {
  55. isa = PBXContainerItemProxy;
  56. containerPortal = 29E6F16B1BB9DA2E00A4466C /* Project object */;
  57. proxyType = 1;
  58. remoteGlobalIDString = 291BFDB81BB9E85400FFB029;
  59. remoteInfo = "watchOS Example";
  60. };
  61. 29E6F1F21BB9E37200A4466C /* PBXContainerItemProxy */ = {
  62. isa = PBXContainerItemProxy;
  63. containerPortal = 29E6F16B1BB9DA2E00A4466C /* Project object */;
  64. proxyType = 1;
  65. remoteGlobalIDString = 29E6F1E51BB9E37200A4466C;
  66. remoteInfo = "Today Extension Example";
  67. };
  68. /* End PBXContainerItemProxy section */
  69. /* Begin PBXCopyFilesBuildPhase section */
  70. 291BFDD91BB9E85500FFB029 /* Embed App Extensions */ = {
  71. isa = PBXCopyFilesBuildPhase;
  72. buildActionMask = 2147483647;
  73. dstPath = "";
  74. dstSubfolderSpec = 13;
  75. files = (
  76. 291BFDC61BB9E85500FFB029 /* watchOS Example Extension.appex in Embed App Extensions */,
  77. );
  78. name = "Embed App Extensions";
  79. runOnlyForDeploymentPostprocessing = 0;
  80. };
  81. 29E6F1F81BB9E37200A4466C /* Embed App Extensions */ = {
  82. isa = PBXCopyFilesBuildPhase;
  83. buildActionMask = 2147483647;
  84. dstPath = "";
  85. dstSubfolderSpec = 13;
  86. files = (
  87. 29E6F1F41BB9E37200A4466C /* iOS Today Extension Example.appex in Embed App Extensions */,
  88. );
  89. name = "Embed App Extensions";
  90. runOnlyForDeploymentPostprocessing = 0;
  91. };
  92. 29E6F2321BB9E76B00A4466C /* Embed Watch Content */ = {
  93. isa = PBXCopyFilesBuildPhase;
  94. buildActionMask = 2147483647;
  95. dstPath = "$(CONTENTS_FOLDER_PATH)/Watch";
  96. dstSubfolderSpec = 16;
  97. files = (
  98. 291BFDD51BB9E85500FFB029 /* watchOS Example.app in Embed Watch Content */,
  99. );
  100. name = "Embed Watch Content";
  101. runOnlyForDeploymentPostprocessing = 0;
  102. };
  103. /* End PBXCopyFilesBuildPhase section */
  104. /* Begin PBXFileReference section */
  105. 291BFDB91BB9E85400FFB029 /* watchOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "watchOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  106. 291BFDC51BB9E85500FFB029 /* watchOS Example Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "watchOS Example Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
  107. 291BFDE71BB9E8C700FFB029 /* macOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "macOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  108. 291BFDED1BB9E8C700FFB029 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  109. 291BFDF21BB9E8C700FFB029 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  110. 291BFDF71BB9E8C700FFB029 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  111. 291BFE081BB9EB3400FFB029 /* GlobalTimelineViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GlobalTimelineViewController.h; sourceTree = "<group>"; };
  112. 291BFE091BB9EB3400FFB029 /* GlobalTimelineViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GlobalTimelineViewController.m; sourceTree = "<group>"; };
  113. 291BFE0B1BB9EB3400FFB029 /* PostTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PostTableViewCell.h; sourceTree = "<group>"; };
  114. 291BFE0C1BB9EB3400FFB029 /* PostTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PostTableViewCell.m; sourceTree = "<group>"; };
  115. 291BFE0F1BB9EC4900FFB029 /* MainMenu.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainMenu.xib; sourceTree = "<group>"; };
  116. 291BFE151BB9ECEE00FFB029 /* tvOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "tvOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  117. 291BFE171BB9ECEE00FFB029 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  118. 291BFE191BB9ECEE00FFB029 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  119. 291BFE1C1BB9ECEE00FFB029 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  120. 291BFE1E1BB9ECEE00FFB029 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  121. 291BFE201BB9ECEE00FFB029 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  122. 291BFE241BB9ED1500FFB029 /* AFNetworking tvOS Example-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AFNetworking tvOS Example-Bridging-Header.h"; sourceTree = "<group>"; };
  123. 291BFE341BB9ED7F00FFB029 /* Gravatar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Gravatar.swift; sourceTree = "<group>"; };
  124. 291BFE361BB9EDD700FFB029 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS9.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
  125. 293206F31BD14AB50019EB9E /* AFNetworking.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AFNetworking.framework; path = "../../../Library/Developer/Xcode/DerivedData/AFNetworking-hbehydqutbohligoayuglkztxayp/Build/Products/Debug-iphoneos/AFNetworking.framework"; sourceTree = "<group>"; };
  126. 29E6F1751BB9DCB500A4466C /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  127. 29E6F1791BB9DCB500A4466C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ../main.m; sourceTree = "<group>"; };
  128. 29E6F1991BB9DD7300A4466C /* Post.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Post.h; sourceTree = "<group>"; };
  129. 29E6F19A1BB9DD7300A4466C /* Post.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Post.m; sourceTree = "<group>"; };
  130. 29E6F19B1BB9DD7300A4466C /* User.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = User.h; sourceTree = "<group>"; };
  131. 29E6F19C1BB9DD7300A4466C /* User.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = User.m; sourceTree = "<group>"; };
  132. 29E6F19E1BB9DD7300A4466C /* AFAppDotNetAPIClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFAppDotNetAPIClient.h; sourceTree = "<group>"; };
  133. 29E6F19F1BB9DD7300A4466C /* AFAppDotNetAPIClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFAppDotNetAPIClient.m; sourceTree = "<group>"; };
  134. 29E6F1AB1BB9DDB600A4466C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  135. 29E6F1E01BB9E03600A4466C /* Launchscreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Launchscreen.storyboard; path = "iOS Example/Launchscreen.storyboard"; sourceTree = SOURCE_ROOT; };
  136. 29E6F1E61BB9E37200A4466C /* iOS Today Extension Example.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "iOS Today Extension Example.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
  137. 29E6F1E81BB9E37200A4466C /* NotificationCenter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NotificationCenter.framework; path = System/Library/Frameworks/NotificationCenter.framework; sourceTree = SDKROOT; };
  138. 29E6F1EB1BB9E37200A4466C /* TodayViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TodayViewController.h; sourceTree = "<group>"; };
  139. 29E6F1EC1BB9E37200A4466C /* TodayViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TodayViewController.m; sourceTree = "<group>"; };
  140. 29E6F1EF1BB9E37200A4466C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
  141. 29E6F1F11BB9E37200A4466C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  142. 29E6F20B1BB9E5FC00A4466C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  143. 29E6F2111BB9E76A00A4466C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
  144. 29E6F2131BB9E76A00A4466C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  145. 29E6F2151BB9E76A00A4466C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  146. 29E6F21F1BB9E76A00A4466C /* InterfaceController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InterfaceController.h; sourceTree = "<group>"; };
  147. 29E6F2201BB9E76A00A4466C /* InterfaceController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InterfaceController.m; sourceTree = "<group>"; };
  148. 29E6F2221BB9E76A00A4466C /* ExtensionDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExtensionDelegate.h; sourceTree = "<group>"; };
  149. 29E6F2231BB9E76A00A4466C /* ExtensionDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExtensionDelegate.m; sourceTree = "<group>"; };
  150. 29E6F2251BB9E76A00A4466C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  151. 29E6F2271BB9E76B00A4466C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  152. C2BFE0231C11870800BB258D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  153. C2BFE0241C11870800BB258D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  154. C2BFE0261C11872D00BB258D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  155. C2BFE0271C11872D00BB258D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  156. /* End PBXFileReference section */
  157. /* Begin PBXFrameworksBuildPhase section */
  158. 291BFDC21BB9E85500FFB029 /* Frameworks */ = {
  159. isa = PBXFrameworksBuildPhase;
  160. buildActionMask = 2147483647;
  161. files = (
  162. 293206F71BD14B5C0019EB9E /* AFNetworking.framework in Frameworks */,
  163. );
  164. runOnlyForDeploymentPostprocessing = 0;
  165. };
  166. 291BFDE41BB9E8C700FFB029 /* Frameworks */ = {
  167. isa = PBXFrameworksBuildPhase;
  168. buildActionMask = 2147483647;
  169. files = (
  170. 29A3A1891BD14B8B00BB357F /* AFNetworking.framework in Frameworks */,
  171. );
  172. runOnlyForDeploymentPostprocessing = 0;
  173. };
  174. 291BFE121BB9ECEE00FFB029 /* Frameworks */ = {
  175. isa = PBXFrameworksBuildPhase;
  176. buildActionMask = 2147483647;
  177. files = (
  178. 29A3A18A1BD14BAA00BB357F /* AFNetworking.framework in Frameworks */,
  179. 291BFE371BB9EDD700FFB029 /* UIKit.framework in Frameworks */,
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. };
  183. 29E6F1721BB9DCB500A4466C /* Frameworks */ = {
  184. isa = PBXFrameworksBuildPhase;
  185. buildActionMask = 2147483647;
  186. files = (
  187. 293206F41BD14AB50019EB9E /* AFNetworking.framework in Frameworks */,
  188. );
  189. runOnlyForDeploymentPostprocessing = 0;
  190. };
  191. 29E6F1E31BB9E37200A4466C /* Frameworks */ = {
  192. isa = PBXFrameworksBuildPhase;
  193. buildActionMask = 2147483647;
  194. files = (
  195. 29E6F1E91BB9E37200A4466C /* NotificationCenter.framework in Frameworks */,
  196. 293206F51BD14AF50019EB9E /* AFNetworking.framework in Frameworks */,
  197. );
  198. runOnlyForDeploymentPostprocessing = 0;
  199. };
  200. /* End PBXFrameworksBuildPhase section */
  201. /* Begin PBXGroup section */
  202. 291BFDE81BB9E8C700FFB029 /* macOS Example */ = {
  203. isa = PBXGroup;
  204. children = (
  205. C2BFE0231C11870800BB258D /* AppDelegate.h */,
  206. C2BFE0241C11870800BB258D /* AppDelegate.m */,
  207. 291BFE0F1BB9EC4900FFB029 /* MainMenu.xib */,
  208. 291BFDF21BB9E8C700FFB029 /* Assets.xcassets */,
  209. 291BFDF71BB9E8C700FFB029 /* Info.plist */,
  210. 291BFDEC1BB9E8C700FFB029 /* Supporting Files */,
  211. );
  212. path = "macOS Example";
  213. sourceTree = "<group>";
  214. };
  215. 291BFDEC1BB9E8C700FFB029 /* Supporting Files */ = {
  216. isa = PBXGroup;
  217. children = (
  218. 291BFDED1BB9E8C700FFB029 /* main.m */,
  219. );
  220. name = "Supporting Files";
  221. sourceTree = "<group>";
  222. };
  223. 291BFE071BB9EB3400FFB029 /* Controllers */ = {
  224. isa = PBXGroup;
  225. children = (
  226. 291BFE081BB9EB3400FFB029 /* GlobalTimelineViewController.h */,
  227. 291BFE091BB9EB3400FFB029 /* GlobalTimelineViewController.m */,
  228. );
  229. path = Controllers;
  230. sourceTree = "<group>";
  231. };
  232. 291BFE0A1BB9EB3400FFB029 /* Views */ = {
  233. isa = PBXGroup;
  234. children = (
  235. 291BFE0B1BB9EB3400FFB029 /* PostTableViewCell.h */,
  236. 291BFE0C1BB9EB3400FFB029 /* PostTableViewCell.m */,
  237. );
  238. path = Views;
  239. sourceTree = "<group>";
  240. };
  241. 291BFE161BB9ECEE00FFB029 /* tvOS Example */ = {
  242. isa = PBXGroup;
  243. children = (
  244. 291BFE341BB9ED7F00FFB029 /* Gravatar.swift */,
  245. 291BFE241BB9ED1500FFB029 /* AFNetworking tvOS Example-Bridging-Header.h */,
  246. 291BFE171BB9ECEE00FFB029 /* AppDelegate.swift */,
  247. 291BFE191BB9ECEE00FFB029 /* ViewController.swift */,
  248. 291BFE1B1BB9ECEE00FFB029 /* Main.storyboard */,
  249. 291BFE1E1BB9ECEE00FFB029 /* Assets.xcassets */,
  250. 291BFE201BB9ECEE00FFB029 /* Info.plist */,
  251. );
  252. path = "tvOS Example";
  253. sourceTree = "<group>";
  254. };
  255. 29E6F16A1BB9DA2E00A4466C = {
  256. isa = PBXGroup;
  257. children = (
  258. 29E6F1AB1BB9DDB600A4466C /* Assets.xcassets */,
  259. 29E6F1941BB9DD7300A4466C /* Classes */,
  260. 29E6F1771BB9DCB500A4466C /* iOS Example */,
  261. 29E6F1EA1BB9E37200A4466C /* Today Extension Example */,
  262. 29E6F20F1BB9E76A00A4466C /* watchOS Example */,
  263. 29E6F21E1BB9E76A00A4466C /* watchOS Example Extension */,
  264. 291BFDE81BB9E8C700FFB029 /* macOS Example */,
  265. 291BFE161BB9ECEE00FFB029 /* tvOS Example */,
  266. 29E6F1E71BB9E37200A4466C /* Frameworks */,
  267. 29E6F1761BB9DCB500A4466C /* Products */,
  268. );
  269. indentWidth = 4;
  270. sourceTree = "<group>";
  271. tabWidth = 4;
  272. usesTabs = 0;
  273. };
  274. 29E6F1761BB9DCB500A4466C /* Products */ = {
  275. isa = PBXGroup;
  276. children = (
  277. 29E6F1751BB9DCB500A4466C /* iOS Example.app */,
  278. 29E6F1E61BB9E37200A4466C /* iOS Today Extension Example.appex */,
  279. 291BFDB91BB9E85400FFB029 /* watchOS Example.app */,
  280. 291BFDC51BB9E85500FFB029 /* watchOS Example Extension.appex */,
  281. 291BFDE71BB9E8C700FFB029 /* macOS Example.app */,
  282. 291BFE151BB9ECEE00FFB029 /* tvOS Example.app */,
  283. );
  284. name = Products;
  285. sourceTree = "<group>";
  286. };
  287. 29E6F1771BB9DCB500A4466C /* iOS Example */ = {
  288. isa = PBXGroup;
  289. children = (
  290. C2BFE0261C11872D00BB258D /* AppDelegate.h */,
  291. C2BFE0271C11872D00BB258D /* AppDelegate.m */,
  292. 291BFE071BB9EB3400FFB029 /* Controllers */,
  293. 291BFE0A1BB9EB3400FFB029 /* Views */,
  294. 29E6F1781BB9DCB500A4466C /* Supporting Files */,
  295. );
  296. path = "iOS Example";
  297. sourceTree = "<group>";
  298. };
  299. 29E6F1781BB9DCB500A4466C /* Supporting Files */ = {
  300. isa = PBXGroup;
  301. children = (
  302. 29E6F20B1BB9E5FC00A4466C /* Info.plist */,
  303. 29E6F1791BB9DCB500A4466C /* main.m */,
  304. 29E6F1E01BB9E03600A4466C /* Launchscreen.storyboard */,
  305. );
  306. name = "Supporting Files";
  307. sourceTree = "<group>";
  308. };
  309. 29E6F1941BB9DD7300A4466C /* Classes */ = {
  310. isa = PBXGroup;
  311. children = (
  312. 29E6F1981BB9DD7300A4466C /* Models */,
  313. 29E6F19D1BB9DD7300A4466C /* Networking Extensions */,
  314. );
  315. path = Classes;
  316. sourceTree = "<group>";
  317. };
  318. 29E6F1981BB9DD7300A4466C /* Models */ = {
  319. isa = PBXGroup;
  320. children = (
  321. 29E6F1991BB9DD7300A4466C /* Post.h */,
  322. 29E6F19A1BB9DD7300A4466C /* Post.m */,
  323. 29E6F19B1BB9DD7300A4466C /* User.h */,
  324. 29E6F19C1BB9DD7300A4466C /* User.m */,
  325. );
  326. path = Models;
  327. sourceTree = "<group>";
  328. };
  329. 29E6F19D1BB9DD7300A4466C /* Networking Extensions */ = {
  330. isa = PBXGroup;
  331. children = (
  332. 29E6F19E1BB9DD7300A4466C /* AFAppDotNetAPIClient.h */,
  333. 29E6F19F1BB9DD7300A4466C /* AFAppDotNetAPIClient.m */,
  334. );
  335. path = "Networking Extensions";
  336. sourceTree = "<group>";
  337. };
  338. 29E6F1E71BB9E37200A4466C /* Frameworks */ = {
  339. isa = PBXGroup;
  340. children = (
  341. 293206F31BD14AB50019EB9E /* AFNetworking.framework */,
  342. 291BFE361BB9EDD700FFB029 /* UIKit.framework */,
  343. 29E6F1E81BB9E37200A4466C /* NotificationCenter.framework */,
  344. );
  345. name = Frameworks;
  346. sourceTree = "<group>";
  347. };
  348. 29E6F1EA1BB9E37200A4466C /* Today Extension Example */ = {
  349. isa = PBXGroup;
  350. children = (
  351. 29E6F1EB1BB9E37200A4466C /* TodayViewController.h */,
  352. 29E6F1EC1BB9E37200A4466C /* TodayViewController.m */,
  353. 29E6F1EE1BB9E37200A4466C /* MainInterface.storyboard */,
  354. 29E6F1F11BB9E37200A4466C /* Info.plist */,
  355. );
  356. path = "Today Extension Example";
  357. sourceTree = "<group>";
  358. };
  359. 29E6F20F1BB9E76A00A4466C /* watchOS Example */ = {
  360. isa = PBXGroup;
  361. children = (
  362. 29E6F2101BB9E76A00A4466C /* Interface.storyboard */,
  363. 29E6F2131BB9E76A00A4466C /* Assets.xcassets */,
  364. 29E6F2151BB9E76A00A4466C /* Info.plist */,
  365. );
  366. path = "watchOS Example";
  367. sourceTree = "<group>";
  368. };
  369. 29E6F21E1BB9E76A00A4466C /* watchOS Example Extension */ = {
  370. isa = PBXGroup;
  371. children = (
  372. 29E6F21F1BB9E76A00A4466C /* InterfaceController.h */,
  373. 29E6F2201BB9E76A00A4466C /* InterfaceController.m */,
  374. 29E6F2221BB9E76A00A4466C /* ExtensionDelegate.h */,
  375. 29E6F2231BB9E76A00A4466C /* ExtensionDelegate.m */,
  376. 29E6F2251BB9E76A00A4466C /* Assets.xcassets */,
  377. 29E6F2271BB9E76B00A4466C /* Info.plist */,
  378. );
  379. path = "watchOS Example Extension";
  380. sourceTree = "<group>";
  381. };
  382. /* End PBXGroup section */
  383. /* Begin PBXNativeTarget section */
  384. 291BFDB81BB9E85400FFB029 /* watchOS Example */ = {
  385. isa = PBXNativeTarget;
  386. buildConfigurationList = 291BFDDA1BB9E85500FFB029 /* Build configuration list for PBXNativeTarget "watchOS Example" */;
  387. buildPhases = (
  388. 291BFDB71BB9E85400FFB029 /* Resources */,
  389. 291BFDD91BB9E85500FFB029 /* Embed App Extensions */,
  390. );
  391. buildRules = (
  392. );
  393. dependencies = (
  394. 291BFDC81BB9E85500FFB029 /* PBXTargetDependency */,
  395. );
  396. name = "watchOS Example";
  397. productName = "watchOS Example";
  398. productReference = 291BFDB91BB9E85400FFB029 /* watchOS Example.app */;
  399. productType = "com.apple.product-type.application.watchapp2";
  400. };
  401. 291BFDC41BB9E85500FFB029 /* watchOS Example Extension */ = {
  402. isa = PBXNativeTarget;
  403. buildConfigurationList = 291BFDD61BB9E85500FFB029 /* Build configuration list for PBXNativeTarget "watchOS Example Extension" */;
  404. buildPhases = (
  405. 291BFDC11BB9E85500FFB029 /* Sources */,
  406. 291BFDC21BB9E85500FFB029 /* Frameworks */,
  407. 291BFDC31BB9E85500FFB029 /* Resources */,
  408. );
  409. buildRules = (
  410. );
  411. dependencies = (
  412. );
  413. name = "watchOS Example Extension";
  414. productName = "watchOS Example Extension";
  415. productReference = 291BFDC51BB9E85500FFB029 /* watchOS Example Extension.appex */;
  416. productType = "com.apple.product-type.watchkit2-extension";
  417. };
  418. 291BFDE61BB9E8C700FFB029 /* macOS Example */ = {
  419. isa = PBXNativeTarget;
  420. buildConfigurationList = 291BFDF81BB9E8C700FFB029 /* Build configuration list for PBXNativeTarget "macOS Example" */;
  421. buildPhases = (
  422. 291BFDE31BB9E8C700FFB029 /* Sources */,
  423. 291BFDE41BB9E8C700FFB029 /* Frameworks */,
  424. 291BFDE51BB9E8C700FFB029 /* Resources */,
  425. );
  426. buildRules = (
  427. );
  428. dependencies = (
  429. );
  430. name = "macOS Example";
  431. productName = "OS X Example";
  432. productReference = 291BFDE71BB9E8C700FFB029 /* macOS Example.app */;
  433. productType = "com.apple.product-type.application";
  434. };
  435. 291BFE141BB9ECEE00FFB029 /* tvOS Example */ = {
  436. isa = PBXNativeTarget;
  437. buildConfigurationList = 291BFE211BB9ECEE00FFB029 /* Build configuration list for PBXNativeTarget "tvOS Example" */;
  438. buildPhases = (
  439. 291BFE111BB9ECEE00FFB029 /* Sources */,
  440. 291BFE121BB9ECEE00FFB029 /* Frameworks */,
  441. 291BFE131BB9ECEE00FFB029 /* Resources */,
  442. );
  443. buildRules = (
  444. );
  445. dependencies = (
  446. );
  447. name = "tvOS Example";
  448. productName = "tvOS Example1";
  449. productReference = 291BFE151BB9ECEE00FFB029 /* tvOS Example.app */;
  450. productType = "com.apple.product-type.application";
  451. };
  452. 29E6F1741BB9DCB500A4466C /* iOS Example */ = {
  453. isa = PBXNativeTarget;
  454. buildConfigurationList = 29E6F18C1BB9DCB500A4466C /* Build configuration list for PBXNativeTarget "iOS Example" */;
  455. buildPhases = (
  456. 29E6F1711BB9DCB500A4466C /* Sources */,
  457. 29E6F1721BB9DCB500A4466C /* Frameworks */,
  458. 29E6F1731BB9DCB500A4466C /* Resources */,
  459. 29E6F1F81BB9E37200A4466C /* Embed App Extensions */,
  460. 29E6F2321BB9E76B00A4466C /* Embed Watch Content */,
  461. );
  462. buildRules = (
  463. );
  464. dependencies = (
  465. 29E6F1F31BB9E37200A4466C /* PBXTargetDependency */,
  466. 291BFDD41BB9E85500FFB029 /* PBXTargetDependency */,
  467. );
  468. name = "iOS Example";
  469. productName = "iOS Example";
  470. productReference = 29E6F1751BB9DCB500A4466C /* iOS Example.app */;
  471. productType = "com.apple.product-type.application";
  472. };
  473. 29E6F1E51BB9E37200A4466C /* iOS Today Extension Example */ = {
  474. isa = PBXNativeTarget;
  475. buildConfigurationList = 29E6F1F51BB9E37200A4466C /* Build configuration list for PBXNativeTarget "iOS Today Extension Example" */;
  476. buildPhases = (
  477. 29E6F1E21BB9E37200A4466C /* Sources */,
  478. 29E6F1E31BB9E37200A4466C /* Frameworks */,
  479. 29E6F1E41BB9E37200A4466C /* Resources */,
  480. );
  481. buildRules = (
  482. );
  483. dependencies = (
  484. );
  485. name = "iOS Today Extension Example";
  486. productName = "Today Extension Example";
  487. productReference = 29E6F1E61BB9E37200A4466C /* iOS Today Extension Example.appex */;
  488. productType = "com.apple.product-type.app-extension";
  489. };
  490. /* End PBXNativeTarget section */
  491. /* Begin PBXProject section */
  492. 29E6F16B1BB9DA2E00A4466C /* Project object */ = {
  493. isa = PBXProject;
  494. attributes = {
  495. LastUpgradeCheck = 0930;
  496. TargetAttributes = {
  497. 291BFDB81BB9E85400FFB029 = {
  498. CreatedOnToolsVersion = 7.1;
  499. };
  500. 291BFDC41BB9E85500FFB029 = {
  501. CreatedOnToolsVersion = 7.1;
  502. };
  503. 291BFDE61BB9E8C700FFB029 = {
  504. CreatedOnToolsVersion = 7.1;
  505. };
  506. 291BFE141BB9ECEE00FFB029 = {
  507. CreatedOnToolsVersion = 7.1;
  508. LastSwiftMigration = 0800;
  509. };
  510. 29E6F1741BB9DCB500A4466C = {
  511. CreatedOnToolsVersion = 7.1;
  512. };
  513. 29E6F1E51BB9E37200A4466C = {
  514. CreatedOnToolsVersion = 7.1;
  515. };
  516. };
  517. };
  518. buildConfigurationList = 29E6F16E1BB9DA2E00A4466C /* Build configuration list for PBXProject "AFNetworking Example" */;
  519. compatibilityVersion = "Xcode 3.2";
  520. developmentRegion = English;
  521. hasScannedForEncodings = 0;
  522. knownRegions = (
  523. en,
  524. Base,
  525. );
  526. mainGroup = 29E6F16A1BB9DA2E00A4466C;
  527. productRefGroup = 29E6F1761BB9DCB500A4466C /* Products */;
  528. projectDirPath = "";
  529. projectRoot = "";
  530. targets = (
  531. 29E6F1741BB9DCB500A4466C /* iOS Example */,
  532. 29E6F1E51BB9E37200A4466C /* iOS Today Extension Example */,
  533. 291BFDB81BB9E85400FFB029 /* watchOS Example */,
  534. 291BFDC41BB9E85500FFB029 /* watchOS Example Extension */,
  535. 291BFDE61BB9E8C700FFB029 /* macOS Example */,
  536. 291BFE141BB9ECEE00FFB029 /* tvOS Example */,
  537. );
  538. };
  539. /* End PBXProject section */
  540. /* Begin PBXResourcesBuildPhase section */
  541. 291BFDB71BB9E85400FFB029 /* Resources */ = {
  542. isa = PBXResourcesBuildPhase;
  543. buildActionMask = 2147483647;
  544. files = (
  545. );
  546. runOnlyForDeploymentPostprocessing = 0;
  547. };
  548. 291BFDC31BB9E85500FFB029 /* Resources */ = {
  549. isa = PBXResourcesBuildPhase;
  550. buildActionMask = 2147483647;
  551. files = (
  552. );
  553. runOnlyForDeploymentPostprocessing = 0;
  554. };
  555. 291BFDE51BB9E8C700FFB029 /* Resources */ = {
  556. isa = PBXResourcesBuildPhase;
  557. buildActionMask = 2147483647;
  558. files = (
  559. 291BFDF31BB9E8C700FFB029 /* Assets.xcassets in Resources */,
  560. 291BFE101BB9EC4900FFB029 /* MainMenu.xib in Resources */,
  561. );
  562. runOnlyForDeploymentPostprocessing = 0;
  563. };
  564. 291BFE131BB9ECEE00FFB029 /* Resources */ = {
  565. isa = PBXResourcesBuildPhase;
  566. buildActionMask = 2147483647;
  567. files = (
  568. 291BFE1F1BB9ECEE00FFB029 /* Assets.xcassets in Resources */,
  569. 291BFE1D1BB9ECEE00FFB029 /* Main.storyboard in Resources */,
  570. );
  571. runOnlyForDeploymentPostprocessing = 0;
  572. };
  573. 29E6F1731BB9DCB500A4466C /* Resources */ = {
  574. isa = PBXResourcesBuildPhase;
  575. buildActionMask = 2147483647;
  576. files = (
  577. 29E6F1AC1BB9DDB600A4466C /* Assets.xcassets in Resources */,
  578. 29E6F1E11BB9E03600A4466C /* Launchscreen.storyboard in Resources */,
  579. );
  580. runOnlyForDeploymentPostprocessing = 0;
  581. };
  582. 29E6F1E41BB9E37200A4466C /* Resources */ = {
  583. isa = PBXResourcesBuildPhase;
  584. buildActionMask = 2147483647;
  585. files = (
  586. 29E6F1F01BB9E37200A4466C /* MainInterface.storyboard in Resources */,
  587. );
  588. runOnlyForDeploymentPostprocessing = 0;
  589. };
  590. /* End PBXResourcesBuildPhase section */
  591. /* Begin PBXSourcesBuildPhase section */
  592. 291BFDC11BB9E85500FFB029 /* Sources */ = {
  593. isa = PBXSourcesBuildPhase;
  594. buildActionMask = 2147483647;
  595. files = (
  596. );
  597. runOnlyForDeploymentPostprocessing = 0;
  598. };
  599. 291BFDE31BB9E8C700FFB029 /* Sources */ = {
  600. isa = PBXSourcesBuildPhase;
  601. buildActionMask = 2147483647;
  602. files = (
  603. 291BFDFF1BB9E8EC00FFB029 /* AFAppDotNetAPIClient.m in Sources */,
  604. C2BFE0251C11870800BB258D /* AppDelegate.m in Sources */,
  605. 291BFDFE1BB9E8E900FFB029 /* User.m in Sources */,
  606. 291BFDFD1BB9E8E500FFB029 /* Post.m in Sources */,
  607. 291BFDEE1BB9E8C700FFB029 /* main.m in Sources */,
  608. );
  609. runOnlyForDeploymentPostprocessing = 0;
  610. };
  611. 291BFE111BB9ECEE00FFB029 /* Sources */ = {
  612. isa = PBXSourcesBuildPhase;
  613. buildActionMask = 2147483647;
  614. files = (
  615. 291BFE1A1BB9ECEE00FFB029 /* ViewController.swift in Sources */,
  616. 291BFE181BB9ECEE00FFB029 /* AppDelegate.swift in Sources */,
  617. 291BFE351BB9ED7F00FFB029 /* Gravatar.swift in Sources */,
  618. );
  619. runOnlyForDeploymentPostprocessing = 0;
  620. };
  621. 29E6F1711BB9DCB500A4466C /* Sources */ = {
  622. isa = PBXSourcesBuildPhase;
  623. buildActionMask = 2147483647;
  624. files = (
  625. 29E6F1A41BB9DD7300A4466C /* Post.m in Sources */,
  626. 291BFE0D1BB9EB3400FFB029 /* GlobalTimelineViewController.m in Sources */,
  627. 291BFE0E1BB9EB3400FFB029 /* PostTableViewCell.m in Sources */,
  628. 29E6F1A51BB9DD7300A4466C /* User.m in Sources */,
  629. 29E6F17A1BB9DCB500A4466C /* main.m in Sources */,
  630. 29E6F1A61BB9DD7300A4466C /* AFAppDotNetAPIClient.m in Sources */,
  631. C2BFE0281C11872D00BB258D /* AppDelegate.m in Sources */,
  632. );
  633. runOnlyForDeploymentPostprocessing = 0;
  634. };
  635. 29E6F1E21BB9E37200A4466C /* Sources */ = {
  636. isa = PBXSourcesBuildPhase;
  637. buildActionMask = 2147483647;
  638. files = (
  639. 293206F61BD14B480019EB9E /* AFAppDotNetAPIClient.m in Sources */,
  640. 29E6F1ED1BB9E37200A4466C /* TodayViewController.m in Sources */,
  641. 29E6F1F91BB9E56200A4466C /* Post.m in Sources */,
  642. 29E6F1FA1BB9E56500A4466C /* User.m in Sources */,
  643. );
  644. runOnlyForDeploymentPostprocessing = 0;
  645. };
  646. /* End PBXSourcesBuildPhase section */
  647. /* Begin PBXTargetDependency section */
  648. 291BFDC81BB9E85500FFB029 /* PBXTargetDependency */ = {
  649. isa = PBXTargetDependency;
  650. target = 291BFDC41BB9E85500FFB029 /* watchOS Example Extension */;
  651. targetProxy = 291BFDC71BB9E85500FFB029 /* PBXContainerItemProxy */;
  652. };
  653. 291BFDD41BB9E85500FFB029 /* PBXTargetDependency */ = {
  654. isa = PBXTargetDependency;
  655. target = 291BFDB81BB9E85400FFB029 /* watchOS Example */;
  656. targetProxy = 291BFDD31BB9E85500FFB029 /* PBXContainerItemProxy */;
  657. };
  658. 29E6F1F31BB9E37200A4466C /* PBXTargetDependency */ = {
  659. isa = PBXTargetDependency;
  660. target = 29E6F1E51BB9E37200A4466C /* iOS Today Extension Example */;
  661. targetProxy = 29E6F1F21BB9E37200A4466C /* PBXContainerItemProxy */;
  662. };
  663. /* End PBXTargetDependency section */
  664. /* Begin PBXVariantGroup section */
  665. 291BFE1B1BB9ECEE00FFB029 /* Main.storyboard */ = {
  666. isa = PBXVariantGroup;
  667. children = (
  668. 291BFE1C1BB9ECEE00FFB029 /* Base */,
  669. );
  670. name = Main.storyboard;
  671. sourceTree = "<group>";
  672. };
  673. 29E6F1EE1BB9E37200A4466C /* MainInterface.storyboard */ = {
  674. isa = PBXVariantGroup;
  675. children = (
  676. 29E6F1EF1BB9E37200A4466C /* Base */,
  677. );
  678. name = MainInterface.storyboard;
  679. sourceTree = "<group>";
  680. };
  681. 29E6F2101BB9E76A00A4466C /* Interface.storyboard */ = {
  682. isa = PBXVariantGroup;
  683. children = (
  684. 29E6F2111BB9E76A00A4466C /* Base */,
  685. );
  686. name = Interface.storyboard;
  687. sourceTree = "<group>";
  688. };
  689. /* End PBXVariantGroup section */
  690. /* Begin XCBuildConfiguration section */
  691. 291BFDD71BB9E85500FFB029 /* Debug */ = {
  692. isa = XCBuildConfiguration;
  693. buildSettings = {
  694. ALWAYS_SEARCH_USER_PATHS = NO;
  695. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  696. CLANG_CXX_LIBRARY = "libc++";
  697. CLANG_ENABLE_MODULES = YES;
  698. CLANG_ENABLE_OBJC_ARC = YES;
  699. CLANG_ENABLE_OBJC_WEAK = YES;
  700. CLANG_WARN_BOOL_CONVERSION = YES;
  701. CLANG_WARN_CONSTANT_CONVERSION = YES;
  702. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  703. CLANG_WARN_EMPTY_BODY = YES;
  704. CLANG_WARN_ENUM_CONVERSION = YES;
  705. CLANG_WARN_INT_CONVERSION = YES;
  706. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  707. CLANG_WARN_UNREACHABLE_CODE = YES;
  708. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  709. COPY_PHASE_STRIP = NO;
  710. DEBUG_INFORMATION_FORMAT = dwarf;
  711. ENABLE_STRICT_OBJC_MSGSEND = YES;
  712. ENABLE_TESTABILITY = YES;
  713. GCC_C_LANGUAGE_STANDARD = gnu99;
  714. GCC_DYNAMIC_NO_PIC = NO;
  715. GCC_NO_COMMON_BLOCKS = YES;
  716. GCC_OPTIMIZATION_LEVEL = 0;
  717. GCC_PREPROCESSOR_DEFINITIONS = (
  718. "DEBUG=1",
  719. "$(inherited)",
  720. );
  721. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  722. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  723. GCC_WARN_UNDECLARED_SELECTOR = YES;
  724. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  725. GCC_WARN_UNUSED_FUNCTION = YES;
  726. GCC_WARN_UNUSED_VARIABLE = YES;
  727. INFOPLIST_FILE = "watchOS Example Extension/Info.plist";
  728. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  729. MTL_ENABLE_DEBUG_INFO = YES;
  730. ONLY_ACTIVE_ARCH = YES;
  731. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.iOS-Example.watchkitapp.watchkitextension";
  732. PRODUCT_NAME = "${TARGET_NAME}";
  733. SDKROOT = watchos;
  734. SKIP_INSTALL = YES;
  735. TARGETED_DEVICE_FAMILY = 4;
  736. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  737. };
  738. name = Debug;
  739. };
  740. 291BFDD81BB9E85500FFB029 /* Release */ = {
  741. isa = XCBuildConfiguration;
  742. buildSettings = {
  743. ALWAYS_SEARCH_USER_PATHS = NO;
  744. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  745. CLANG_CXX_LIBRARY = "libc++";
  746. CLANG_ENABLE_MODULES = YES;
  747. CLANG_ENABLE_OBJC_ARC = YES;
  748. CLANG_ENABLE_OBJC_WEAK = YES;
  749. CLANG_WARN_BOOL_CONVERSION = YES;
  750. CLANG_WARN_CONSTANT_CONVERSION = YES;
  751. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  752. CLANG_WARN_EMPTY_BODY = YES;
  753. CLANG_WARN_ENUM_CONVERSION = YES;
  754. CLANG_WARN_INT_CONVERSION = YES;
  755. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  756. CLANG_WARN_UNREACHABLE_CODE = YES;
  757. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  758. COPY_PHASE_STRIP = NO;
  759. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  760. ENABLE_NS_ASSERTIONS = NO;
  761. ENABLE_STRICT_OBJC_MSGSEND = YES;
  762. GCC_C_LANGUAGE_STANDARD = gnu99;
  763. GCC_NO_COMMON_BLOCKS = YES;
  764. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  765. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  766. GCC_WARN_UNDECLARED_SELECTOR = YES;
  767. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  768. GCC_WARN_UNUSED_FUNCTION = YES;
  769. GCC_WARN_UNUSED_VARIABLE = YES;
  770. INFOPLIST_FILE = "watchOS Example Extension/Info.plist";
  771. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  772. MTL_ENABLE_DEBUG_INFO = NO;
  773. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.iOS-Example.watchkitapp.watchkitextension";
  774. PRODUCT_NAME = "${TARGET_NAME}";
  775. SDKROOT = watchos;
  776. SKIP_INSTALL = YES;
  777. TARGETED_DEVICE_FAMILY = 4;
  778. VALIDATE_PRODUCT = YES;
  779. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  780. };
  781. name = Release;
  782. };
  783. 291BFDDB1BB9E85500FFB029 /* Debug */ = {
  784. isa = XCBuildConfiguration;
  785. buildSettings = {
  786. ALWAYS_SEARCH_USER_PATHS = NO;
  787. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  788. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  789. CLANG_CXX_LIBRARY = "libc++";
  790. CLANG_ENABLE_MODULES = YES;
  791. CLANG_ENABLE_OBJC_ARC = YES;
  792. CLANG_ENABLE_OBJC_WEAK = YES;
  793. CLANG_WARN_BOOL_CONVERSION = YES;
  794. CLANG_WARN_CONSTANT_CONVERSION = YES;
  795. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  796. CLANG_WARN_EMPTY_BODY = YES;
  797. CLANG_WARN_ENUM_CONVERSION = YES;
  798. CLANG_WARN_INT_CONVERSION = YES;
  799. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  800. CLANG_WARN_UNREACHABLE_CODE = YES;
  801. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  802. COPY_PHASE_STRIP = NO;
  803. DEBUG_INFORMATION_FORMAT = dwarf;
  804. ENABLE_STRICT_OBJC_MSGSEND = YES;
  805. ENABLE_TESTABILITY = YES;
  806. GCC_C_LANGUAGE_STANDARD = gnu99;
  807. GCC_DYNAMIC_NO_PIC = NO;
  808. GCC_NO_COMMON_BLOCKS = YES;
  809. GCC_OPTIMIZATION_LEVEL = 0;
  810. GCC_PREPROCESSOR_DEFINITIONS = (
  811. "DEBUG=1",
  812. "$(inherited)",
  813. );
  814. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  815. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  816. GCC_WARN_UNDECLARED_SELECTOR = YES;
  817. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  818. GCC_WARN_UNUSED_FUNCTION = YES;
  819. GCC_WARN_UNUSED_VARIABLE = YES;
  820. IBSC_MODULE = watchOS_Example_Extension;
  821. INFOPLIST_FILE = "watchOS Example/Info.plist";
  822. MTL_ENABLE_DEBUG_INFO = YES;
  823. ONLY_ACTIVE_ARCH = YES;
  824. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.iOS-Example.watchkitapp";
  825. PRODUCT_NAME = "$(TARGET_NAME)";
  826. SDKROOT = watchos;
  827. SKIP_INSTALL = YES;
  828. TARGETED_DEVICE_FAMILY = 4;
  829. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  830. };
  831. name = Debug;
  832. };
  833. 291BFDDC1BB9E85500FFB029 /* Release */ = {
  834. isa = XCBuildConfiguration;
  835. buildSettings = {
  836. ALWAYS_SEARCH_USER_PATHS = NO;
  837. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  838. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  839. CLANG_CXX_LIBRARY = "libc++";
  840. CLANG_ENABLE_MODULES = YES;
  841. CLANG_ENABLE_OBJC_ARC = YES;
  842. CLANG_ENABLE_OBJC_WEAK = YES;
  843. CLANG_WARN_BOOL_CONVERSION = YES;
  844. CLANG_WARN_CONSTANT_CONVERSION = YES;
  845. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  846. CLANG_WARN_EMPTY_BODY = YES;
  847. CLANG_WARN_ENUM_CONVERSION = YES;
  848. CLANG_WARN_INT_CONVERSION = YES;
  849. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  850. CLANG_WARN_UNREACHABLE_CODE = YES;
  851. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  852. COPY_PHASE_STRIP = NO;
  853. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  854. ENABLE_NS_ASSERTIONS = NO;
  855. ENABLE_STRICT_OBJC_MSGSEND = YES;
  856. GCC_C_LANGUAGE_STANDARD = gnu99;
  857. GCC_NO_COMMON_BLOCKS = YES;
  858. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  859. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  860. GCC_WARN_UNDECLARED_SELECTOR = YES;
  861. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  862. GCC_WARN_UNUSED_FUNCTION = YES;
  863. GCC_WARN_UNUSED_VARIABLE = YES;
  864. IBSC_MODULE = watchOS_Example_Extension;
  865. INFOPLIST_FILE = "watchOS Example/Info.plist";
  866. MTL_ENABLE_DEBUG_INFO = NO;
  867. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.iOS-Example.watchkitapp";
  868. PRODUCT_NAME = "$(TARGET_NAME)";
  869. SDKROOT = watchos;
  870. SKIP_INSTALL = YES;
  871. TARGETED_DEVICE_FAMILY = 4;
  872. VALIDATE_PRODUCT = YES;
  873. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  874. };
  875. name = Release;
  876. };
  877. 291BFDF91BB9E8C700FFB029 /* Debug */ = {
  878. isa = XCBuildConfiguration;
  879. buildSettings = {
  880. ALWAYS_SEARCH_USER_PATHS = NO;
  881. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  882. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  883. CLANG_CXX_LIBRARY = "libc++";
  884. CLANG_ENABLE_MODULES = YES;
  885. CLANG_ENABLE_OBJC_ARC = YES;
  886. CLANG_ENABLE_OBJC_WEAK = YES;
  887. CLANG_WARN_BOOL_CONVERSION = YES;
  888. CLANG_WARN_CONSTANT_CONVERSION = YES;
  889. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  890. CLANG_WARN_EMPTY_BODY = YES;
  891. CLANG_WARN_ENUM_CONVERSION = YES;
  892. CLANG_WARN_INT_CONVERSION = YES;
  893. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  894. CLANG_WARN_UNREACHABLE_CODE = YES;
  895. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  896. CODE_SIGN_IDENTITY = "-";
  897. COMBINE_HIDPI_IMAGES = YES;
  898. COPY_PHASE_STRIP = NO;
  899. DEBUG_INFORMATION_FORMAT = dwarf;
  900. ENABLE_STRICT_OBJC_MSGSEND = YES;
  901. ENABLE_TESTABILITY = YES;
  902. GCC_C_LANGUAGE_STANDARD = gnu99;
  903. GCC_DYNAMIC_NO_PIC = NO;
  904. GCC_NO_COMMON_BLOCKS = YES;
  905. GCC_OPTIMIZATION_LEVEL = 0;
  906. GCC_PREPROCESSOR_DEFINITIONS = (
  907. "DEBUG=1",
  908. "$(inherited)",
  909. );
  910. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  911. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  912. GCC_WARN_UNDECLARED_SELECTOR = YES;
  913. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  914. GCC_WARN_UNUSED_FUNCTION = YES;
  915. GCC_WARN_UNUSED_VARIABLE = YES;
  916. INFOPLIST_FILE = "macOS Example/Info.plist";
  917. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  918. MACOSX_DEPLOYMENT_TARGET = 10.10;
  919. MTL_ENABLE_DEBUG_INFO = YES;
  920. ONLY_ACTIVE_ARCH = YES;
  921. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.macOS-Example";
  922. PRODUCT_NAME = "$(TARGET_NAME)";
  923. SDKROOT = macosx;
  924. };
  925. name = Debug;
  926. };
  927. 291BFDFA1BB9E8C700FFB029 /* Release */ = {
  928. isa = XCBuildConfiguration;
  929. buildSettings = {
  930. ALWAYS_SEARCH_USER_PATHS = NO;
  931. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  932. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  933. CLANG_CXX_LIBRARY = "libc++";
  934. CLANG_ENABLE_MODULES = YES;
  935. CLANG_ENABLE_OBJC_ARC = YES;
  936. CLANG_ENABLE_OBJC_WEAK = YES;
  937. CLANG_WARN_BOOL_CONVERSION = YES;
  938. CLANG_WARN_CONSTANT_CONVERSION = YES;
  939. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  940. CLANG_WARN_EMPTY_BODY = YES;
  941. CLANG_WARN_ENUM_CONVERSION = YES;
  942. CLANG_WARN_INT_CONVERSION = YES;
  943. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  944. CLANG_WARN_UNREACHABLE_CODE = YES;
  945. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  946. CODE_SIGN_IDENTITY = "-";
  947. COMBINE_HIDPI_IMAGES = YES;
  948. COPY_PHASE_STRIP = NO;
  949. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  950. ENABLE_NS_ASSERTIONS = NO;
  951. ENABLE_STRICT_OBJC_MSGSEND = YES;
  952. GCC_C_LANGUAGE_STANDARD = gnu99;
  953. GCC_NO_COMMON_BLOCKS = YES;
  954. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  955. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  956. GCC_WARN_UNDECLARED_SELECTOR = YES;
  957. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  958. GCC_WARN_UNUSED_FUNCTION = YES;
  959. GCC_WARN_UNUSED_VARIABLE = YES;
  960. INFOPLIST_FILE = "macOS Example/Info.plist";
  961. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  962. MACOSX_DEPLOYMENT_TARGET = 10.10;
  963. MTL_ENABLE_DEBUG_INFO = NO;
  964. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.macOS-Example";
  965. PRODUCT_NAME = "$(TARGET_NAME)";
  966. SDKROOT = macosx;
  967. };
  968. name = Release;
  969. };
  970. 291BFE221BB9ECEE00FFB029 /* Debug */ = {
  971. isa = XCBuildConfiguration;
  972. buildSettings = {
  973. ALWAYS_SEARCH_USER_PATHS = NO;
  974. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  975. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  976. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  977. CLANG_CXX_LIBRARY = "libc++";
  978. CLANG_ENABLE_MODULES = YES;
  979. CLANG_ENABLE_OBJC_ARC = YES;
  980. CLANG_ENABLE_OBJC_WEAK = YES;
  981. CLANG_WARN_BOOL_CONVERSION = YES;
  982. CLANG_WARN_CONSTANT_CONVERSION = YES;
  983. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  984. CLANG_WARN_EMPTY_BODY = YES;
  985. CLANG_WARN_ENUM_CONVERSION = YES;
  986. CLANG_WARN_INT_CONVERSION = YES;
  987. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  988. CLANG_WARN_UNREACHABLE_CODE = YES;
  989. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  990. COPY_PHASE_STRIP = NO;
  991. DEBUG_INFORMATION_FORMAT = dwarf;
  992. ENABLE_STRICT_OBJC_MSGSEND = YES;
  993. ENABLE_TESTABILITY = YES;
  994. GCC_C_LANGUAGE_STANDARD = gnu99;
  995. GCC_DYNAMIC_NO_PIC = NO;
  996. GCC_NO_COMMON_BLOCKS = YES;
  997. GCC_OPTIMIZATION_LEVEL = 0;
  998. GCC_PREPROCESSOR_DEFINITIONS = (
  999. "DEBUG=1",
  1000. "$(inherited)",
  1001. );
  1002. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1003. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1004. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1005. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1006. GCC_WARN_UNUSED_FUNCTION = YES;
  1007. GCC_WARN_UNUSED_VARIABLE = YES;
  1008. INFOPLIST_FILE = "tvOS Example/Info.plist";
  1009. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1010. MTL_ENABLE_DEBUG_INFO = YES;
  1011. ONLY_ACTIVE_ARCH = YES;
  1012. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.tvOS-Example";
  1013. PRODUCT_NAME = "$(TARGET_NAME)";
  1014. SDKROOT = appletvos;
  1015. SWIFT_OBJC_BRIDGING_HEADER = "$(PROJECT_DIR)/tvOS Example/AFNetworking tvOS Example-Bridging-Header.h";
  1016. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1017. SWIFT_VERSION = 3.0;
  1018. TARGETED_DEVICE_FAMILY = 3;
  1019. TVOS_DEPLOYMENT_TARGET = 9.0;
  1020. };
  1021. name = Debug;
  1022. };
  1023. 291BFE231BB9ECEE00FFB029 /* Release */ = {
  1024. isa = XCBuildConfiguration;
  1025. buildSettings = {
  1026. ALWAYS_SEARCH_USER_PATHS = NO;
  1027. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1028. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1029. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1030. CLANG_CXX_LIBRARY = "libc++";
  1031. CLANG_ENABLE_MODULES = YES;
  1032. CLANG_ENABLE_OBJC_ARC = YES;
  1033. CLANG_ENABLE_OBJC_WEAK = YES;
  1034. CLANG_WARN_BOOL_CONVERSION = YES;
  1035. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1036. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1037. CLANG_WARN_EMPTY_BODY = YES;
  1038. CLANG_WARN_ENUM_CONVERSION = YES;
  1039. CLANG_WARN_INT_CONVERSION = YES;
  1040. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1041. CLANG_WARN_UNREACHABLE_CODE = YES;
  1042. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1043. COPY_PHASE_STRIP = NO;
  1044. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1045. ENABLE_NS_ASSERTIONS = NO;
  1046. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1047. GCC_C_LANGUAGE_STANDARD = gnu99;
  1048. GCC_NO_COMMON_BLOCKS = YES;
  1049. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1050. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1051. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1052. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1053. GCC_WARN_UNUSED_FUNCTION = YES;
  1054. GCC_WARN_UNUSED_VARIABLE = YES;
  1055. INFOPLIST_FILE = "tvOS Example/Info.plist";
  1056. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1057. MTL_ENABLE_DEBUG_INFO = NO;
  1058. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.tvOS-Example";
  1059. PRODUCT_NAME = "$(TARGET_NAME)";
  1060. SDKROOT = appletvos;
  1061. SWIFT_OBJC_BRIDGING_HEADER = "$(PROJECT_DIR)/tvOS Example/AFNetworking tvOS Example-Bridging-Header.h";
  1062. SWIFT_VERSION = 3.0;
  1063. TARGETED_DEVICE_FAMILY = 3;
  1064. TVOS_DEPLOYMENT_TARGET = 9.0;
  1065. VALIDATE_PRODUCT = YES;
  1066. };
  1067. name = Release;
  1068. };
  1069. 29E6F16F1BB9DA2E00A4466C /* Debug */ = {
  1070. isa = XCBuildConfiguration;
  1071. buildSettings = {
  1072. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1073. CLANG_WARN_BOOL_CONVERSION = YES;
  1074. CLANG_WARN_COMMA = YES;
  1075. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1076. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1077. CLANG_WARN_EMPTY_BODY = YES;
  1078. CLANG_WARN_ENUM_CONVERSION = YES;
  1079. CLANG_WARN_INFINITE_RECURSION = YES;
  1080. CLANG_WARN_INT_CONVERSION = YES;
  1081. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1082. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1083. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1084. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1085. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1086. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1087. CLANG_WARN_UNREACHABLE_CODE = YES;
  1088. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1089. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1090. ENABLE_TESTABILITY = YES;
  1091. GCC_NO_COMMON_BLOCKS = YES;
  1092. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1093. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1094. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1095. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  1096. GCC_WARN_UNUSED_FUNCTION = YES;
  1097. GCC_WARN_UNUSED_VARIABLE = YES;
  1098. ONLY_ACTIVE_ARCH = YES;
  1099. };
  1100. name = Debug;
  1101. };
  1102. 29E6F1701BB9DA2E00A4466C /* Release */ = {
  1103. isa = XCBuildConfiguration;
  1104. buildSettings = {
  1105. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1106. CLANG_WARN_BOOL_CONVERSION = YES;
  1107. CLANG_WARN_COMMA = YES;
  1108. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1109. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1110. CLANG_WARN_EMPTY_BODY = YES;
  1111. CLANG_WARN_ENUM_CONVERSION = YES;
  1112. CLANG_WARN_INFINITE_RECURSION = YES;
  1113. CLANG_WARN_INT_CONVERSION = YES;
  1114. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1115. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1116. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1117. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1118. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1119. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1120. CLANG_WARN_UNREACHABLE_CODE = YES;
  1121. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1122. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1123. GCC_NO_COMMON_BLOCKS = YES;
  1124. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1125. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1126. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1127. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  1128. GCC_WARN_UNUSED_FUNCTION = YES;
  1129. GCC_WARN_UNUSED_VARIABLE = YES;
  1130. SWIFT_COMPILATION_MODE = wholemodule;
  1131. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1132. };
  1133. name = Release;
  1134. };
  1135. 29E6F18A1BB9DCB500A4466C /* Debug */ = {
  1136. isa = XCBuildConfiguration;
  1137. buildSettings = {
  1138. ALWAYS_SEARCH_USER_PATHS = NO;
  1139. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1140. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1141. CLANG_CXX_LIBRARY = "libc++";
  1142. CLANG_ENABLE_MODULES = YES;
  1143. CLANG_ENABLE_OBJC_ARC = YES;
  1144. CLANG_ENABLE_OBJC_WEAK = YES;
  1145. CLANG_WARN_BOOL_CONVERSION = YES;
  1146. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1147. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1148. CLANG_WARN_EMPTY_BODY = YES;
  1149. CLANG_WARN_ENUM_CONVERSION = YES;
  1150. CLANG_WARN_INT_CONVERSION = YES;
  1151. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1152. CLANG_WARN_UNREACHABLE_CODE = YES;
  1153. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1154. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1155. COPY_PHASE_STRIP = NO;
  1156. DEBUG_INFORMATION_FORMAT = dwarf;
  1157. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1158. ENABLE_TESTABILITY = YES;
  1159. GCC_C_LANGUAGE_STANDARD = gnu99;
  1160. GCC_DYNAMIC_NO_PIC = NO;
  1161. GCC_NO_COMMON_BLOCKS = YES;
  1162. GCC_OPTIMIZATION_LEVEL = 0;
  1163. GCC_PREPROCESSOR_DEFINITIONS = (
  1164. "DEBUG=1",
  1165. "$(inherited)",
  1166. );
  1167. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1168. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1169. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1170. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1171. GCC_WARN_UNUSED_FUNCTION = YES;
  1172. GCC_WARN_UNUSED_VARIABLE = YES;
  1173. INFOPLIST_FILE = "$(PROJECT_DIR)/iOS Example/Info.plist";
  1174. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1175. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1176. MTL_ENABLE_DEBUG_INFO = YES;
  1177. ONLY_ACTIVE_ARCH = YES;
  1178. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.iOS-Example";
  1179. PRODUCT_NAME = "$(TARGET_NAME)";
  1180. SDKROOT = iphoneos;
  1181. };
  1182. name = Debug;
  1183. };
  1184. 29E6F18B1BB9DCB500A4466C /* Release */ = {
  1185. isa = XCBuildConfiguration;
  1186. buildSettings = {
  1187. ALWAYS_SEARCH_USER_PATHS = NO;
  1188. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1189. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1190. CLANG_CXX_LIBRARY = "libc++";
  1191. CLANG_ENABLE_MODULES = YES;
  1192. CLANG_ENABLE_OBJC_ARC = YES;
  1193. CLANG_ENABLE_OBJC_WEAK = YES;
  1194. CLANG_WARN_BOOL_CONVERSION = YES;
  1195. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1196. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1197. CLANG_WARN_EMPTY_BODY = YES;
  1198. CLANG_WARN_ENUM_CONVERSION = YES;
  1199. CLANG_WARN_INT_CONVERSION = YES;
  1200. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1201. CLANG_WARN_UNREACHABLE_CODE = YES;
  1202. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1203. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1204. COPY_PHASE_STRIP = NO;
  1205. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1206. ENABLE_NS_ASSERTIONS = NO;
  1207. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1208. GCC_C_LANGUAGE_STANDARD = gnu99;
  1209. GCC_NO_COMMON_BLOCKS = YES;
  1210. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1211. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1212. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1213. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1214. GCC_WARN_UNUSED_FUNCTION = YES;
  1215. GCC_WARN_UNUSED_VARIABLE = YES;
  1216. INFOPLIST_FILE = "$(PROJECT_DIR)/iOS Example/Info.plist";
  1217. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1218. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1219. MTL_ENABLE_DEBUG_INFO = NO;
  1220. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.iOS-Example";
  1221. PRODUCT_NAME = "$(TARGET_NAME)";
  1222. SDKROOT = iphoneos;
  1223. VALIDATE_PRODUCT = YES;
  1224. };
  1225. name = Release;
  1226. };
  1227. 29E6F1F61BB9E37200A4466C /* Debug */ = {
  1228. isa = XCBuildConfiguration;
  1229. buildSettings = {
  1230. ALWAYS_SEARCH_USER_PATHS = NO;
  1231. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1232. CLANG_CXX_LIBRARY = "libc++";
  1233. CLANG_ENABLE_MODULES = YES;
  1234. CLANG_ENABLE_OBJC_ARC = YES;
  1235. CLANG_ENABLE_OBJC_WEAK = YES;
  1236. CLANG_WARN_BOOL_CONVERSION = YES;
  1237. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1238. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1239. CLANG_WARN_EMPTY_BODY = YES;
  1240. CLANG_WARN_ENUM_CONVERSION = YES;
  1241. CLANG_WARN_INT_CONVERSION = YES;
  1242. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1243. CLANG_WARN_UNREACHABLE_CODE = YES;
  1244. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1245. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1246. COPY_PHASE_STRIP = NO;
  1247. DEBUG_INFORMATION_FORMAT = dwarf;
  1248. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1249. ENABLE_TESTABILITY = YES;
  1250. GCC_C_LANGUAGE_STANDARD = gnu99;
  1251. GCC_DYNAMIC_NO_PIC = NO;
  1252. GCC_NO_COMMON_BLOCKS = YES;
  1253. GCC_OPTIMIZATION_LEVEL = 0;
  1254. GCC_PREPROCESSOR_DEFINITIONS = (
  1255. "DEBUG=1",
  1256. "$(inherited)",
  1257. );
  1258. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1259. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1260. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1261. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1262. GCC_WARN_UNUSED_FUNCTION = YES;
  1263. GCC_WARN_UNUSED_VARIABLE = YES;
  1264. INFOPLIST_FILE = "$(PROJECT_DIR)/Today Extension Example/Info.plist";
  1265. IPHONEOS_DEPLOYMENT_TARGET = 9.1;
  1266. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  1267. MTL_ENABLE_DEBUG_INFO = YES;
  1268. ONLY_ACTIVE_ARCH = YES;
  1269. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.iOS-Example.Today-Extension-Example";
  1270. PRODUCT_NAME = "$(TARGET_NAME)";
  1271. SDKROOT = iphoneos;
  1272. SKIP_INSTALL = YES;
  1273. };
  1274. name = Debug;
  1275. };
  1276. 29E6F1F71BB9E37200A4466C /* Release */ = {
  1277. isa = XCBuildConfiguration;
  1278. buildSettings = {
  1279. ALWAYS_SEARCH_USER_PATHS = NO;
  1280. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1281. CLANG_CXX_LIBRARY = "libc++";
  1282. CLANG_ENABLE_MODULES = YES;
  1283. CLANG_ENABLE_OBJC_ARC = YES;
  1284. CLANG_ENABLE_OBJC_WEAK = YES;
  1285. CLANG_WARN_BOOL_CONVERSION = YES;
  1286. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1287. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1288. CLANG_WARN_EMPTY_BODY = YES;
  1289. CLANG_WARN_ENUM_CONVERSION = YES;
  1290. CLANG_WARN_INT_CONVERSION = YES;
  1291. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1292. CLANG_WARN_UNREACHABLE_CODE = YES;
  1293. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1294. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1295. COPY_PHASE_STRIP = NO;
  1296. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1297. ENABLE_NS_ASSERTIONS = NO;
  1298. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1299. GCC_C_LANGUAGE_STANDARD = gnu99;
  1300. GCC_NO_COMMON_BLOCKS = YES;
  1301. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1302. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1303. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1304. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1305. GCC_WARN_UNUSED_FUNCTION = YES;
  1306. GCC_WARN_UNUSED_VARIABLE = YES;
  1307. INFOPLIST_FILE = "$(PROJECT_DIR)/Today Extension Example/Info.plist";
  1308. IPHONEOS_DEPLOYMENT_TARGET = 9.1;
  1309. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  1310. MTL_ENABLE_DEBUG_INFO = NO;
  1311. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.iOS-Example.Today-Extension-Example";
  1312. PRODUCT_NAME = "$(TARGET_NAME)";
  1313. SDKROOT = iphoneos;
  1314. SKIP_INSTALL = YES;
  1315. VALIDATE_PRODUCT = YES;
  1316. };
  1317. name = Release;
  1318. };
  1319. /* End XCBuildConfiguration section */
  1320. /* Begin XCConfigurationList section */
  1321. 291BFDD61BB9E85500FFB029 /* Build configuration list for PBXNativeTarget "watchOS Example Extension" */ = {
  1322. isa = XCConfigurationList;
  1323. buildConfigurations = (
  1324. 291BFDD71BB9E85500FFB029 /* Debug */,
  1325. 291BFDD81BB9E85500FFB029 /* Release */,
  1326. );
  1327. defaultConfigurationIsVisible = 0;
  1328. defaultConfigurationName = Release;
  1329. };
  1330. 291BFDDA1BB9E85500FFB029 /* Build configuration list for PBXNativeTarget "watchOS Example" */ = {
  1331. isa = XCConfigurationList;
  1332. buildConfigurations = (
  1333. 291BFDDB1BB9E85500FFB029 /* Debug */,
  1334. 291BFDDC1BB9E85500FFB029 /* Release */,
  1335. );
  1336. defaultConfigurationIsVisible = 0;
  1337. defaultConfigurationName = Release;
  1338. };
  1339. 291BFDF81BB9E8C700FFB029 /* Build configuration list for PBXNativeTarget "macOS Example" */ = {
  1340. isa = XCConfigurationList;
  1341. buildConfigurations = (
  1342. 291BFDF91BB9E8C700FFB029 /* Debug */,
  1343. 291BFDFA1BB9E8C700FFB029 /* Release */,
  1344. );
  1345. defaultConfigurationIsVisible = 0;
  1346. defaultConfigurationName = Release;
  1347. };
  1348. 291BFE211BB9ECEE00FFB029 /* Build configuration list for PBXNativeTarget "tvOS Example" */ = {
  1349. isa = XCConfigurationList;
  1350. buildConfigurations = (
  1351. 291BFE221BB9ECEE00FFB029 /* Debug */,
  1352. 291BFE231BB9ECEE00FFB029 /* Release */,
  1353. );
  1354. defaultConfigurationIsVisible = 0;
  1355. defaultConfigurationName = Release;
  1356. };
  1357. 29E6F16E1BB9DA2E00A4466C /* Build configuration list for PBXProject "AFNetworking Example" */ = {
  1358. isa = XCConfigurationList;
  1359. buildConfigurations = (
  1360. 29E6F16F1BB9DA2E00A4466C /* Debug */,
  1361. 29E6F1701BB9DA2E00A4466C /* Release */,
  1362. );
  1363. defaultConfigurationIsVisible = 0;
  1364. defaultConfigurationName = Release;
  1365. };
  1366. 29E6F18C1BB9DCB500A4466C /* Build configuration list for PBXNativeTarget "iOS Example" */ = {
  1367. isa = XCConfigurationList;
  1368. buildConfigurations = (
  1369. 29E6F18A1BB9DCB500A4466C /* Debug */,
  1370. 29E6F18B1BB9DCB500A4466C /* Release */,
  1371. );
  1372. defaultConfigurationIsVisible = 0;
  1373. defaultConfigurationName = Release;
  1374. };
  1375. 29E6F1F51BB9E37200A4466C /* Build configuration list for PBXNativeTarget "iOS Today Extension Example" */ = {
  1376. isa = XCConfigurationList;
  1377. buildConfigurations = (
  1378. 29E6F1F61BB9E37200A4466C /* Debug */,
  1379. 29E6F1F71BB9E37200A4466C /* Release */,
  1380. );
  1381. defaultConfigurationIsVisible = 0;
  1382. defaultConfigurationName = Release;
  1383. };
  1384. /* End XCConfigurationList section */
  1385. };
  1386. rootObject = 29E6F16B1BB9DA2E00A4466C /* Project object */;
  1387. }