Skip to content

Commit f590aa2

Browse files
committed
Merge branch 'develop'
2 parents baf1d80 + 0a745d1 commit f590aa2

File tree

598 files changed

+3072
-1425
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

598 files changed

+3072
-1425
lines changed

Deluge Remote.xcodeproj/project.pbxproj

Lines changed: 137 additions & 14 deletions
Large diffs are not rendered by default.

Deluge Remote.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 101 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Deluge Remote.xcodeproj/xcshareddata/xcschemes/Deluge Remote.xcscheme

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "1230"
4-
version = "1.3">
4+
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
8+
<PostActions>
9+
<ExecutionAction
10+
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
11+
<ActionContent
12+
title = "Run Script"
13+
scriptText = "rm -rf &quot;${TARGET_BUILD_DIR}/${TARGET_NAME}.app/Frameworks/FirebaseAnalytics.framework&quot;&#10;rm -rf &quot;${TARGET_BUILD_DIR}/${TARGET_NAME}.app/Frameworks/GoogleAppMeasurement.framework&quot;&#10;rm -rf &quot;${TARGET_BUILD_DIR}/${TARGET_NAME}.app/Frameworks/FIRAnalyticsConnector.framework&quot;&#10;">
14+
<EnvironmentBuildable>
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "4716022D1DD4305800727CBD"
18+
BuildableName = "Deluge Remote.app"
19+
BlueprintName = "Deluge Remote"
20+
ReferencedContainer = "container:Deluge Remote.xcodeproj">
21+
</BuildableReference>
22+
</EnvironmentBuildable>
23+
</ActionContent>
24+
</ExecutionAction>
25+
</PostActions>
826
<BuildActionEntries>
927
<BuildActionEntry
1028
buildForTesting = "YES"

Deluge Remote/Resources/Assets.xcassets/flag/Contents.json renamed to Deluge Remote/Resources/Assets.xcassets/flags/Contents.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"info" : {
33
"author" : "xcode",
44
"version" : 1
5+
},
6+
"properties" : {
7+
"provides-namespace" : true
58
}
69
}

0 commit comments

Comments
 (0)