Skip to content

Commit

Permalink
mobile/ios: Upgrade Xcode (11.? -> 11.3) + AudioKit (4.9 -> 4.9.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanbrown committed Jan 4, 2020
1 parent 67137fb commit 085fb5e
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 211 deletions.
1 change: 1 addition & 0 deletions mobile/ios/Birdgram.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
Expand All @@ -98,8 +96,8 @@
ReferencedContainer = "container:Birdgram.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -121,8 +119,6 @@
ReferencedContainer = "container:Birdgram.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
2 changes: 1 addition & 1 deletion mobile/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def bubo_pods
end

def birdgram_pods
pod 'AudioKit', '~> 4.9'
pod 'AudioKit', '~> 4.9.3'
pod 'PromisesSwift', '~> 1.2.8' # Moved here b/c it gave me trouble in the Bubo-macos target
end

Expand Down
18 changes: 9 additions & 9 deletions mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- Alamofire (4.9.1)
- AudioKit (4.9.1):
- AudioKit/Core (= 4.9.1)
- AudioKit/UI (= 4.9.1)
- AudioKit/Core (4.9.1)
- AudioKit/UI (4.9.1):
- AudioKit (4.9.3):
- AudioKit/Core (= 4.9.3)
- AudioKit/UI (= 4.9.3)
- AudioKit/Core (4.9.3)
- AudioKit/UI (4.9.3):
- AudioKit/Core
- PromisesObjC (1.2.8)
- PromisesSwift (1.2.8):
Expand All @@ -15,32 +15,32 @@ PODS:

DEPENDENCIES:
- Alamofire (~> 4.9)
- AudioKit (~> 4.9)
- AudioKit (~> 4.9.3)
- PromisesSwift (~> 1.2.8)
- SigmaSwiftStatistics (~> 9.0)
- SwiftyJSON (~> 5.0)
- Yams (~> 2.0)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- AudioKit
- PromisesObjC
- PromisesSwift
- SwiftyJSON
trunk:
- Alamofire
- AudioKit
- SigmaSwiftStatistics
- Yams

SPEC CHECKSUMS:
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
AudioKit: 6e5a830b92b1fb295d7efb81ad33fcd1e540712b
AudioKit: d025ecbb68f567bba15dab7ea80b8991155729f9
PromisesObjC: c119f3cd559f50b7ae681fa59dc1acd19173b7e6
PromisesSwift: 37bad6f4daddb02f7c9c531efe91e8b21c13ee2f
SigmaSwiftStatistics: 4ec81cd50b0f397baddba05fe88ce228a66edd8c
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7
Yams: cb96472112d99e4b368f8dae9ab62e8a3eb8a3f9

PODFILE CHECKSUM: dffdfaee0876f28ed32bbce300b584cf14a2f369
PODFILE CHECKSUM: 221a4a3c09c49c5235ebec4341d7e056c3d37447

COCOAPODS: 1.8.4
Loading

0 comments on commit 085fb5e

Please sign in to comment.