Files
aptabase-swift/Aptabase.xcodeproj/project.pbxproj
Guilherme Oenning 9898b80276 refactor Xcode project + add macos example (#10)
* huge folder refactor

* fix proj

* rename project + add macos app
2023-10-05 13:31:20 +01:00

717 lines
30 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {
/* Begin PBXBuildFile section */
714269612A409AC5006B491E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 714269602A409AC5006B491E /* AppDelegate.m */; };
714269642A409AC5006B491E /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 714269632A409AC5006B491E /* SceneDelegate.m */; };
714269672A409AC5006B491E /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 714269662A409AC5006B491E /* ViewController.m */; };
7142696A2A409AC5006B491E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 714269682A409AC5006B491E /* Main.storyboard */; };
7142696C2A409AC6006B491E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7142696B2A409AC6006B491E /* Assets.xcassets */; };
7142696F2A409AC6006B491E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7142696D2A409AC6006B491E /* LaunchScreen.storyboard */; };
714269722A409AC6006B491E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 714269712A409AC6006B491E /* main.m */; };
E2019AE829DAEF2600204720 /* HelloWorldApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2019AE729DAEF2600204720 /* HelloWorldApp.swift */; };
E2019AEA29DAEF2600204720 /* CounterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2019AE929DAEF2600204720 /* CounterView.swift */; };
E2019AEC29DAEF2700204720 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E2019AEB29DAEF2700204720 /* Assets.xcassets */; };
E2019AEF29DAEF2700204720 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E2019AEE29DAEF2700204720 /* Preview Assets.xcassets */; };
E2536E4E2ACEDE12004B223A /* Aptabase in Frameworks */ = {isa = PBXBuildFile; productRef = E2536E4D2ACEDE12004B223A /* Aptabase */; };
E2536E502ACEDE15004B223A /* Aptabase in Frameworks */ = {isa = PBXBuildFile; productRef = E2536E4F2ACEDE15004B223A /* Aptabase */; };
E2AB50142ACEE17B00550570 /* HelloWorldMacApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2AB50132ACEE17B00550570 /* HelloWorldMacApp.swift */; };
E2AB50162ACEE17B00550570 /* CounterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2AB50152ACEE17B00550570 /* CounterView.swift */; };
E2AB50182ACEE17C00550570 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E2AB50172ACEE17C00550570 /* Assets.xcassets */; };
E2AB501B2ACEE17C00550570 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E2AB501A2ACEE17C00550570 /* Preview Assets.xcassets */; };
E2AB50212ACEE1BF00550570 /* Aptabase in Frameworks */ = {isa = PBXBuildFile; productRef = E2AB50202ACEE1BF00550570 /* Aptabase */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
7142695D2A409AC5006B491E /* HelloWorldObjC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorldObjC.app; sourceTree = BUILT_PRODUCTS_DIR; };
7142695F2A409AC5006B491E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
714269602A409AC5006B491E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
714269622A409AC5006B491E /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
714269632A409AC5006B491E /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
714269652A409AC5006B491E /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
714269662A409AC5006B491E /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
714269692A409AC5006B491E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
7142696B2A409AC6006B491E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
7142696E2A409AC6006B491E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
714269702A409AC6006B491E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
714269712A409AC6006B491E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
E2019AE429DAEF2600204720 /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; };
E2019AE729DAEF2600204720 /* HelloWorldApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelloWorldApp.swift; sourceTree = "<group>"; };
E2019AE929DAEF2600204720 /* CounterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CounterView.swift; sourceTree = "<group>"; };
E2019AEB29DAEF2700204720 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E2019AEE29DAEF2700204720 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
E2536E482ACEDCAE004B223A /* aptabase-swift */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "aptabase-swift"; path = ./; sourceTree = "<group>"; };
E2AB50112ACEE17B00550570 /* HelloWorldMac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorldMac.app; sourceTree = BUILT_PRODUCTS_DIR; };
E2AB50132ACEE17B00550570 /* HelloWorldMacApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelloWorldMacApp.swift; sourceTree = "<group>"; };
E2AB50152ACEE17B00550570 /* CounterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CounterView.swift; sourceTree = "<group>"; };
E2AB50172ACEE17C00550570 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E2AB501A2ACEE17C00550570 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
E2AB501C2ACEE17C00550570 /* HelloWorldMac.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = HelloWorldMac.entitlements; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
7142695A2A409AC5006B491E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E2536E502ACEDE15004B223A /* Aptabase in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E2019AE129DAEF2600204720 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E2536E4E2ACEDE12004B223A /* Aptabase in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E2AB500E2ACEE17B00550570 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E2AB50212ACEE1BF00550570 /* Aptabase in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
7142695E2A409AC5006B491E /* HelloWorldObjC */ = {
isa = PBXGroup;
children = (
7142695F2A409AC5006B491E /* AppDelegate.h */,
714269602A409AC5006B491E /* AppDelegate.m */,
714269622A409AC5006B491E /* SceneDelegate.h */,
714269632A409AC5006B491E /* SceneDelegate.m */,
714269652A409AC5006B491E /* ViewController.h */,
714269662A409AC5006B491E /* ViewController.m */,
714269682A409AC5006B491E /* Main.storyboard */,
7142696B2A409AC6006B491E /* Assets.xcassets */,
7142696D2A409AC6006B491E /* LaunchScreen.storyboard */,
714269702A409AC6006B491E /* Info.plist */,
714269712A409AC6006B491E /* main.m */,
);
path = HelloWorldObjC;
sourceTree = "<group>";
};
E2019ADB29DAEF2600204720 = {
isa = PBXGroup;
children = (
E2536E482ACEDCAE004B223A /* aptabase-swift */,
E2F0B44F2ACEC88A008DFE64 /* Examples */,
E2019AE529DAEF2600204720 /* Products */,
E2019AF729DAF45C00204720 /* Frameworks */,
);
sourceTree = "<group>";
};
E2019AE529DAEF2600204720 /* Products */ = {
isa = PBXGroup;
children = (
E2019AE429DAEF2600204720 /* HelloWorld.app */,
7142695D2A409AC5006B491E /* HelloWorldObjC.app */,
E2AB50112ACEE17B00550570 /* HelloWorldMac.app */,
);
name = Products;
sourceTree = "<group>";
};
E2019AE629DAEF2600204720 /* HelloWorld */ = {
isa = PBXGroup;
children = (
E2019AE729DAEF2600204720 /* HelloWorldApp.swift */,
E2019AE929DAEF2600204720 /* CounterView.swift */,
E2019AEB29DAEF2700204720 /* Assets.xcassets */,
E2019AED29DAEF2700204720 /* Preview Content */,
);
path = HelloWorld;
sourceTree = "<group>";
};
E2019AED29DAEF2700204720 /* Preview Content */ = {
isa = PBXGroup;
children = (
E2019AEE29DAEF2700204720 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
E2019AF729DAF45C00204720 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
E2AB50122ACEE17B00550570 /* HelloWorldMac */ = {
isa = PBXGroup;
children = (
E2AB50132ACEE17B00550570 /* HelloWorldMacApp.swift */,
E2AB50152ACEE17B00550570 /* CounterView.swift */,
E2AB50172ACEE17C00550570 /* Assets.xcassets */,
E2AB501C2ACEE17C00550570 /* HelloWorldMac.entitlements */,
E2AB50192ACEE17C00550570 /* Preview Content */,
);
path = HelloWorldMac;
sourceTree = "<group>";
};
E2AB50192ACEE17C00550570 /* Preview Content */ = {
isa = PBXGroup;
children = (
E2AB501A2ACEE17C00550570 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
E2F0B44F2ACEC88A008DFE64 /* Examples */ = {
isa = PBXGroup;
children = (
E2AB50122ACEE17B00550570 /* HelloWorldMac */,
7142695E2A409AC5006B491E /* HelloWorldObjC */,
E2019AE629DAEF2600204720 /* HelloWorld */,
);
path = Examples;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
7142695C2A409AC5006B491E /* HelloWorldObjC */ = {
isa = PBXNativeTarget;
buildConfigurationList = 714269732A409AC6006B491E /* Build configuration list for PBXNativeTarget "HelloWorldObjC" */;
buildPhases = (
714269592A409AC5006B491E /* Sources */,
7142695A2A409AC5006B491E /* Frameworks */,
7142695B2A409AC5006B491E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = HelloWorldObjC;
packageProductDependencies = (
E2536E4F2ACEDE15004B223A /* Aptabase */,
);
productName = HelloWorldObjC;
productReference = 7142695D2A409AC5006B491E /* HelloWorldObjC.app */;
productType = "com.apple.product-type.application";
};
E2019AE329DAEF2600204720 /* HelloWorld */ = {
isa = PBXNativeTarget;
buildConfigurationList = E2019AF229DAEF2700204720 /* Build configuration list for PBXNativeTarget "HelloWorld" */;
buildPhases = (
E2019AE029DAEF2600204720 /* Sources */,
E2019AE129DAEF2600204720 /* Frameworks */,
E2019AE229DAEF2600204720 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = HelloWorld;
packageProductDependencies = (
E2536E4D2ACEDE12004B223A /* Aptabase */,
);
productName = HelloWorld;
productReference = E2019AE429DAEF2600204720 /* HelloWorld.app */;
productType = "com.apple.product-type.application";
};
E2AB50102ACEE17B00550570 /* HelloWorldMac */ = {
isa = PBXNativeTarget;
buildConfigurationList = E2AB501D2ACEE17C00550570 /* Build configuration list for PBXNativeTarget "HelloWorldMac" */;
buildPhases = (
E2AB500D2ACEE17B00550570 /* Sources */,
E2AB500E2ACEE17B00550570 /* Frameworks */,
E2AB500F2ACEE17B00550570 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = HelloWorldMac;
packageProductDependencies = (
E2AB50202ACEE1BF00550570 /* Aptabase */,
);
productName = HelloWorldMac;
productReference = E2AB50112ACEE17B00550570 /* HelloWorldMac.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
E2019ADC29DAEF2600204720 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1500;
LastUpgradeCheck = 1500;
TargetAttributes = {
7142695C2A409AC5006B491E = {
CreatedOnToolsVersion = 14.3.1;
};
E2019AE329DAEF2600204720 = {
CreatedOnToolsVersion = 14.2;
};
E2AB50102ACEE17B00550570 = {
CreatedOnToolsVersion = 15.0;
};
};
};
buildConfigurationList = E2019ADF29DAEF2600204720 /* Build configuration list for PBXProject "Aptabase" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E2019ADB29DAEF2600204720;
productRefGroup = E2019AE529DAEF2600204720 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E2019AE329DAEF2600204720 /* HelloWorld */,
7142695C2A409AC5006B491E /* HelloWorldObjC */,
E2AB50102ACEE17B00550570 /* HelloWorldMac */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
7142695B2A409AC5006B491E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7142696F2A409AC6006B491E /* LaunchScreen.storyboard in Resources */,
7142696C2A409AC6006B491E /* Assets.xcassets in Resources */,
7142696A2A409AC5006B491E /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E2019AE229DAEF2600204720 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E2019AEF29DAEF2700204720 /* Preview Assets.xcassets in Resources */,
E2019AEC29DAEF2700204720 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E2AB500F2ACEE17B00550570 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E2AB501B2ACEE17C00550570 /* Preview Assets.xcassets in Resources */,
E2AB50182ACEE17C00550570 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
714269592A409AC5006B491E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
714269672A409AC5006B491E /* ViewController.m in Sources */,
714269612A409AC5006B491E /* AppDelegate.m in Sources */,
714269722A409AC6006B491E /* main.m in Sources */,
714269642A409AC5006B491E /* SceneDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E2019AE029DAEF2600204720 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E2019AEA29DAEF2600204720 /* CounterView.swift in Sources */,
E2019AE829DAEF2600204720 /* HelloWorldApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E2AB500D2ACEE17B00550570 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E2AB50162ACEE17B00550570 /* CounterView.swift in Sources */,
E2AB50142ACEE17B00550570 /* HelloWorldMacApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
714269682A409AC5006B491E /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
714269692A409AC5006B491E /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
7142696D2A409AC6006B491E /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
7142696E2A409AC6006B491E /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
714269742A409AC6006B491E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Examples/HelloWorldObjC/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = rs.mousecode.HelloWorldObjC;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
714269752A409AC6006B491E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Examples/HelloWorldObjC/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = rs.mousecode.HelloWorldObjC;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
E2019AF029DAEF2700204720 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = 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;
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
E2019AF129DAEF2700204720 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = 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;
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
E2019AF329DAEF2700204720 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Examples/HelloWorld/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.aptabase.HelloWorld;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
E2019AF429DAEF2700204720 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Examples/HelloWorld/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.aptabase.HelloWorld;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
E2AB501E2ACEE17C00550570 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Examples/HelloWorldMac/HelloWorldMac.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Examples/HelloWorldMac/Preview Content\"";
ENABLE_PREVIEWS = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MACOSX_DEPLOYMENT_TARGET = 13.6;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.aptabase.HelloWorldMac;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
E2AB501F2ACEE17C00550570 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Examples/HelloWorldMac/HelloWorldMac.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Examples/HelloWorldMac/Preview Content\"";
ENABLE_PREVIEWS = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MACOSX_DEPLOYMENT_TARGET = 13.6;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.aptabase.HelloWorldMac;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
714269732A409AC6006B491E /* Build configuration list for PBXNativeTarget "HelloWorldObjC" */ = {
isa = XCConfigurationList;
buildConfigurations = (
714269742A409AC6006B491E /* Debug */,
714269752A409AC6006B491E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E2019ADF29DAEF2600204720 /* Build configuration list for PBXProject "Aptabase" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E2019AF029DAEF2700204720 /* Debug */,
E2019AF129DAEF2700204720 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E2019AF229DAEF2700204720 /* Build configuration list for PBXNativeTarget "HelloWorld" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E2019AF329DAEF2700204720 /* Debug */,
E2019AF429DAEF2700204720 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E2AB501D2ACEE17C00550570 /* Build configuration list for PBXNativeTarget "HelloWorldMac" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E2AB501E2ACEE17C00550570 /* Debug */,
E2AB501F2ACEE17C00550570 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCSwiftPackageProductDependency section */
E2536E4D2ACEDE12004B223A /* Aptabase */ = {
isa = XCSwiftPackageProductDependency;
productName = Aptabase;
};
E2536E4F2ACEDE15004B223A /* Aptabase */ = {
isa = XCSwiftPackageProductDependency;
productName = Aptabase;
};
E2AB50202ACEE1BF00550570 /* Aptabase */ = {
isa = XCSwiftPackageProductDependency;
productName = Aptabase;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = E2019ADC29DAEF2600204720 /* Project object */;
}