Skip to content

Commit

Permalink
Fixed framework issue
Browse files Browse the repository at this point in the history
  • Loading branch information
insidegui committed Apr 16, 2014
1 parent 57c23b2 commit 11d1766
Show file tree
Hide file tree
Showing 27 changed files with 7 additions and 17 deletions.
9 changes: 1 addition & 8 deletions Asset Catalog Tinkerer.xcodeproj/project.pbxproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
DDE8884318C57B0A002D52A6 /* ACTMainWC.xib in Resources */ = {isa = PBXBuildFile; fileRef = DDE8884118C57B0A002D52A6 /* ACTMainWC.xib */; };
DDE8884818C57B31002D52A6 /* GRAssetCatalogReader.m in Sources */ = {isa = PBXBuildFile; fileRef = DDE8884718C57B31002D52A6 /* GRAssetCatalogReader.m */; };
DDE8884B18C57FAB002D52A6 /* ACTAssetsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DDE8884A18C57FAB002D52A6 /* ACTAssetsTableViewController.m */; };
DDE888C318C5A05F002D52A6 /* GUI7Kit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDE888C218C5A05F002D52A6 /* GUI7Kit.framework */; };
DDE888C418C5A06B002D52A6 /* GUI7Kit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = DDE888C218C5A05F002D52A6 /* GUI7Kit.framework */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -30,7 +28,6 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
DDE888C418C5A06B002D52A6 /* GUI7Kit.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -61,7 +58,6 @@
DDE8884718C57B31002D52A6 /* GRAssetCatalogReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GRAssetCatalogReader.m; path = Models/GRAssetCatalogReader.m; sourceTree = "<group>"; };
DDE8884918C57FAB002D52A6 /* ACTAssetsTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ACTAssetsTableViewController.h; path = "View Controllers/ACTAssetsTableViewController.h"; sourceTree = "<group>"; };
DDE8884A18C57FAB002D52A6 /* ACTAssetsTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ACTAssetsTableViewController.m; path = "View Controllers/ACTAssetsTableViewController.m"; sourceTree = "<group>"; };
DDE888C218C5A05F002D52A6 /* GUI7Kit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GUI7Kit.framework; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -70,7 +66,6 @@
buildActionMask = 2147483647;
files = (
DDE887C618C56EB1002D52A6 /* Cocoa.framework in Frameworks */,
DDE888C318C5A05F002D52A6 /* GUI7Kit.framework in Frameworks */,
DDE887FA18C56EE9002D52A6 /* CoreUI.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -98,7 +93,6 @@
DDE887C418C56EB1002D52A6 /* Frameworks */ = {
isa = PBXGroup;
children = (
DDE888C218C5A05F002D52A6 /* GUI7Kit.framework */,
DDE887F918C56EE9002D52A6 /* CoreUI.framework */,
DDE887C518C56EB1002D52A6 /* Cocoa.framework */,
DDE887E418C56EB1002D52A6 /* XCTest.framework */,
Expand Down Expand Up @@ -357,7 +351,6 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
"/Users/inside/Desktop/Asset\\ Catalog\\ Tinkerer",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Asset Catalog Tinkerer/Asset Catalog Tinkerer-Prefix.pch";
Expand All @@ -375,7 +368,6 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
"/Users/inside/Desktop/Asset\\ Catalog\\ Tinkerer",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Asset Catalog Tinkerer/Asset Catalog Tinkerer-Prefix.pch";
Expand Down Expand Up @@ -404,6 +396,7 @@
DDE887F518C56EB1002D52A6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
Empty file modified Asset Catalog Tinkerer/ACTAppDelegate.h
100644 → 100755
Empty file.
Empty file modified Asset Catalog Tinkerer/ACTAppDelegate.m
100644 → 100755
Empty file.
Empty file modified Asset Catalog Tinkerer/Asset Catalog Tinkerer-Info.plist
100644 → 100755
Empty file.
Empty file modified Asset Catalog Tinkerer/Asset Catalog Tinkerer-Prefix.pch
100644 → 100755
Empty file.
Empty file modified Asset Catalog Tinkerer/Base.lproj/MainMenu.xib
100644 → 100755
Empty file.
Empty file modified Asset Catalog Tinkerer/CoreUI.h
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified Asset Catalog Tinkerer/Images.xcassets/close.imageset/close.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Asset Catalog Tinkerer/Models/GRAssetCatalogReader.h
100644 → 100755
Empty file.
Empty file modified Asset Catalog Tinkerer/Models/GRAssetCatalogReader.m
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified Asset Catalog Tinkerer/Window Controllers/ACTMainWC.h
100644 → 100755
Empty file.
Empty file modified Asset Catalog Tinkerer/Window Controllers/ACTMainWC.m
100644 → 100755
Empty file.
15 changes: 6 additions & 9 deletions Asset Catalog Tinkerer/Window Controllers/ACTMainWC.xib
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" wantsToBeColor="NO" animationBehavior="default" id="1" customClass="GR7Window">
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" wantsToBeColor="NO" appearanceType="lightContent" animationBehavior="default" id="1">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="480" height="270"/>
Expand All @@ -24,15 +24,15 @@
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView wantsLayer="YES" appearanceType="lightContent" borderType="none" autohidesScrollers="YES" horizontalLineScroll="72" horizontalPageScroll="10" verticalLineScroll="72" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="Phf-Mj-Swr">
<rect key="frame" x="-2" y="0.0" width="482" height="248"/>
<scrollView wantsLayer="YES" appearanceType="lightContent" borderType="none" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="Phf-Mj-Swr">
<rect key="frame" x="-2" y="0.0" width="482" height="270"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" wantsLayer="YES" drawsBackground="NO" copiesOnScroll="NO" id="nZb-W9-3Pr">
<rect key="frame" x="0.0" y="0.0" width="482" height="248"/>
<rect key="frame" x="0.0" y="0.0" width="482" height="270"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView wantsLayer="YES" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="70" rowSizeStyle="automatic" viewBased="YES" id="wfz-GH-bcu">
<rect key="frame" x="0.0" y="0.0" width="482" height="248"/>
<tableView wantsLayer="YES" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" autosaveColumns="NO" typeSelect="NO" rowSizeStyle="automatic" viewBased="YES" id="wfz-GH-bcu">
<rect key="frame" x="0.0" y="0.0" width="482" height="270"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
Expand Down Expand Up @@ -121,9 +121,6 @@
</scrollView>
</subviews>
</view>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="boolean" keyPath="useSmallTitlebar" value="YES"/>
</userDefinedRuntimeAttributes>
<connections>
<outlet property="delegate" destination="-2" id="4"/>
</connections>
Expand Down
Empty file modified Asset Catalog Tinkerer/en.lproj/Credits.rtf
100644 → 100755
Empty file.
Empty file modified Asset Catalog Tinkerer/en.lproj/InfoPlist.strings
100644 → 100755
Empty file.
Empty file modified Asset Catalog Tinkerer/main.m
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified screenshot.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11d1766

Please sign in to comment.