Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Network Share Mounter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RRZE FAUmac
Network Share Mounter
Commits
f484dd0d
Verified
Commit
f484dd0d
authored
7 months ago
by
Gregor Longariva
Browse files
Options
Downloads
Patches
Plain Diff
📦️ fixed inclusion of package (my fault)
parent
9a07abc8
No related branches found
Branches containing commit
Tags
beta-3.0.4-rc8
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
networkShareMounter.xcodeproj/project.pbxproj
+15
-14
15 additions, 14 deletions
networkShareMounter.xcodeproj/project.pbxproj
with
15 additions
and
14 deletions
networkShareMounter.xcodeproj/project.pbxproj
+
15
−
14
View file @
f484dd0d
...
...
@@ -389,7 +389,7 @@
packageReferences
=
(
F7BAC10B274FBA2D00B5BFF4
/* XCRemoteSwiftPackageReference "LaunchAtLogin" */
,
F7885F622C623084000B96AC
/* XCRemoteSwiftPackageReference "Sparkle" */
,
F7A
7A2172C8F0240006772D4
/* XCLocal
SwiftPackageReference "
../
doge
-
adauth" */
,
F7A
402DA2C8F0DB200D75633
/* XCRemote
SwiftPackageReference "dogeadauth" */
,
);
productRefGroup
=
D60FA51D1E7FBE1400D9B5A5
/* Products */
;
projectDirPath
=
""
;
...
...
@@ -680,7 +680,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]"
=
"Mac Developer"
;
CODE_SIGN_STYLE
=
Manual
;
COMBINE_HIDPI_IMAGES
=
YES
;
CURRENT_PROJECT_VERSION
=
17
4
;
CURRENT_PROJECT_VERSION
=
17
5
;
DEAD_CODE_STRIPPING
=
YES
;
DEVELOPMENT_TEAM
=
""
;
"DEVELOPMENT_TEAM[sdk=macosx*]"
=
C8F68RFW4L
;
...
...
@@ -730,7 +730,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]"
=
"Mac Developer"
;
CODE_SIGN_STYLE
=
Manual
;
COMBINE_HIDPI_IMAGES
=
YES
;
CURRENT_PROJECT_VERSION
=
17
4
;
CURRENT_PROJECT_VERSION
=
17
5
;
DEAD_CODE_STRIPPING
=
YES
;
DEVELOPMENT_TEAM
=
""
;
"DEVELOPMENT_TEAM[sdk=macosx*]"
=
C8F68RFW4L
;
...
...
@@ -773,7 +773,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY
=
YES_AGGRESSIVE
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
17
4
;
CURRENT_PROJECT_VERSION
=
17
5
;
DEAD_CODE_STRIPPING
=
YES
;
DEVELOPMENT_TEAM
=
C8F68RFW4L
;
GCC_C_LANGUAGE_STANDARD
=
gnu11
;
...
...
@@ -805,7 +805,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY
=
YES_AGGRESSIVE
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
17
4
;
CURRENT_PROJECT_VERSION
=
17
5
;
DEAD_CODE_STRIPPING
=
YES
;
DEVELOPMENT_TEAM
=
C8F68RFW4L
;
GCC_C_LANGUAGE_STANDARD
=
gnu11
;
...
...
@@ -833,7 +833,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY
=
YES_AGGRESSIVE
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
17
4
;
CURRENT_PROJECT_VERSION
=
17
5
;
DEAD_CODE_STRIPPING
=
YES
;
DEVELOPMENT_TEAM
=
73H7Y3TZRJ
;
GCC_C_LANGUAGE_STANDARD
=
gnu11
;
...
...
@@ -865,7 +865,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY
=
YES_AGGRESSIVE
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
17
4
;
CURRENT_PROJECT_VERSION
=
17
5
;
DEAD_CODE_STRIPPING
=
YES
;
DEVELOPMENT_TEAM
=
73H7Y3TZRJ
;
GCC_C_LANGUAGE_STANDARD
=
gnu11
;
...
...
@@ -923,13 +923,6 @@
};
/* End XCConfigurationList section */
/* Begin XCLocalSwiftPackageReference section */
F7A7A2172C8F0240006772D4
/* XCLocalSwiftPackageReference "../doge-adauth" */
=
{
isa
=
XCLocalSwiftPackageReference
;
relativePath
=
"../doge-adauth"
;
};
/* End XCLocalSwiftPackageReference section */
/* Begin XCRemoteSwiftPackageReference section */
F7885F622C623084000B96AC
/* XCRemoteSwiftPackageReference "Sparkle" */
=
{
isa
=
XCRemoteSwiftPackageReference
;
...
...
@@ -939,6 +932,14 @@
minimumVersion
=
2.6.4
;
};
};
F7A402DA2C8F0DB200D75633
/* XCRemoteSwiftPackageReference "dogeadauth" */
=
{
isa
=
XCRemoteSwiftPackageReference
;
repositoryURL
=
"https://gitlab.rrze.fau.de/faumac/sp/dogeadauth.git"
;
requirement
=
{
branch
=
main
;
kind
=
branch
;
};
};
F7BAC10B274FBA2D00B5BFF4
/* XCRemoteSwiftPackageReference "LaunchAtLogin" */
=
{
isa
=
XCRemoteSwiftPackageReference
;
repositoryURL
=
"https://github.com/sindresorhus/LaunchAtLogin"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment