Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Fixed project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Oct 20, 2017
1 parent 3b15348 commit e7416c2
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions HarpyExample/HarpyExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
8E22065D1F8EE730003FB62C /* Harpy.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 8E78694A1E98B842001B4BBB /* Harpy.bundle */; };
8E22065E1F8EE732003FB62C /* Harpy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E78694B1E98B842001B4BBB /* Harpy.h */; };
8E22065F1F8EE735003FB62C /* Harpy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E78694C1E98B842001B4BBB /* Harpy.m */; };
8E78694E1E98B842001B4BBB /* Harpy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E78694C1E98B842001B4BBB /* Harpy.m */; };
8EE663A81F99AF2900DACA88 /* HarpyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EE663A61F99AF1D00DACA88 /* HarpyTests.m */; };
8EE663AC1F99B29400DACA88 /* Harpy.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E2206511F8EE724003FB62C /* Harpy.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -69,14 +70,16 @@
8E78694A1E98B842001B4BBB /* Harpy.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Harpy.bundle; sourceTree = "<group>"; };
8E78694B1E98B842001B4BBB /* Harpy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Harpy.h; sourceTree = "<group>"; };
8E78694C1E98B842001B4BBB /* Harpy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Harpy.m; sourceTree = "<group>"; };
8EC33AA01F7ED63600CD70CA /* HarpyExampleTests */ = {isa = PBXFileReference; lastKnownFileType = folder; path = HarpyExampleTests; sourceTree = "<group>"; };
8EE663A61F99AF1D00DACA88 /* HarpyTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HarpyTests.m; sourceTree = "<group>"; };
8EE663A71F99AF1D00DACA88 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
55B79D8F1D36EC23001197C0 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8EE663AC1F99B29400DACA88 /* Harpy.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -101,11 +104,12 @@
55CF3A1A1BC212E30023B63D = {
isa = PBXGroup;
children = (
8EE663A51F99AF1D00DACA88 /* HarpyExampleTests */,
8E7869491E98B842001B4BBB /* Harpy */,
55CF3A251BC212E30023B63D /* HarpyExample */,
8EC33AA01F7ED63600CD70CA /* HarpyExampleTests */,
8E2206521F8EE724003FB62C /* Harpy */,
55CF3A241BC212E30023B63D /* Products */,
8EE663AB1F99B29400DACA88 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -163,6 +167,22 @@
path = ../Harpy;
sourceTree = "<group>";
};
8EE663A51F99AF1D00DACA88 /* HarpyExampleTests */ = {
isa = PBXGroup;
children = (
8EE663A61F99AF1D00DACA88 /* HarpyTests.m */,
8EE663A71F99AF1D00DACA88 /* Info.plist */,
);
path = HarpyExampleTests;
sourceTree = "<group>";
};
8EE663AB1F99B29400DACA88 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand Down Expand Up @@ -311,6 +331,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8EE663A81F99AF2900DACA88 /* HarpyTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -320,7 +341,6 @@
files = (
55B03A871E6A7A7200BE8DAC /* AppDelegate.m in Sources */,
55B03A8C1E6A7A7F00BE8DAC /* main.m in Sources */,
8E78694E1E98B842001B4BBB /* Harpy.m in Sources */,
55B03A881E6A7A7200BE8DAC /* ViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit e7416c2

Please sign in to comment.