File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ OUDS_SCHEME_UI_TESTS = "DesignToolboxUITests"
6666OUDS_SCHEME_UNIT_TESTS = "DesignToolboxUnitTests"
6767
6868OUDS_TARGET_IOS = "DesignToolbox (iOS)"
69+ OUDS_TARGET_MACOS = "DesignToolbox (macOS)"
70+ OUDS_TARGET_VISIONOS = "DesignToolbox (visionOS)"
6971
7072OUDS_PROJECT_NAME = "DesignToolbox" # Root for Info.plist, etc.
7173OUDS_APP_DISPLAY_NAME = "Design System Toolbox"
@@ -564,7 +566,7 @@ platform :ios do
564566 end
565567
566568 # Get version set in the Xcode project
567- def get_app_version
569+ private_lane : get_app_version
568570 version = get_version_number (
569571 xcodeproj : OUDS_PROJECT ,
570572 target : OUDS_TARGET_IOS
@@ -612,7 +614,7 @@ platform :mac do
612614 end
613615
614616 # Get version set in the Xcode project
615- def get_app_version
617+ private_lane : get_app_version
616618 version = get_version_number (
617619 xcodeproj : OUDS_PROJECT ,
618620 target : OUDS_TARGET_MACOS
@@ -660,7 +662,7 @@ platform :vision do
660662 end
661663
662664 # Get version set in the Xcode project
663- def get_app_version
665+ private_lane : get_app_version
664666 version = get_version_number (
665667 xcodeproj : OUDS_PROJECT ,
666668 target : OUDS_TARGET_VISIONOS
You can’t perform that action at this time.
0 commit comments