Skip to content

Commit

Permalink
Merge pull request #21 from CovidTrackerFr/fix/archive-upload-error
Browse files Browse the repository at this point in the history
Fix archive upload error
  • Loading branch information
victor-sarda authored Apr 18, 2021
2 parents 5e546c2 + 314b851 commit 0007d5f
Showing 1 changed file with 73 additions and 3 deletions.
76 changes: 73 additions & 3 deletions ViteMaDose.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,17 @@
576738B9261E329C004A700D /* Frameworks */,
576738BA261E329C004A700D /* Resources */,
57613EF8262507C800AB6F2F /* Embed Frameworks */,
DA68646626276624005B2AC2 /* ShellScript */,
DA68646626276624005B2AC2 /* Crashlytics */,
577A7F2B262B8AB600B1D03C /* Firebase SPM */,
);
buildRules = (
);
dependencies = (
577A7F39262B900200B1D03C /* PBXTargetDependency */,
577A7F3B262B900200B1D03C /* PBXTargetDependency */,
577A7F33262B8FF200B1D03C /* PBXTargetDependency */,
577A7F35262B8FF200B1D03C /* PBXTargetDependency */,
577A7F37262B8FF200B1D03C /* PBXTargetDependency */,
);
name = ViteMaDose;
packageProductDependencies = (
Expand Down Expand Up @@ -616,7 +622,25 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
DA68646626276624005B2AC2 /* ShellScript */ = {
577A7F2B262B8AB600B1D03C /* Firebase SPM */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Firebase SPM ";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Fixes binary framework bug, see:\n# https://developer.apple.com/documentation/xcode-release-notes/xcode-12_4-release-notes#Swift-Packages\n# https://github.com/firebase/firebase-ios-sdk/issues/6472\n#\n\necho \"Removing static frameworks from ${TARGET_NAME}.app\"\nfind \"${BUILT_PRODUCTS_DIR}/${TARGET_NAME}.app/\" -name '*.framework' -print0 | while IFS= read -r -d '' fm; do\n name=$(basename \"${fm}\" .framework)\n target=\"${fm}/${name}\"\n echo \"Checking: ${fm}\"\n if file \"${target}\" | grep -q \"current ar archive\"; then\n rm -rf \"${fm}\"\n echo \"Removed static framework: ${fm}\"\n fi\ndone\n";
};
DA68646626276624005B2AC2 /* Crashlytics */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 12;
Expand All @@ -626,13 +650,14 @@
);
inputPaths = (
);
name = Crashlytics;
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\n${BUILD_DIR%Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run\n";
shellScript = "${BUILD_DIR%Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down Expand Up @@ -710,6 +735,26 @@
target = 576738BB261E329C004A700D /* ViteMaDose */;
targetProxy = 576738DE261E32A3004A700D /* PBXContainerItemProxy */;
};
577A7F33262B8FF200B1D03C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 577A7F32262B8FF200B1D03C /* FirebaseAnalytics */;
};
577A7F35262B8FF200B1D03C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 577A7F34262B8FF200B1D03C /* FirebaseCrashlytics */;
};
577A7F37262B8FF200B1D03C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 577A7F36262B8FF200B1D03C /* FirebaseRemoteConfig */;
};
577A7F39262B900200B1D03C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 577A7F38262B900200B1D03C /* SwiftDate */;
};
577A7F3B262B900200B1D03C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 577A7F3A262B900200B1D03C /* PhoneNumberKit */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -1062,6 +1107,31 @@
package = 57613EFB2625085000AB6F2F /* XCRemoteSwiftPackageReference "SwiftDate" */;
productName = SwiftDateStatic;
};
577A7F32262B8FF200B1D03C /* FirebaseAnalytics */ = {
isa = XCSwiftPackageProductDependency;
package = 575CC216262ADA0D008D1869 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseAnalytics;
};
577A7F34262B8FF200B1D03C /* FirebaseCrashlytics */ = {
isa = XCSwiftPackageProductDependency;
package = 575CC216262ADA0D008D1869 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseCrashlytics;
};
577A7F36262B8FF200B1D03C /* FirebaseRemoteConfig */ = {
isa = XCSwiftPackageProductDependency;
package = 575CC216262ADA0D008D1869 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseRemoteConfig;
};
577A7F38262B900200B1D03C /* SwiftDate */ = {
isa = XCSwiftPackageProductDependency;
package = 57613EFB2625085000AB6F2F /* XCRemoteSwiftPackageReference "SwiftDate" */;
productName = SwiftDate;
};
577A7F3A262B900200B1D03C /* PhoneNumberKit */ = {
isa = XCSwiftPackageProductDependency;
package = 575CC20F262AD8F6008D1869 /* XCRemoteSwiftPackageReference "PhoneNumberKit" */;
productName = PhoneNumberKit;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 576738B4261E329C004A700D /* Project object */;
Expand Down

0 comments on commit 0007d5f

Please sign in to comment.