Skip to content

Commit

Permalink
Version 0.3.5
Browse files Browse the repository at this point in the history
- Added small samples porjects referencing the main project sources
  • Loading branch information
nick committed Jun 11, 2012
1 parent 8a46e21 commit 7785a57
Show file tree
Hide file tree
Showing 276 changed files with 31,289 additions and 54 deletions.
Binary file modified Bundle/FPKReaderBundle.bundle/AudioViewController.nib
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/BookmarkView.nib
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/Info.plist
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/OutlineView.nib
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/SearchView2_pad.nib
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/SearchView2_phone.nib
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/TextDisplayView.nib
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/WebBrowser.nib
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion Classes/KioskApp/Controllers/MenuViewController_Kiosk.h
Expand Up @@ -7,7 +7,7 @@
//

#import "MenuViewController_Kiosk.h"
#import "ReaderViewController.h"
#import <FastPdfKit/ReaderViewController.h>

@class MFDocumentManager;

Expand Down
4 changes: 2 additions & 2 deletions Classes/KioskApp/Controllers/MenuViewController_Kiosk.m
Expand Up @@ -7,8 +7,8 @@
//

#import "MenuViewController_Kiosk.h"
#import "MFDocumentManager.h"
#import "ReaderViewController.h"
#import <FastPdfKit/MFDocumentManager.h>
#import <FastPdfKit/ReaderViewController.h>
#import "BookItemView.h"
#import "XMLParser.h"
#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion Classes/SimpleApp/Controllers/BasicLauncherController.m
Expand Up @@ -7,7 +7,7 @@
//

#import "BasicLauncherController.h"
#import "MFDocumentManager.h"
#import <FastPdfKit/MFDocumentManager.h>
#import "DocumentViewController.h"

#define DOC_PLAIN @"gitmanual"
Expand Down
14 changes: 7 additions & 7 deletions Classes/SimpleApp/Controllers/DocumentViewController.h
Expand Up @@ -7,13 +7,13 @@
//

#import <UIKit/UIKit.h>
#import "MFDocumentViewController.h"
#import "MFDocumentViewControllerDelegate.h"
#import "BookmarkViewControllerDelegate.h"
#import "SearchViewControllerDelegate.h"
#import "MiniSearchViewControllerDelegate.h"
#import "OutlineViewControllerDelegate.h"
#import "TextDisplayViewControllerDelegate.h"
#import <FastPdfKit/MFDocumentViewController.h>
#import <FastPdfKit/MFDocumentViewControllerDelegate.h>
#import <FastPdfKit/BookmarkViewControllerDelegate.h>
#import <FastPdfKit/SearchViewControllerDelegate.h>
#import <FastPdfKit/MiniSearchViewControllerDelegate.h>
#import <FastPdfKit/OutlineViewControllerDelegate.h>
#import <FastPdfKit/TextDisplayViewControllerDelegate.h>

@class BookmarkViewController;
@class SearchViewController;
Expand Down
20 changes: 11 additions & 9 deletions Classes/SimpleApp/Controllers/DocumentViewController.m
Expand Up @@ -6,16 +6,18 @@
// Copyright 2010 MobFarm S.r.l. All rights reserved.
//

#import "DocumentViewController.h"
#import "BookmarkViewController.h"
#import "OutlineViewController.h"
#import "MFDocumentManager.h"
#import "SearchViewController.h"
#import "TextDisplayViewController.h"
#import "SearchManager.h"
#import "MiniSearchView.h"
#import "mfprofile.h"

#import <FastPdfKit/BookmarkViewController.h>
#import <FastPdfKit/OutlineViewController.h>
#import <FastPdfKit/MFDocumentManager.h>
#import <FastPdfKit/SearchViewController.h>
#import <FastPdfKit/TextDisplayViewController.h>
#import <FastPdfKit/SearchManager.h>
#import <FastPdfKit/MiniSearchView.h>
#import <FastPdfKit/mfprofile.h>

#import "MenuViewController.h"
#import "DocumentViewController.h"

#define TITLE_MODE_SINGLE @"Single"
#define TITLE_MODE_DOUBLE @"Double"
Expand Down
2 changes: 1 addition & 1 deletion Classes/SimpleApp/Controllers/Drawable.h
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "MFOverlayDrawable.h"
#import <FastPdfKit/MFOverlayDrawable.h>

@interface Drawable : NSObject <MFOverlayDrawable>

Expand Down
2 changes: 1 addition & 1 deletion Classes/SimpleApp/Controllers/MenuViewController.m
Expand Up @@ -7,7 +7,7 @@
//

#import "MenuViewController.h"
#import "MFDocumentManager.h"
#import <FastPdfKit/MFDocumentManager.h>
#import "DocumentViewController.h"
#import "OverlayManager.h"

Expand Down
2 changes: 1 addition & 1 deletion Classes/SimpleApp/Controllers/OverlayManager.h
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "MFDocumentOverlayDataSource.h"
#import <FastPdfKit/MFDocumentOverlayDataSource.h>

@interface OverlayManager : NSObject <MFDocumentOverlayDataSource>

Expand Down
1,043 changes: 1,043 additions & 0 deletions ExtendedApp/ExtendedApp.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

1,813 changes: 1,813 additions & 0 deletions ExtendedApp/ExtendedApp.xcodeproj/project.pbxproj.orig

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
@@ -0,0 +1,10 @@
<?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>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
<true/>
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
<true/>
</dict>
</plist>
@@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "954B74AC14B47F0D00503F90"
BuildableName = "FPKExtendedApp.app"
BlueprintName = "FPKExtendedApp"
ReferencedContainer = "container:ExtendedApp.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "954B74AC14B47F0D00503F90"
BuildableName = "FPKExtendedApp.app"
BlueprintName = "FPKExtendedApp"
ReferencedContainer = "container:ExtendedApp.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "954B74AC14B47F0D00503F90"
BuildableName = "FPKExtendedApp.app"
BlueprintName = "FPKExtendedApp"
ReferencedContainer = "container:ExtendedApp.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "954B74AC14B47F0D00503F90"
BuildableName = "FPKExtendedApp.app"
BlueprintName = "FPKExtendedApp"
ReferencedContainer = "container:ExtendedApp.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
@@ -0,0 +1,57 @@
<?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>SchemeUserState</key>
<dict>
<key>FPKExtendedApp.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>01598DA513CAE783007344EE</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>01598DD913CAE917007344EE</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>018848E6131E89570045038F</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>1D6058900D05DD3D006BFB54</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>6FB9770813CB6E76007C368C</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>6FB9771A13CB6E8A007C368C</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>954B74AC14B47F0D00503F90</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>958A819F14027EEE00837C82</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>

0 comments on commit 7785a57

Please sign in to comment.