Skip to content

Commit

Permalink
Reapply "Revert later - codesign"
Browse files Browse the repository at this point in the history
This reverts commit 692c8ce.

# Conflicts:
#	Configurations/Signing/SignDebug.xcconfig
#	Tonkeeper/Resources/Info.plist
  • Loading branch information
Sergey Krapivenskiy authored and Sergey Krapivenskiy committed May 29, 2024
1 parent 8a8d5ff commit ff29d31
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 725 deletions.
8 changes: 4 additions & 4 deletions Configurations/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ APP_NAME = Tonkeeper X

BUNDLE_DISPLAY_NAME = $(APP_NAME)

BASE_BUNDLE_IDENTIFIER = com.tonapps.tonkeeperx
BASE_BUNDLE_IDENTIFIER = com.evolve.videotest

PRODUCT_BUNDLE_IDENTIFIER = $(BASE_BUNDLE_IDENTIFIER)
WIDGET_PRODUCT_BUNDLE_IDENTIFIER = $(BASE_BUNDLE_IDENTIFIER).widget
INTENTS_PRODUCT_BUNDLE_IDENTIFIER = $(BASE_BUNDLE_IDENTIFIER).intents

APP_GROUP_IDENTIFIER = group.$(BASE_BUNDLE_IDENTIFIER)
OLD_APP_GROUP_IDENTIFIER = group.app.com.jbig.tonkeeperx
APP_GROUP_IDENTIFIER = group.com.evolve.debug
OLD_APP_GROUP_IDENTIFIER = group.com.evolve.debug

KEYCHAIN_ACCESS_GROUP = $(BASE_BUNDLE_IDENTIFIER).shared
OLD_KEYCHAIN_ACCESS_GROUP = com.jbig.tonkeeperx.shared
OLD_KEYCHAIN_ACCESS_GROUP = $(BASE_BUNDLE_IDENTIFIER).shared

APP_VERSION = 1.1
BUILD_NUMBER = 18
Expand Down
2 changes: 0 additions & 2 deletions Configurations/Entitlements/Tonkeeper.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
<key>com.apple.security.application-groups</key>
<array>
<string>$(APP_GROUP_IDENTIFIER)</string>
<string>group.app.com.jbig.tonkeeperx</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)$(KEYCHAIN_ACCESS_GROUP)</string>
<string>$(AppIdentifierPrefix)$(OLD_KEYCHAIN_ACCESS_GROUP)</string>
</array>
</dict>
</plist>
14 changes: 7 additions & 7 deletions Configurations/Signing/SignDebug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
// Created by Grigory on 29.9.23..
//

DEVELOPMENT_TEAM = CT523DK2KC
DEVELOPMENT_TEAM = 79JTKFP26M

CODE_SIGN_IDENTITY = 7F36858BE8F548553790F2E798B1F2C23789DFB3
PROVISIONING_PROFILE_SPECIFIER = dc188ef5-11f5-4de8-ba7a-0740ca7ec93c
CODE_SIGN_IDENTITY = Apple Development: Sergey Krapivenskiy
PROVISIONING_PROFILE_SPECIFIER = 7eae99e6-962e-4bd6-8b92-4b7ca1ddc748

WIDGET_CODE_SIGN_IDENTITY = 7F36858BE8F548553790F2E798B1F2C23789DFB3
WIDGET_PROVISIONING_PROFILE_SPECIFIER = 2281d1b9-c993-4b28-8796-4e401352c274
WIDGET_CODE_SIGN_IDENTITY = Apple Development: Sergey Krapivenskiy
WIDGET_PROVISIONING_PROFILE_SPECIFIER = Dummy Contest Profile

INTENTS_CODE_SIGN_IDENTITY = 7F36858BE8F548553790F2E798B1F2C23789DFB3
INTENTS_PROVISIONING_PROFILE_SPECIFIER = 22bdd0c6-a27b-41c7-9900-f1a696894174
INTENTS_CODE_SIGN_IDENTITY = Apple Development: Sergey Krapivenskiy
INTENTS_PROVISIONING_PROFILE_SPECIFIER = Dummy Contest Profile
20 changes: 0 additions & 20 deletions LocalPackages/App/Sources/App/BuyModule/Flows/BuyCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,26 +137,6 @@ private extension BuyCoordinator {
router.present(navigationController, animated: true)
}

func openUglyBuyList() {
let module = UglyBuyListAssembly.module(
buyListController: keeperCoreMainAssembly.buyListController(
wallet: wallet,
isMarketRegionPickerAvailable: coreAssembly.featureFlagsProvider.isMarketRegionPickerAvailable
),
appSettings: coreAssembly.appSettings
)

let bottomSheetViewController = TKBottomSheetViewController(contentViewController: module.view)

module.output.didSelectURL = { [weak self, weak bottomSheetViewController] url in
guard let bottomSheetViewController else { return }
bottomSheetViewController.dismiss()
self?.coreAssembly.urlOpener().open(url: url)
}

bottomSheetViewController.present(fromViewController: router.rootViewController)
}

func openWebView(url: URL, fromViewController: UIViewController) {
let webViewController = TKWebViewController(url: url)
webViewController.setupBackButton()
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ff29d31

Please sign in to comment.