Skip to content

Commit

Permalink
Builds ObjectiveFlickr.framework.
Browse files Browse the repository at this point in the history
Modifies copyright header in LFWebAPIKit.
(Copyright both held by Lukhnos and Lithoglyph Inc.)
  • Loading branch information
lukhnos committed Apr 15, 2009
1 parent febcb80 commit 696b382
Show file tree
Hide file tree
Showing 9 changed files with 274 additions and 5 deletions.
16 changes: 16 additions & 0 deletions Examples/SnapAndRun/SnapAndRun.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
6A86664E0F9593B300325E1C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 6AE01E490F94DFA1000FE708 /* ObjectiveFlickr.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 6A8666490F9593B200325E1C /* ObjectiveFlickr.framework */;
remoteInfo = ObjectiveFlickr;
};
6AE01E500F94DFA1000FE708 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 6AE01E490F94DFA1000FE708 /* ObjectiveFlickr.xcodeproj */;
Expand Down Expand Up @@ -138,6 +145,7 @@
isa = PBXGroup;
children = (
6AE01E510F94DFA1000FE708 /* libObjectiveFlickr.a */,
6A86664F0F9593B300325E1C /* ObjectiveFlickr.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -187,6 +195,14 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
6A86664F0F9593B300325E1C /* ObjectiveFlickr.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
name = ObjectiveFlickr.framework;
path = build/Debug/ObjectiveFlickr.framework;
remoteRef = 6A86664E0F9593B300325E1C /* PBXContainerItemProxy */;
sourceTree = "<group>";
};
6AE01E510F94DFA1000FE708 /* libObjectiveFlickr.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
Expand Down
3 changes: 2 additions & 1 deletion LFWebAPIKit/LFHTTPRequest.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//
// LFHTTPRequest.h
//
// Copyright (c) 2009 Lukhnos D. Liu (http://lukhnos.org)
// Copyright (c) 2007-2009 Lithoglyph Inc. (http://lithoglyph.com)
// Copyright (c) 2007-2009 Lukhnos D. Liu (http://lukhnos.org)
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
3 changes: 2 additions & 1 deletion LFWebAPIKit/LFHTTPRequest.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//
// LFHTTPRequest.m
//
// Copyright (c) 2009 Lukhnos D. Liu (http://lukhnos.org)
// Copyright (c) 2007-2009 Lithoglyph Inc. (http://lithoglyph.com)
// Copyright (c) 2007-2009 Lukhnos D. Liu (http://lukhnos.org)
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
3 changes: 2 additions & 1 deletion LFWebAPIKit/LFWebAPIKit.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//
// LFWebAPIKit.h
//
// Copyright (c) 2009 Lukhnos D. Liu (http://lukhnos.org)
// Copyright (c) 2007-2009 Lithoglyph Inc. (http://lithoglyph.com)
// Copyright (c) 2007-2009 Lukhnos D. Liu (http://lukhnos.org)
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
3 changes: 2 additions & 1 deletion LFWebAPIKit/NSData+LFHTTPFormExtensions.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//
// NSData+LFHTTPFormExtensions.h
//
// Copyright (c) 2009 Lukhnos D. Liu (http://lukhnos.org)
// Copyright (c) 2007-2009 Lithoglyph Inc. (http://lithoglyph.com)
// Copyright (c) 2007-2009 Lukhnos D. Liu (http://lukhnos.org)
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
3 changes: 2 additions & 1 deletion LFWebAPIKit/NSData+LFHTTPFormExtensions.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//
// NSData+LFHTTPFormExtensions.m
//
// Copyright (c) 2009 Lukhnos D. Liu (http://lukhnos.org)
// Copyright (c) 2007-2009 Lithoglyph Inc. (http://lithoglyph.com)
// Copyright (c) 2007-2009 Lukhnos D. Liu (http://lukhnos.org)
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
Expand Down
20 changes: 20 additions & 0 deletions ObjectiveFlickr-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>org.lukhnos.ObjectiveFlickr</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleSignature</key>
<string>LUKH</string>
<key>CFBundleVersion</key>
<string>2.0</string>
</dict>
</plist>
Loading

0 comments on commit 696b382

Please sign in to comment.