Skip to content

Commit

Permalink
Add provision profile (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s authored Mar 21, 2024
1 parent 52a57eb commit 8a0f469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1.0.1;
DEVELOPMENT_TEAM = "";
Expand All @@ -596,7 +596,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.canopas.projectunity;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "unity-provisioninig-profile-11-03-2024";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "unity-distribution-21-march-2024";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down

0 comments on commit 8a0f469

Please sign in to comment.