Skip to content

Commit

Permalink
build(target): update target iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 5, 2023
1 parent adea869 commit de3bc75
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
@@ -1,15 +1,15 @@
name: Push workflow

on: [ push ]
on: [push]

jobs:
build:
name: build
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
destination:
- "platform=iOS Simulator,OS=15.5,name=iPhone 12"
- 'platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro'
steps:
- name: Checkout
uses: actions/checkout@master
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Select Xcode version
run: sudo xcode-select --switch /Applications/Xcode_${{ env.XCODE_VERSION }}.app
env:
XCODE_VERSION: 13.4.1
XCODE_VERSION: 14.3.1
- name: Build
run: |
xcodebuild clean build -project firstfm.xcodeproj -scheme firstfm -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
Expand Down
32 changes: 16 additions & 16 deletions firstfm.xcodeproj/project.pbxproj
Expand Up @@ -542,11 +542,11 @@
packageReferences = (
82505CE22675178B00CCCB58 /* XCRemoteSwiftPackageReference "Kingfisher" */,
8253DC0A26A0E10100F5F426 /* XCRemoteSwiftPackageReference "NotificationBanner" */,
825F0F8226A48597007BA84B /* XCRemoteSwiftPackageReference "FancyScrollView.git" */,
825F0F8526A48C9C007BA84B /* XCRemoteSwiftPackageReference "SwiftUI-Introspect.git" */,
825F0FAD26A60E5C007BA84B /* XCRemoteSwiftPackageReference "Valet.git" */,
825F0FB826A61ED2007BA84B /* XCRemoteSwiftPackageReference "Cache.git" */,
82EBE0F126B8988900FF2BA9 /* XCRemoteSwiftPackageReference "CryptoSwift.git" */,
825F0F8226A48597007BA84B /* XCRemoteSwiftPackageReference "FancyScrollView" */,
825F0F8526A48C9C007BA84B /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */,
825F0FAD26A60E5C007BA84B /* XCRemoteSwiftPackageReference "Valet" */,
825F0FB826A61ED2007BA84B /* XCRemoteSwiftPackageReference "Cache" */,
82EBE0F126B8988900FF2BA9 /* XCRemoteSwiftPackageReference "CryptoSwift" */,
);
productRefGroup = 82844DFE2673991F00578DD4 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -828,7 +828,7 @@
DEVELOPMENT_TEAM = 8ZMUZY4VF3;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = firstfm/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -850,7 +850,7 @@
DEVELOPMENT_TEAM = 8ZMUZY4VF3;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = firstfm/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -902,39 +902,39 @@
minimumVersion = 3.0.7;
};
};
825F0F8226A48597007BA84B /* XCRemoteSwiftPackageReference "FancyScrollView.git" */ = {
825F0F8226A48597007BA84B /* XCRemoteSwiftPackageReference "FancyScrollView" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/nerdsupremacist/FancyScrollView.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.1.3;
};
};
825F0F8526A48C9C007BA84B /* XCRemoteSwiftPackageReference "SwiftUI-Introspect.git" */ = {
825F0F8526A48C9C007BA84B /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/siteline/SwiftUI-Introspect.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.1.3;
};
};
825F0FAD26A60E5C007BA84B /* XCRemoteSwiftPackageReference "Valet.git" */ = {
825F0FAD26A60E5C007BA84B /* XCRemoteSwiftPackageReference "Valet" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/square/Valet.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 4.0.0;
};
};
825F0FB826A61ED2007BA84B /* XCRemoteSwiftPackageReference "Cache.git" */ = {
825F0FB826A61ED2007BA84B /* XCRemoteSwiftPackageReference "Cache" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/hyperoslo/Cache.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.0.0;
};
};
82EBE0F126B8988900FF2BA9 /* XCRemoteSwiftPackageReference "CryptoSwift.git" */ = {
82EBE0F126B8988900FF2BA9 /* XCRemoteSwiftPackageReference "CryptoSwift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/krzyzanowskim/CryptoSwift.git";
requirement = {
Expand All @@ -957,22 +957,22 @@
};
825F0F8326A48597007BA84B /* FancyScrollView */ = {
isa = XCSwiftPackageProductDependency;
package = 825F0F8226A48597007BA84B /* XCRemoteSwiftPackageReference "FancyScrollView.git" */;
package = 825F0F8226A48597007BA84B /* XCRemoteSwiftPackageReference "FancyScrollView" */;
productName = FancyScrollView;
};
825F0FAE26A60E5C007BA84B /* Valet */ = {
isa = XCSwiftPackageProductDependency;
package = 825F0FAD26A60E5C007BA84B /* XCRemoteSwiftPackageReference "Valet.git" */;
package = 825F0FAD26A60E5C007BA84B /* XCRemoteSwiftPackageReference "Valet" */;
productName = Valet;
};
825F0FB926A61ED2007BA84B /* Cache */ = {
isa = XCSwiftPackageProductDependency;
package = 825F0FB826A61ED2007BA84B /* XCRemoteSwiftPackageReference "Cache.git" */;
package = 825F0FB826A61ED2007BA84B /* XCRemoteSwiftPackageReference "Cache" */;
productName = Cache;
};
82EBE0F226B8988900FF2BA9 /* CryptoSwift */ = {
isa = XCSwiftPackageProductDependency;
package = 82EBE0F126B8988900FF2BA9 /* XCRemoteSwiftPackageReference "CryptoSwift.git" */;
package = 82EBE0F126B8988900FF2BA9 /* XCRemoteSwiftPackageReference "CryptoSwift" */;
productName = CryptoSwift;
};
/* End XCSwiftPackageProductDependency section */
Expand Down

0 comments on commit de3bc75

Please sign in to comment.