mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-06 03:38:39 -05:00
[PR #90] [MERGED] add macos support files #858
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pd4d10/git-touch/pull/90
Author: @shreyas1599
Created: 5/15/2020
Status: ✅ Merged
Merged: 5/15/2020
Merged by: @pd4d10
Base:
master← Head:macos-support📝 Commits (1)
107e13badd macos files📊 Changes
29 files changed (+1442 additions, -1 deletions)
View changed files
➕
macos/Flutter/Flutter-Debug.xcconfig(+2 -0)➕
macos/Flutter/Flutter-Release.xcconfig(+2 -0)➕
macos/Flutter/GeneratedPluginRegistrant.swift(+14 -0)➕
macos/Podfile(+82 -0)➕
macos/Podfile.lock(+38 -0)➕
macos/Runner.xcodeproj/project.pbxproj(+654 -0)➕
macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist(+8 -0)➕
macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme(+101 -0)➕
macos/Runner.xcworkspace/contents.xcworkspacedata(+10 -0)➕
macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist(+8 -0)➕
macos/Runner/AppDelegate.swift(+9 -0)➕
macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json(+68 -0)➕
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png(+0 -0)➕
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png(+0 -0)➕
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png(+0 -0)➕
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png(+0 -0)➕
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png(+0 -0)➕
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png(+0 -0)➕
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png(+0 -0)➕
macos/Runner/Base.lproj/MainMenu.xib(+339 -0)...and 9 more files
📄 Description
Partially completes #69
url_launcherversion🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.