|
|
@@ -15,6 +15,14 @@
|
|
|
00C54B291C09CF68001C3F12 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 00C54B271C09CF68001C3F12 /* Main.storyboard */; };
|
|
|
00C54B2E1C09D1AA001C3F12 /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C54B111C09CD9C001C3F12 /* Reachability.framework */; };
|
|
|
00C54B2F1C09D1AA001C3F12 /* Reachability.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 00C54B111C09CD9C001C3F12 /* Reachability.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
|
+ 57A45A041C197BE800384AE4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A45A031C197BE800384AE4 /* AppDelegate.swift */; };
|
|
|
+ 57A45A061C197BE800384AE4 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A45A051C197BE800384AE4 /* ViewController.swift */; };
|
|
|
+ 57A45A091C197BE800384AE4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 57A45A071C197BE800384AE4 /* Main.storyboard */; };
|
|
|
+ 57A45A0B1C197BE800384AE4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 57A45A0A1C197BE800384AE4 /* Assets.xcassets */; };
|
|
|
+ 57A45A2D1C197F4800384AE4 /* ReachabilityTV.h in Headers */ = {isa = PBXBuildFile; fileRef = 57A45A2C1C197F4800384AE4 /* ReachabilityTV.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
+ 57A45A311C197F4800384AE4 /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57A45A2A1C197F4800384AE4 /* Reachability.framework */; };
|
|
|
+ 57A45A321C197F4800384AE4 /* Reachability.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 57A45A2A1C197F4800384AE4 /* Reachability.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
|
+ 57A45A371C1985B300384AE4 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344B01BE76862008AFE69 /* Reachability.swift */; };
|
|
|
AA7344761BE7678B008AFE69 /* Reachability.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7344751BE7678B008AFE69 /* Reachability.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
AA7344931BE76820008AFE69 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344921BE76820008AFE69 /* AppDelegate.swift */; };
|
|
|
AA7344951BE76820008AFE69 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344941BE76820008AFE69 /* ViewController.swift */; };
|
|
|
@@ -34,6 +42,13 @@
|
|
|
remoteGlobalIDString = 00C54B101C09CD9C001C3F12;
|
|
|
remoteInfo = ReachabilityMac;
|
|
|
};
|
|
|
+ 57A45A2F1C197F4800384AE4 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = 57A45A291C197F4800384AE4;
|
|
|
+ remoteInfo = ReachabilityTV;
|
|
|
+ };
|
|
|
CAC230C71BF2180000F6464E /* PBXContainerItemProxy */ = {
|
|
|
isa = PBXContainerItemProxy;
|
|
|
containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
|
|
|
@@ -55,6 +70,17 @@
|
|
|
name = "Embed Frameworks";
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ 57A45A361C197F4800384AE4 /* Embed Frameworks */ = {
|
|
|
+ isa = PBXCopyFilesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ dstPath = "";
|
|
|
+ dstSubfolderSpec = 10;
|
|
|
+ files = (
|
|
|
+ 57A45A321C197F4800384AE4 /* Reachability.framework in Embed Frameworks */,
|
|
|
+ );
|
|
|
+ name = "Embed Frameworks";
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
CAC230C91BF2180100F6464E /* Embed Frameworks */ = {
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -78,6 +104,15 @@
|
|
|
00C54B251C09CF68001C3F12 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
00C54B281C09CF68001C3F12 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
00C54B2A1C09CF68001C3F12 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ 57A45A011C197BE800384AE4 /* ReachabilityAppleTVSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReachabilityAppleTVSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ 57A45A031C197BE800384AE4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
+ 57A45A051C197BE800384AE4 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
|
+ 57A45A081C197BE800384AE4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
+ 57A45A0A1C197BE800384AE4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
+ 57A45A0C1C197BE800384AE4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ 57A45A2A1C197F4800384AE4 /* Reachability.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ 57A45A2C1C197F4800384AE4 /* ReachabilityTV.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReachabilityTV.h; sourceTree = "<group>"; };
|
|
|
+ 57A45A2E1C197F4800384AE4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
AA7344721BE7678B008AFE69 /* Reachability.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
AA7344751BE7678B008AFE69 /* Reachability.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
|
|
|
AA7344771BE7678B008AFE69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
@@ -107,6 +142,21 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ 57A459FE1C197BE800384AE4 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 57A45A311C197F4800384AE4 /* Reachability.framework in Frameworks */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ 57A45A261C197F4800384AE4 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
AA73446E1BE7678B008AFE69 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -146,6 +196,27 @@
|
|
|
path = ReachabilityMacSample;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 57A45A021C197BE800384AE4 /* ReachabilityAppleTVSample */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 57A45A031C197BE800384AE4 /* AppDelegate.swift */,
|
|
|
+ 57A45A051C197BE800384AE4 /* ViewController.swift */,
|
|
|
+ 57A45A071C197BE800384AE4 /* Main.storyboard */,
|
|
|
+ 57A45A0A1C197BE800384AE4 /* Assets.xcassets */,
|
|
|
+ 57A45A0C1C197BE800384AE4 /* Info.plist */,
|
|
|
+ );
|
|
|
+ path = ReachabilityAppleTVSample;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 57A45A2B1C197F4800384AE4 /* ReachabilityTV */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 57A45A2C1C197F4800384AE4 /* ReachabilityTV.h */,
|
|
|
+ 57A45A2E1C197F4800384AE4 /* Info.plist */,
|
|
|
+ );
|
|
|
+ path = ReachabilityTV;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
AA7344681BE7678B008AFE69 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -153,6 +224,8 @@
|
|
|
AA7344911BE76820008AFE69 /* ReachabilitySample */,
|
|
|
00C54B121C09CD9C001C3F12 /* ReachabilityMac */,
|
|
|
00C54B201C09CF68001C3F12 /* ReachabilityMacSample */,
|
|
|
+ 57A45A021C197BE800384AE4 /* ReachabilityAppleTVSample */,
|
|
|
+ 57A45A2B1C197F4800384AE4 /* ReachabilityTV */,
|
|
|
AA7344731BE7678B008AFE69 /* Products */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
@@ -164,6 +237,8 @@
|
|
|
AA7344901BE76820008AFE69 /* ReachabilitySample.app */,
|
|
|
00C54B111C09CD9C001C3F12 /* Reachability.framework */,
|
|
|
00C54B1F1C09CF67001C3F12 /* ReachabilityMacSample.app */,
|
|
|
+ 57A45A011C197BE800384AE4 /* ReachabilityAppleTVSample.app */,
|
|
|
+ 57A45A2A1C197F4800384AE4 /* Reachability.framework */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -202,6 +277,14 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ 57A45A271C197F4800384AE4 /* Headers */ = {
|
|
|
+ isa = PBXHeadersBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 57A45A2D1C197F4800384AE4 /* ReachabilityTV.h in Headers */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
AA73446F1BE7678B008AFE69 /* Headers */ = {
|
|
|
isa = PBXHeadersBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -250,6 +333,43 @@
|
|
|
productReference = 00C54B1F1C09CF67001C3F12 /* ReachabilityMacSample.app */;
|
|
|
productType = "com.apple.product-type.application";
|
|
|
};
|
|
|
+ 57A45A001C197BE800384AE4 /* ReachabilityAppleTVSample */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = 57A45A0F1C197BE800384AE4 /* Build configuration list for PBXNativeTarget "ReachabilityAppleTVSample" */;
|
|
|
+ buildPhases = (
|
|
|
+ 57A459FD1C197BE800384AE4 /* Sources */,
|
|
|
+ 57A459FE1C197BE800384AE4 /* Frameworks */,
|
|
|
+ 57A459FF1C197BE800384AE4 /* Resources */,
|
|
|
+ 57A45A361C197F4800384AE4 /* Embed Frameworks */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ 57A45A301C197F4800384AE4 /* PBXTargetDependency */,
|
|
|
+ );
|
|
|
+ name = ReachabilityAppleTVSample;
|
|
|
+ productName = ReachabilityAppleTVSample;
|
|
|
+ productReference = 57A45A011C197BE800384AE4 /* ReachabilityAppleTVSample.app */;
|
|
|
+ productType = "com.apple.product-type.application";
|
|
|
+ };
|
|
|
+ 57A45A291C197F4800384AE4 /* ReachabilityTV */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = 57A45A331C197F4800384AE4 /* Build configuration list for PBXNativeTarget "ReachabilityTV" */;
|
|
|
+ buildPhases = (
|
|
|
+ 57A45A251C197F4800384AE4 /* Sources */,
|
|
|
+ 57A45A261C197F4800384AE4 /* Frameworks */,
|
|
|
+ 57A45A271C197F4800384AE4 /* Headers */,
|
|
|
+ 57A45A281C197F4800384AE4 /* Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ );
|
|
|
+ name = ReachabilityTV;
|
|
|
+ productName = ReachabilityTV;
|
|
|
+ productReference = 57A45A2A1C197F4800384AE4 /* Reachability.framework */;
|
|
|
+ productType = "com.apple.product-type.framework";
|
|
|
+ };
|
|
|
AA7344711BE7678B008AFE69 /* Reachability */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
buildConfigurationList = AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */;
|
|
|
@@ -303,6 +423,12 @@
|
|
|
00C54B1E1C09CF67001C3F12 = {
|
|
|
CreatedOnToolsVersion = 7.1.1;
|
|
|
};
|
|
|
+ 57A45A001C197BE800384AE4 = {
|
|
|
+ CreatedOnToolsVersion = 7.1.1;
|
|
|
+ };
|
|
|
+ 57A45A291C197F4800384AE4 = {
|
|
|
+ CreatedOnToolsVersion = 7.1.1;
|
|
|
+ };
|
|
|
AA7344711BE7678B008AFE69 = {
|
|
|
CreatedOnToolsVersion = 7.1;
|
|
|
};
|
|
|
@@ -326,8 +452,10 @@
|
|
|
targets = (
|
|
|
AA7344711BE7678B008AFE69 /* Reachability */,
|
|
|
00C54B101C09CD9C001C3F12 /* ReachabilityMac */,
|
|
|
+ 57A45A291C197F4800384AE4 /* ReachabilityTV */,
|
|
|
AA73448F1BE76820008AFE69 /* ReachabilitySample */,
|
|
|
00C54B1E1C09CF67001C3F12 /* ReachabilityMacSample */,
|
|
|
+ 57A45A001C197BE800384AE4 /* ReachabilityAppleTVSample */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
@@ -349,6 +477,22 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ 57A459FF1C197BE800384AE4 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 57A45A0B1C197BE800384AE4 /* Assets.xcassets in Resources */,
|
|
|
+ 57A45A091C197BE800384AE4 /* Main.storyboard in Resources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ 57A45A281C197F4800384AE4 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
AA7344701BE7678B008AFE69 /* Resources */ = {
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -386,6 +530,23 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ 57A459FD1C197BE800384AE4 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 57A45A061C197BE800384AE4 /* ViewController.swift in Sources */,
|
|
|
+ 57A45A041C197BE800384AE4 /* AppDelegate.swift in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+ 57A45A251C197F4800384AE4 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 57A45A371C1985B300384AE4 /* Reachability.swift in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
AA73446D1BE7678B008AFE69 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -411,6 +572,11 @@
|
|
|
target = 00C54B101C09CD9C001C3F12 /* ReachabilityMac */;
|
|
|
targetProxy = 00C54B301C09D1AA001C3F12 /* PBXContainerItemProxy */;
|
|
|
};
|
|
|
+ 57A45A301C197F4800384AE4 /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ target = 57A45A291C197F4800384AE4 /* ReachabilityTV */;
|
|
|
+ targetProxy = 57A45A2F1C197F4800384AE4 /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
CAC230C81BF2180000F6464E /* PBXTargetDependency */ = {
|
|
|
isa = PBXTargetDependency;
|
|
|
target = AA7344711BE7678B008AFE69 /* Reachability */;
|
|
|
@@ -427,6 +593,14 @@
|
|
|
name = Main.storyboard;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 57A45A071C197BE800384AE4 /* Main.storyboard */ = {
|
|
|
+ isa = PBXVariantGroup;
|
|
|
+ children = (
|
|
|
+ 57A45A081C197BE800384AE4 /* Base */,
|
|
|
+ );
|
|
|
+ name = Main.storyboard;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
AA7344961BE76820008AFE69 /* Main.storyboard */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
|
@@ -526,6 +700,76 @@
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
+ 57A45A0D1C197BE800384AE4 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
|
|
|
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
|
+ EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
|
+ INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityAppleTVSample;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SDKROOT = appletvos;
|
|
|
+ TARGETED_DEVICE_FAMILY = 3;
|
|
|
+ TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ 57A45A0E1C197BE800384AE4 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
|
|
|
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
|
+ EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
|
+ INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityAppleTVSample;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SDKROOT = appletvos;
|
|
|
+ TARGETED_DEVICE_FAMILY = 3;
|
|
|
+ TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+ 57A45A341C197F4800384AE4 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ DEFINES_MODULE = YES;
|
|
|
+ DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
+ DYLIB_CURRENT_VERSION = 1;
|
|
|
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
|
+ INFOPLIST_FILE = ReachabilityTV/Info.plist;
|
|
|
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityTV;
|
|
|
+ PRODUCT_NAME = Reachability;
|
|
|
+ SDKROOT = appletvos;
|
|
|
+ SKIP_INSTALL = YES;
|
|
|
+ TARGETED_DEVICE_FAMILY = 3;
|
|
|
+ TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ 57A45A351C197F4800384AE4 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ DEFINES_MODULE = YES;
|
|
|
+ DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
+ DYLIB_CURRENT_VERSION = 1;
|
|
|
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
|
+ INFOPLIST_FILE = ReachabilityTV/Info.plist;
|
|
|
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityTV;
|
|
|
+ PRODUCT_NAME = Reachability;
|
|
|
+ SDKROOT = appletvos;
|
|
|
+ SKIP_INSTALL = YES;
|
|
|
+ TARGETED_DEVICE_FAMILY = 3;
|
|
|
+ TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
AA7344841BE7678B008AFE69 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
@@ -699,6 +943,22 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
+ 57A45A0F1C197BE800384AE4 /* Build configuration list for PBXNativeTarget "ReachabilityAppleTVSample" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ 57A45A0D1C197BE800384AE4 /* Debug */,
|
|
|
+ 57A45A0E1C197BE800384AE4 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ };
|
|
|
+ 57A45A331C197F4800384AE4 /* Build configuration list for PBXNativeTarget "ReachabilityTV" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ 57A45A341C197F4800384AE4 /* Debug */,
|
|
|
+ 57A45A351C197F4800384AE4 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ };
|
|
|
AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|