
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
A command-line tool for managing Xcode project with Swift Package Manager. I wrote this to make it easy to deploy to Carthage in a Swift Package Manager only project.
$ swiftproj help
version Displays the current version of swiftproj
help Displays this help message
configure-scheme Configures a scheme to have buildable targets only
add-systemframework Adds a system framework to an existing target
remove-framework Removes a framework from a target
generate-xcconfig Generates a Xcode project file
generate-xcodeproj Generates a xcconfig file from podspec file
This is an example of generating Xcodeproj file and archiving for Carthage release.
$ swiftproj generate-xcconfig --podspec URLNavigator.podspec
$ swiftproj generate-xcodeproj --xcconfig-overrides Config.xcconfig
$ swiftproj add-system-framework \
--project URLNavigator.xcodeproj \
--target QuickSpecBase \
--framework Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework
$ swiftproj configure-scheme \
--project URLNavigator.xcodeproj \
--scheme URLNavigator-Package \
--targets URLNavigator,URLMatcher
$ carthage build --no-skip-current
$ carthage archive URLNavigator,URLMatcher
gem install swiftproj
Swiftproj is under MIT license. See the LICENSE for more info.
FAQs
Unknown package
We found that swiftproj demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.