newlines at end of file

This commit is contained in:
Jasmine Iwanek
2022-02-18 21:38:51 -05:00
parent 30e0c7f21b
commit 4287e44824
86 changed files with 55 additions and 92 deletions

View File

@@ -51,4 +51,4 @@ set_target_properties(86Box
set(CMAKE_XCODE_ATTRIBUTE_OTHER_CODE_SIGN_FLAGS "-o linker-signed")
set(XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED "YES")
set(XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "-")
#set(XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS ${CMAKE_CURRENT_SOURCE_DIR}/mac/codesign/dev/app.entitlements)
#set(XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS ${CMAKE_CURRENT_SOURCE_DIR}/mac/codesign/dev/app.entitlements)

View File

@@ -41,5 +41,3 @@ void getDefaultROMPath(char* Path)
strcpy(Path,[appDirectory fileSystemRepresentation]);
// return appDirectory;
}