Skip to content

Commit

Permalink
Update project config
Browse files Browse the repository at this point in the history
  • Loading branch information
iseebi committed Aug 10, 2024
1 parent 38da9c7 commit e5c647a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Ukam.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,9 @@
82C57EF127D46DB900395627 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastSwiftUpdateCheck = 1250;
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1520;
TargetAttributes = {
82302D132C66A07C00B8BF8C = {
CreatedOnToolsVersion = 15.2;
Expand Down Expand Up @@ -379,6 +380,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = NARTSSS6TY;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -388,6 +390,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = NARTSSS6TY;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand Down Expand Up @@ -428,6 +431,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -490,6 +494,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -520,6 +525,7 @@
CODE_SIGN_ENTITLEMENTS = Ukam/Ukam.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = NARTSSS6TY;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Ukam/Info.plist;
Expand All @@ -546,6 +552,7 @@
CODE_SIGN_ENTITLEMENTS = Ukam/Ukam.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = NARTSSS6TY;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Ukam/Info.plist;
Expand Down
2 changes: 1 addition & 1 deletion Ukam.xcodeproj/xcshareddata/xcschemes/Ukam.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1520"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit e5c647a

Please sign in to comment.