-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed entitlements issue
- Loading branch information
Dave
committed
Jun 9, 2014
1 parent
8162813
commit 05adac7
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
<Properties> | ||
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug|iPhoneSimulator" PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneSimulatorTarget.IPhoneRetina.7.1" /> | ||
<MonoDevelop.Ide.Workbench /> | ||
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug|iPhoneSimulator" PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneSimulatorTarget.IPhoneRetina4.7.1" /> | ||
<MonoDevelop.Ide.Workbench ActiveDocument="../../src/MessageBus/DSoft.Messaging/MessageBus.cs"> | ||
<Files> | ||
<File FileName="../../src/MessageBus/DSoft.Messaging/MessageBusEvent.cs" Line="1" Column="1" /> | ||
<File FileName="ViewControllers/MainViewController.cs" Line="1" Column="1" /> | ||
<File FileName="../../src/MessageBus/DSoft.Messaging/MessageBusEventHandler.cs" Line="1" Column="1" /> | ||
<File FileName="../../src/MessageBus/DSoft.Messaging/MessageBus.cs" Line="306" Column="1" /> | ||
<File FileName="ViewControllers/DetailViewController.cs" Line="1" Column="1" /> | ||
<File FileName="../../src/MessageBus/DSoft.Messaging/Collections/MessageBusEventHandlerCollection.cs" Line="1" Column="1" /> | ||
</Files> | ||
</MonoDevelop.Ide.Workbench> | ||
<MonoDevelop.Ide.DebuggingService.Breakpoints> | ||
<BreakpointStore /> | ||
<BreakpointStore> | ||
<Breakpoint file="/Volumes/Data/WorkingCopies/Git/Personal/MessageBus/samples/iOS/ViewControllers/MainViewController.cs" line="107" column="1" /> | ||
</BreakpointStore> | ||
</MonoDevelop.Ide.DebuggingService.Breakpoints> | ||
<MonoDevelop.Ide.DebuggingService.PinnedWatches /> | ||
</Properties> |