Skip to content

Instantly share code, notes, and snippets.

@pavlo
Last active November 11, 2016 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavlo/5156b18e85a5c62c1e4ce5dd04619ca1 to your computer and use it in GitHub Desktop.
Save pavlo/5156b18e85a5c62c1e4ce5dd04619ca1 to your computer and use it in GitHub Desktop.
NSLog(@"%s \n%@", __FUNCTION__, [[[NSBundle mainBundle] infoDictionary] allKeys]);
NSArray *arr = [[[NSBundle mainBundle] infoDictionary] allKeys];
for (int i = 0; i < [arr count]; i++) {
NSLog(@"%@: %@", arr[i], [[[NSBundle mainBundle] infoDictionary] objectForKey:arr[i]]);
}
UIRequiredDeviceCapabilities: (
arm64
)
DTCompiler: com.apple.compilers.llvm.clang.1_0
*CFBundleInfoDictionaryVersion: 6.0
DTPlatformVersion: 10.1
*DTSDKName: iphoneos10.1
*CFBundleName: AuthDev
NSRemindersUsageDescription: We study how you use your reminders to make sure you are the authorized user of the application. This data is anonamized for addition privacy.
NSPhotoLibraryUsageDescription: We study how you use your photos to make sure you are the authorized user of the application. This data is anonamized for addition privacy and at no times are photo access on the device.
CFBundleIcons: {
CFBundlePrimaryIcon = {
CFBundleIconFiles = (
AppIcon29x29,
AppIcon40x40,
AppIcon60x60
);
};
}
*LSRequiresIPhoneOS: 1
*CFBundleDisplayName: AuthDev
NSLocationWhenInUseUsageDescription: Access to your location is required for use in determining where you use your phone. This data is anonamized for additional privacy.
DTSDKBuild: 14B72
*CFBundleShortVersionString: 5.2.1
*CFBundleSupportedPlatforms: (
iPhoneOS
)
*UISupportedInterfaceOrientations: (
UIInterfaceOrientationPortrait
)
BuildMachineOSBuild: 16B2555
DTPlatformBuild: 14B72
*CFBundlePackageType: APPL
NSBluetoothPeripheralUsageDescription: We study characteristics about your bluetooth network to make sure you are the authorized user of the application. This data is anonamized for addition privacy.
*CFBundleDevelopmentRegion: en
MinimumOSVersion: 8.0
*CFBundleVersion: 5.2.1
DTXcodeBuild: 8B62
CFBundleNumericVersion: 86081536
UILaunchStoryboardName: Launch Screen
*UIDeviceFamily: (
1
)
*NSMotionUsageDescription: Motion Data is required to make sure you are the user of the phone.
*CFBundleIdentifier: com.msignia.auth.demo.full
NSAppleMusicUsageDescription: We study how you use you media to help us to make sure you are the authorized user of the application. This data is anonamized and personal information is never gathered for additional privacy.
DTXcode: 0810
NSLocationUsageDescription: GPS Data is used to ensure you are at on of your know locations. We DO NOT track actual location, we anonamize the data to compare to other anonamized locations for frequent.
NSCalendarsUsageDescription: We study how you use your calendar to make sure you are the authorized user of the application. This data is anonamized for addition privacy.
NSAppTransportSecurity: {
NSAllowsArbitraryLoads = 1;
}
NSHealthUpdateUsageDescription: We study how you use your health kit sensor to make sure you are the authorized user of the application. This data is anonamized for addition privacy.
*CFBundleExecutable: AuthDev
UIMainStoryboardFile: Main
*CFBundleSignature: ????
*DTPlatformName: iphoneos
NSContactsUsageDescription: We study how you use your contacts to make sure you are the authorized user of the application. This data is anonamized for addition privacy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment