Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M MobbScanSimple-iOS
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MobbScan
  • MobbScanSimple-iOS
  • Merge requests
  • !1

Closed
Created Mar 27, 2020 by Maria Luz Mateo Moreno@mlmateoDeveloper0 of 9 tasks completed0/9 tasks
  • Report abuse
Report abuse

MOBBSCAN-2711

  • Overview 0
  • Commits 5
  • Changes 6

🎯 Summary

This MR fixes the configuration of both development and release targets by making them reference to the proper dependencies:

  • development target: all dependencies are referred to the workspace projects,
  • release target: all dependencies are referred to the frameworks generated for distribution.

This is part of the solution described in this MR

Besides, it fixes a compatibility bug detected while building with the latest iOS SDK version (13.4).

🤔 Type

  • 🐛 Bug fix: broken configuration and compatibility issue.

⚗️ Solution

  • 🔗 JIRA: MOBBSCAN-2711

🔬 Tests

  • Development target.
  • Release target. This test requires the previous generation of the frameworks as described here.

🧐 Checklist:

  • The code follow the project guidelines.
  • The changes have been tested locally.
  • The code has internal docs.
  • Docs are updated (README, public docs, etc.)
  • Some tests have been added to check that the changes work as expected (unit, integration or e2e tests ...)
  • Unit tests are running without errors.
  • Other dependant changes have already been merged.
  • Changelog updated (if it applies)
Edited Mar 27, 2020 by Maria Luz Mateo Moreno
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: improvement/MOBBSCAN-2711