project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 734555A02AB39FBF0068F2B0 /* AppCheckDefaultSecrets.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 7345559F2AB39FBF0068F2B0 /* AppCheckDefaultSecrets.xcconfig */; };
  10. 738B4A322AA8FE800056885D /* AppCheckSecretReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738B4A312AA8FE800056885D /* AppCheckSecretReader.swift */; };
  11. 738D5F732A26BC3B00A7F11B /* BirthdayLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738D5F722A26BC3B00A7F11B /* BirthdayLoader.swift */; };
  12. 73A464042A1C3B3400BA8528 /* AppAttestExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A464032A1C3B3400BA8528 /* AppAttestExampleApp.swift */; };
  13. 73A464062A1C3B3400BA8528 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A464052A1C3B3400BA8528 /* ContentView.swift */; };
  14. 73A4640B2A1C3B3500BA8528 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 73A4640A2A1C3B3500BA8528 /* Preview Assets.xcassets */; };
  15. D8DD1A90FCD4C367E280C0F7 /* Pods_AppAttestExampleForPod.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4728D878D216B7D622E237DA /* Pods_AppAttestExampleForPod.framework */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 1C96B5B2B34E31F1A1CEE95E /* Pods-AppAttestExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppAttestExample.release.xcconfig"; path = "Target Support Files/Pods-AppAttestExample/Pods-AppAttestExample.release.xcconfig"; sourceTree = "<group>"; };
  19. 4728D878D216B7D622E237DA /* Pods_AppAttestExampleForPod.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AppAttestExampleForPod.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  20. 73080B2A2AAF9BDE00DEF667 /* AppAttestExampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppAttestExampleTests.swift; sourceTree = "<group>"; };
  21. 73443A232A55F56900A4932E /* AppAttestExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AppAttestExample.entitlements; sourceTree = "<group>"; };
  22. 7345559F2AB39FBF0068F2B0 /* AppCheckDefaultSecrets.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = AppCheckDefaultSecrets.xcconfig; sourceTree = "<group>"; };
  23. 738B4A312AA8FE800056885D /* AppCheckSecretReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppCheckSecretReader.swift; sourceTree = "<group>"; };
  24. 738D5F722A26BC3B00A7F11B /* BirthdayLoader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BirthdayLoader.swift; sourceTree = "<group>"; };
  25. 73A065612A786D10007BC7FC /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  26. 73A464002A1C3B3400BA8528 /* AppAttestExampleForPod.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AppAttestExampleForPod.app; sourceTree = BUILT_PRODUCTS_DIR; };
  27. 73A464032A1C3B3400BA8528 /* AppAttestExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppAttestExampleApp.swift; sourceTree = "<group>"; };
  28. 73A464052A1C3B3400BA8528 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  29. 73A4640A2A1C3B3500BA8528 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  30. 73D87D512AAFE0FE002D841C /* AppAttestExample.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = AppAttestExample.xctestplan; sourceTree = "<group>"; };
  31. 7D9832F2FFAF408698660CA8 /* Pods-AppAttestExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppAttestExample.debug.xcconfig"; path = "Target Support Files/Pods-AppAttestExample/Pods-AppAttestExample.debug.xcconfig"; sourceTree = "<group>"; };
  32. DB9DDDAE875580597968F796 /* Pods-AppAttestExampleForPod.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppAttestExampleForPod.release.xcconfig"; path = "Target Support Files/Pods-AppAttestExampleForPod/Pods-AppAttestExampleForPod.release.xcconfig"; sourceTree = "<group>"; };
  33. E27EB8376FDCD7AB29F8A522 /* Pods-AppAttestExampleForPod.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppAttestExampleForPod.debug.xcconfig"; path = "Target Support Files/Pods-AppAttestExampleForPod/Pods-AppAttestExampleForPod.debug.xcconfig"; sourceTree = "<group>"; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. 73A463FD2A1C3B3400BA8528 /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. D8DD1A90FCD4C367E280C0F7 /* Pods_AppAttestExampleForPod.framework in Frameworks */,
  41. );
  42. runOnlyForDeploymentPostprocessing = 0;
  43. };
  44. /* End PBXFrameworksBuildPhase section */
  45. /* Begin PBXGroup section */
  46. 6B1005926777EEB3C903F93A /* Pods */ = {
  47. isa = PBXGroup;
  48. children = (
  49. 7D9832F2FFAF408698660CA8 /* Pods-AppAttestExample.debug.xcconfig */,
  50. 1C96B5B2B34E31F1A1CEE95E /* Pods-AppAttestExample.release.xcconfig */,
  51. E27EB8376FDCD7AB29F8A522 /* Pods-AppAttestExampleForPod.debug.xcconfig */,
  52. DB9DDDAE875580597968F796 /* Pods-AppAttestExampleForPod.release.xcconfig */,
  53. );
  54. path = Pods;
  55. sourceTree = "<group>";
  56. };
  57. 73080B292AAF9BDE00DEF667 /* AppAttestExampleTests */ = {
  58. isa = PBXGroup;
  59. children = (
  60. 73080B2A2AAF9BDE00DEF667 /* AppAttestExampleTests.swift */,
  61. );
  62. path = AppAttestExampleTests;
  63. sourceTree = "<group>";
  64. };
  65. 7345556C2AB142B40068F2B0 /* Secrets */ = {
  66. isa = PBXGroup;
  67. children = (
  68. 7345559F2AB39FBF0068F2B0 /* AppCheckDefaultSecrets.xcconfig */,
  69. );
  70. path = Secrets;
  71. sourceTree = "<group>";
  72. };
  73. 73A463F72A1C3B3400BA8528 = {
  74. isa = PBXGroup;
  75. children = (
  76. 73D87D512AAFE0FE002D841C /* AppAttestExample.xctestplan */,
  77. 73A464022A1C3B3400BA8528 /* AppAttestExample */,
  78. 73080B292AAF9BDE00DEF667 /* AppAttestExampleTests */,
  79. 73A464012A1C3B3400BA8528 /* Products */,
  80. 6B1005926777EEB3C903F93A /* Pods */,
  81. A73FBC2B93918F4B411815A1 /* Frameworks */,
  82. );
  83. sourceTree = "<group>";
  84. };
  85. 73A464012A1C3B3400BA8528 /* Products */ = {
  86. isa = PBXGroup;
  87. children = (
  88. 73A464002A1C3B3400BA8528 /* AppAttestExampleForPod.app */,
  89. );
  90. name = Products;
  91. sourceTree = "<group>";
  92. };
  93. 73A464022A1C3B3400BA8528 /* AppAttestExample */ = {
  94. isa = PBXGroup;
  95. children = (
  96. 73443A232A55F56900A4932E /* AppAttestExample.entitlements */,
  97. 73A464032A1C3B3400BA8528 /* AppAttestExampleApp.swift */,
  98. 73A464052A1C3B3400BA8528 /* ContentView.swift */,
  99. 738D5F722A26BC3B00A7F11B /* BirthdayLoader.swift */,
  100. 738B4A312AA8FE800056885D /* AppCheckSecretReader.swift */,
  101. 7345556C2AB142B40068F2B0 /* Secrets */,
  102. 73A065612A786D10007BC7FC /* Info.plist */,
  103. 73A464092A1C3B3500BA8528 /* Preview Content */,
  104. );
  105. path = AppAttestExample;
  106. sourceTree = "<group>";
  107. };
  108. 73A464092A1C3B3500BA8528 /* Preview Content */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 73A4640A2A1C3B3500BA8528 /* Preview Assets.xcassets */,
  112. );
  113. path = "Preview Content";
  114. sourceTree = "<group>";
  115. };
  116. A73FBC2B93918F4B411815A1 /* Frameworks */ = {
  117. isa = PBXGroup;
  118. children = (
  119. 4728D878D216B7D622E237DA /* Pods_AppAttestExampleForPod.framework */,
  120. );
  121. name = Frameworks;
  122. sourceTree = "<group>";
  123. };
  124. /* End PBXGroup section */
  125. /* Begin PBXNativeTarget section */
  126. 73A463FF2A1C3B3400BA8528 /* AppAttestExampleForPod */ = {
  127. isa = PBXNativeTarget;
  128. buildConfigurationList = 73A4640E2A1C3B3500BA8528 /* Build configuration list for PBXNativeTarget "AppAttestExampleForPod" */;
  129. buildPhases = (
  130. 55BC416D6BAEAFD4409866C8 /* [CP] Check Pods Manifest.lock */,
  131. 73A463FC2A1C3B3400BA8528 /* Sources */,
  132. 73A463FD2A1C3B3400BA8528 /* Frameworks */,
  133. 73A463FE2A1C3B3400BA8528 /* Resources */,
  134. D116F83514234BBFA76A4CC4 /* [CP] Copy Pods Resources */,
  135. );
  136. buildRules = (
  137. );
  138. dependencies = (
  139. );
  140. name = AppAttestExampleForPod;
  141. productName = AppAttestExample;
  142. productReference = 73A464002A1C3B3400BA8528 /* AppAttestExampleForPod.app */;
  143. productType = "com.apple.product-type.application";
  144. };
  145. /* End PBXNativeTarget section */
  146. /* Begin PBXProject section */
  147. 73A463F82A1C3B3400BA8528 /* Project object */ = {
  148. isa = PBXProject;
  149. attributes = {
  150. BuildIndependentTargetsInParallel = 1;
  151. LastSwiftUpdateCheck = 1430;
  152. LastUpgradeCheck = 1430;
  153. TargetAttributes = {
  154. 73A463FF2A1C3B3400BA8528 = {
  155. CreatedOnToolsVersion = 14.3;
  156. };
  157. };
  158. };
  159. buildConfigurationList = 73A463FB2A1C3B3400BA8528 /* Build configuration list for PBXProject "AppAttestExampleForPod" */;
  160. compatibilityVersion = "Xcode 14.0";
  161. developmentRegion = en;
  162. hasScannedForEncodings = 0;
  163. knownRegions = (
  164. en,
  165. Base,
  166. );
  167. mainGroup = 73A463F72A1C3B3400BA8528;
  168. productRefGroup = 73A464012A1C3B3400BA8528 /* Products */;
  169. projectDirPath = "";
  170. projectRoot = "";
  171. targets = (
  172. 73A463FF2A1C3B3400BA8528 /* AppAttestExampleForPod */,
  173. );
  174. };
  175. /* End PBXProject section */
  176. /* Begin PBXResourcesBuildPhase section */
  177. 73A463FE2A1C3B3400BA8528 /* Resources */ = {
  178. isa = PBXResourcesBuildPhase;
  179. buildActionMask = 2147483647;
  180. files = (
  181. 73A4640B2A1C3B3500BA8528 /* Preview Assets.xcassets in Resources */,
  182. 734555A02AB39FBF0068F2B0 /* AppCheckDefaultSecrets.xcconfig in Resources */,
  183. );
  184. runOnlyForDeploymentPostprocessing = 0;
  185. };
  186. /* End PBXResourcesBuildPhase section */
  187. /* Begin PBXShellScriptBuildPhase section */
  188. 55BC416D6BAEAFD4409866C8 /* [CP] Check Pods Manifest.lock */ = {
  189. isa = PBXShellScriptBuildPhase;
  190. buildActionMask = 2147483647;
  191. files = (
  192. );
  193. inputFileListPaths = (
  194. );
  195. inputPaths = (
  196. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  197. "${PODS_ROOT}/Manifest.lock",
  198. );
  199. name = "[CP] Check Pods Manifest.lock";
  200. outputFileListPaths = (
  201. );
  202. outputPaths = (
  203. "$(DERIVED_FILE_DIR)/Pods-AppAttestExampleForPod-checkManifestLockResult.txt",
  204. );
  205. runOnlyForDeploymentPostprocessing = 0;
  206. shellPath = /bin/sh;
  207. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  208. showEnvVarsInLog = 0;
  209. };
  210. D116F83514234BBFA76A4CC4 /* [CP] Copy Pods Resources */ = {
  211. isa = PBXShellScriptBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. );
  215. inputFileListPaths = (
  216. "${PODS_ROOT}/Target Support Files/Pods-AppAttestExampleForPod/Pods-AppAttestExampleForPod-resources-${CONFIGURATION}-input-files.xcfilelist",
  217. );
  218. name = "[CP] Copy Pods Resources";
  219. outputFileListPaths = (
  220. "${PODS_ROOT}/Target Support Files/Pods-AppAttestExampleForPod/Pods-AppAttestExampleForPod-resources-${CONFIGURATION}-output-files.xcfilelist",
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. shellPath = /bin/sh;
  224. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AppAttestExampleForPod/Pods-AppAttestExampleForPod-resources.sh\"\n";
  225. showEnvVarsInLog = 0;
  226. };
  227. /* End PBXShellScriptBuildPhase section */
  228. /* Begin PBXSourcesBuildPhase section */
  229. 73A463FC2A1C3B3400BA8528 /* Sources */ = {
  230. isa = PBXSourcesBuildPhase;
  231. buildActionMask = 2147483647;
  232. files = (
  233. 738D5F732A26BC3B00A7F11B /* BirthdayLoader.swift in Sources */,
  234. 738B4A322AA8FE800056885D /* AppCheckSecretReader.swift in Sources */,
  235. 73A464062A1C3B3400BA8528 /* ContentView.swift in Sources */,
  236. 73A464042A1C3B3400BA8528 /* AppAttestExampleApp.swift in Sources */,
  237. );
  238. runOnlyForDeploymentPostprocessing = 0;
  239. };
  240. /* End PBXSourcesBuildPhase section */
  241. /* Begin XCBuildConfiguration section */
  242. 73A4640C2A1C3B3500BA8528 /* Debug */ = {
  243. isa = XCBuildConfiguration;
  244. baseConfigurationReference = 7345559F2AB39FBF0068F2B0 /* AppCheckDefaultSecrets.xcconfig */;
  245. buildSettings = {
  246. ALWAYS_SEARCH_USER_PATHS = NO;
  247. CLANG_ANALYZER_NONNULL = YES;
  248. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  249. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  250. CLANG_ENABLE_MODULES = YES;
  251. CLANG_ENABLE_OBJC_ARC = YES;
  252. CLANG_ENABLE_OBJC_WEAK = YES;
  253. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  254. CLANG_WARN_BOOL_CONVERSION = YES;
  255. CLANG_WARN_COMMA = YES;
  256. CLANG_WARN_CONSTANT_CONVERSION = YES;
  257. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  258. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  259. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  260. CLANG_WARN_EMPTY_BODY = YES;
  261. CLANG_WARN_ENUM_CONVERSION = YES;
  262. CLANG_WARN_INFINITE_RECURSION = YES;
  263. CLANG_WARN_INT_CONVERSION = YES;
  264. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  265. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  266. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  267. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  268. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  269. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  270. CLANG_WARN_STRICT_PROTOTYPES = YES;
  271. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  272. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  273. CLANG_WARN_UNREACHABLE_CODE = YES;
  274. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  275. COPY_PHASE_STRIP = NO;
  276. DEBUG_INFORMATION_FORMAT = dwarf;
  277. ENABLE_STRICT_OBJC_MSGSEND = YES;
  278. ENABLE_TESTABILITY = YES;
  279. GCC_C_LANGUAGE_STANDARD = gnu11;
  280. GCC_DYNAMIC_NO_PIC = NO;
  281. GCC_NO_COMMON_BLOCKS = YES;
  282. GCC_OPTIMIZATION_LEVEL = 0;
  283. GCC_PREPROCESSOR_DEFINITIONS = (
  284. "DEBUG=1",
  285. "$(inherited)",
  286. );
  287. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  288. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  289. GCC_WARN_UNDECLARED_SELECTOR = YES;
  290. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  291. GCC_WARN_UNUSED_FUNCTION = YES;
  292. GCC_WARN_UNUSED_VARIABLE = YES;
  293. INFOPLIST_FILE = "";
  294. IPHONEOS_DEPLOYMENT_TARGET = 16.0;
  295. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  296. MTL_FAST_MATH = YES;
  297. ONLY_ACTIVE_ARCH = YES;
  298. SDKROOT = iphoneos;
  299. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  300. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  301. };
  302. name = Debug;
  303. };
  304. 73A4640D2A1C3B3500BA8528 /* Release */ = {
  305. isa = XCBuildConfiguration;
  306. buildSettings = {
  307. ALWAYS_SEARCH_USER_PATHS = NO;
  308. CLANG_ANALYZER_NONNULL = YES;
  309. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  310. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  311. CLANG_ENABLE_MODULES = YES;
  312. CLANG_ENABLE_OBJC_ARC = YES;
  313. CLANG_ENABLE_OBJC_WEAK = YES;
  314. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  315. CLANG_WARN_BOOL_CONVERSION = YES;
  316. CLANG_WARN_COMMA = YES;
  317. CLANG_WARN_CONSTANT_CONVERSION = YES;
  318. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  319. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  320. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  321. CLANG_WARN_EMPTY_BODY = YES;
  322. CLANG_WARN_ENUM_CONVERSION = YES;
  323. CLANG_WARN_INFINITE_RECURSION = YES;
  324. CLANG_WARN_INT_CONVERSION = YES;
  325. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  326. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  327. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  328. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  329. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  330. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  331. CLANG_WARN_STRICT_PROTOTYPES = YES;
  332. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  333. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  334. CLANG_WARN_UNREACHABLE_CODE = YES;
  335. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  336. COPY_PHASE_STRIP = NO;
  337. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  338. ENABLE_NS_ASSERTIONS = NO;
  339. ENABLE_STRICT_OBJC_MSGSEND = YES;
  340. GCC_C_LANGUAGE_STANDARD = gnu11;
  341. GCC_NO_COMMON_BLOCKS = YES;
  342. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  343. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  344. GCC_WARN_UNDECLARED_SELECTOR = YES;
  345. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  346. GCC_WARN_UNUSED_FUNCTION = YES;
  347. GCC_WARN_UNUSED_VARIABLE = YES;
  348. INFOPLIST_FILE = "";
  349. IPHONEOS_DEPLOYMENT_TARGET = 16.0;
  350. MTL_ENABLE_DEBUG_INFO = NO;
  351. MTL_FAST_MATH = YES;
  352. SDKROOT = iphoneos;
  353. SWIFT_COMPILATION_MODE = wholemodule;
  354. SWIFT_OPTIMIZATION_LEVEL = "-O";
  355. VALIDATE_PRODUCT = YES;
  356. };
  357. name = Release;
  358. };
  359. 73A4640F2A1C3B3500BA8528 /* Debug */ = {
  360. isa = XCBuildConfiguration;
  361. baseConfigurationReference = E27EB8376FDCD7AB29F8A522 /* Pods-AppAttestExampleForPod.debug.xcconfig */;
  362. buildSettings = {
  363. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  364. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  365. CODE_SIGN_ENTITLEMENTS = AppAttestExample/AppAttestExample.entitlements;
  366. CODE_SIGN_IDENTITY = "Apple Development";
  367. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  368. CODE_SIGN_STYLE = Manual;
  369. CURRENT_PROJECT_VERSION = 1;
  370. DEVELOPMENT_ASSET_PATHS = "\"AppAttestExample/Preview Content\"";
  371. DEVELOPMENT_TEAM = "";
  372. "DEVELOPMENT_TEAM[sdk=iphoneos*]" = EQHXZ8M8AV;
  373. ENABLE_PREVIEWS = YES;
  374. ENABLE_TESTING_SEARCH_PATHS = NO;
  375. GENERATE_INFOPLIST_FILE = YES;
  376. INFOPLIST_FILE = AppAttestExample/Info.plist;
  377. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  378. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  379. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  380. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  381. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  382. IPHONEOS_DEPLOYMENT_TARGET = 16.0;
  383. LD_RUNPATH_SEARCH_PATHS = (
  384. "$(inherited)",
  385. "@executable_path/Frameworks",
  386. );
  387. MARKETING_VERSION = 1.0;
  388. PRODUCT_BUNDLE_IDENTIFIER = com.google.experimental0.dev;
  389. PRODUCT_NAME = "$(TARGET_NAME)";
  390. PROVISIONING_PROFILE_SPECIFIER = "";
  391. "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Experimental App 0 Dev";
  392. SWIFT_EMIT_LOC_STRINGS = YES;
  393. SWIFT_VERSION = 5.0;
  394. TARGETED_DEVICE_FAMILY = "1,2";
  395. };
  396. name = Debug;
  397. };
  398. 73A464102A1C3B3500BA8528 /* Release */ = {
  399. isa = XCBuildConfiguration;
  400. baseConfigurationReference = DB9DDDAE875580597968F796 /* Pods-AppAttestExampleForPod.release.xcconfig */;
  401. buildSettings = {
  402. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  403. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  404. CODE_SIGN_ENTITLEMENTS = AppAttestExample/AppAttestExample.entitlements;
  405. CODE_SIGN_IDENTITY = "Apple Development";
  406. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  407. CODE_SIGN_STYLE = Manual;
  408. CURRENT_PROJECT_VERSION = 1;
  409. DEVELOPMENT_ASSET_PATHS = "\"AppAttestExample/Preview Content\"";
  410. DEVELOPMENT_TEAM = "";
  411. "DEVELOPMENT_TEAM[sdk=iphoneos*]" = EQHXZ8M8AV;
  412. ENABLE_PREVIEWS = YES;
  413. ENABLE_TESTING_SEARCH_PATHS = NO;
  414. GENERATE_INFOPLIST_FILE = YES;
  415. INFOPLIST_FILE = AppAttestExample/Info.plist;
  416. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  417. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  418. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  419. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  420. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  421. IPHONEOS_DEPLOYMENT_TARGET = 16.0;
  422. LD_RUNPATH_SEARCH_PATHS = (
  423. "$(inherited)",
  424. "@executable_path/Frameworks",
  425. );
  426. MARKETING_VERSION = 1.0;
  427. PRODUCT_BUNDLE_IDENTIFIER = com.google.experimental0.dev;
  428. PRODUCT_NAME = "$(TARGET_NAME)";
  429. PROVISIONING_PROFILE_SPECIFIER = "";
  430. "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Experimental App 0 Dev";
  431. SWIFT_EMIT_LOC_STRINGS = YES;
  432. SWIFT_VERSION = 5.0;
  433. TARGETED_DEVICE_FAMILY = "1,2";
  434. };
  435. name = Release;
  436. };
  437. /* End XCBuildConfiguration section */
  438. /* Begin XCConfigurationList section */
  439. 73A463FB2A1C3B3400BA8528 /* Build configuration list for PBXProject "AppAttestExampleForPod" */ = {
  440. isa = XCConfigurationList;
  441. buildConfigurations = (
  442. 73A4640C2A1C3B3500BA8528 /* Debug */,
  443. 73A4640D2A1C3B3500BA8528 /* Release */,
  444. );
  445. defaultConfigurationIsVisible = 0;
  446. defaultConfigurationName = Release;
  447. };
  448. 73A4640E2A1C3B3500BA8528 /* Build configuration list for PBXNativeTarget "AppAttestExampleForPod" */ = {
  449. isa = XCConfigurationList;
  450. buildConfigurations = (
  451. 73A4640F2A1C3B3500BA8528 /* Debug */,
  452. 73A464102A1C3B3500BA8528 /* Release */,
  453. );
  454. defaultConfigurationIsVisible = 0;
  455. defaultConfigurationName = Release;
  456. };
  457. /* End XCConfigurationList section */
  458. };
  459. rootObject = 73A463F82A1C3B3400BA8528 /* Project object */;
  460. }