ipanema alternatives and similar libraries
Based on the "Tools" category.
Alternatively, view ipanema alternatives based on common mentions on social networks and blogs.
-
Awesome-Design-Tools
The best design tools and plugins for everything ๐ -
R.swift
Strong typed, autocompleted resources like images, fonts and segues in Swift projects -
SwiftGen
The Swift code generator for your assets, storyboards, Localizable.strings, โฆ โ Get rid of all String-based APIs! -
Lona
A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts. -
Tweaks
An easy way to fine-tune, and adjust parameters for iOS apps in development. -
Xcodes.app
The easiest way to install and switch between multiple versions of Xcode - with a mouse click. -
FBSimulatorControl
idb is a flexible command line interface for automating iOS simulators and devices -
GDPerformanceView-Swift
Shows FPS, CPU and memory usage, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate. -
SourceKitten
An adorable little framework and command line tool for interacting with SourceKit. -
ProvisionQL
Quick Look plugin for mobile apps and provisioning profiles -
LicensePlist
A license list generator of all your dependencies for iOS applications -
AppDevKit
AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs. -
DBDebugToolkit
Set of easy to use debugging tools for iOS developers & QA engineers. -
ThisCouldBeUsButYouPlaying
:black_joker: Generate Swift Playgrounds for any library. -
Laurine
Laurine - Localization code generator written in Swift. Sweet! -
iSimulator
iSimulator is a GUI utility to control the Simulator, and manage the app installed on the simulator. -
Blade
Better asset workflow for iOS developers. Generate Xcode image catalogs for iOS / OSX app icons, universal images, and more. -
Realm Browser
DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform. -
Cookiecutter
A template for new Swift iOS / macOS / tvOS / watchOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file -
WatchdogInspector
Shows your current framerate (fps) in the status bar of your iOS app -
SuperDelegate
SuperDelegate provides a clean application delegate interface and protects you from bugs in the application lifecycle -
Swift Package Index
The Swift Package Index is the place to find Swift packages! -
abandoned-strings
Command line program that detects unused resource strings in an iOS or OS X application. -
fastlane-plugin-appicon
Generate required icon sizes and iconset from a master application icon. -
AVXCAssets-Generator
AVXCAssets Generator takes path for your assets images and creates appiconset and imageset for you in just one click
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ipanema or a related project?
Popular Comparisons
README
ipanema ๐
ipanema analyzes and prints useful information from *.ipa file.
Usage
Usage: ipanema [OPTIONS] path-to.ipa
OPTIONS:
-A Do both what -E and -I would do.
-E Find, Decrypt and Print all embedded.mobileprovision files.
-I Find and Print all Info.plist files.
-i Find and Print only app's main Info.plist file.
-v print version number
embedded.mobileprovision files. (-E)
$ ipanema -E path/to/your.ipa | head
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppIDName</key>
<string>XC your app id</string>
<key>ApplicationIdentifierPrefix</key>
<array>
<string>XXXXXXXXXX</string>
</array>
Info.plist (-I)
$ ipanema -I path/to/your.ipa | head
### App.app/Frameworks/APIKit.framework/Info.plist
{
"CFBundleName" => "APIKit"
"DTXcode" => "0730"
"DTSDKName" => "appletvos9.2"
"NSHumanReadableCopyright" => "Copyright ยฉ 2015 Yosuke Ishikawa. All rights reserved."
"DTSDKBuild" => "13Y227"
"CFBundleDevelopmentRegion" => "en"
"CFBundleVersion" => "1"
Prequisite
- OSX/macOS
Install
Homebrew
ipanema is available via Homebrew.
brew tap toshi0383/ipanema && brew install ipanema
Binary
- Download the latest binary from releases page.
chmod +x ~/Download/ipanema
cp ~/Download/ipanema where-ever-you-want/
License
MIT
*Note that all licence references and agreements mentioned in the ipanema README section above
are relevant to that project's source code only.