Skip to content

Commit 43edb7e

Browse files
committed
Fix signing for Notification Extension
1 parent e0918f8 commit 43edb7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cooldown.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,9 +1301,9 @@
13011301
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
13021302
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
13031303
MTL_FAST_MATH = YES;
1304-
PRODUCT_BUNDLE_IDENTIFIER = com.mattjones.cooldown.dev.notification.extension;
1304+
PRODUCT_BUNDLE_IDENTIFIER = com.mattjones.cooldown.dev.notification;
13051305
PRODUCT_NAME = "$(TARGET_NAME)";
1306-
PROVISIONING_PROFILE_SPECIFIER = "Cooldown Notification Extension Dev";
1306+
PROVISIONING_PROFILE_SPECIFIER = "Cooldown Notification Dev";
13071307
SKIP_INSTALL = YES;
13081308
SWIFT_VERSION = 5.0;
13091309
TARGETED_DEVICE_FAMILY = "1,2";
@@ -1322,9 +1322,9 @@
13221322
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
13231323
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
13241324
MTL_FAST_MATH = YES;
1325-
PRODUCT_BUNDLE_IDENTIFIER = com.mattjones.cooldown.notification.extension;
1325+
PRODUCT_BUNDLE_IDENTIFIER = com.mattjones.cooldown.notification;
13261326
PRODUCT_NAME = "$(TARGET_NAME)";
1327-
PROVISIONING_PROFILE_SPECIFIER = "Cooldown Notification Extension";
1327+
PROVISIONING_PROFILE_SPECIFIER = "Cooldown Notification AS";
13281328
SKIP_INSTALL = YES;
13291329
SWIFT_VERSION = 5.0;
13301330
TARGETED_DEVICE_FAMILY = "1,2";
7.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)