File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
REPO_ROOT=" $( cd -P " $( dirname " $SOURCE " ) " /.. > /dev/null 2>&1 && pwd ) "
12
12
13
13
# TODO: make this not hard coded
14
- SDK_REPO_ROOT=" /Users/travisprescott/Documents/ repos/azure-sdk-for-ios/"
15
- SDK_PACKAGE_ROOT=" /Users/travisprescott/Documents/ repos/azure-sdk-for-ios/sdk/communication/"
14
+ SDK_REPO_ROOT=" /Users/travisprescott/repos/azure-sdk-for-ios/"
15
+ SDK_PACKAGE_ROOT=" /Users/travisprescott/repos/azure-sdk-for-ios/sdk/communication/"
16
16
SDK_SRC=" /Users/travisprescott/Documents/generated/sdk"
17
17
18
18
# FIXME: The build step fails when run with makefile.
@@ -28,7 +28,7 @@ SDK_SRC="/Users/travisprescott/Documents/generated/sdk"
28
28
# swift run --package-path $REPO_ROOT
29
29
30
30
echo
31
- echo " ==~ Copying generated code to azure-sdk-for-ios-pr ~=="
31
+ echo " ==~ Copying generated code to azure-sdk-for-ios ~=="
32
32
PACKAGE_NAME=$( ls -1 -t $SDK_SRC | head -1)
33
33
34
34
# copy the jazzy files from the generated package into the SDK root
You can’t perform that action at this time.
0 commit comments