Skip to content

Commit be23e56

Browse files
committed
Provision profile fix
1 parent c7f541d commit be23e56

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

iTorrent.xcodeproj/project.pbxproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2145,8 +2145,10 @@
21452145
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
21462146
CODE_SIGN_ENTITLEMENTS = ProgressWidget/ProgressWidgetExtension.entitlements;
21472147
CODE_SIGN_IDENTITY = "Apple Development";
2148-
CODE_SIGN_STYLE = Automatic;
2149-
DEVELOPMENT_TEAM = D59DHVRS87;
2148+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
2149+
CODE_SIGN_STYLE = Manual;
2150+
DEVELOPMENT_TEAM = "";
2151+
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D59DHVRS87;
21502152
GENERATE_INFOPLIST_FILE = YES;
21512153
INFOPLIST_FILE = ProgressWidget/Info.plist;
21522154
INFOPLIST_KEY_CFBundleDisplayName = ProgressWidget;
@@ -2160,6 +2162,7 @@
21602162
PRODUCT_BUNDLE_IDENTIFIER = "$(APPLICATION_ID).ProgressWidget";
21612163
PRODUCT_NAME = "$(TARGET_NAME)";
21622164
PROVISIONING_PROFILE_SPECIFIER = "";
2165+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "iTorrent2 ProgressWidget Distrib";
21632166
SKIP_INSTALL = YES;
21642167
SUPPORTS_MACCATALYST = YES;
21652168
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$inherited XCODE16";

0 commit comments

Comments
 (0)