diff --git a/TargetConfigurations/testappAppStoreTouchinProdWithSSLPinningRelease.xcconfig b/TargetConfigurations/testappAppStoreTouchinProdWithSSLPinningRelease.xcconfig index 6e808f6..a583cf6 100644 --- a/TargetConfigurations/testappAppStoreTouchinProdWithSSLPinningRelease.xcconfig +++ b/TargetConfigurations/testappAppStoreTouchinProdWithSSLPinningRelease.xcconfig @@ -10,7 +10,7 @@ SWIFT_OPTIMIZATION_LEVEL = -O SWIFT_COMPILATION_MODE = wholemodule PRODUCT_BUNDLE_IDENTIFIER = ru.touchin.testapp PROVISIONING_PROFILE_SPECIFIER = match AppStore ru.touchin.testapp -CODE_SIGN_ENTITLEMENTS = testapp/Production.entitlements +CODE_SIGN_ENTITLEMENTS = testapp/AppStore.entitlements DEVELOPMENT_TEAM = D4HA43V467 GOOGLE_SERVICE_INFO_PLIST_PATH = testapp/Resources/AppStore-GoogleService-Info.plist diff --git a/fastlane/configurations.yaml b/fastlane/configurations.yaml index b39459c..17a7553 100644 --- a/fastlane/configurations.yaml +++ b/fastlane/configurations.yaml @@ -11,7 +11,7 @@ targets: appstore: PRODUCT_BUNDLE_IDENTIFIER: "ru.touchin.testapp" PROVISIONING_PROFILE_SPECIFIER: "match AppStore ru.touchin.testapp" - CODE_SIGN_ENTITLEMENTS: "testapp/Production.entitlements" + CODE_SIGN_ENTITLEMENTS: "testapp/AppStore.entitlements" types: development: diff --git a/testapp.xcodeproj/project.pbxproj b/testapp.xcodeproj/project.pbxproj index 359890e..4e903c2 100644 --- a/testapp.xcodeproj/project.pbxproj +++ b/testapp.xcodeproj/project.pbxproj @@ -170,7 +170,6 @@ 4CEDA812243116E2009937F6 /* Sources */, 4CEDA814243116E2009937F6 /* Resources */, 4CEDA813243116E2009937F6 /* Frameworks */, - 4CEDA83024311C33009937F6 /* Firebase */, 981DCFF49B08513880601443 /* [CP] Embed Pods Frameworks */, ); buildRules = ( @@ -230,25 +229,6 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 4CEDA83024311C33009937F6 /* Firebase */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 8; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "$(GOOGLE_SERVICE_INFO_PLIST_PATH)", - ); - name = Firebase; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 1; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/FirebaseCrashlytics/run\" --google-service-plist ${GOOGLE_SERVICE_INFO_PLIST_PATH}\n"; - }; 8E38795C80638C99DA8BB464 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647;