Skip to content

Commit

Permalink
feat(global): dependencies upgrade ✨ (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Jun 30, 2022
1 parent 4a4dd34 commit 8a40e91
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 247 deletions.
32 changes: 6 additions & 26 deletions waosSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@
BF79A1E0279C524900D15421 /* ImageRow in Frameworks */ = {isa = PBXBuildFile; productRef = BF79A1DF279C524900D15421 /* ImageRow */; };
BF7DD80625358B1E008BD4C9 /* MarkDown.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF7DD80525358B1E008BD4C9 /* MarkDown.swift */; };
BF7F894D2383F0BB00F98D98 /* UITricks.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF7F894C2383F0BB00F98D98 /* UITricks.swift */; };
BF8A37772775C226001E604E /* Moya in Frameworks */ = {isa = PBXBuildFile; productRef = BF8A37762775C226001E604E /* Moya */; };
BF8A37792775C226001E604E /* RxMoya in Frameworks */ = {isa = PBXBuildFile; productRef = BF8A37782775C226001E604E /* RxMoya */; };
BF8BD5F7235F30660083B912 /* KeyboardConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8BD5F6235F30660083B912 /* KeyboardConstraints.swift */; };
BF8C6723227C3E1E0012B5A8 /* TasksCellReactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C6722227C3E1E0012B5A8 /* TasksCellReactor.swift */; };
BF8C6725227C3E310012B5A8 /* TasksCellController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8C6724227C3E310012B5A8 /* TasksCellController.swift */; };
Expand Down Expand Up @@ -1557,7 +1555,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1618,7 +1616,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand All @@ -1643,7 +1641,7 @@
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
INFOPLIST_FILE = waosSwift/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1671,7 +1669,7 @@
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
INFOPLIST_FILE = waosSwift/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1819,7 +1817,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand All @@ -1844,7 +1842,7 @@
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
INFOPLIST_FILE = waosSwift/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -2096,14 +2094,6 @@
kind = branch;
};
};
BF8A37752775C226001E604E /* XCRemoteSwiftPackageReference "Moya" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Moya/Moya.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 15.0.0;
};
};
BFDAAD762608903D007CB80C /* XCRemoteSwiftPackageReference "RxSwift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/ReactiveX/RxSwift.git";
Expand Down Expand Up @@ -2220,16 +2210,6 @@
package = BF79A1DE279C524900D15421 /* XCRemoteSwiftPackageReference "ImageRow" */;
productName = ImageRow;
};
BF8A37762775C226001E604E /* Moya */ = {
isa = XCSwiftPackageProductDependency;
package = BF8A37752775C226001E604E /* XCRemoteSwiftPackageReference "Moya" */;
productName = Moya;
};
BF8A37782775C226001E604E /* RxMoya */ = {
isa = XCSwiftPackageProductDependency;
package = BF8A37752775C226001E604E /* XCRemoteSwiftPackageReference "Moya" */;
productName = RxMoya;
};
BFDAAD772608903D007CB80C /* RxSwift */ = {
isa = XCSwiftPackageProductDependency;
package = BFDAAD762608903D007CB80C /* XCRemoteSwiftPackageReference "RxSwift" */;
Expand Down
Loading

0 comments on commit 8a40e91

Please sign in to comment.