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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zgramana committed Nov 15, 2013
2 parents 27397dd + 0972493 commit 23eaf5f
Show file tree
Hide file tree
Showing 692 changed files with 23,615 additions and 6,583 deletions.
Binary file removed ATMHud/binding/ATMHud.dll
Binary file not shown.
Binary file removed ATMHud/sample/MonoTouch.Dialog.dll
Binary file not shown.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="MonoTouch.Dialog-1" />
<Reference Include="ATMHud">
<HintPath>..\binding\ATMHud.dll</HintPath>
<HintPath>..\..\binding\ATMHud.dll</HintPath>
</Reference>
<Reference Include="MonoTouch.Dialog-1" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions ATMHud/samples/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#### Sample Builder
#### Author: Alex Soto alex.soto@xamarin.com

MDTOOL=/Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool

all:
$(MDTOOL) build -c:"Release|iPhone" ATMHudSample/sample.sln

clean:
$(MDTOOL) build -c:"Release|iPhone" -t:Clean ATMHudSample/sample.sln
10 changes: 10 additions & 0 deletions AmazonLogin/samples/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#### Sample Builder
#### Author: Alex Soto alex.soto@xamarin.com

MDTOOL=/Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool

all:
$(MDTOOL) build -c:"Release|iPhone" AmazonLoginSample/AmazonLoginSample.sln

clean:
$(MDTOOL) build -c:"Release|iPhone" -t:Clean AmazonLoginSample/AmazonLoginSample.sln
10 changes: 10 additions & 0 deletions BPStatusBar/samples/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#### Sample Builder
#### Author: Alex Soto alex.soto@xamarin.com

MDTOOL=/Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool

all:
$(MDTOOL) build -c:"Release|iPhone" BPStatusBarSample.sln

clean:
$(MDTOOL) build -c:"Release|iPhone" -t:Clean BPStatusBarSample.sln
8 changes: 2 additions & 6 deletions BeeblexSDK/binding/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,5 @@ BeeblexSDK.dll: ApiDefinition.cs Extensions.cs AssemblyInfo.cs lib$(TARGET).a
$(SMCS) -noconfig -o- -out:$@ -res:libBeeblex-SDK.a AssemblyInfo.cs Extensions.cs @ios/sources.list -target:library -unsafe -reference:/Developer/MonoTouch/usr/lib/mono/2.1/System.dll -reference:/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll -reference:/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll

clean:
-rm -f *.a *.dll

clean-all: clean
-rm -rf $(PROJECT_ROOT) $(PROJECT_TGZ) ios

.PHONY: clean clean-all
-rm -rf *.a *.dll $(PROJECT_ROOT) $(PROJECT_TGZ) ios/
.PHONY: clean
10 changes: 10 additions & 0 deletions BeeblexSDK/samples/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#### Sample Builder
#### Author: Alex Soto alex.soto@xamarin.com

MDTOOL=/Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool

all:
$(MDTOOL) build -c:"Release|iPhone" BeeblexDemo.sln

clean:
$(MDTOOL) build -c:"Release|iPhone" -t:Clean BeeblexDemo.sln
8 changes: 4 additions & 4 deletions CorePlot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ available from:

http://code.google.com/p/core-plot/

This binding is for version 0.9 released on September 25, 2011
This binding is for version 1.4 released on September 28, 2013

MIT X11 licensed

Expand All @@ -17,11 +17,11 @@ Building
To build the bindings, run the `make` command from within the bindings
directory.

To build the sample project, open CorePlotSample.sln in MonoDevelop and run it.
To build the sample project, open CorePlotSample.sln in Xamarin Studio and run it.


Using CorePlot.dll with your own iOS App
Using CorePlotiOS.dll with your own iOS App
======================================

Simply add CorePlot.dll to your project's References in MonoDevelop and you are
Simply add CorePlotiOS.dll to your project's References in Xamarin Studio and you are
good to go!
2 changes: 1 addition & 1 deletion CorePlot/binding/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using MonoTouch.ObjCRuntime;

[assembly: LinkWith ("libCorePlot-CocoaTouch.a", LinkTarget.Simulator | LinkTarget.ArmV6 | LinkTarget.ArmV7, Frameworks = "CoreGraphics QuartzCore", ForceLoad = true, IsCxx = true)]
[assembly: LinkWith ("libCorePlot-CocoaTouch.a", LinkTarget.ArmV7 | LinkTarget.ArmV7s | LinkTarget.Simulator, Frameworks = "CoreGraphics QuartzCore", ForceLoad = true)]
Binary file removed CorePlot/binding/CorePlotiOS.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion CorePlot/binding/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MONOMAC_DLL=$(MONOMAC)/src/MonoMac.dll
BMAC=mono --debug $(MONOMAC)/src/bmac.exe
XAM_BMAC=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/usr/bin/bmac
XAMMAC_DLL=/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/usr/lib/mono/XamMac.dll
VERSION=0.9
VERSION=1.4

PROJECT_ROOT=CorePlot_$(VERSION)/Source/framework
PROJECT=$(PROJECT_ROOT)/CorePlot-CocoaTouch.xcodeproj
Expand Down
Loading

0 comments on commit 23eaf5f

Please sign in to comment.