Skip to content

Commit

Permalink
add realm
Browse files Browse the repository at this point in the history
  • Loading branch information
halhorn committed Dec 31, 2015
1 parent 28e2375 commit 79ad889
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
platform :ios, '8.0'
use_frameworks!

pod 'GoogleAnalytics'
pod 'RealmSwift'

target 'TimeLogger' do

Expand Down
8 changes: 8 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
PODS:
- GoogleAnalytics (3.14.0)
- Realm (0.97.0):
- Realm/Headers (= 0.97.0)
- Realm/Headers (0.97.0)
- RealmSwift (0.97.0):
- Realm (= 0.97.0)

DEPENDENCIES:
- GoogleAnalytics
- RealmSwift

SPEC CHECKSUMS:
GoogleAnalytics: 9be1afdb8deeac4bb5f13ca7f7d3b9db2a1f43dc
Realm: b498a6fb9d288b171ff98d0e2d4384c295be8990
RealmSwift: d014810dec75c9a3f1a33926d2dabfed855c582c

COCOAPODS: 0.39.0
8 changes: 4 additions & 4 deletions TimeLogger.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
1E9112E8741310722B126D99 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9EA66AB1DCD4EAD3415A60D7 /* libPods.a */; };
2918C1C71C31808200C07CCE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2918C1C61C31808200C07CCE /* AppDelegate.swift */; };
2918C1C91C31808200C07CCE /* RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2918C1C81C31808200C07CCE /* RootViewController.swift */; };
2918C1CB1C31808200C07CCE /* DataViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2918C1CA1C31808200C07CCE /* DataViewController.swift */; };
Expand All @@ -25,6 +24,7 @@
292AE2BC1C33F1F9008AB2FA /* TaskGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 292AE2BB1C33F1F9008AB2FA /* TaskGroup.swift */; };
292AE2BD1C33F1F9008AB2FA /* TaskGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 292AE2BB1C33F1F9008AB2FA /* TaskGroup.swift */; };
292AE2BF1C33F84E008AB2FA /* TaskGroupTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 292AE2BE1C33F84E008AB2FA /* TaskGroupTest.swift */; };
CE1848326A4B4B25F9D59C05 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C17C5CCBC010A96385D4C67 /* Pods.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -45,6 +45,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
1C17C5CCBC010A96385D4C67 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2918C1C31C31808200C07CCE /* TimeLogger.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TimeLogger.app; sourceTree = BUILT_PRODUCTS_DIR; };
2918C1C61C31808200C07CCE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2918C1C81C31808200C07CCE /* RootViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootViewController.swift; sourceTree = "<group>"; };
Expand All @@ -65,7 +66,6 @@
292AE2B91C33DD08008AB2FA /* TaskLogTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TaskLogTest.swift; sourceTree = "<group>"; };
292AE2BB1C33F1F9008AB2FA /* TaskGroup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TaskGroup.swift; sourceTree = "<group>"; };
292AE2BE1C33F84E008AB2FA /* TaskGroupTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TaskGroupTest.swift; sourceTree = "<group>"; };
9EA66AB1DCD4EAD3415A60D7 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
D0506C6B60ADA6835DED02A5 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
D29DD4EBC358B376EFA97266 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand All @@ -75,7 +75,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
1E9112E8741310722B126D99 /* libPods.a in Frameworks */,
CE1848326A4B4B25F9D59C05 /* Pods.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -175,7 +175,7 @@
573689D042FB83B8480B1320 /* Frameworks */ = {
isa = PBXGroup;
children = (
9EA66AB1DCD4EAD3415A60D7 /* libPods.a */,
1C17C5CCBC010A96385D4C67 /* Pods.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down

0 comments on commit 79ad889

Please sign in to comment.