project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 77;
  7. objects = {
  8. /* Begin PBXFileReference section */
  9. 13C4FCEC2F764FD400860356 /* Easy Access for Google Apps.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Easy Access for Google Apps.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  10. /* End PBXFileReference section */
  11. /* Begin PBXFileSystemSynchronizedRootGroup section */
  12. 13C4FCEE2F764FD400860356 /* google_apps */ = {
  13. isa = PBXFileSystemSynchronizedRootGroup;
  14. path = google_apps;
  15. sourceTree = "<group>";
  16. };
  17. /* End PBXFileSystemSynchronizedRootGroup section */
  18. /* Begin PBXFrameworksBuildPhase section */
  19. 13C4FCE92F764FD400860356 /* Frameworks */ = {
  20. isa = PBXFrameworksBuildPhase;
  21. buildActionMask = 2147483647;
  22. files = (
  23. );
  24. runOnlyForDeploymentPostprocessing = 0;
  25. };
  26. /* End PBXFrameworksBuildPhase section */
  27. /* Begin PBXGroup section */
  28. 13C4FCE32F764FD400860356 = {
  29. isa = PBXGroup;
  30. children = (
  31. 13C4FCEE2F764FD400860356 /* google_apps */,
  32. 13C4FCED2F764FD400860356 /* Products */,
  33. );
  34. sourceTree = "<group>";
  35. };
  36. 13C4FCED2F764FD400860356 /* Products */ = {
  37. isa = PBXGroup;
  38. children = (
  39. 13C4FCEC2F764FD400860356 /* Easy Access for Google Apps.app */,
  40. );
  41. name = Products;
  42. sourceTree = "<group>";
  43. };
  44. /* End PBXGroup section */
  45. /* Begin PBXNativeTarget section */
  46. 13C4FCEB2F764FD400860356 /* google_apps */ = {
  47. isa = PBXNativeTarget;
  48. buildConfigurationList = 13C4FCFA2F764FD500860356 /* Build configuration list for PBXNativeTarget "google_apps" */;
  49. buildPhases = (
  50. 13C4FCE82F764FD400860356 /* Sources */,
  51. 13C4FCE92F764FD400860356 /* Frameworks */,
  52. 13C4FCEA2F764FD400860356 /* Resources */,
  53. );
  54. buildRules = (
  55. );
  56. dependencies = (
  57. );
  58. fileSystemSynchronizedGroups = (
  59. 13C4FCEE2F764FD400860356 /* google_apps */,
  60. );
  61. name = google_apps;
  62. packageProductDependencies = (
  63. );
  64. productName = google_apps;
  65. productReference = 13C4FCEC2F764FD400860356 /* Easy Access for Google Apps.app */;
  66. productType = "com.apple.product-type.application";
  67. };
  68. /* End PBXNativeTarget section */
  69. /* Begin PBXProject section */
  70. 13C4FCE42F764FD400860356 /* Project object */ = {
  71. isa = PBXProject;
  72. attributes = {
  73. BuildIndependentTargetsInParallel = 1;
  74. LastSwiftUpdateCheck = 2640;
  75. LastUpgradeCheck = 2600;
  76. TargetAttributes = {
  77. 13C4FCEB2F764FD400860356 = {
  78. CreatedOnToolsVersion = 26.4;
  79. };
  80. };
  81. };
  82. buildConfigurationList = 13C4FCE72F764FD400860356 /* Build configuration list for PBXProject "google_apps" */;
  83. developmentRegion = en;
  84. hasScannedForEncodings = 0;
  85. knownRegions = (
  86. en,
  87. Base,
  88. );
  89. mainGroup = 13C4FCE32F764FD400860356;
  90. minimizedProjectReferenceProxies = 1;
  91. preferredProjectObjectVersion = 77;
  92. productRefGroup = 13C4FCED2F764FD400860356 /* Products */;
  93. projectDirPath = "";
  94. projectRoot = "";
  95. targets = (
  96. 13C4FCEB2F764FD400860356 /* google_apps */,
  97. );
  98. };
  99. /* End PBXProject section */
  100. /* Begin PBXResourcesBuildPhase section */
  101. 13C4FCEA2F764FD400860356 /* Resources */ = {
  102. isa = PBXResourcesBuildPhase;
  103. buildActionMask = 2147483647;
  104. files = (
  105. );
  106. runOnlyForDeploymentPostprocessing = 0;
  107. };
  108. /* End PBXResourcesBuildPhase section */
  109. /* Begin PBXSourcesBuildPhase section */
  110. 13C4FCE82F764FD400860356 /* Sources */ = {
  111. isa = PBXSourcesBuildPhase;
  112. buildActionMask = 2147483647;
  113. files = (
  114. );
  115. runOnlyForDeploymentPostprocessing = 0;
  116. };
  117. /* End PBXSourcesBuildPhase section */
  118. /* Begin XCBuildConfiguration section */
  119. 13C4FCF82F764FD500860356 /* Debug */ = {
  120. isa = XCBuildConfiguration;
  121. buildSettings = {
  122. ALWAYS_SEARCH_USER_PATHS = NO;
  123. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  124. CLANG_ANALYZER_NONNULL = YES;
  125. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  126. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  127. CLANG_ENABLE_MODULES = YES;
  128. CLANG_ENABLE_OBJC_ARC = YES;
  129. CLANG_ENABLE_OBJC_WEAK = YES;
  130. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  131. CLANG_WARN_BOOL_CONVERSION = YES;
  132. CLANG_WARN_COMMA = YES;
  133. CLANG_WARN_CONSTANT_CONVERSION = YES;
  134. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  135. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  136. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  137. CLANG_WARN_EMPTY_BODY = YES;
  138. CLANG_WARN_ENUM_CONVERSION = YES;
  139. CLANG_WARN_INFINITE_RECURSION = YES;
  140. CLANG_WARN_INT_CONVERSION = YES;
  141. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  142. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  143. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  144. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  145. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  146. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  147. CLANG_WARN_STRICT_PROTOTYPES = YES;
  148. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  149. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  150. CLANG_WARN_UNREACHABLE_CODE = YES;
  151. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  152. COPY_PHASE_STRIP = NO;
  153. DEAD_CODE_STRIPPING = YES;
  154. DEBUG_INFORMATION_FORMAT = dwarf;
  155. DEVELOPMENT_TEAM = GSL59TLQP5;
  156. ENABLE_STRICT_OBJC_MSGSEND = YES;
  157. ENABLE_TESTABILITY = YES;
  158. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  159. GCC_C_LANGUAGE_STANDARD = gnu17;
  160. GCC_DYNAMIC_NO_PIC = NO;
  161. GCC_NO_COMMON_BLOCKS = YES;
  162. GCC_OPTIMIZATION_LEVEL = 0;
  163. GCC_PREPROCESSOR_DEFINITIONS = (
  164. "DEBUG=1",
  165. "$(inherited)",
  166. );
  167. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  168. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  169. GCC_WARN_UNDECLARED_SELECTOR = YES;
  170. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  171. GCC_WARN_UNUSED_FUNCTION = YES;
  172. GCC_WARN_UNUSED_VARIABLE = YES;
  173. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  174. MACOSX_DEPLOYMENT_TARGET = 12.0;
  175. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  176. MTL_FAST_MATH = YES;
  177. ONLY_ACTIVE_ARCH = YES;
  178. SDKROOT = macosx;
  179. STRING_CATALOG_GENERATE_SYMBOLS = YES;
  180. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  181. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  182. };
  183. name = Debug;
  184. };
  185. 13C4FCF92F764FD500860356 /* Release */ = {
  186. isa = XCBuildConfiguration;
  187. buildSettings = {
  188. ALWAYS_SEARCH_USER_PATHS = NO;
  189. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  190. CLANG_ANALYZER_NONNULL = YES;
  191. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  192. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  193. CLANG_ENABLE_MODULES = YES;
  194. CLANG_ENABLE_OBJC_ARC = YES;
  195. CLANG_ENABLE_OBJC_WEAK = YES;
  196. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  197. CLANG_WARN_BOOL_CONVERSION = YES;
  198. CLANG_WARN_COMMA = YES;
  199. CLANG_WARN_CONSTANT_CONVERSION = YES;
  200. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  201. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  202. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  203. CLANG_WARN_EMPTY_BODY = YES;
  204. CLANG_WARN_ENUM_CONVERSION = YES;
  205. CLANG_WARN_INFINITE_RECURSION = YES;
  206. CLANG_WARN_INT_CONVERSION = YES;
  207. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  208. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  209. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  210. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  211. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  212. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  213. CLANG_WARN_STRICT_PROTOTYPES = YES;
  214. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  215. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  216. CLANG_WARN_UNREACHABLE_CODE = YES;
  217. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  218. COPY_PHASE_STRIP = NO;
  219. DEAD_CODE_STRIPPING = YES;
  220. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  221. DEVELOPMENT_TEAM = GSL59TLQP5;
  222. ENABLE_NS_ASSERTIONS = NO;
  223. ENABLE_STRICT_OBJC_MSGSEND = YES;
  224. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  225. GCC_C_LANGUAGE_STANDARD = gnu17;
  226. GCC_NO_COMMON_BLOCKS = YES;
  227. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  228. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  229. GCC_WARN_UNDECLARED_SELECTOR = YES;
  230. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  231. GCC_WARN_UNUSED_FUNCTION = YES;
  232. GCC_WARN_UNUSED_VARIABLE = YES;
  233. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  234. MACOSX_DEPLOYMENT_TARGET = 12.0;
  235. MTL_ENABLE_DEBUG_INFO = NO;
  236. MTL_FAST_MATH = YES;
  237. SDKROOT = macosx;
  238. STRING_CATALOG_GENERATE_SYMBOLS = YES;
  239. SWIFT_COMPILATION_MODE = wholemodule;
  240. };
  241. name = Release;
  242. };
  243. 13C4FCFB2F764FD500860356 /* Debug */ = {
  244. isa = XCBuildConfiguration;
  245. buildSettings = {
  246. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  247. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  248. CODE_SIGN_ENTITLEMENTS = google_apps/google_apps.entitlements;
  249. CODE_SIGN_STYLE = Automatic;
  250. COMBINE_HIDPI_IMAGES = YES;
  251. CURRENT_PROJECT_VERSION = 2;
  252. DEAD_CODE_STRIPPING = YES;
  253. DEVELOPMENT_TEAM = 5AT3P29RBZ;
  254. ENABLE_APP_SANDBOX = YES;
  255. ENABLE_FILE_ACCESS_DOWNLOADS_FOLDER = readwrite;
  256. ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES;
  257. ENABLE_RESOURCE_ACCESS_CALENDARS = YES;
  258. ENABLE_RESOURCE_ACCESS_LOCATION = YES;
  259. ENABLE_USER_SELECTED_FILES = readwrite;
  260. GENERATE_INFOPLIST_FILE = YES;
  261. INFOPLIST_KEY_CFBundleDisplayName = "Easy Access for Google Apps";
  262. INFOPLIST_KEY_CFBundleName = "Easy Access for Google Apps";
  263. INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
  264. INFOPLIST_KEY_NSCalendarsFullAccessUsageDescription = "Calendar access is used to show your upcoming events and Meet links in the Calendar and Meet widgets. Event data stays on-device and is only used to populate widget content.";
  265. INFOPLIST_KEY_NSCalendarsUsageDescription = "Calendar access is used to show your upcoming events and Meet links in the Calendar and Meet widgets. Event data stays on-device and is only used to populate widget content.";
  266. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  267. INFOPLIST_KEY_NSLocationUsageDescription = "Location is used only when you tap 'My location' in the Maps widget to center the map near you.";
  268. INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Google Maps uses your location to center the map and suggest nearby places.";
  269. INFOPLIST_KEY_NSMainStoryboardFile = Main;
  270. INFOPLIST_KEY_NSPrincipalClass = NSApplication;
  271. LD_RUNPATH_SEARCH_PATHS = (
  272. "$(inherited)",
  273. "@executable_path/../Frameworks",
  274. );
  275. MARKETING_VERSION = 1.0;
  276. PRODUCT_BUNDLE_IDENTIFIER = "com.gsuite.google-apps";
  277. PRODUCT_NAME = "Easy Access for Google Apps";
  278. REGISTER_APP_GROUPS = YES;
  279. STRING_CATALOG_GENERATE_SYMBOLS = YES;
  280. SWIFT_APPROACHABLE_CONCURRENCY = YES;
  281. SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
  282. SWIFT_EMIT_LOC_STRINGS = YES;
  283. SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
  284. SWIFT_VERSION = 5.0;
  285. };
  286. name = Debug;
  287. };
  288. 13C4FCFC2F764FD500860356 /* Release */ = {
  289. isa = XCBuildConfiguration;
  290. buildSettings = {
  291. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  292. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  293. CODE_SIGN_ENTITLEMENTS = google_apps/google_apps.entitlements;
  294. CODE_SIGN_STYLE = Automatic;
  295. COMBINE_HIDPI_IMAGES = YES;
  296. CURRENT_PROJECT_VERSION = 2;
  297. DEAD_CODE_STRIPPING = YES;
  298. DEVELOPMENT_TEAM = 5AT3P29RBZ;
  299. ENABLE_APP_SANDBOX = YES;
  300. ENABLE_FILE_ACCESS_DOWNLOADS_FOLDER = readwrite;
  301. ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES;
  302. ENABLE_RESOURCE_ACCESS_CALENDARS = YES;
  303. ENABLE_RESOURCE_ACCESS_LOCATION = YES;
  304. ENABLE_USER_SELECTED_FILES = readwrite;
  305. GENERATE_INFOPLIST_FILE = YES;
  306. INFOPLIST_KEY_CFBundleDisplayName = "Easy Access for Google Apps";
  307. INFOPLIST_KEY_CFBundleName = "Easy Access for Google Apps";
  308. INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
  309. INFOPLIST_KEY_NSCalendarsFullAccessUsageDescription = "Calendar access is used to show your upcoming events and Meet links in the Calendar and Meet widgets. Event data stays on-device and is only used to populate widget content.";
  310. INFOPLIST_KEY_NSCalendarsUsageDescription = "Calendar access is used to show your upcoming events and Meet links in the Calendar and Meet widgets. Event data stays on-device and is only used to populate widget content.";
  311. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  312. INFOPLIST_KEY_NSLocationUsageDescription = "Location is used only when you tap 'My location' in the Maps widget to center the map near you.";
  313. INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Google Maps uses your location to center the map and suggest nearby places.";
  314. INFOPLIST_KEY_NSMainStoryboardFile = Main;
  315. INFOPLIST_KEY_NSPrincipalClass = NSApplication;
  316. LD_RUNPATH_SEARCH_PATHS = (
  317. "$(inherited)",
  318. "@executable_path/../Frameworks",
  319. );
  320. MARKETING_VERSION = 1.0;
  321. PRODUCT_BUNDLE_IDENTIFIER = "com.gsuite.google-apps";
  322. PRODUCT_NAME = "Easy Access for Google Apps";
  323. REGISTER_APP_GROUPS = YES;
  324. STRING_CATALOG_GENERATE_SYMBOLS = YES;
  325. SWIFT_APPROACHABLE_CONCURRENCY = YES;
  326. SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
  327. SWIFT_EMIT_LOC_STRINGS = YES;
  328. SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
  329. SWIFT_VERSION = 5.0;
  330. };
  331. name = Release;
  332. };
  333. /* End XCBuildConfiguration section */
  334. /* Begin XCConfigurationList section */
  335. 13C4FCE72F764FD400860356 /* Build configuration list for PBXProject "google_apps" */ = {
  336. isa = XCConfigurationList;
  337. buildConfigurations = (
  338. 13C4FCF82F764FD500860356 /* Debug */,
  339. 13C4FCF92F764FD500860356 /* Release */,
  340. );
  341. defaultConfigurationIsVisible = 0;
  342. defaultConfigurationName = Release;
  343. };
  344. 13C4FCFA2F764FD500860356 /* Build configuration list for PBXNativeTarget "google_apps" */ = {
  345. isa = XCConfigurationList;
  346. buildConfigurations = (
  347. 13C4FCFB2F764FD500860356 /* Debug */,
  348. 13C4FCFC2F764FD500860356 /* Release */,
  349. );
  350. defaultConfigurationIsVisible = 0;
  351. defaultConfigurationName = Release;
  352. };
  353. /* End XCConfigurationList section */
  354. };
  355. rootObject = 13C4FCE42F764FD400860356 /* Project object */;
  356. }