Skip to content

Commit

Permalink
Remove Sberbank (#272)
Browse files Browse the repository at this point in the history
* Remove sberbank files

* Remove target from Podfile

* Remove target from project

* Remove SB from fastlane
  • Loading branch information
kvld authored Apr 17, 2018
1 parent 5cf41c5 commit a21bfb0
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 1,238 deletions.
5 changes: 0 additions & 5 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ target 'StepikTV' do
end
end

target 'SberbankUniversity' do
platform :ios, '9.0'
all_pods
end

target 'Adaptive 1838' do
platform :ios, '9.0'
all_pods
Expand Down
Binary file removed Sb/GoogleService-Info.plist
Binary file not shown.
Binary file removed Sb/SbAppDelegate.swift
Binary file not shown.
Binary file removed Sb/SbAuth.storyboard
Binary file not shown.
Binary file removed Sb/SbControllerHelperLaunchExtension.swift
Binary file not shown.
Binary file removed Sb/SbEntranceViewController.swift
Binary file not shown.
Binary file removed Sb/SbEntranceViewController.xib
Binary file not shown.
Binary file removed Sb/SbLaunchScreen.xib
Binary file not shown.
Binary file removed Sb/SbSocialNetworks.swift
Binary file not shown.
Binary file removed Sb/SbStepicApplicationsInfo.swift
Binary file not shown.
Binary file removed Sb/SberbankUniversity-Info.plist
Binary file not shown.
Binary file removed Sb/SberbankUniversity.entitlements
Binary file not shown.
Binary file removed Sb/SberbankUniversity.xcassets/Contents.json
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,207 changes: 0 additions & 1,207 deletions Stepic.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

26 changes: 0 additions & 26 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -292,32 +292,6 @@ platform :ios do
channel: "#ios-ci")
end

# Enterprise export
lane :sb do
import_certificate(
certificate_path: "cert/cert.p12",
certificate_password: ENV["SB_UNI_CERT_PASSWORD"],
keychain_name: "login")
import_certificate(
certificate_path: "cert/stepic_push.p12",
certificate_password: ENV["SB_UNI_PUSH_CERT_PASSWORD"],
keychain_name: "login")
update_project_provisioning(
xcodeproj: "Stepic.xcodeproj",
profile: "cert/Step.mobileprovision", # optional if you use sigh
target_filter: "SberbankUniversity", # matches name or type of a target
build_configuration: "Release")
gym(
scheme: "SberbankUniversity",
output_directory: "artefacts",
output_name: "SberbankUniversity.ipa",
include_bitcode: true,
export_method: "enterprise")
slack(
message: "Successfully generated SB artefacts #{version_string(get_version_number, get_build_number)}",
channel: "#ios-ci")
end

after_all do |lane|
# This block is called, only if the executed lane was successful
end
Expand Down

0 comments on commit a21bfb0

Please sign in to comment.