Skip to content

Commit 1f41687

Browse files
authored
Rename widgets entitlements to be consistent with app target (#7674)
2 parents 284aef2 + 6b08919 commit 1f41687

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

WooCommerce/StoreWidgets/Entitlements/StoreWidgetsExtensionRelease-Alpha.entitlements renamed to WooCommerce/StoreWidgets/Entitlements/StoreWidgets-Alpha.entitlements

File renamed without changes.

WooCommerce/StoreWidgets/Entitlements/StoreWidgetsExtension.entitlements renamed to WooCommerce/StoreWidgets/Entitlements/StoreWidgets-Debug.entitlements

File renamed without changes.

WooCommerce/StoreWidgets/Entitlements/StoreWidgetsExtensionRelease.entitlements renamed to WooCommerce/StoreWidgets/Entitlements/StoreWidgets-Release.entitlements

File renamed without changes.

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11032,7 +11032,7 @@
1103211032
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
1103311033
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
1103411034
CLANG_ENABLE_OBJC_WEAK = YES;
11035-
CODE_SIGN_ENTITLEMENTS = StoreWidgets/Entitlements/StoreWidgetsExtension.entitlements;
11035+
CODE_SIGN_ENTITLEMENTS = StoreWidgets/Entitlements/StoreWidgets-Debug.entitlements;
1103611036
CODE_SIGN_STYLE = Manual;
1103711037
CURRENT_PROJECT_VERSION = 1;
1103811038
DEVELOPMENT_TEAM = PZYM8XX95Q;
@@ -11068,7 +11068,7 @@
1106811068
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
1106911069
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
1107011070
CLANG_ENABLE_OBJC_WEAK = YES;
11071-
CODE_SIGN_ENTITLEMENTS = StoreWidgets/Entitlements/StoreWidgetsExtensionRelease.entitlements;
11071+
CODE_SIGN_ENTITLEMENTS = StoreWidgets/Entitlements/StoreWidgets-Release.entitlements;
1107211072
CODE_SIGN_IDENTITY = "iPhone Distribution";
1107311073
CODE_SIGN_STYLE = Manual;
1107411074
CURRENT_PROJECT_VERSION = 1;
@@ -11104,7 +11104,7 @@
1110411104
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
1110511105
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
1110611106
CLANG_ENABLE_OBJC_WEAK = YES;
11107-
CODE_SIGN_ENTITLEMENTS = "StoreWidgets/Entitlements/StoreWidgetsExtensionRelease-Alpha.entitlements";
11107+
CODE_SIGN_ENTITLEMENTS = StoreWidgets/Entitlements/StoreWidgets-Alpha.entitlements;
1110811108
CODE_SIGN_IDENTITY = "iPhone Distribution";
1110911109
CODE_SIGN_STYLE = Manual;
1111011110
CURRENT_PROJECT_VERSION = 1;

0 commit comments

Comments
 (0)