Skip to content

Commit

Permalink
Upgrade xcode project format and other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stpabhi committed Nov 8, 2021
1 parent aed96cd commit 8b56275
Show file tree
Hide file tree
Showing 14 changed files with 113 additions and 692 deletions.
71 changes: 71 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
### Objective-C template
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## User settings
xcuserdata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3

## Obj-C/Swift specific
*.hmap

## App packaging
*.ipa
*.dSYM.zip
*.dSYM

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
*.xcworkspace

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build/

# fastlane
#
# It is recommended to not store the screenshots in the git repo.
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/


2 changes: 1 addition & 1 deletion Tesseract BizScanner/SettingsTableViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ - (void)showEmail
// Email Content
NSString *messageBody = @"Feedback here:";
// To address
NSArray *toRecipents = [NSArray arrayWithObject:@"stp_abhi@me.com"];
NSArray *toRecipents = [NSArray arrayWithObject:@"stp_abhi@mac.com"];

MFMailComposeViewController *mc = [[MFMailComposeViewController alloc] init];
mc.mailComposeDelegate = self;
Expand Down
11 changes: 6 additions & 5 deletions Tesseract BizScanner/license.rtf
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf190
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\rtf1\ansi\ansicpg1252\cocoartf2580
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica-Bold;\f1\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww12600\viewh7800\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0

\f0\b\fs64 \cf0 Business Card Scanner\
\
Copyright \'a9 2014, Abhilash S T P, Gowtham Sureddi, Bhavana Reddy Anumula.\
Copyright \'a9 2021, Abhilash Pallerlamudi\
All rights reserved.
\b0 \
\f1\b0 \
\
Trademarks notice\
Tesseract is released under Apache License, Version 2.0. All rights reserved.}
22 changes: 0 additions & 22 deletions Tesseract BizScannerTests/TesseractTests-Info.plist

This file was deleted.

34 changes: 0 additions & 34 deletions Tesseract BizScannerTests/TesseractTests.m

This file was deleted.

2 changes: 0 additions & 2 deletions Tesseract BizScannerTests/en.lproj/InfoPlist.strings

This file was deleted.

Loading

0 comments on commit 8b56275

Please sign in to comment.