All Projects → profburke → AppLister

profburke / AppLister

Licence: MIT license
An iOS app to display information about all installed apps on the device and launch them.

Programming Languages

objective c
16641 projects - #2 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to AppLister

RxCocoa-Texture
RxCocoa Extension Library for Texture.
Stars: ✭ 98 (+104.17%)
Mutual labels:  ios-app
refugerestrooms-ios
[DECOMMISSIONED] iOS app for Refuge Restrooms, crowdsourcing safe restrooms for the trans community
Stars: ✭ 19 (-60.42%)
Mutual labels:  ios-app
SwiftUi-cheatsheet-GiSheet
The ultimate SwiftUI cheatsheet, to develop ios Applications on Xcode.
Stars: ✭ 36 (-25%)
Mutual labels:  ios-app
flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (+25%)
Mutual labels:  ios-app
dev-feed
Flutter-based mobile app displaying a list of daily curated content from top engineering blogs and articles. Backed by a GraphQL-based API written in Kotlin..
Stars: ✭ 20 (-58.33%)
Mutual labels:  ios-app
ScoutAR
Augmented reality app displays nearby restaurant information in a live camera and map view.
Stars: ✭ 28 (-41.67%)
Mutual labels:  ios-app
SDK-Privacy-Report
Privacy details of SDKs for Apple Privacy Nutrition & Google Safety Section disclosure.
Stars: ✭ 219 (+356.25%)
Mutual labels:  ios-app
mobile-app
This project aims to build a modern mobile web-app based on the framework Ionic to improve the functionality of http://mobile.leitstelle122.at/.
Stars: ✭ 22 (-54.17%)
Mutual labels:  ios-app
ios-app
wallabag app for iOS (for wallabag v2)
Stars: ✭ 140 (+191.67%)
Mutual labels:  ios-app
demo-firebase-ios
[DEPRECATED] See https://github.com/VirgilSecurity/demo-e3kit-ios and https://github.com/VirgilSecurity/virgil-e3kit-firebase-func for up-to-date code. -- A simple iOS application that demonstrates how the end-to-end encryption works. The application uses firebase as a backend service for authentication and chat messaging.
Stars: ✭ 39 (-18.75%)
Mutual labels:  ios-app
rust android ios
Android / iOS app with shared Rust logic
Stars: ✭ 182 (+279.17%)
Mutual labels:  ios-app
IITC-Mobile
Ingress Intel Total Conversion Mobile for iOS
Stars: ✭ 16 (-66.67%)
Mutual labels:  ios-app
geopackage-mapcache-ios
GeoPackage MapCache iOS App
Stars: ✭ 20 (-58.33%)
Mutual labels:  ios-app
iRead
iRead is an EPUB reader for iOS written in Swift
Stars: ✭ 83 (+72.92%)
Mutual labels:  ios-app
MyIGBot
MyIGBot is a Private API for Instagram to like, follow, comment, view & intaract with stories, upload post & stories, get all information about a user/posts and get posts based on locations/hashtags. It also supports proxy.
Stars: ✭ 137 (+185.42%)
Mutual labels:  private-api
MoneyPlus
An open-source app which can help you record income and expense.一款开源的、帮助你记录收支的APP。
Stars: ✭ 29 (-39.58%)
Mutual labels:  ios-app
anonaddy
Mobile app for AnonAddy.com.
Stars: ✭ 50 (+4.17%)
Mutual labels:  ios-app
ARKit-Persistence-Demo
ARKit 2.0 Persistence Demo
Stars: ✭ 15 (-68.75%)
Mutual labels:  ios-app
M2DWebViewController
Simple built-in web view controller using WebKit.
Stars: ✭ 25 (-47.92%)
Mutual labels:  ios-app
SwiftArchitectureWithPOP
A base architecture written in swift and protocol oriented, for building new apps easily and quickly
Stars: ✭ 28 (-41.67%)
Mutual labels:  ios-app

README

NOTE: As of 5 August 2017 this project is dead. It looks like something's changed in iOS 11 that prevents the key (private) API call from working (allApplications on LSApplicationWorkspace). The method works fine in the simulator, but on a device running iOS 11, it returns zero results.

I'll leave the project available, in case there's interest in the corpse (besides it's useful for anybody who hasn't upgraded to 11). And I'll hope to have a brainwave at some point.

If you have any thoughts on a fix, please open a PR, or leave a comment on the relevant issue.

Regards,

T. Management

This iOS app displays information on all the apps installed on the device.It makes use of private classes and, as such, will be rejected if submitted to Apple's App Store. I find looking at this info interesting/educational; I hope you do as well.

Future Development

There will most likely be little or no future development of this project, although From time to time, when I need a simple project to use as a test-bed for new ideas, I may add functionality to this project. Also if/when an idea occurs for an interesting extension, I might add it. For example, it just occured (Jan '15) to me that LSWorkspace must (might) have a way to launch apps. And voilà, AppLister now has that functionality.

In addition, I will attempt to address bug reports, pull requests, etc. promptly. I am particularly interested in hearing suggestions on how I can improve my Swift coding.

The little bit of Objective-C that exists in this project is there because I couldn't figure out a Swift equivalent---particularly a work-around for performSelector. Note the existance of the AppInfo class is almost entirely due to repeated segfaults when trying to use LSApplicationProxy more directly.

License

Copyright (c) 2014--2017 Matthew M. Burke

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].