Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update scripts #234

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Updated some warnings related settings
  • Loading branch information
monkeydom committed Feb 21, 2023
commit 2882fb395e9a0823c21e5c4c284363413da9dc9a
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
089C1669FE841209C02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1220;
LastUpgradeCheck = 1420;
TargetAttributes = {
8D57630D048677EA00EA77CD = {
DevelopmentTeam = S76GCAG929;
Expand Down
2 changes: 1 addition & 1 deletion SubEthaEdit-Mac/Source/SEETextView.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#import <AppKit/AppKit.h>

@class PlainTextEditor;
#import "PlainTextEditor.h"

@interface SEETextView : NSTextView {
BOOL I_isDragTarget;
Expand Down
4 changes: 3 additions & 1 deletion SubEthaEdit-Mac/SubEthaEdit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,7 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = SEE;
LastUpgradeCheck = 1320;
LastUpgradeCheck = 1420;
ORGANIZATIONNAME = "SubEthaEdit Contributors";
TargetAttributes = {
5EC638290ABEB71100D3295B = {
Expand Down Expand Up @@ -3134,6 +3134,7 @@
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
Expand Down Expand Up @@ -3169,6 +3170,7 @@
DEPLOYMENT_POSTPROCESSING = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1320"
LastUpgradeVersion = "1420"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion see/see.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
4C19ECAC192F7ED000D39777 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1220;
LastUpgradeCheck = 1420;
ORGANIZATIONNAME = TheCodingMonkeys;
TargetAttributes = {
4C19ECB3192F7ED000D39777 = {
Expand Down
2 changes: 1 addition & 1 deletion see/see.xcodeproj/xcshareddata/xcschemes/see.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1320"
LastUpgradeVersion = "1420"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1320"
LastUpgradeVersion = "1420"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down