Skip to content

Commit

Permalink
continued pod integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzamir committed Jun 8, 2015
1 parent e4c49cc commit 889d476
Show file tree
Hide file tree
Showing 5 changed files with 987 additions and 987 deletions.
12 changes: 6 additions & 6 deletions Example/DZATimer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
4A4A8540C0206B281E30B79A /* Pods-DZATimer_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DZATimer_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-DZATimer_Example/Pods-DZATimer_Example.release.xcconfig"; sourceTree = "<group>"; };
4AA1316424F21CBED8ED10BC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
54B5E64A0A09D9EDCA0592DB /* Pods_DZATimer_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DZATimer_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6003F58A195388D20070C39A /* DZATimer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = DZATimer.app; path = DZATimer_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
6003F58A195388D20070C39A /* DZATimer_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DZATimer_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
Expand All @@ -54,7 +54,7 @@
6003F5A5195388D20070C39A /* DZAViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DZAViewController.h; sourceTree = "<group>"; };
6003F5A6195388D20070C39A /* DZAViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DZAViewController.m; sourceTree = "<group>"; };
6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
6003F5AE195388D20070C39A /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = Tests.xctest; path = DZATimer_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6003F5AE195388D20070C39A /* DZATimer_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DZATimer_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -108,8 +108,8 @@
6003F58B195388D20070C39A /* Products */ = {
isa = PBXGroup;
children = (
6003F58A195388D20070C39A /* DZATimer.app */,
6003F5AE195388D20070C39A /* Tests.xctest */,
6003F58A195388D20070C39A /* DZATimer_Example.app */,
6003F5AE195388D20070C39A /* DZATimer_Tests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -213,7 +213,7 @@
);
name = DZATimer_Example;
productName = DZATimer;
productReference = 6003F58A195388D20070C39A /* DZATimer.app */;
productReference = 6003F58A195388D20070C39A /* DZATimer_Example.app */;
productType = "com.apple.product-type.application";
};
6003F5AD195388D20070C39A /* DZATimer_Tests */ = {
Expand All @@ -234,7 +234,7 @@
);
name = DZATimer_Tests;
productName = DZATimerTests;
productReference = 6003F5AE195388D20070C39A /* Tests.xctest */;
productReference = 6003F5AE195388D20070C39A /* DZATimer_Tests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
DZATimer: 54d33ba57150f367c0c1843657bea54d1670eb5e
DZATimer: 28e4174e076f22c7dab6354added855f2bb0cd7c
Expecta: 32604574add2c46a36f8d2f716b6c5736eb75024
Specta: 097be314a75de103703a3bf9a529dc1a398509d7

Expand Down
2 changes: 1 addition & 1 deletion Example/Pods/Local Podspecs/DZATimer.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 889d476

Please sign in to comment.