SentryToolbar.xcodeproj/project.pbxproj
// !$*UTF8*$!{ archiveVersion = 1; classes = { }; objectVersion = 48; objects = { /* Begin PBXBuildFile section */ 34057A732210CAB900330C61 /* ConfigCopyListener.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34057A722210CAB900330C61 /* ConfigCopyListener.swift */; }; 340B4DBB1FF2A245006A4108 /* Issue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 340B4DBA1FF2A245006A4108 /* Issue.swift */; }; 341017112060642F00450981 /* NotificationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 341017102060642F00450981 /* NotificationHandler.swift */; }; 3479767B1F87FA3D001109F0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3479767A1F87FA3D001109F0 /* AppDelegate.swift */; }; 3479767D1F87FA3D001109F0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3479767C1F87FA3D001109F0 /* Assets.xcassets */; }; 347976801F87FA3D001109F0 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3479767E1F87FA3D001109F0 /* MainMenu.xib */; }; 34BFEA5C205F197900283141 /* IssueCountHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34BFEA5B205F197900283141 /* IssueCountHandler.swift */; }; 34C41957206D67F70072AE21 /* PreferencesWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34C41955206D67F70072AE21 /* PreferencesWindow.swift */; }; 34C41958206D67F70072AE21 /* PreferencesWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34C41956206D67F70072AE21 /* PreferencesWindow.xib */; }; 34C732C520FFE2B900E6C5FA /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34C732C420FFE2B900E6C5FA /* Filter.swift */; }; 34C7349F205EA2AD002BA603 /* SchedulerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34C7349E205EA2AD002BA603 /* SchedulerController.swift */; }; 34D642FA1F89781400AC2810 /* StatusMenuController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34D642F91F89781400AC2810 /* StatusMenuController.swift */; }; 34D642FC1F89867B00AC2810 /* SentryAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34D642FB1F89867B00AC2810 /* SentryAPI.swift */; }; 34F0FC921FA4D16600BC33BC /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34F0FC911FA4D16600BC33BC /* Config.swift */; }; BC25195D826C7A00F4251219 /* Pods_SentryToolbar.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 189D188D9341CBBA9585B488 /* Pods_SentryToolbar.framework */; };/* End PBXBuildFile section */ /* Begin PBXFileReference section */ 189D188D9341CBBA9585B488 /* Pods_SentryToolbar.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SentryToolbar.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 34057A722210CAB900330C61 /* ConfigCopyListener.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigCopyListener.swift; sourceTree = "<group>"; }; 340B4DBA1FF2A245006A4108 /* Issue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Issue.swift; sourceTree = "<group>"; }; 341017102060642F00450981 /* NotificationHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationHandler.swift; sourceTree = "<group>"; }; 347976771F87FA3D001109F0 /* SentryToolbar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SentryToolbar.app; sourceTree = BUILT_PRODUCTS_DIR; }; 3479767A1F87FA3D001109F0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; 3479767C1F87FA3D001109F0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 3479767F1F87FA3D001109F0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; }; 347976811F87FA3D001109F0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 347976821F87FA3D001109F0 /* SentryToolbar.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SentryToolbar.entitlements; sourceTree = "<group>"; }; 34BFEA5B205F197900283141 /* IssueCountHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IssueCountHandler.swift; sourceTree = "<group>"; }; 34C41955206D67F70072AE21 /* PreferencesWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesWindow.swift; sourceTree = "<group>"; }; 34C41956206D67F70072AE21 /* PreferencesWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PreferencesWindow.xib; sourceTree = "<group>"; }; 34C732C420FFE2B900E6C5FA /* Filter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Filter.swift; sourceTree = "<group>"; }; 34C7349E205EA2AD002BA603 /* SchedulerController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SchedulerController.swift; sourceTree = "<group>"; }; 34D642F91F89781400AC2810 /* StatusMenuController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusMenuController.swift; sourceTree = "<group>"; }; 34D642FB1F89867B00AC2810 /* SentryAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryAPI.swift; sourceTree = "<group>"; }; 34F0FC911FA4D16600BC33BC /* Config.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Config.swift; sourceTree = "<group>"; }; B426A76D726112615E5BA3EE /* Pods-SentryToolbar.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SentryToolbar.debug.xcconfig"; path = "Target Support Files/Pods-SentryToolbar/Pods-SentryToolbar.debug.xcconfig"; sourceTree = "<group>"; }; DAC90B9E723F47E2C11D9827 /* Pods-SentryToolbar.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SentryToolbar.release.xcconfig"; path = "Target Support Files/Pods-SentryToolbar/Pods-SentryToolbar.release.xcconfig"; sourceTree = "<group>"; };/* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 347976741F87FA3D001109F0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( BC25195D826C7A00F4251219 /* Pods_SentryToolbar.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; };/* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 345E0AF02060929600169A45 /* Handlers */ = { isa = PBXGroup; children = ( 34BFEA5B205F197900283141 /* IssueCountHandler.swift */, 341017102060642F00450981 /* NotificationHandler.swift */, 34057A722210CAB900330C61 /* ConfigCopyListener.swift */, ); path = Handlers; sourceTree = "<group>"; }; 3479766E1F87FA3D001109F0 = { isa = PBXGroup; children = ( 347976791F87FA3D001109F0 /* SentryToolbar */, 347976781F87FA3D001109F0 /* Products */, EEA1F04714189A9188B97A81 /* Pods */, 5256ACC6CF5BCE3B15902632 /* Frameworks */, ); sourceTree = "<group>"; }; 347976781F87FA3D001109F0 /* Products */ = { isa = PBXGroup; children = ( 347976771F87FA3D001109F0 /* SentryToolbar.app */, ); name = Products; sourceTree = "<group>"; }; 347976791F87FA3D001109F0 /* SentryToolbar */ = { isa = PBXGroup; children = ( 3479767A1F87FA3D001109F0 /* AppDelegate.swift */, 34C73499205C9605002BA603 /* API */, 34C73498205C95F8002BA603 /* Controller */, 3479767C1F87FA3D001109F0 /* Assets.xcassets */, 3479767E1F87FA3D001109F0 /* MainMenu.xib */, 347976811F87FA3D001109F0 /* Info.plist */, 347976821F87FA3D001109F0 /* SentryToolbar.entitlements */, 34C73497205C95D2002BA603 /* Model */, 345E0AF02060929600169A45 /* Handlers */, ); path = SentryToolbar; sourceTree = "<group>"; }; 34C73497205C95D2002BA603 /* Model */ = { isa = PBXGroup; children = ( 34F0FC911FA4D16600BC33BC /* Config.swift */, 340B4DBA1FF2A245006A4108 /* Issue.swift */, 34C732C420FFE2B900E6C5FA /* Filter.swift */, ); path = Model; sourceTree = "<group>"; }; 34C73498205C95F8002BA603 /* Controller */ = { isa = PBXGroup; children = ( 34D642F91F89781400AC2810 /* StatusMenuController.swift */, 34C41955206D67F70072AE21 /* PreferencesWindow.swift */, 34C41956206D67F70072AE21 /* PreferencesWindow.xib */, 34C7349E205EA2AD002BA603 /* SchedulerController.swift */, ); path = Controller; sourceTree = "<group>"; }; 34C73499205C9605002BA603 /* API */ = { isa = PBXGroup; children = ( 34D642FB1F89867B00AC2810 /* SentryAPI.swift */, ); path = API; sourceTree = "<group>"; }; 5256ACC6CF5BCE3B15902632 /* Frameworks */ = { isa = PBXGroup; children = ( 189D188D9341CBBA9585B488 /* Pods_SentryToolbar.framework */, ); name = Frameworks; sourceTree = "<group>"; }; EEA1F04714189A9188B97A81 /* Pods */ = { isa = PBXGroup; children = ( B426A76D726112615E5BA3EE /* Pods-SentryToolbar.debug.xcconfig */, DAC90B9E723F47E2C11D9827 /* Pods-SentryToolbar.release.xcconfig */, ); path = Pods; sourceTree = "<group>"; };/* End PBXGroup section */ /* Begin PBXNativeTarget section */ 347976761F87FA3D001109F0 /* SentryToolbar */ = { isa = PBXNativeTarget; buildConfigurationList = 347976851F87FA3D001109F0 /* Build configuration list for PBXNativeTarget "SentryToolbar" */; buildPhases = ( 7D10658A0AAB2F2641A8F23D /* [CP] Check Pods Manifest.lock */, 34445B22210091AE00B0B00D /* ShellScript */, 347976731F87FA3D001109F0 /* Sources */, 347976741F87FA3D001109F0 /* Frameworks */, 347976751F87FA3D001109F0 /* Resources */, 3240FC6BE20A2C16F18E3C30 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); dependencies = ( ); name = SentryToolbar; productName = SentryToolbar; productReference = 347976771F87FA3D001109F0 /* SentryToolbar.app */; productType = "com.apple.product-type.application"; };/* End PBXNativeTarget section */ /* Begin PBXProject section */ 3479766F1F87FA3D001109F0 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0900; LastUpgradeCheck = 0940; ORGANIZATIONNAME = "Evandro Flores"; TargetAttributes = { 347976761F87FA3D001109F0 = { CreatedOnToolsVersion = 9.0; LastSwiftMigration = 1020; ProvisioningStyle = Automatic; }; }; }; buildConfigurationList = 347976721F87FA3D001109F0 /* Build configuration list for PBXProject "SentryToolbar" */; compatibilityVersion = "Xcode 8.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 3479766E1F87FA3D001109F0; productRefGroup = 347976781F87FA3D001109F0 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 347976761F87FA3D001109F0 /* SentryToolbar */, ); };/* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 347976751F87FA3D001109F0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 3479767D1F87FA3D001109F0 /* Assets.xcassets in Resources */, 34C41958206D67F70072AE21 /* PreferencesWindow.xib in Resources */, 347976801F87FA3D001109F0 /* MainMenu.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; };/* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ 3240FC6BE20A2C16F18E3C30 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-SentryToolbar/Pods-SentryToolbar-frameworks.sh", "${BUILT_PRODUCTS_DIR}/Sentry/Sentry.framework", ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( ); outputPaths = ( "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Sentry.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SentryToolbar/Pods-SentryToolbar-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 34445B22210091AE00B0B00D /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = swiftlint; }; 7D10658A0AAB2F2641A8F23D /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( ); inputPaths = ( "${PODS_PODFILE_DIR_PATH}/Podfile.lock", "${PODS_ROOT}/Manifest.lock", ); name = "[CP] Check Pods Manifest.lock"; outputFileListPaths = ( ); outputPaths = ( "$(DERIVED_FILE_DIR)/Pods-SentryToolbar-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; 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"; showEnvVarsInLog = 0; };/* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 347976731F87FA3D001109F0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 34D642FA1F89781400AC2810 /* StatusMenuController.swift in Sources */, 34C732C520FFE2B900E6C5FA /* Filter.swift in Sources */, 340B4DBB1FF2A245006A4108 /* Issue.swift in Sources */, 34F0FC921FA4D16600BC33BC /* Config.swift in Sources */, 34D642FC1F89867B00AC2810 /* SentryAPI.swift in Sources */, 34BFEA5C205F197900283141 /* IssueCountHandler.swift in Sources */, 3479767B1F87FA3D001109F0 /* AppDelegate.swift in Sources */, 341017112060642F00450981 /* NotificationHandler.swift in Sources */, 34C7349F205EA2AD002BA603 /* SchedulerController.swift in Sources */, 34057A732210CAB900330C61 /* ConfigCopyListener.swift in Sources */, 34C41957206D67F70072AE21 /* PreferencesWindow.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };/* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ 3479767E1F87FA3D001109F0 /* MainMenu.xib */ = { isa = PBXVariantGroup; children = ( 3479767F1F87FA3D001109F0 /* Base */, ); name = MainMenu.xib; sourceTree = "<group>"; };/* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 347976831F87FA3D001109F0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_APPICON_NAME = Icon; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Mac Developer"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = W9N9LCM6XB; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; name = Debug; }; 347976841F87FA3D001109F0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_APPICON_NAME = Icon; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Mac Developer"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = W9N9LCM6XB; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; }; name = Release; }; 347976861F87FA3D001109F0 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = B426A76D726112615E5BA3EE /* Pods-SentryToolbar.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = SentryToolbar/SentryToolbar.entitlements; CODE_SIGN_IDENTITY = "Mac Developer"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; DEVELOPMENT_TEAM = W9N9LCM6XB; INFOPLIST_FILE = SentryToolbar/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = br.com.eof.SentryToolbar; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 5.0; }; name = Debug; }; 347976871F87FA3D001109F0 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = DAC90B9E723F47E2C11D9827 /* Pods-SentryToolbar.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = SentryToolbar/SentryToolbar.entitlements; CODE_SIGN_IDENTITY = "Mac Developer"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; DEVELOPMENT_TEAM = W9N9LCM6XB; INFOPLIST_FILE = SentryToolbar/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = br.com.eof.SentryToolbar; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 5.0; }; name = Release; };/* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 347976721F87FA3D001109F0 /* Build configuration list for PBXProject "SentryToolbar" */ = { isa = XCConfigurationList; buildConfigurations = ( 347976831F87FA3D001109F0 /* Debug */, 347976841F87FA3D001109F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 347976851F87FA3D001109F0 /* Build configuration list for PBXNativeTarget "SentryToolbar" */ = { isa = XCConfigurationList; buildConfigurations = ( 347976861F87FA3D001109F0 /* Debug */, 347976871F87FA3D001109F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; };/* End XCConfigurationList section */ }; rootObject = 3479766F1F87FA3D001109F0 /* Project object */;}