Skip to content

Commit

Permalink
Merge pull request #15 from isair/fix/isair-pod-tvos-target
Browse files Browse the repository at this point in the history
[pod] Fix tvOS target
  • Loading branch information
isair committed Jan 22, 2016
2 parents 4021796 + f26b1d5 commit 6d558a9
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 22 deletions.
8 changes: 5 additions & 3 deletions ManualLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
Pod::Spec.new do |s|
s.name = 'ManualLayout'
s.version = '1.2.0'
s.version = '1.2.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Easy to use and flexible AutoLayout alternative for iOS 8+. Supports AsyncDisplayKit.'

s.homepage = 'https://github.com/isair/ManualLayout'
s.author = { 'Baris Sencan' => 'barissncn@gmail.com' }
s.author = { 'Baris Sencan' => 'baris.sncn@gmail.com' }
s.social_media_url = 'https://twitter.com/IsairAndMorty'

s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.source = { :git => 'https://github.com/isair/ManualLayout.git', :tag => s.version }
s.source_files = 'ManualLayout'
s.frameworks = 'UIKit'
s.requires_arc = true
end
16 changes: 8 additions & 8 deletions ManualLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
5F9134A11AC9E3A00001DBF8 /* ManualLayout.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FB4CBE91A9BBE7500C2FB4F /* ManualLayout.framework */; };
5FB4CBEF1A9BBE7500C2FB4F /* ManualLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB4CBEE1A9BBE7500C2FB4F /* ManualLayout.h */; settings = {ATTRIBUTES = (Public, ); }; };
5FB4CBF51A9BBE7500C2FB4F /* ManualLayout.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FB4CBE91A9BBE7500C2FB4F /* ManualLayout.framework */; };
5FE3334F1C028A8F00EF50C4 /* Info-tvOS.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5FE3334E1C028A8F00EF50C4 /* Info-tvOS.plist */; };
FE4500621BF12E5F0005E270 /* CGRect+ManualLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F9134771AC9E0830001DBF8 /* CGRect+ManualLayout.swift */; };
FE4500631BF12E5F0005E270 /* CALayer+ManualLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F875C681A9BE99F003CACDD /* CALayer+ManualLayout.swift */; };
FE4500641BF12E5F0005E270 /* UIViewController+ManualLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F67BC3E1A9E970300347483 /* UIViewController+ManualLayout.swift */; };
Expand Down Expand Up @@ -331,9 +330,9 @@
productReference = 5FB4CBF41A9BBE7500C2FB4F /* ManualLayoutTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
FE4500601BF12E5F0005E270 /* ManualLayout tvOS */ = {
FE4500601BF12E5F0005E270 /* ManualLayout-tvOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = FE45006D1BF12E5F0005E270 /* Build configuration list for PBXNativeTarget "ManualLayout tvOS" */;
buildConfigurationList = FE45006D1BF12E5F0005E270 /* Build configuration list for PBXNativeTarget "ManualLayout-tvOS" */;
buildPhases = (
FE4500611BF12E5F0005E270 /* Sources */,
FE4500691BF12E5F0005E270 /* Frameworks */,
Expand All @@ -344,7 +343,7 @@
);
dependencies = (
);
name = "ManualLayout tvOS";
name = "ManualLayout-tvOS";
productName = ManualLayout;
productReference = FE4500701BF12E5F0005E270 /* ManualLayout.framework */;
productType = "com.apple.product-type.framework";
Expand All @@ -356,7 +355,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0700;
LastUpgradeCheck = 0700;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "Baris Sencan";
TargetAttributes = {
5F91347C1AC9E1630001DBF8 = {
Expand Down Expand Up @@ -388,10 +387,10 @@
projectRoot = "";
targets = (
5FB4CBE81A9BBE7500C2FB4F /* ManualLayout */,
FE4500601BF12E5F0005E270 /* ManualLayout-tvOS */,
5FB4CBF31A9BBE7500C2FB4F /* ManualLayoutTests */,
5F91347C1AC9E1630001DBF8 /* SimpleExample */,
5F9134901AC9E1640001DBF8 /* SimpleExampleTests */,
FE4500601BF12E5F0005E270 /* ManualLayout tvOS */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -431,7 +430,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
5FE3334F1C028A8F00EF50C4 /* Info-tvOS.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -768,6 +766,7 @@
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Debug;
};
Expand All @@ -789,6 +788,7 @@
SDKROOT = appletvos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Release;
};
Expand Down Expand Up @@ -840,7 +840,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FE45006D1BF12E5F0005E270 /* Build configuration list for PBXNativeTarget "ManualLayout tvOS" */ = {
FE45006D1BF12E5F0005E270 /* Build configuration list for PBXNativeTarget "ManualLayout-tvOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FE45006E1BF12E5F0005E270 /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0710"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -16,7 +16,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "FE4500601BF12E5F0005E270"
BuildableName = "ManualLayout.framework"
BlueprintName = "ManualLayout tvOS"
BlueprintName = "ManualLayout-tvOS"
ReferencedContainer = "container:ManualLayout.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand Down Expand Up @@ -47,7 +47,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "FE4500601BF12E5F0005E270"
BuildableName = "ManualLayout.framework"
BlueprintName = "ManualLayout tvOS"
BlueprintName = "ManualLayout-tvOS"
ReferencedContainer = "container:ManualLayout.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -65,7 +65,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "FE4500601BF12E5F0005E270"
BuildableName = "ManualLayout.framework"
BlueprintName = "ManualLayout tvOS"
BlueprintName = "ManualLayout-tvOS"
ReferencedContainer = "container:ManualLayout.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -37,10 +37,10 @@
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -66,11 +66,11 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
Expand All @@ -88,10 +88,10 @@
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
Expand Down
2 changes: 1 addition & 1 deletion ManualLayout/Info-tvOS.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ManualLayout/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 6d558a9

Please sign in to comment.