Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #25 from vgorloff/develop
Browse files Browse the repository at this point in the history
RC 1.2.3x41
  • Loading branch information
vgorloff authored Apr 6, 2020
2 parents 3f857ca + 82e2883 commit e181f96
Show file tree
Hide file tree
Showing 74 changed files with 703 additions and 3,167 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Developer.xcconfig
/DerivedData
.tmp
/node_modules
/Project.js
/package-lock.json

## Package managers
/Vendor/Carthage
Expand Down
14 changes: 14 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"printWidth": 130,
"trailingComma": "all",
"singleQuote": true,
"tabWidth": 3,
"overrides": [
{
"files": "*.md",
"options": {
"tabWidth": 1
}
}
]
}
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# - Building Swift Project: https://docs.travis-ci.com/user/languages/objective-c/

language: objective-c
osx_image: xcode10.2
install: npm install && npm run build
script: make ci
osx_image: xcode11.2
install: node -v && nvm ls && ./Scripts/install.sh
script: ./Scripts/ci.sh

branches:
only:
Expand Down
404 changes: 404 additions & 0 deletions AUHost.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
LastUpgradeVersion = "1140"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -16,16 +16,25 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_95FE89DEDF299FCFA9AB1C71B49D4135"
BuildableName = "AUHost.app"
BlueprintName = "AUHost-macOS"
ReferencedContainer = "container:Attenuator.xcodeproj">
BlueprintName = "AUHost"
ReferencedContainer = "container:AUHost.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
enableThreadSanitizer = "YES"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand All @@ -38,21 +47,10 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_95FE89DEDF299FCFA9AB1C71B49D4135"
BuildableName = "AUHost.app"
BlueprintName = "AUHost-macOS"
ReferencedContainer = "container:Attenuator.xcodeproj">
BlueprintName = "AUHost"
ReferencedContainer = "container:AUHost.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_95FE89DEDF299FCFA9AB1C71B49D4135"
BuildableName = "AUHost.app"
BlueprintName = "AUHost-macOS"
ReferencedContainer = "container:Attenuator.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand All @@ -66,18 +64,16 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_95FE89DEDF299FCFA9AB1C71B49D4135"
BuildableName = "AUHost.app"
BlueprintName = "AUHost-macOS"
ReferencedContainer = "container:Attenuator.xcodeproj">
BlueprintName = "AUHost"
ReferencedContainer = "container:AUHost.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_95FE89DEDF299FCFA9AB1C71B49D4135"
BuildableName = "AUHost.app"
BlueprintName = "AUHost-macOS"
ReferencedContainer = "container:Attenuator.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -1,42 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
version = "1.3"
wasCreatedForAppExtension = "YES">
LastUpgradeVersion = "1140"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "NO">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForTesting = "NO"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_198350A6C712859DE3B9890EE0159B49"
BuildableName = "AttenuatorAU.appex"
BlueprintName = "AttenuatorAU-macOS"
ReferencedContainer = "container:Attenuator.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_A71F9727AA9C3A06FAC3AC8E5D71F7EB"
BuildableName = "Attenuator.app"
BlueprintName = "Attenuator-macOS"
ReferencedContainer = "container:Attenuator.xcodeproj">
BlueprintIdentifier = "NT_95FE89DEDF299FCFA9AB1C71B49D4135"
BuildableName = "AUHost.app"
BlueprintName = "AUHost"
ReferencedContainer = "container:AUHost.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
Expand All @@ -53,20 +46,33 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_95FE89DEDF299FCFA9AB1C71B49D4135"
BuildableName = "AUHost.app"
BlueprintName = "AUHost-macOS"
ReferencedContainer = "container:Attenuator.xcodeproj">
BlueprintName = "AUHost"
ReferencedContainer = "container:AUHost.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<MacroExpansion>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_95FE89DEDF299FCFA9AB1C71B49D4135"
BuildableName = "AUHost.app"
BlueprintName = "AUHost-macOS"
ReferencedContainer = "container:Attenuator.xcodeproj">
BlueprintName = "AUHost"
ReferencedContainer = "container:AUHost.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
File renamed without changes.
17 changes: 10 additions & 7 deletions Attenuator.code-workspace
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
}
}
}
Loading

0 comments on commit e181f96

Please sign in to comment.