
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
generator-ios-jhi
Advanced tools
Scaffolds an iOS app that uses an Jhipster generated api
First, install Yeoman and generator-ios-jhi using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-ios-jhi
Create a folder and go inside
mkdir my-ios-project && cd my-ios-project
then generate the code:
yo ios-jhi
install cocoa pods (skip if already installed)
sudo gem install cocoapods
install dependencies
pod install
open the xcworkspace file with XCode
Set the url where you have your jhipster app running in the app delegate. Then run the app. You should be able to sign in.
On your web/api project use the jhipster-social-login-api to add the extra controllers that you need and follow the instructions
For Google: You will need 2 Credentials. The web credential that uses the server and a iOS credential for the app.
Copy the Client ID from your iOS credential and replace YOUR_GOOGLE_CLIENT_ID in AppDelegate and Plist.info Copy the Reversed Client ID from your iOS credential and replace YOUR_GOOGLE_REVERSED_CLIENT_ID and in YOUR_GOOGLE_URL_SCHEME Plist.info Copy the Client ID from the credential that uses the server and replace YOUR_GOOGLE_SERVER_CLIENT_ID in the AppDelegate
You should be able to sign in with Google
For Facebook:
Copy your App identifier (only numbers) and replace YOUR_FACEBOOK_ID in Plist.info then replace YOUR_FACEBOOK_URL_SCHEME with "fb" concatenated with yout facebook id
You should be able to sign in with Facebook
Create an iOS App in your Firebase console, download the GoggleService-Info.plist and replace the existing in project
Apache-2.0 © Green grow apps
FAQs
Scaffolds an iOS app that uses an Jhipster generated api
The npm package generator-ios-jhi receives a total of 3 weekly downloads. As such, generator-ios-jhi popularity was classified as not popular.
We found that generator-ios-jhi 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.