Skip to content

Commit

Permalink
Xcode 16 + swift 6 update 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Sep 18, 2024
1 parent ca64cd9 commit ed019c9
Show file tree
Hide file tree
Showing 32 changed files with 104 additions and 78 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: '0 16 15 * *'

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
pull_request:
branches:
- main

schedule:
- cron: '0 16 15 * *'

jobs:
build:
name: Build Linux
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: '0 16 15 * *'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: '0 16 15 * *'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-watchos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: '0 16 15 * *'

jobs:
build:
Expand Down
8 changes: 0 additions & 8 deletions Demo/Demo watchOS Extension/InterfaceController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,4 @@ class InterfaceController: WKInterfaceController {
print(error)
}
}

override func willActivate() {
super.willActivate()
}

override func didDeactivate() {
super.didDeactivate()
}
}
12 changes: 6 additions & 6 deletions Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = Y682K92RZU;
INFOPLIST_FILE = "Demo iOS/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "it.chicio.Demo-iOS-1";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -997,7 +997,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = Y682K92RZU;
INFOPLIST_FILE = "Demo iOS/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "it.chicio.Demo-iOS-1";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1024,7 +1024,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 15.0;
};
name = Debug;
};
Expand All @@ -1044,7 +1044,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 15.0;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down Expand Up @@ -1105,7 +1105,7 @@
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 5.0;
WATCHOS_DEPLOYMENT_TARGET = 8.0;
};
name = Debug;
};
Expand All @@ -1127,7 +1127,7 @@
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = 4;
VALIDATE_PRODUCT = YES;
WATCHOS_DEPLOYMENT_TARGET = 5.0;
WATCHOS_DEPLOYMENT_TARGET = 8.0;
};
name = Release;
};
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 = "1430"
LastUpgradeVersion = "1600"
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 = "1430"
LastUpgradeVersion = "1600"
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 = "1430"
LastUpgradeVersion = "1600"
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 = "1430"
LastUpgradeVersion = "1600"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
10 changes: 5 additions & 5 deletions ID3TagEditor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ A swift library to read and modify ID3 Tag of any mp3 file.
s.social_media_url = "https://github.com/chicio"
s.source = { :git => "https://github.com/chicio/ID3TagEditor.git", :tag => "#{s.version}" }

s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '5.0'
s.ios.deployment_target = '15.0'
s.osx.deployment_target = '12.0'
s.tvos.deployment_target = '15.0'
s.watchos.deployment_target = '8.0'

s.source_files = "Source", "Source/**/*.{h,m}", "Source/**/*.swift"
s.swift_version = '5.3'
s.swift_version = '6.0'

end
Loading

0 comments on commit ed019c9

Please sign in to comment.