Skip to content

Commit

Permalink
fix: credo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hellyab committed Sep 1, 2023
1 parent 1612d8d commit 215a82d
Show file tree
Hide file tree
Showing 36 changed files with 22 additions and 2,730 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://dl.cloudsmith.io/$CREDO_TOKEN/credolab/common-sdk/cocoapods/index.git'
source 'https://dl.cloudsmith.io/XDuP1ueF65oEyerZ/credolab/common-sdk/cocoapods/index.git'
# Uncomment this line to define a global platform for your project
platform :ios, '10.0'

Expand Down
21 changes: 21 additions & 0 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
01709C1B191442E792BDF22F /* [CP] Embed Pods Frameworks */,
C6DB4B0B91536D394662DEFC /* [CP] Copy Pods Resources */,
0917D5B12726B6BA00A4850B /* Embed Frameworks */,
76B216CD42F83EDF2E683B31 /* [firebase_crashlytics] Crashlytics Upload Symbols */,
);
buildRules = (
);
Expand Down Expand Up @@ -269,6 +270,26 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
76B216CD42F83EDF2E683B31 /* [firebase_crashlytics] Crashlytics Upload Symbols */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"\"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}\"",
"\"$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)\"",
);
name = "[firebase_crashlytics] Crashlytics Upload Symbols";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"$PODS_ROOT/FirebaseCrashlytics/upload-symbols\" --flutter-project \"$PROJECT_DIR/firebase_app_id_file.json\" ";
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
42 changes: 0 additions & 42 deletions ios/Runner/credoappsdk.xcframework/Info.plist

This file was deleted.

Loading

0 comments on commit 215a82d

Please sign in to comment.