Skip to content

Commit

Permalink
release 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
roznet committed Oct 1, 2022
2 parents f53acf5 + 893a02d commit f92aeca
Show file tree
Hide file tree
Showing 132 changed files with 310 additions and 230 deletions.
18 changes: 10 additions & 8 deletions ConnectStats.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4571,7 +4571,7 @@
attributes = {
CLASSPREFIX = GC;
LastSwiftUpdateCheck = 0810;
LastUpgradeCheck = 1200;
LastUpgradeCheck = 1400;
ORGANIZATIONNAME = "Brice Rosenzweig";
TargetAttributes = {
422FAEA319A1DD6000D09773 = {
Expand Down Expand Up @@ -6392,6 +6392,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.4.0;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = M7QSSF3624;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -6435,6 +6436,7 @@
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 3.4.0;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = M7QSSF3624;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -6475,6 +6477,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Expand Down Expand Up @@ -6514,6 +6517,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -6655,7 +6659,6 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = M7QSSF3624;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)",
Expand All @@ -6675,7 +6678,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 7.2;
MARKETING_VERSION = 7.3;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -6711,7 +6714,6 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = M7QSSF3624;
ENABLE_BITCODE = YES;
ENABLE_TESTABILITY = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -6731,7 +6733,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 7.2;
MARKETING_VERSION = 7.3;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -7148,7 +7150,7 @@
repositoryURL = "https://github.com/roznet/rzexternal";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.3;
minimumVersion = 1.0.4;
};
};
4221EDE626F091D3006049DE /* XCRemoteSwiftPackageReference "generic-json-swift" */ = {
Expand All @@ -7164,7 +7166,7 @@
repositoryURL = "https://github.com/roznet/rzutils.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.18;
minimumVersion = 1.0.23;
};
};
422DCB84258A27EF000DEE4B /* XCRemoteSwiftPackageReference "fmdb" */ = {
Expand All @@ -7188,7 +7190,7 @@
repositoryURL = "https://github.com/roznet/FitFileParser.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.4.5;
minimumVersion = 1.4.8;
};
};
422DCD72258A74DF000DEE4B /* XCRemoteSwiftPackageReference "rzutils-macos" */ = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1310"
LastUpgradeVersion = "1400"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1310"
LastUpgradeVersion = "1400"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1310"
LastUpgradeVersion = "1400"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1310"
LastUpgradeVersion = "1400"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit f92aeca

Please sign in to comment.