Skip to content

Commit

Permalink
Update samples (#2).
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueRiverInteractive committed Mar 2, 2016
1 parent 681243d commit 1f6b14e
Show file tree
Hide file tree
Showing 11,220 changed files with 37,340 additions and 17,740 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Sample code project: Checking and Requesting Access to Data Classes in Privacy Settings
Version: 2.0

IMPORTANT: This Apple software is supplied to you by Apple
Inc. ("Apple") in consideration of your agreement to the following
terms, and your use, installation, modification or redistribution of
this Apple software constitutes acceptance of these terms. If you do
not agree with these terms, please do not use, install, modify or
redistribute this Apple software.

In consideration of your agreement to abide by the following terms, and
subject to these terms, Apple grants you a personal, non-exclusive
license, under Apple's copyrights in this original Apple software (the
"Apple Software"), to use, reproduce, modify and redistribute the Apple
Software, with or without modifications, in source and/or binary forms;
provided that if you redistribute the Apple Software in its entirety and
without modifications, you must retain this notice and the following
text and disclaimers in all such redistributions of the Apple Software.
Neither the name, trademarks, service marks or logos of Apple Inc. may
be used to endorse or promote products derived from the Apple Software
without specific prior written permission from Apple. Except as
expressly stated in this notice, no other rights or licenses, express or
implied, are granted by Apple herein, including but not limited to any
patent rights that may be infringed by your derivative works or by other
works in which the Apple Software may be incorporated.

The Apple Software is provided by Apple on an "AS IS" basis. APPLE
MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND
OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.

IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION,
MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED
AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE),
STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

Copyright (C) 2016 Apple Inc. All Rights Reserved.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
6036E6851B9121E500A193C8 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6036E6841B9121E500A193C8 /* Launch Screen.storyboard */; settings = {ASSET_TAGS = (); }; };
B406FE0E173DFC070087F899 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B406FE0C173DFC070087F899 /* InfoPlist.strings */; };
B406FE10173DFC070087F899 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B406FE0F173DFC070087F899 /* main.m */; };
B406FE14173DFC070087F899 /* APLAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B406FE13173DFC070087F899 /* APLAppDelegate.m */; };
Expand All @@ -18,6 +19,9 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
6036E6841B9121E500A193C8 /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
609230071B99151B000380E1 /* PrivacyPrompts.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyPrompts.entitlements; sourceTree = "<group>"; };
60D8691A1B91163900FC69BC /* ReadMe.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = ReadMe.md; sourceTree = "<group>"; };
B406FE00173DFC070087F899 /* PrivacyPrompts.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PrivacyPrompts.app; sourceTree = BUILT_PRODUCTS_DIR; };
B406FE0B173DFC070087F899 /* PrivacyPrompts-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PrivacyPrompts-Info.plist"; sourceTree = "<group>"; };
B406FE0F173DFC070087F899 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
Expand All @@ -28,17 +32,10 @@
B406FE1F173DFC080087F899 /* APLPrivacyClassesTableViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = APLPrivacyClassesTableViewController.m; sourceTree = "<group>"; };
B4CEAF9517BAEC2D006D4ED1 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
B4CEAF9717BAECF5006D4ED1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; };
B4CEAF9817BAED55006D4ED1 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/MainStoryboard.strings; sourceTree = "<group>"; };
B4CEAF9917BAED56006D4ED1 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B4CEAF9A17BAED5C006D4ED1 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/MainStoryboard.strings; sourceTree = "<group>"; };
B4CEAF9B17BAED5D006D4ED1 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B4CEAF9F17BAEDE1006D4ED1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; };
B4CEAFA117BAEDF3006D4ED1 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
B4CEAFA217BAEDF9006D4ED1 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
B4CEAFA317BAEF2E006D4ED1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B4DE637C1742D23500650C69 /* APLPrivacyDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = APLPrivacyDetailViewController.h; sourceTree = "<group>"; };
B4DE637D1742D23500650C69 /* APLPrivacyDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = APLPrivacyDetailViewController.m; sourceTree = "<group>"; };
B4FB4F2417581EFF00C6F90A /* ReadMe.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReadMe.txt; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -55,7 +52,7 @@
B406FDF7173DFC070087F899 = {
isa = PBXGroup;
children = (
B4FB4F2417581EFF00C6F90A /* ReadMe.txt */,
60D8691A1B91163900FC69BC /* ReadMe.md */,
B406FE09173DFC070087F899 /* PrivacyPrompts */,
B406FE01173DFC070087F899 /* Products */,
);
Expand Down Expand Up @@ -97,6 +94,7 @@
B4A509DB173EBC3400AF3B27 /* Storyboards */ = {
isa = PBXGroup;
children = (
6036E6841B9121E500A193C8 /* Launch Screen.storyboard */,
B406FE1B173DFC070087F899 /* MainStoryboard.storyboard */,
);
name = Storyboards;
Expand All @@ -106,9 +104,10 @@
isa = PBXGroup;
children = (
B4CEAF9517BAEC2D006D4ED1 /* Images.xcassets */,
B406FE0B173DFC070087F899 /* PrivacyPrompts-Info.plist */,
B4CEAFA017BAEDE1006D4ED1 /* Localizable.strings */,
B406FE0C173DFC070087F899 /* InfoPlist.strings */,
B4CEAFA017BAEDE1006D4ED1 /* Localizable.strings */,
B406FE0B173DFC070087F899 /* PrivacyPrompts-Info.plist */,
609230071B99151B000380E1 /* PrivacyPrompts.entitlements */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -139,8 +138,21 @@
B406FDF8173DFC070087F899 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0500;
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = "Apple, Inc";
TargetAttributes = {
B406FDFF173DFC070087F899 = {
DevelopmentTeam = 9E29UA55Z6;
SystemCapabilities = {
com.apple.HealthKit = {
enabled = 1;
};
com.apple.HomeKit = {
enabled = 1;
};
};
};
};
};
buildConfigurationList = B406FDFB173DFC070087F899 /* Build configuration list for PBXProject "PrivacyPrompts" */;
compatibilityVersion = "Xcode 3.2";
Expand All @@ -149,8 +161,6 @@
knownRegions = (
en,
Base,
fr,
sv,
);
mainGroup = B406FDF7173DFC070087F899;
productRefGroup = B406FE01173DFC070087F899 /* Products */;
Expand All @@ -170,6 +180,7 @@
B406FE1D173DFC070087F899 /* MainStoryboard.storyboard in Resources */,
B4CEAF9E17BAEDE1006D4ED1 /* Localizable.strings in Resources */,
B4CEAF9617BAEC2D006D4ED1 /* Images.xcassets in Resources */,
6036E6851B9121E500A193C8 /* Launch Screen.storyboard in Resources */,
B406FE0E173DFC070087F899 /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -194,8 +205,6 @@
B406FE0C173DFC070087F899 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
B4CEAF9917BAED56006D4ED1 /* fr */,
B4CEAF9B17BAED5D006D4ED1 /* sv */,
B4CEAFA317BAEF2E006D4ED1 /* Base */,
);
name = InfoPlist.strings;
Expand All @@ -205,8 +214,6 @@
isa = PBXVariantGroup;
children = (
B4CEAF9717BAECF5006D4ED1 /* Base */,
B4CEAF9817BAED55006D4ED1 /* fr */,
B4CEAF9A17BAED5C006D4ED1 /* sv */,
);
name = MainStoryboard.storyboard;
sourceTree = "<group>";
Expand All @@ -215,8 +222,6 @@
isa = PBXVariantGroup;
children = (
B4CEAF9F17BAEDE1006D4ED1 /* Base */,
B4CEAFA117BAEDF3006D4ED1 /* fr */,
B4CEAFA217BAEDF9006D4ED1 /* sv */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand All @@ -241,6 +246,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand All @@ -253,7 +259,7 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
Expand Down Expand Up @@ -282,7 +288,7 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
Expand All @@ -292,13 +298,17 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_ENTITLEMENTS = PrivacyPrompts/PrivacyPrompts.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "PrivacyPrompts/PrivacyPrompts-Prefix.pch";
INFOPLIST_FILE = "PrivacyPrompts/PrivacyPrompts-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.example.apple-samplecode.PrivacyPrompts";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos.internal;
WRAPPER_EXTENSION = app;
};
Expand All @@ -308,13 +318,17 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_ENTITLEMENTS = PrivacyPrompts/PrivacyPrompts.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "PrivacyPrompts/PrivacyPrompts-Prefix.pch";
INFOPLIST_FILE = "PrivacyPrompts/PrivacyPrompts-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.example.apple-samplecode.PrivacyPrompts";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos.internal;
WRAPPER_EXTENSION = app;
};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
Copyright (C) 2016 Apple Inc. All Rights Reserved.
See LICENSE.txt for this sample’s licensing information
Abstract:
Standard app delegate.
*/

@import UIKit;

@interface APLAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
Copyright (C) 2016 Apple Inc. All Rights Reserved.
See LICENSE.txt for this sample’s licensing information
Abstract:
Standard app delegate.
*/

#import "APLAppDelegate.h"

@implementation APLAppDelegate

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/*
Copyright (C) 2016 Apple Inc. All Rights Reserved.
See LICENSE.txt for this sample’s licensing information
Abstract:
Tableview controller that displays all the privacy data classes in the system.
*/

@import UIKit;
@import CoreBluetooth;
@import CoreLocation;

#define kDataClassLocation NSLocalizedString(@"LOCATION_SERVICE", @"")
#define kDataClassCalendars NSLocalizedString(@"CALENDARS_SERVICE", @"")
#define kDataClassContacts NSLocalizedString(@"CONTACTS_SERVICE", @"")
#define kDataClassPhotosImagePicker NSLocalizedString(@"PHOTOS_IMAGE_PICKER_SERVICE", @"")
#define kDataClassPhotosLibrary NSLocalizedString(@"PHOTOS_LIBRARY_SERVICE", @"")
#define kDataClassReminders NSLocalizedString(@"REMINDERS_SERVICE", @"")
#define kDataClassMicrophone NSLocalizedString(@"MICROPHONE_SERVICE", @"")
#define kDataClassMotion NSLocalizedString(@"MOTION_SERVICE", @"")
#define kDataClassBluetooth NSLocalizedString(@"BLUETOOTH_SERVICE", @"")
#define kDataClassFacebook NSLocalizedString(@"FACEBOOK_SERVICE", @"")
#define kDataClassTwitter NSLocalizedString(@"TWITTER_SERVICE", @"")
#define kDataClassSinaWeibo NSLocalizedString(@"SINA_WEIBO_SERVICE", @"")
#define kDataClassTencentWeibo NSLocalizedString(@"TENCENT_WEIBO_SERVICE", @"")
#define kDataClassAdvertising NSLocalizedString(@"ADVERTISING_SERVICE", @"")
#define kDataClassHealth NSLocalizedString(@"HEALTH_SERVICE", @"")
#define kDataClassHome NSLocalizedString(@"HOME_SERVICE", @"")

typedef NS_ENUM(NSInteger, DataClass) {
Location,
Calendars,
Contacts,
PhotosImagePicker,
PhotosLibrary,
Reminders,
Microphone,
Motion,
Bluetooth,
Facebook,
Twitter,
SinaWeibo,
TencentWeibo,
Advertising,
Health,
Home
};

@interface APLPrivacyClassesTableViewController : UITableViewController <UINavigationControllerDelegate, CLLocationManagerDelegate, UIImagePickerControllerDelegate, CBCentralManagerDelegate, HMHomeManagerDelegate>

@end
Loading

0 comments on commit 1f6b14e

Please sign in to comment.