Skip to content

Commit 7eeb056

Browse files
committed
stashing changes
1 parent ffedba2 commit 7eeb056

188 files changed

Lines changed: 1424 additions & 40885 deletions

File tree

Some content is hidden

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

native/Podfile

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
source 'https://github.com/AudioKit/Specs.git'
2+
source 'https://github.com/CocoaPods/Specs.git'
3+
4+
# Uncomment the next line to define a global platform for your project
5+
platform :osx, '10.12'
6+
workspace 'eqMac.xcworkspace'
7+
use_frameworks!
8+
9+
# ignore all warnings from all pods
10+
inhibit_all_warnings!
11+
12+
def shared_pods
13+
pod 'STPrivilegedTask', :git => 'https://github.com/sveinbjornt/STPrivilegedTask.git', :commit => 'fdca677c77adb166a2be4c5ea9c7580a738c49c9'
14+
end
15+
16+
project 'app/eqMac.xcodeproj'
17+
project 'driver-installer/eqMac Driver Installer.xcodeproj'
18+
19+
target 'eqMac' do
20+
project 'app/eqMac.xcodeproj'
21+
22+
pod 'Alamofire', '~> 5.1'
23+
pod 'AMCoreAudio', :git => 'https://github.com/bitgapp/AMCoreAudio.git', :commit => 'ae7b9dc5df204b8f703f19b1fb7af1bf6475074f'
24+
pod 'WebViewJavascriptBridge', '~> 6.0'
25+
pod 'ReachabilitySwift'
26+
pod 'ReSwift'
27+
pod 'SwiftLint'
28+
pod 'Sparkle'
29+
pod 'Sentry', '~> 4.1'
30+
pod 'EmitterKit', '~> 5.2.2'
31+
pod 'SwiftyJSON', '~> 4.2'
32+
pod 'SwiftyUserDefaults', '4.0'
33+
pod 'KeychainSwift', '~> 13.0'
34+
pod 'Zip', '~> 1.1'
35+
shared_pods
36+
end
37+
38+
target 'eqMac Driver Installer' do
39+
project 'driver-installer/eqMac Driver Installer.xcodeproj'
40+
shared_pods
41+
end
Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- Alamofire (5.1.0)
3-
- AMCoreAudio (3.3.1)
2+
- Alamofire (5.2.1)
3+
- AMCoreAudio (3.5)
44
- EmitterKit (5.2.2)
55
- KeychainSwift (13.0.0)
66
- ReachabilitySwift (5.0.0)
@@ -18,7 +18,7 @@ PODS:
1818

1919
DEPENDENCIES:
2020
- Alamofire (~> 5.1)
21-
- AMCoreAudio (~> 3.3.1)
21+
- AMCoreAudio (from `https://github.com/bitgapp/AMCoreAudio.git`, commit `ae7b9dc5df204b8f703f19b1fb7af1bf6475074f`)
2222
- EmitterKit (~> 5.2.2)
2323
- KeychainSwift (~> 13.0)
2424
- ReachabilitySwift
@@ -35,7 +35,6 @@ DEPENDENCIES:
3535
SPEC REPOS:
3636
https://github.com/CocoaPods/Specs.git:
3737
- Alamofire
38-
- AMCoreAudio
3938
- EmitterKit
4039
- KeychainSwift
4140
- ReachabilitySwift
@@ -49,18 +48,24 @@ SPEC REPOS:
4948
- Zip
5049

5150
EXTERNAL SOURCES:
51+
AMCoreAudio:
52+
:commit: ae7b9dc5df204b8f703f19b1fb7af1bf6475074f
53+
:git: https://github.com/bitgapp/AMCoreAudio.git
5254
STPrivilegedTask:
5355
:commit: fdca677c77adb166a2be4c5ea9c7580a738c49c9
5456
:git: https://github.com/sveinbjornt/STPrivilegedTask.git
5557

5658
CHECKOUT OPTIONS:
59+
AMCoreAudio:
60+
:commit: ae7b9dc5df204b8f703f19b1fb7af1bf6475074f
61+
:git: https://github.com/bitgapp/AMCoreAudio.git
5762
STPrivilegedTask:
5863
:commit: fdca677c77adb166a2be4c5ea9c7580a738c49c9
5964
:git: https://github.com/sveinbjornt/STPrivilegedTask.git
6065

6166
SPEC CHECKSUMS:
62-
Alamofire: 9d5c5f602928e512395b30950c5984eca840093c
63-
AMCoreAudio: 6bf97d548d02ebb75b56c1cbf6b1f87bcfdeb748
67+
Alamofire: e911732990610fe89af59ac0077f923d72dc3dfd
68+
AMCoreAudio: d7fc6672b56df2ade8e77d08f3247d18d59697e3
6469
EmitterKit: e7a27b37118823d8ad413b8396f75e40d59f8cba
6570
KeychainSwift: 23d6c16cbc33f20fafa30c3d783241b4b87d998c
6671
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
@@ -74,6 +79,6 @@ SPEC CHECKSUMS:
7479
WebViewJavascriptBridge: 7f5bc4d3581e672e8f32bd0f812d54bc69bb8e29
7580
Zip: 8877eede3dda76bcac281225c20e71c25270774c
7681

77-
PODFILE CHECKSUM: 4d007e92f3c9d8b87d9820c4d08c27b16941b1a3
82+
PODFILE CHECKSUM: 45e713cc4f59b7c661aaeda8d34ecc31c9820e22
7883

7984
COCOAPODS: 1.9.3

native/app/Embedded/eqMac.driver/Contents/_CodeSignature/CodeResources

Lines changed: 0 additions & 132 deletions
This file was deleted.

native/app/Frameworks/AudioKit.framework/AudioKit

Lines changed: 0 additions & 1 deletion
This file was deleted.

native/app/Frameworks/AudioKit.framework/Headers

Lines changed: 0 additions & 1 deletion
This file was deleted.

native/app/Frameworks/AudioKit.framework/Modules

Lines changed: 0 additions & 1 deletion
This file was deleted.

native/app/Frameworks/AudioKit.framework/Resources

Lines changed: 0 additions & 1 deletion
This file was deleted.
-49.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)