Skip to content

Commit

Permalink
xcode project refactor - support carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogarin committed Sep 15, 2016
1 parent 77470f0 commit 900a30b
Show file tree
Hide file tree
Showing 41 changed files with 538 additions and 1,553 deletions.
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

12 changes: 6 additions & 6 deletions ADGCoreDataKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "ADGCoreDataKit"
s.version = "0.1.0"
s.version = "0.3"
s.summary = "Apple CoreData made easy."
s.description = <<-DESC
An interface to Apple Core Data
Expand All @@ -21,13 +21,13 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/alejandrogarin/ADGCoreDataKit.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/alejandrogarin'

s.platform = :ios, '8.0'
s.platform = :ios, '9.3'
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'ADGCoreDataKit' => ['Pod/Assets/*.png']
}
s.source_files = 'Source/**/*'
#s.resource_bundles = {
# 'ADGCoreDataKit' => ['Pod/Assets/*.png']
#}

# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'CoreData'
Expand Down
501 changes: 501 additions & 0 deletions ADGCoreDataKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "106001921D53CD0C001A15CC"
BlueprintIdentifier = "104536DD1D8B0FCE00AC3214"
BuildableName = "ADGCoreDataKit.framework"
BlueprintName = "ADGCoreDataKit"
ReferencedContainer = "container:ADGCoreDataKit.xcodeproj">
Expand All @@ -28,7 +28,26 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "104536E61D8B0FCE00AC3214"
BuildableName = "ADGCoreDataKitTests.xctest"
BlueprintName = "ADGCoreDataKitTests"
ReferencedContainer = "container:ADGCoreDataKit.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "104536DD1D8B0FCE00AC3214"
BuildableName = "ADGCoreDataKit.framework"
BlueprintName = "ADGCoreDataKit"
ReferencedContainer = "container:ADGCoreDataKit.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand All @@ -45,7 +64,7 @@
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "106001921D53CD0C001A15CC"
BlueprintIdentifier = "104536DD1D8B0FCE00AC3214"
BuildableName = "ADGCoreDataKit.framework"
BlueprintName = "ADGCoreDataKit"
ReferencedContainer = "container:ADGCoreDataKit.xcodeproj">
Expand All @@ -63,7 +82,7 @@
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "106001921D53CD0C001A15CC"
BlueprintIdentifier = "104536DD1D8B0FCE00AC3214"
BuildableName = "ADGCoreDataKit.framework"
BlueprintName = "ADGCoreDataKit"
ReferencedContainer = "container:ADGCoreDataKit.xcodeproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ADGCoreDataKit.h
// ADGCoreDataKit
//
// Created by Alejandro Garin on 04/08/2016.
// Created by Alejandro Garin on 15/09/2016.
// Copyright © 2016 Alejandro Garin. All rights reserved.
//

Expand Down
Loading

0 comments on commit 900a30b

Please sign in to comment.