|
@@ -327,6 +327,7 @@
|
|
|
42ED62D720F85ADB00E08CCB /* NotificationService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NotificationService.h; sourceTree = "<group>"; };
|
|
42ED62D720F85ADB00E08CCB /* NotificationService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NotificationService.h; sourceTree = "<group>"; };
|
|
|
42ED62D820F85ADB00E08CCB /* NotificationService.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NotificationService.m; sourceTree = "<group>"; };
|
|
42ED62D820F85ADB00E08CCB /* NotificationService.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NotificationService.m; sourceTree = "<group>"; };
|
|
|
42ED62DA20F85ADB00E08CCB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
42ED62DA20F85ADB00E08CCB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
|
+ 42ED62E220F88B1400E08CCB /* RADriversNotificationService.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RADriversNotificationService.entitlements; sourceTree = "<group>"; };
|
|
|
42F0C5D620E20B3E00922442 /* RACameraViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RACameraViewController.m; sourceTree = "<group>"; };
|
|
42F0C5D620E20B3E00922442 /* RACameraViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RACameraViewController.m; sourceTree = "<group>"; };
|
|
|
71EAA32E20B9571B002F003C /* Apex And Drivers.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Apex And Drivers.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
71EAA32E20B9571B002F003C /* Apex And Drivers.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Apex And Drivers.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
71EAA33120B9571B002F003C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
71EAA33120B9571B002F003C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
@@ -769,6 +770,7 @@
|
|
|
42ED62D620F85ADB00E08CCB /* RADriversNotificationService */ = {
|
|
42ED62D620F85ADB00E08CCB /* RADriversNotificationService */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 42ED62E220F88B1400E08CCB /* RADriversNotificationService.entitlements */,
|
|
|
42ED62D720F85ADB00E08CCB /* NotificationService.h */,
|
|
42ED62D720F85ADB00E08CCB /* NotificationService.h */,
|
|
|
42ED62D820F85ADB00E08CCB /* NotificationService.m */,
|
|
42ED62D820F85ADB00E08CCB /* NotificationService.m */,
|
|
|
42ED62DA20F85ADB00E08CCB /* Info.plist */,
|
|
42ED62DA20F85ADB00E08CCB /* Info.plist */,
|
|
@@ -879,10 +881,18 @@
|
|
|
TargetAttributes = {
|
|
TargetAttributes = {
|
|
|
42ED62D420F85ADB00E08CCB = {
|
|
42ED62D420F85ADB00E08CCB = {
|
|
|
CreatedOnToolsVersion = 9.4;
|
|
CreatedOnToolsVersion = 9.4;
|
|
|
|
|
+ SystemCapabilities = {
|
|
|
|
|
+ com.apple.ApplicationGroups.iOS = {
|
|
|
|
|
+ enabled = 1;
|
|
|
|
|
+ };
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
71EAA32D20B9571B002F003C = {
|
|
71EAA32D20B9571B002F003C = {
|
|
|
CreatedOnToolsVersion = 9.3;
|
|
CreatedOnToolsVersion = 9.3;
|
|
|
SystemCapabilities = {
|
|
SystemCapabilities = {
|
|
|
|
|
+ com.apple.ApplicationGroups.iOS = {
|
|
|
|
|
+ enabled = 1;
|
|
|
|
|
+ };
|
|
|
com.apple.BackgroundModes = {
|
|
com.apple.BackgroundModes = {
|
|
|
enabled = 1;
|
|
enabled = 1;
|
|
|
};
|
|
};
|
|
@@ -1090,6 +1100,7 @@
|
|
|
42ED62DE20F85ADB00E08CCB /* Debug */ = {
|
|
42ED62DE20F85ADB00E08CCB /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
|
|
+ CODE_SIGN_ENTITLEMENTS = RADriversNotificationService/RADriversNotificationService.entitlements;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
DEVELOPMENT_TEAM = HXWLAA5YN5;
|
|
DEVELOPMENT_TEAM = HXWLAA5YN5;
|
|
|
INFOPLIST_FILE = RADriversNotificationService/Info.plist;
|
|
INFOPLIST_FILE = RADriversNotificationService/Info.plist;
|
|
@@ -1109,6 +1120,7 @@
|
|
|
42ED62DF20F85ADB00E08CCB /* Release */ = {
|
|
42ED62DF20F85ADB00E08CCB /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
|
|
+ CODE_SIGN_ENTITLEMENTS = RADriversNotificationService/RADriversNotificationService.entitlements;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
DEVELOPMENT_TEAM = HXWLAA5YN5;
|
|
DEVELOPMENT_TEAM = HXWLAA5YN5;
|
|
|
INFOPLIST_FILE = RADriversNotificationService/Info.plist;
|
|
INFOPLIST_FILE = RADriversNotificationService/Info.plist;
|