project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 758B79872A66585600116D7D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 758B79862A66585600116D7D /* AppDelegate.m */; };
  10. 758B798D2A66585600116D7D /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 758B798C2A66585600116D7D /* ViewController.m */; };
  11. 758B79922A66585600116D7D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 758B79912A66585600116D7D /* Assets.xcassets */; };
  12. 758B79952A66585600116D7D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 758B79932A66585600116D7D /* LaunchScreen.storyboard */; };
  13. 758B79982A66585600116D7D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 758B79972A66585600116D7D /* main.m */; };
  14. /* End PBXBuildFile section */
  15. /* Begin PBXFileReference section */
  16. 758B79822A66585600116D7D /* ScrollViewBug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ScrollViewBug.app; sourceTree = BUILT_PRODUCTS_DIR; };
  17. 758B79852A66585600116D7D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  18. 758B79862A66585600116D7D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  19. 758B798B2A66585600116D7D /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  20. 758B798C2A66585600116D7D /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  21. 758B79912A66585600116D7D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  22. 758B79942A66585600116D7D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  23. 758B79962A66585600116D7D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  24. 758B79972A66585600116D7D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  25. 758B799E2A665CD000116D7D /* ScrollViewBug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ScrollViewBug.entitlements; sourceTree = "<group>"; };
  26. /* End PBXFileReference section */
  27. /* Begin PBXFrameworksBuildPhase section */
  28. 758B797F2A66585600116D7D /* Frameworks */ = {
  29. isa = PBXFrameworksBuildPhase;
  30. buildActionMask = 2147483647;
  31. files = (
  32. );
  33. runOnlyForDeploymentPostprocessing = 0;
  34. };
  35. /* End PBXFrameworksBuildPhase section */
  36. /* Begin PBXGroup section */
  37. 758B79792A66585600116D7D = {
  38. isa = PBXGroup;
  39. children = (
  40. 758B79842A66585600116D7D /* ScrollViewBug */,
  41. 758B79832A66585600116D7D /* Products */,
  42. );
  43. sourceTree = "<group>";
  44. };
  45. 758B79832A66585600116D7D /* Products */ = {
  46. isa = PBXGroup;
  47. children = (
  48. 758B79822A66585600116D7D /* ScrollViewBug.app */,
  49. );
  50. name = Products;
  51. sourceTree = "<group>";
  52. };
  53. 758B79842A66585600116D7D /* ScrollViewBug */ = {
  54. isa = PBXGroup;
  55. children = (
  56. 758B799E2A665CD000116D7D /* ScrollViewBug.entitlements */,
  57. 758B79852A66585600116D7D /* AppDelegate.h */,
  58. 758B79862A66585600116D7D /* AppDelegate.m */,
  59. 758B798B2A66585600116D7D /* ViewController.h */,
  60. 758B798C2A66585600116D7D /* ViewController.m */,
  61. 758B79912A66585600116D7D /* Assets.xcassets */,
  62. 758B79932A66585600116D7D /* LaunchScreen.storyboard */,
  63. 758B79962A66585600116D7D /* Info.plist */,
  64. 758B79972A66585600116D7D /* main.m */,
  65. );
  66. path = ScrollViewBug;
  67. sourceTree = "<group>";
  68. };
  69. /* End PBXGroup section */
  70. /* Begin PBXNativeTarget section */
  71. 758B79812A66585600116D7D /* ScrollViewBug */ = {
  72. isa = PBXNativeTarget;
  73. buildConfigurationList = 758B799B2A66585600116D7D /* Build configuration list for PBXNativeTarget "ScrollViewBug" */;
  74. buildPhases = (
  75. 758B797E2A66585600116D7D /* Sources */,
  76. 758B797F2A66585600116D7D /* Frameworks */,
  77. 758B79802A66585600116D7D /* Resources */,
  78. );
  79. buildRules = (
  80. );
  81. dependencies = (
  82. );
  83. name = ScrollViewBug;
  84. productName = ScrollViewBug;
  85. productReference = 758B79822A66585600116D7D /* ScrollViewBug.app */;
  86. productType = "com.apple.product-type.application";
  87. };
  88. /* End PBXNativeTarget section */
  89. /* Begin PBXProject section */
  90. 758B797A2A66585600116D7D /* Project object */ = {
  91. isa = PBXProject;
  92. attributes = {
  93. BuildIndependentTargetsInParallel = 1;
  94. LastUpgradeCheck = 1500;
  95. TargetAttributes = {
  96. 758B79812A66585600116D7D = {
  97. CreatedOnToolsVersion = 15.0;
  98. };
  99. };
  100. };
  101. buildConfigurationList = 758B797D2A66585600116D7D /* Build configuration list for PBXProject "ScrollViewBug" */;
  102. compatibilityVersion = "Xcode 14.0";
  103. developmentRegion = en;
  104. hasScannedForEncodings = 0;
  105. knownRegions = (
  106. en,
  107. Base,
  108. );
  109. mainGroup = 758B79792A66585600116D7D;
  110. productRefGroup = 758B79832A66585600116D7D /* Products */;
  111. projectDirPath = "";
  112. projectRoot = "";
  113. targets = (
  114. 758B79812A66585600116D7D /* ScrollViewBug */,
  115. );
  116. };
  117. /* End PBXProject section */
  118. /* Begin PBXResourcesBuildPhase section */
  119. 758B79802A66585600116D7D /* Resources */ = {
  120. isa = PBXResourcesBuildPhase;
  121. buildActionMask = 2147483647;
  122. files = (
  123. 758B79952A66585600116D7D /* LaunchScreen.storyboard in Resources */,
  124. 758B79922A66585600116D7D /* Assets.xcassets in Resources */,
  125. );
  126. runOnlyForDeploymentPostprocessing = 0;
  127. };
  128. /* End PBXResourcesBuildPhase section */
  129. /* Begin PBXSourcesBuildPhase section */
  130. 758B797E2A66585600116D7D /* Sources */ = {
  131. isa = PBXSourcesBuildPhase;
  132. buildActionMask = 2147483647;
  133. files = (
  134. 758B798D2A66585600116D7D /* ViewController.m in Sources */,
  135. 758B79872A66585600116D7D /* AppDelegate.m in Sources */,
  136. 758B79982A66585600116D7D /* main.m in Sources */,
  137. );
  138. runOnlyForDeploymentPostprocessing = 0;
  139. };
  140. /* End PBXSourcesBuildPhase section */
  141. /* Begin PBXVariantGroup section */
  142. 758B79932A66585600116D7D /* LaunchScreen.storyboard */ = {
  143. isa = PBXVariantGroup;
  144. children = (
  145. 758B79942A66585600116D7D /* Base */,
  146. );
  147. name = LaunchScreen.storyboard;
  148. sourceTree = "<group>";
  149. };
  150. /* End PBXVariantGroup section */
  151. /* Begin XCBuildConfiguration section */
  152. 758B79992A66585600116D7D /* Debug */ = {
  153. isa = XCBuildConfiguration;
  154. buildSettings = {
  155. ALWAYS_SEARCH_USER_PATHS = NO;
  156. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  157. CLANG_ANALYZER_NONNULL = YES;
  158. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  159. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  160. CLANG_ENABLE_MODULES = YES;
  161. CLANG_ENABLE_OBJC_ARC = YES;
  162. CLANG_ENABLE_OBJC_WEAK = YES;
  163. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  164. CLANG_WARN_BOOL_CONVERSION = YES;
  165. CLANG_WARN_COMMA = YES;
  166. CLANG_WARN_CONSTANT_CONVERSION = YES;
  167. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  168. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  169. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  170. CLANG_WARN_EMPTY_BODY = YES;
  171. CLANG_WARN_ENUM_CONVERSION = YES;
  172. CLANG_WARN_INFINITE_RECURSION = YES;
  173. CLANG_WARN_INT_CONVERSION = YES;
  174. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  175. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  176. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  177. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  178. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  179. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  180. CLANG_WARN_STRICT_PROTOTYPES = YES;
  181. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  182. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  183. CLANG_WARN_UNREACHABLE_CODE = YES;
  184. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  185. COPY_PHASE_STRIP = NO;
  186. DEBUG_INFORMATION_FORMAT = dwarf;
  187. ENABLE_STRICT_OBJC_MSGSEND = YES;
  188. ENABLE_TESTABILITY = YES;
  189. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  190. GCC_C_LANGUAGE_STANDARD = gnu17;
  191. GCC_DYNAMIC_NO_PIC = NO;
  192. GCC_NO_COMMON_BLOCKS = YES;
  193. GCC_OPTIMIZATION_LEVEL = 0;
  194. GCC_PREPROCESSOR_DEFINITIONS = (
  195. "DEBUG=1",
  196. "$(inherited)",
  197. );
  198. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  199. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  200. GCC_WARN_UNDECLARED_SELECTOR = YES;
  201. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  202. GCC_WARN_UNUSED_FUNCTION = YES;
  203. GCC_WARN_UNUSED_VARIABLE = YES;
  204. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  205. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  206. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  207. MTL_FAST_MATH = YES;
  208. ONLY_ACTIVE_ARCH = YES;
  209. SDKROOT = iphoneos;
  210. };
  211. name = Debug;
  212. };
  213. 758B799A2A66585600116D7D /* Release */ = {
  214. isa = XCBuildConfiguration;
  215. buildSettings = {
  216. ALWAYS_SEARCH_USER_PATHS = NO;
  217. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  218. CLANG_ANALYZER_NONNULL = YES;
  219. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  220. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  221. CLANG_ENABLE_MODULES = YES;
  222. CLANG_ENABLE_OBJC_ARC = YES;
  223. CLANG_ENABLE_OBJC_WEAK = YES;
  224. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  225. CLANG_WARN_BOOL_CONVERSION = YES;
  226. CLANG_WARN_COMMA = YES;
  227. CLANG_WARN_CONSTANT_CONVERSION = YES;
  228. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  229. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  230. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  231. CLANG_WARN_EMPTY_BODY = YES;
  232. CLANG_WARN_ENUM_CONVERSION = YES;
  233. CLANG_WARN_INFINITE_RECURSION = YES;
  234. CLANG_WARN_INT_CONVERSION = YES;
  235. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  236. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  237. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  238. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  239. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  240. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  241. CLANG_WARN_STRICT_PROTOTYPES = YES;
  242. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  243. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  244. CLANG_WARN_UNREACHABLE_CODE = YES;
  245. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  246. COPY_PHASE_STRIP = NO;
  247. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  248. ENABLE_NS_ASSERTIONS = NO;
  249. ENABLE_STRICT_OBJC_MSGSEND = YES;
  250. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  251. GCC_C_LANGUAGE_STANDARD = gnu17;
  252. GCC_NO_COMMON_BLOCKS = YES;
  253. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  254. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  255. GCC_WARN_UNDECLARED_SELECTOR = YES;
  256. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  257. GCC_WARN_UNUSED_FUNCTION = YES;
  258. GCC_WARN_UNUSED_VARIABLE = YES;
  259. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  260. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  261. MTL_ENABLE_DEBUG_INFO = NO;
  262. MTL_FAST_MATH = YES;
  263. SDKROOT = iphoneos;
  264. VALIDATE_PRODUCT = YES;
  265. };
  266. name = Release;
  267. };
  268. 758B799C2A66585600116D7D /* Debug */ = {
  269. isa = XCBuildConfiguration;
  270. buildSettings = {
  271. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  272. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  273. CODE_SIGN_ENTITLEMENTS = ScrollViewBug/ScrollViewBug.entitlements;
  274. CODE_SIGN_STYLE = Automatic;
  275. CURRENT_PROJECT_VERSION = 1;
  276. DEVELOPMENT_TEAM = QM43SUA9CG;
  277. GENERATE_INFOPLIST_FILE = YES;
  278. INFOPLIST_FILE = ScrollViewBug/Info.plist;
  279. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  280. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  281. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  282. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  283. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  284. LD_RUNPATH_SEARCH_PATHS = (
  285. "$(inherited)",
  286. "@executable_path/Frameworks",
  287. );
  288. MARKETING_VERSION = 1.0;
  289. PRODUCT_BUNDLE_IDENTIFIER = org.forgetive.ScrollViewBug;
  290. PRODUCT_NAME = "$(TARGET_NAME)";
  291. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  292. SUPPORTS_MACCATALYST = YES;
  293. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  294. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  295. SWIFT_EMIT_LOC_STRINGS = YES;
  296. TARGETED_DEVICE_FAMILY = "1,2";
  297. };
  298. name = Debug;
  299. };
  300. 758B799D2A66585600116D7D /* Release */ = {
  301. isa = XCBuildConfiguration;
  302. buildSettings = {
  303. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  304. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  305. CODE_SIGN_ENTITLEMENTS = ScrollViewBug/ScrollViewBug.entitlements;
  306. CODE_SIGN_STYLE = Automatic;
  307. CURRENT_PROJECT_VERSION = 1;
  308. DEVELOPMENT_TEAM = QM43SUA9CG;
  309. GENERATE_INFOPLIST_FILE = YES;
  310. INFOPLIST_FILE = ScrollViewBug/Info.plist;
  311. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  312. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  313. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  314. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  315. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  316. LD_RUNPATH_SEARCH_PATHS = (
  317. "$(inherited)",
  318. "@executable_path/Frameworks",
  319. );
  320. MARKETING_VERSION = 1.0;
  321. PRODUCT_BUNDLE_IDENTIFIER = org.forgetive.ScrollViewBug;
  322. PRODUCT_NAME = "$(TARGET_NAME)";
  323. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  324. SUPPORTS_MACCATALYST = YES;
  325. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  326. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  327. SWIFT_EMIT_LOC_STRINGS = YES;
  328. TARGETED_DEVICE_FAMILY = "1,2";
  329. };
  330. name = Release;
  331. };
  332. /* End XCBuildConfiguration section */
  333. /* Begin XCConfigurationList section */
  334. 758B797D2A66585600116D7D /* Build configuration list for PBXProject "ScrollViewBug" */ = {
  335. isa = XCConfigurationList;
  336. buildConfigurations = (
  337. 758B79992A66585600116D7D /* Debug */,
  338. 758B799A2A66585600116D7D /* Release */,
  339. );
  340. defaultConfigurationIsVisible = 0;
  341. defaultConfigurationName = Release;
  342. };
  343. 758B799B2A66585600116D7D /* Build configuration list for PBXNativeTarget "ScrollViewBug" */ = {
  344. isa = XCConfigurationList;
  345. buildConfigurations = (
  346. 758B799C2A66585600116D7D /* Debug */,
  347. 758B799D2A66585600116D7D /* Release */,
  348. );
  349. defaultConfigurationIsVisible = 0;
  350. defaultConfigurationName = Release;
  351. };
  352. /* End XCConfigurationList section */
  353. };
  354. rootObject = 758B797A2A66585600116D7D /* Project object */;
  355. }