Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Uplift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
2EC3EE642B3C000E00E927BF /* XCRemoteSwiftPackageReference "Kingfisher" */,
2E45B23E2B4E361100FB83B7 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
2EE5D6512B65E7DC004BB8F5 /* XCRemoteSwiftPackageReference "appdev-announcements" */,
899304ED2BB0C2500029B913 /* XCLocalSwiftPackageReference "UpliftAPI" */,
2E2932C42BA2B9B5008445CE /* XCLocalSwiftPackageReference "UpliftAPI" */,
);
productRefGroup = 2E8FE38D2B1278B700B3DC6A /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -957,7 +957,7 @@
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
899304ED2BB0C2500029B913 /* XCLocalSwiftPackageReference "UpliftAPI" */ = {
2E2932C42BA2B9B5008445CE /* XCLocalSwiftPackageReference "UpliftAPI" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = UpliftAPI;
};
Expand Down
2 changes: 1 addition & 1 deletion ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install -g graphql

echo "Downloading Secrets"
brew install wget
cd $CI_WORKSPACE/ci_scripts
cd $CI_PRIMARY_REPOSITORY_PATH/ci_scripts
mkdir ../UpliftSecrets
wget -O ../UpliftSecrets/apollo-codegen-config-dev.json "$CODEGEN_DEV"
wget -O ../UpliftSecrets/apollo-codegen-config-prod.json "$CODEGEN_PROD"
Expand Down