Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Ref #3579: Add SiriKit to Enterprise provisioning. #3940

Merged
merged 1 commit into from
Jul 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6701,7 +6701,6 @@
278C46B523F4A9C80083347F /* POPExtensions.swift in Sources */,
278C46B923F4AB5A0083347F /* Then.swift in Sources */,
27EF6B8124BF6095005E034F /* UITableViewExtensions.swift in Sources */,
2746D27F24A3EB9800E38852 /* UITableViewExtensions.swift in Sources */,
44A58CC82693A309005C0879 /* ActivityView.swift in Sources */,
278C46B223F4A91D0083347F /* PopoverNavigationController.swift in Sources */,
278C46B023F4A91C0083347F /* PopoverContainerView.swift in Sources */,
Expand Down Expand Up @@ -10343,10 +10342,11 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = BrowserIntents/BrowserIntentsEnterprise.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = L6556KQ6XT;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = BrowserIntents/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
Expand All @@ -10358,7 +10358,7 @@
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
PROVISIONING_PROFILE_SPECIFIER = "BraveEnt Browser Intents";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ platform :ios do
method: "enterprise",
provisioningProfiles: {
"com.brave.ios.enterprise.Browser" => "BraveEnt",
"com.brave.ios.enterprise.Browser.BraveShareTo" => "Ent-ShareTo"
"com.brave.ios.enterprise.Browser.BraveShareTo" => "Ent-ShareTo",
"com.brave.ios.enterprise.Browser.BrowserIntents" => "BraveEnt Browser Intents"
}
},
xcargs: "-allowProvisioningUpdates BRAVE_API_KEY=\"#{ENV['BRAVE_STATS_API_KEY']}\" BRAVE_VERSION=\"#{git_branch}\" GENERATED_BUILD_ID=\"#{get_build_number_repository}\""
Expand Down