Skip to content

Commit

Permalink
Code Refactoring
Browse files Browse the repository at this point in the history
- Added self for clear visibility
- Changed access specifiers for TraceInfo and PLog classes.
  • Loading branch information
hemangshah committed Dec 26, 2017
1 parent dda7f04 commit 69ea01b
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 169 deletions.
4 changes: 2 additions & 2 deletions PrinterExampleApp/PrinterExampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.hemangshah.PrinterExampleApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
};
name = Debug;
Expand All @@ -316,7 +316,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.hemangshah.PrinterExampleApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
};
name = Release;
Expand Down
Loading

0 comments on commit 69ea01b

Please sign in to comment.