Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Move Fabric and Crashlytics to CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
danylokos committed Oct 11, 2015
1 parent 867a5d9 commit f20d6e6
Show file tree
Hide file tree
Showing 25 changed files with 58 additions and 412 deletions.
9 changes: 7 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ pod 'private-openssl'
pod 'Reachability'
pod 'CocoaSecurity'
pod 'SDWebImage'
pod 'ParseUI'
pod 'ParseFacebookUtilsV4'

pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'ParseFacebookUtilsV4'
pod 'ParseUI'

pod 'Crashlytics'
pod 'Fabric'

end
57 changes: 33 additions & 24 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
PODS:
- Bolts (1.2.2):
- Bolts/AppLinks (= 1.2.2)
- Bolts/Tasks (= 1.2.2)
- Bolts/AppLinks (1.2.2):
- Bolts (1.3.0):
- Bolts/AppLinks (= 1.3.0)
- Bolts/Tasks (= 1.3.0)
- Bolts/AppLinks (1.3.0):
- Bolts/Tasks
- Bolts/Tasks (1.2.2)
- Bolts/Tasks (1.3.0)
- CocoaSecurity (1.2.4)
- FBSDKCoreKit (4.6.0):
- Crashlytics (3.3.4)
- Fabric (1.5.5):
- Fabric/Base (= 1.5.5)
- Fabric/Base (1.5.5)
- FBSDKCoreKit (4.7.0):
- Bolts (~> 1.1)
- FBSDKCoreKit/arc (= 4.6.0)
- FBSDKCoreKit/no-arc (= 4.6.0)
- FBSDKCoreKit/arc (4.6.0):
- FBSDKCoreKit/arc (= 4.7.0)
- FBSDKCoreKit/no-arc (= 4.7.0)
- FBSDKCoreKit/arc (4.7.0):
- Bolts (~> 1.1)
- FBSDKCoreKit/no-arc (4.6.0):
- FBSDKCoreKit/no-arc (4.7.0):
- Bolts (~> 1.1)
- FBSDKCoreKit/arc
- FBSDKLoginKit (4.6.0):
- FBSDKLoginKit (4.7.0):
- FBSDKCoreKit
- Parse (1.8.5):
- Bolts/Tasks (>= 1.2.2)
- ParseFacebookUtilsV4 (1.8.5):
- Bolts/Tasks (>= 1.2.2)
- FBSDKCoreKit (~> 4.0)
- FBSDKLoginKit (~> 4.0)
- Parse (~> 1.8.4)
- Parse (1.9.0):
- Bolts/Tasks (>= 1.3.0)
- ParseFacebookUtilsV4 (1.9.0):
- Bolts/Tasks (>= 1.3.0)
- FBSDKCoreKit (~> 4.7)
- FBSDKLoginKit (~> 4.7)
- Parse (~> 1.9)
- ParseUI (1.1.6):
- Bolts/Tasks (~> 1.2)
- Parse (~> 1.8)
Expand All @@ -38,7 +42,10 @@ PODS:

DEPENDENCIES:
- CocoaSecurity
- Crashlytics
- Fabric
- FBSDKCoreKit
- FBSDKLoginKit
- ParseFacebookUtilsV4
- ParseUI
- private-boost
Expand All @@ -49,12 +56,14 @@ DEPENDENCIES:
- SDWebImage

SPEC CHECKSUMS:
Bolts: 20a2bd788273360cb1e31530dc19b8544eef2544
Bolts: 805a4a87413e49d4a0c2b7d469084cbc46b09342
CocoaSecurity: d288a6f87e0f363823d2cb83e753814a6944f71a
FBSDKCoreKit: 9954492d90c5fd65ae831395697a1660360d61f1
FBSDKLoginKit: 3d07febbfa884b9878cacba54f705bb41f07d4b6
Parse: 17ad8e0677ed682f7f00503860fcda0f4eb74168
ParseFacebookUtilsV4: cc51857cf984c6fc743e7f17c2ddebdb6f02f963
Crashlytics: 41c082440d2e14da444186fff65e79c0b4b35d4c
Fabric: 190bf1a6eb65f7500de1347d027d2e59a7e53db1
FBSDKCoreKit: eb580bfc2040ad44f4c0b4f4d0befb1d35bce59c
FBSDKLoginKit: 01bce8dd3f3a26a023b0ba4ffdde7ef5062889fe
Parse: 712efbc476d4f47b0f96b70db7e53101575753aa
ParseFacebookUtilsV4: aadebfaaaf4a45bf0a0992863bf48c8fc49189e3
ParseUI: 8a22e448c03f825203d8c379c80523517f68baa3
private-boost: 390bdadecb82f24bcec47068f4b041acc757d575
private-libtorrent: 9f0d4c5e1b3842e3baf5493b66cadb684bb07afd
Expand All @@ -63,4 +72,4 @@ SPEC CHECKSUMS:
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
SDWebImage: 1d2b1a1efda1ade1b00b6f8498865f8ddedc8a84

COCOAPODS: 0.39.0.beta.4
COCOAPODS: 0.39.0
28 changes: 17 additions & 11 deletions PopcornTime.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
7F0420591ABDD7D700E27FA1 /* AnimeDetailsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F0420571ABDD7D700E27FA1 /* AnimeDetailsViewController.swift */; };
7F04205A1ABDD7D700E27FA1 /* MovieDetailsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F0420581ABDD7D700E27FA1 /* MovieDetailsViewController.swift */; };
7F083C661AB36D84001C938B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F083C651AB36D84001C938B /* AppDelegate.swift */; };
7F095FD31ACEBD2500C10D98 /* Crashlytics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F095FD11ACEBD2500C10D98 /* Crashlytics.framework */; };
7F095FD41ACEBD2500C10D98 /* Fabric.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F095FD21ACEBD2500C10D98 /* Fabric.framework */; };
7F095FDE1AD059F000C10D98 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F095FDD1AD059F000C10D98 /* SettingsViewController.swift */; };
7F4992A21A2491DF00D8D36E /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7F4992981A2491DF00D8D36E /* Images.xcassets */; };
7F5047C31AC2095200521FC4 /* DataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F5047C21AC2095200521FC4 /* DataManager.swift */; };
Expand Down Expand Up @@ -91,7 +89,6 @@
0C90B9B51AE110D4000D4B10 /* SeasonHeader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SeasonHeader.swift; sourceTree = "<group>"; };
0C90B9B61AE110D4000D4B10 /* SeasonHeader.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SeasonHeader.xib; sourceTree = "<group>"; };
0CC1A6751ABB55A6008F7A31 /* PagedViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PagedViewController.swift; path = Controllers/PagedViewController.swift; sourceTree = "<group>"; };
3DA7053C03A06974FEE32809 /* libPods-PopcornTime.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PopcornTime.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4348D3011B38161800028043 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
4348D3031B38162200028043 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
4348D3051B38162F00028043 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -127,8 +124,6 @@
7F0420571ABDD7D700E27FA1 /* AnimeDetailsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnimeDetailsViewController.swift; path = Controllers/AnimeDetailsViewController.swift; sourceTree = "<group>"; };
7F0420581ABDD7D700E27FA1 /* MovieDetailsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MovieDetailsViewController.swift; path = Controllers/MovieDetailsViewController.swift; sourceTree = "<group>"; };
7F083C651AB36D84001C938B /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
7F095FD11ACEBD2500C10D98 /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = Thirdparties/Crashlytics/Crashlytics.framework; sourceTree = "<group>"; };
7F095FD21ACEBD2500C10D98 /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = Thirdparties/Crashlytics/Fabric.framework; sourceTree = "<group>"; };
7F095FDD1AD059F000C10D98 /* SettingsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SettingsViewController.swift; path = Controllers/SettingsViewController.swift; sourceTree = "<group>"; };
7F4992981A2491DF00D8D36E /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Resources/Images.xcassets; sourceTree = "<group>"; };
7F5047C21AC2095200521FC4 /* DataManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataManager.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -172,9 +167,7 @@
4348D3041B38162200028043 /* CFNetwork.framework in Frameworks */,
4348D3021B38161800028043 /* AudioToolbox.framework in Frameworks */,
7FB0E6DE1A9CCC7E00DA2454 /* libbz2.dylib in Frameworks */,
7F095FD31ACEBD2500C10D98 /* Crashlytics.framework in Frameworks */,
7FB0E6DC1A9CCC6100DA2454 /* libiconv.dylib in Frameworks */,
7F095FD41ACEBD2500C10D98 /* Fabric.framework in Frameworks */,
7FCFC3A01A23351700B3B8C2 /* libstdc++.6.0.9.dylib in Frameworks */,
65ADB189759E25BAEE4DD696 /* libPods-PopcornTime.a in Frameworks */,
);
Expand Down Expand Up @@ -331,12 +324,9 @@
4348D3051B38162F00028043 /* CoreGraphics.framework */,
4348D3031B38162200028043 /* CFNetwork.framework */,
4348D3011B38161800028043 /* AudioToolbox.framework */,
7F095FD11ACEBD2500C10D98 /* Crashlytics.framework */,
7F095FD21ACEBD2500C10D98 /* Fabric.framework */,
7FCFC3951A23341600B3B8C2 /* libstdc++.6.0.9.dylib */,
7FB0E6DD1A9CCC7E00DA2454 /* libbz2.dylib */,
7FB0E6DB1A9CCC6100DA2454 /* libiconv.dylib */,
3DA7053C03A06974FEE32809 /* libPods-PopcornTime.a */,
5E136A40A06A3FB238998C59 /* libPods-PopcornTime.a */,
);
name = Frameworks;
Expand Down Expand Up @@ -377,6 +367,7 @@
7F8824C51A227A0100E2710A /* Resources */,
814B281F6347C227DBD77ABF /* Copy Pods Resources */,
7742C4881B038132001B783E /* ShellScript */,
7BC4B191B7B88187B684FB7B /* Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -454,7 +445,22 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "./Thirdparties/Crashlytics/Fabric.framework/run ${FABRIC_API_KEY} ${FABRIC_BUILD_SECRET} || true";
shellScript = "${PODS_ROOT}/Fabric/Fabric.framework/run ${FABRIC_API_KEY} ${FABRIC_BUILD_SECRET} || true";
};
7BC4B191B7B88187B684FB7B /* Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PopcornTime/Pods-PopcornTime-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
814B281F6347C227DBD77ABF /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
2 changes: 1 addition & 1 deletion PopcornTime/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<key>FacebookAppID</key>
<string>459546117547491</string>
<key>FacebookDisplayName</key>
<string>iOS Popcorn</string>
<string>PocornTime iOS</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
1 change: 0 additions & 1 deletion Thirdparties/Crashlytics/Crashlytics.framework/Crashlytics

This file was deleted.

1 change: 0 additions & 1 deletion Thirdparties/Crashlytics/Crashlytics.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion Thirdparties/Crashlytics/Crashlytics.framework/Modules

This file was deleted.

1 change: 0 additions & 1 deletion Thirdparties/Crashlytics/Crashlytics.framework/Resources

This file was deleted.

Binary file not shown.
Loading

0 comments on commit f20d6e6

Please sign in to comment.