Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
gitignore, removed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rnystrom committed Feb 24, 2015
1 parent 6da29a9 commit 81aa1ee
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 193 deletions.
22 changes: 22 additions & 0 deletions .gitignore
@@ -0,0 +1,22 @@
DS_Store

*.pbxuser
*.perspective
*.perspectivev3

*.mode1v3
*.mode2v3

*.xcodeproj/xcuserdata/*.xcuserdatad

*.xccheckout
*.xcuserdatad

Pods

DerivedData
build

*.swp

*.lock
2 changes: 1 addition & 1 deletion IGInterfaceDataTable.podspec
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |spec|
spec.license = { :type => 'BSD' }
spec.authors = { 'Ryan Nystrom' => 'rnystrom@fb.com' }
spec.summary = 'TODO'
spec.source = { :git => 'https://github.com/facebook/IGInterfaceDataTable.git', :tag => '0.1.0' }
spec.source = { :git => 'https://github.com/instagram/IGInterfaceDataTable.git', :tag => '0.1.0' }

spec.public_header_files = [
'IGInterfaceDataTable/*.h'
Expand Down
137 changes: 2 additions & 135 deletions IGInterfaceDataTable.xcodeproj/project.pbxproj
Expand Up @@ -8,33 +8,14 @@

/* Begin PBXBuildFile section */
29BE4EC71A97A59F0025C38E /* IGInterfaceDataTable.h in Headers */ = {isa = PBXBuildFile; fileRef = 29BE4EC61A97A59F0025C38E /* IGInterfaceDataTable.h */; settings = {ATTRIBUTES = (Public, ); }; };
29BE4ECD1A97A59F0025C38E /* IGInterfaceDataTable.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29BE4EC11A97A59F0025C38E /* IGInterfaceDataTable.framework */; };
29BE4ED41A97A59F0025C38E /* IGInterfaceDataTableTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 29BE4ED31A97A59F0025C38E /* IGInterfaceDataTableTests.m */; };
29BE4EDE1A97A5A70025C38E /* WatchKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29BE4EDD1A97A5A70025C38E /* WatchKit.framework */; };
29BE4EE61A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.h in Headers */ = {isa = PBXBuildFile; fileRef = 29BE4EE41A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.h */; settings = {ATTRIBUTES = (Public, ); }; };
29BE4EE71A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.m in Sources */ = {isa = PBXBuildFile; fileRef = 29BE4EE51A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.m */; };
29BE4EE81A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.m in Sources */ = {isa = PBXBuildFile; fileRef = 29BE4EE51A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.m */; };
29BE4EE91A984DE60025C38E /* WatchKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29BE4EDD1A97A5A70025C38E /* WatchKit.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
29BE4ECE1A97A59F0025C38E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 29BE4EB81A97A59F0025C38E /* Project object */;
proxyType = 1;
remoteGlobalIDString = 29BE4EC01A97A59F0025C38E;
remoteInfo = IGInterfaceDataTable;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
29BE4EC11A97A59F0025C38E /* IGInterfaceDataTable.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IGInterfaceDataTable.framework; sourceTree = BUILT_PRODUCTS_DIR; };
29BE4EC51A97A59F0025C38E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29BE4EC61A97A59F0025C38E /* IGInterfaceDataTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IGInterfaceDataTable.h; sourceTree = "<group>"; };
29BE4ECC1A97A59F0025C38E /* IGInterfaceDataTableTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IGInterfaceDataTableTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
29BE4ED21A97A59F0025C38E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29BE4ED31A97A59F0025C38E /* IGInterfaceDataTableTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IGInterfaceDataTableTests.m; sourceTree = "<group>"; };
29BE4EDD1A97A5A70025C38E /* WatchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WatchKit.framework; path = System/Library/Frameworks/WatchKit.framework; sourceTree = SDKROOT; };
29BE4EE41A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "WKInterfaceTable+IGInterfaceDataTable.h"; sourceTree = "<group>"; };
29BE4EE51A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "WKInterfaceTable+IGInterfaceDataTable.m"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand All @@ -44,16 +25,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
29BE4EDE1A97A5A70025C38E /* WatchKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
29BE4EC91A97A59F0025C38E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
29BE4EE91A984DE60025C38E /* WatchKit.framework in Frameworks */,
29BE4ECD1A97A59F0025C38E /* IGInterfaceDataTable.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -64,7 +35,6 @@
isa = PBXGroup;
children = (
29BE4EC31A97A59F0025C38E /* IGInterfaceDataTable */,
29BE4ED01A97A59F0025C38E /* IGInterfaceDataTableTests */,
29BE4EC21A97A59F0025C38E /* Products */,
);
sourceTree = "<group>";
Expand All @@ -73,19 +43,17 @@
isa = PBXGroup;
children = (
29BE4EC11A97A59F0025C38E /* IGInterfaceDataTable.framework */,
29BE4ECC1A97A59F0025C38E /* IGInterfaceDataTableTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
29BE4EC31A97A59F0025C38E /* IGInterfaceDataTable */ = {
isa = PBXGroup;
children = (
29BE4EE41A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.h */,
29BE4EE51A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.m */,
29BE4EC61A97A59F0025C38E /* IGInterfaceDataTable.h */,
29BE4EDD1A97A5A70025C38E /* WatchKit.framework */,
29BE4EC41A97A59F0025C38E /* Supporting Files */,
29BE4EE41A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.h */,
29BE4EE51A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.m */,
);
path = IGInterfaceDataTable;
sourceTree = "<group>";
Expand All @@ -98,23 +66,6 @@
name = "Supporting Files";
sourceTree = "<group>";
};
29BE4ED01A97A59F0025C38E /* IGInterfaceDataTableTests */ = {
isa = PBXGroup;
children = (
29BE4ED31A97A59F0025C38E /* IGInterfaceDataTableTests.m */,
29BE4ED11A97A59F0025C38E /* Supporting Files */,
);
path = IGInterfaceDataTableTests;
sourceTree = "<group>";
};
29BE4ED11A97A59F0025C38E /* Supporting Files */ = {
isa = PBXGroup;
children = (
29BE4ED21A97A59F0025C38E /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand Down Expand Up @@ -148,24 +99,6 @@
productReference = 29BE4EC11A97A59F0025C38E /* IGInterfaceDataTable.framework */;
productType = "com.apple.product-type.framework";
};
29BE4ECB1A97A59F0025C38E /* IGInterfaceDataTableTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 29BE4EDA1A97A59F0025C38E /* Build configuration list for PBXNativeTarget "IGInterfaceDataTableTests" */;
buildPhases = (
29BE4EC81A97A59F0025C38E /* Sources */,
29BE4EC91A97A59F0025C38E /* Frameworks */,
29BE4ECA1A97A59F0025C38E /* Resources */,
);
buildRules = (
);
dependencies = (
29BE4ECF1A97A59F0025C38E /* PBXTargetDependency */,
);
name = IGInterfaceDataTableTests;
productName = IGInterfaceDataTableTests;
productReference = 29BE4ECC1A97A59F0025C38E /* IGInterfaceDataTableTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand All @@ -178,9 +111,6 @@
29BE4EC01A97A59F0025C38E = {
CreatedOnToolsVersion = 6.2;
};
29BE4ECB1A97A59F0025C38E = {
CreatedOnToolsVersion = 6.2;
};
};
};
buildConfigurationList = 29BE4EBB1A97A59F0025C38E /* Build configuration list for PBXProject "IGInterfaceDataTable" */;
Expand All @@ -196,7 +126,6 @@
projectRoot = "";
targets = (
29BE4EC01A97A59F0025C38E /* IGInterfaceDataTable */,
29BE4ECB1A97A59F0025C38E /* IGInterfaceDataTableTests */,
);
};
/* End PBXProject section */
Expand All @@ -209,13 +138,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
29BE4ECA1A97A59F0025C38E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand All @@ -227,25 +149,8 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
29BE4EC81A97A59F0025C38E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
29BE4ED41A97A59F0025C38E /* IGInterfaceDataTableTests.m in Sources */,
29BE4EE81A984D0A0025C38E /* WKInterfaceTable+IGInterfaceDataTable.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
29BE4ECF1A97A59F0025C38E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 29BE4EC01A97A59F0025C38E /* IGInterfaceDataTable */;
targetProxy = 29BE4ECE1A97A59F0025C38E /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
29BE4ED51A97A59F0025C38E /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down Expand Up @@ -361,36 +266,6 @@
};
name = Release;
};
29BE4EDB1A97A59F0025C38E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = IGInterfaceDataTableTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
29BE4EDC1A97A59F0025C38E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = IGInterfaceDataTableTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -411,14 +286,6 @@
);
defaultConfigurationIsVisible = 0;
};
29BE4EDA1A97A59F0025C38E /* Build configuration list for PBXNativeTarget "IGInterfaceDataTableTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
29BE4EDB1A97A59F0025C38E /* Debug */,
29BE4EDC1A97A59F0025C38E /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 29BE4EB81A97A59F0025C38E /* Project object */;
Expand Down
Binary file not shown.
Expand Up @@ -42,16 +42,6 @@
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "29BE4ECB1A97A59F0025C38E"
BuildableName = "IGInterfaceDataTableTests.xctest"
BlueprintName = "IGInterfaceDataTableTests"
ReferencedContainer = "container:IGInterfaceDataTable.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
Expand Down
23 changes: 0 additions & 23 deletions IGInterfaceDataTableTests/IGInterfaceDataTableTests.m

This file was deleted.

24 changes: 0 additions & 24 deletions IGInterfaceDataTableTests/Info.plist

This file was deleted.

0 comments on commit 81aa1ee

Please sign in to comment.