final fixes

This commit is contained in:
Ivan Smolin 2021-01-25 17:50:26 +05:00
parent d407bb6422
commit 0e6925c861
3 changed files with 2 additions and 22 deletions

View File

@ -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

View File

@ -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:

View File

@ -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;