Uploaded image for project: 'Couchbase Lite'
  1. Couchbase Lite
  2. CBL-2668

Update user-profile app scripts

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • Deuterium
    • Deuterium
    • iOS
    • Security Level: Public
    • None
    • Jay 63
    • 2

    Description

      https://github.com/couchbaselabs/userprofile-couchbase-mobile

      1. UserProfileDemo project links the CouchbaseLiteSwift from `example/iOS/CouchbaseLiteSwift.framework` we should either:
      use the same path, and remove `cd Frameworks` from the script.
      move to the Frameworks folder, which is more cleaner.
       
      2. Optional, in order to execute the script from a different current directory, use this. For e.g., Issue will happen, if you execute the install_12.sh script from one folder back.
      ```
      PARENT_PATH=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
       
      pushd $PARENT_PATH
       
      // script code!!
       
      popd
      ```
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              Jayahari.Vavachan Jay Vavachan
              Jayahari.Vavachan Jay Vavachan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty