author | Michael Krelin <hacker@klever.net> | 2014-04-13 15:05:03 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2014-04-13 15:05:03 (UTC) |
commit | d6cbcb225da55642099a1b28ca89d2aed310c16b (patch) (unidiff) | |
tree | aaf82dd56fa0f9af50e8a7305ee946f5959b0969 | |
parent | 8808689fe340bec6e90ab13dd502292b0579cf1f (diff) | |
download | pumpkin-osx/0.0.1.zip pumpkin-osx/0.0.1.tar.gz pumpkin-osx/0.0.1.tar.bz2 |
update for newer tools, date and version bumposx/0.0.1osx/master
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | pumpkin.xcodeproj/project.pbxproj | 26 | ||||
-rw-r--r-- | pumpkin/Credits.rtf | 4 | ||||
-rw-r--r-- | pumpkin/pumpkin-Info.plist | 4 |
4 files changed, 26 insertions, 10 deletions
@@ -1,5 +1,5 @@ | |||
1 | Copyright (c) 2012 Klever Group (http://www.klever.net/) | 1 | Copyright (c) 2012—2014 Klever Group (http://www.klever.net/) |
2 | 2 | ||
3 | Permission is hereby granted, free of charge, to any person obtaining a copy of | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
4 | this software and associated documentation files (the "Software"), to deal in | 4 | this software and associated documentation files (the "Software"), to deal in |
5 | the Software without restriction, including without limitation the rights to | 5 | the Software without restriction, including without limitation the rights to |
diff --git a/pumpkin.xcodeproj/project.pbxproj b/pumpkin.xcodeproj/project.pbxproj index d2cffd7..f8134db 100644 --- a/pumpkin.xcodeproj/project.pbxproj +++ b/pumpkin.xcodeproj/project.pbxproj | |||
@@ -282,9 +282,9 @@ | |||
282 | /* Begin PBXProject section */ | 282 | /* Begin PBXProject section */ |
283 | 68DAEDFC14118CB60007A630 /* Project object */ = { | 283 | 68DAEDFC14118CB60007A630 /* Project object */ = { |
284 | isa = PBXProject; | 284 | isa = PBXProject; |
285 | attributes = { | 285 | attributes = { |
286 | LastUpgradeCheck = 0450; | 286 | LastUpgradeCheck = 0510; |
287 | }; | 287 | }; |
288 | buildConfigurationList = 68DAEDFF14118CB60007A630 /* Build configuration list for PBXProject "pumpkin" */; | 288 | buildConfigurationList = 68DAEDFF14118CB60007A630 /* Build configuration list for PBXProject "pumpkin" */; |
289 | compatibilityVersion = "Xcode 3.2"; | 289 | compatibilityVersion = "Xcode 3.2"; |
290 | developmentRegion = English; | 290 | developmentRegion = English; |
@@ -338,9 +338,9 @@ | |||
338 | "$(BUILT_PRODUCTS_DIR)/$(PRODUCT_NAME).dmg", | 338 | "$(BUILT_PRODUCTS_DIR)/$(PRODUCT_NAME).dmg", |
339 | ); | 339 | ); |
340 | runOnlyForDeploymentPostprocessing = 0; | 340 | runOnlyForDeploymentPostprocessing = 0; |
341 | shellPath = /bin/sh; | 341 | shellPath = /bin/sh; |
342 | shellScript = "set -ex\n\nrm -f \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME-hybrid.dmg\"\nrm -rf \"$BUILT_PRODUCTS_DIR/DMG\" && mkdir -p \"$BUILT_PRODUCTS_DIR/DMG\"\ncp -R \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app\" \"$BUILT_PRODUCTS_DIR/DMG\"\nmkdir \"$BUILT_PRODUCTS_DIR/DMG/.background\"\ncp \"$SRCROOT/dmg-background.png\" \"$BUILT_PRODUCTS_DIR/DMG/.background/background.png\"\ncp \"$SRCROOT/dmg-DS_Store\" \"$BUILT_PRODUCTS_DIR/DMG/.DS_Store\"\nln -s /Applications \"$BUILT_PRODUCTS_DIR/DMG/Applications\"\nhdiutil makehybrid -o \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME-hybrid.dmg\" -hfs -hfs-openfolder \"$BUILT_PRODUCTS_DIR/DMG\" -default-volume-name \"PumpKIN\" \"$BUILT_PRODUCTS_DIR/DMG\"\nrm -rf \"$BUILT_PRODUCTS_DIR/DMG\"\n\nrm -f \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.dmg\"\nhdiutil convert -format UDZO -o \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.dmg\" \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME-hybrid.dmg\"\n"; | 342 | shellScript = "set -ex\n\nrm -f \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME-hybrid.dmg\"\nrm -rf \"$BUILT_PRODUCTS_DIR/DMG\" && mkdir -p \"$BUILT_PRODUCTS_DIR/DMG\"\ncp -R \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app/\" \"$BUILT_PRODUCTS_DIR/DMG/$PRODUCT_NAME.app\"\nmkdir \"$BUILT_PRODUCTS_DIR/DMG/.background\"\ncp \"$SRCROOT/dmg-background.png\" \"$BUILT_PRODUCTS_DIR/DMG/.background/background.png\"\ncp \"$SRCROOT/dmg-DS_Store\" \"$BUILT_PRODUCTS_DIR/DMG/.DS_Store\"\nln -s /Applications \"$BUILT_PRODUCTS_DIR/DMG/Applications\"\nhdiutil makehybrid -o \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME-hybrid.dmg\" -hfs -hfs-openfolder \"$BUILT_PRODUCTS_DIR/DMG\" -default-volume-name \"PumpKIN\" \"$BUILT_PRODUCTS_DIR/DMG\"\nrm -rf \"$BUILT_PRODUCTS_DIR/DMG\"\n\nrm -f \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.dmg\"\nhdiutil convert -format UDZO -o \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.dmg\" \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME-hybrid.dmg\"\n"; |
343 | }; | 343 | }; |
344 | /* End PBXShellScriptBuildPhase section */ | 344 | /* End PBXShellScriptBuildPhase section */ |
345 | 345 | ||
346 | /* Begin PBXSourcesBuildPhase section */ | 346 | /* Begin PBXSourcesBuildPhase section */ |
@@ -398,9 +398,14 @@ | |||
398 | 68DAEE2114118CB70007A630 /* Debug */ = { | 398 | 68DAEE2114118CB70007A630 /* Debug */ = { |
399 | isa = XCBuildConfiguration; | 399 | isa = XCBuildConfiguration; |
400 | buildSettings = { | 400 | buildSettings = { |
401 | ALWAYS_SEARCH_USER_PATHS = NO; | 401 | ALWAYS_SEARCH_USER_PATHS = NO; |
402 | ARCHS = "$(ARCHS_STANDARD_64_BIT)"; | 402 | CLANG_WARN_BOOL_CONVERSION = YES; |
403 | CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
404 | CLANG_WARN_EMPTY_BODY = YES; | ||
405 | CLANG_WARN_ENUM_CONVERSION = YES; | ||
406 | CLANG_WARN_INT_CONVERSION = YES; | ||
407 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
403 | CODE_SIGN_ENTITLEMENTS = ""; | 408 | CODE_SIGN_ENTITLEMENTS = ""; |
404 | COPY_PHASE_STRIP = NO; | 409 | COPY_PHASE_STRIP = NO; |
405 | GCC_C_LANGUAGE_STANDARD = gnu99; | 410 | GCC_C_LANGUAGE_STANDARD = gnu99; |
406 | GCC_DYNAMIC_NO_PIC = NO; | 411 | GCC_DYNAMIC_NO_PIC = NO; |
@@ -414,8 +419,11 @@ | |||
414 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0; | 419 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0; |
415 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | 420 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
416 | GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; | 421 | GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; |
417 | GCC_WARN_ABOUT_RETURN_TYPE = YES; | 422 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
423 | GCC_WARN_UNDECLARED_SELECTOR = YES; | ||
424 | GCC_WARN_UNINITIALIZED_AUTOS = YES; | ||
425 | GCC_WARN_UNUSED_FUNCTION = YES; | ||
418 | GCC_WARN_UNUSED_VARIABLE = YES; | 426 | GCC_WARN_UNUSED_VARIABLE = YES; |
419 | MACOSX_DEPLOYMENT_TARGET = 10.7; | 427 | MACOSX_DEPLOYMENT_TARGET = 10.7; |
420 | ONLY_ACTIVE_ARCH = YES; | 428 | ONLY_ACTIVE_ARCH = YES; |
421 | SDKROOT = macosx; | 429 | SDKROOT = macosx; |
@@ -425,19 +433,27 @@ | |||
425 | 68DAEE2214118CB70007A630 /* Release */ = { | 433 | 68DAEE2214118CB70007A630 /* Release */ = { |
426 | isa = XCBuildConfiguration; | 434 | isa = XCBuildConfiguration; |
427 | buildSettings = { | 435 | buildSettings = { |
428 | ALWAYS_SEARCH_USER_PATHS = NO; | 436 | ALWAYS_SEARCH_USER_PATHS = NO; |
429 | ARCHS = "$(ARCHS_STANDARD_64_BIT)"; | 437 | CLANG_WARN_BOOL_CONVERSION = YES; |
438 | CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
439 | CLANG_WARN_EMPTY_BODY = YES; | ||
440 | CLANG_WARN_ENUM_CONVERSION = YES; | ||
441 | CLANG_WARN_INT_CONVERSION = YES; | ||
442 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
430 | CODE_SIGN_ENTITLEMENTS = ""; | 443 | CODE_SIGN_ENTITLEMENTS = ""; |
431 | CODE_SIGN_IDENTITY = "Developer ID Application: Mikhail Krelin"; | 444 | CODE_SIGN_IDENTITY = ""; |
432 | COPY_PHASE_STRIP = YES; | 445 | COPY_PHASE_STRIP = YES; |
433 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | 446 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
434 | GCC_C_LANGUAGE_STANDARD = gnu99; | 447 | GCC_C_LANGUAGE_STANDARD = gnu99; |
435 | GCC_ENABLE_OBJC_EXCEPTIONS = YES; | 448 | GCC_ENABLE_OBJC_EXCEPTIONS = YES; |
436 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0; | 449 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0; |
437 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | 450 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
438 | GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; | 451 | GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; |
439 | GCC_WARN_ABOUT_RETURN_TYPE = YES; | 452 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
453 | GCC_WARN_UNDECLARED_SELECTOR = YES; | ||
454 | GCC_WARN_UNINITIALIZED_AUTOS = YES; | ||
455 | GCC_WARN_UNUSED_FUNCTION = YES; | ||
440 | GCC_WARN_UNUSED_VARIABLE = YES; | 456 | GCC_WARN_UNUSED_VARIABLE = YES; |
441 | MACOSX_DEPLOYMENT_TARGET = 10.7; | 457 | MACOSX_DEPLOYMENT_TARGET = 10.7; |
442 | PROVISIONING_PROFILE = ""; | 458 | PROVISIONING_PROFILE = ""; |
443 | SDKROOT = macosx; | 459 | SDKROOT = macosx; |
diff --git a/pumpkin/Credits.rtf b/pumpkin/Credits.rtf index 3855c1a..ffa8afd 100644 --- a/pumpkin/Credits.rtf +++ b/pumpkin/Credits.rtf | |||
@@ -3,9 +3,9 @@ | |||
3 | {\colortbl;\red255\green255\blue255;} | 3 | {\colortbl;\red255\green255\blue255;} |
4 | \paperw11900\paperh16840\vieww9600\viewh8400\viewkind0 | 4 | \paperw11900\paperh16840\vieww9600\viewh8400\viewkind0 |
5 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720 | 5 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720 |
6 | 6 | ||
7 | \f0\b\fs24 \cf0 \'a9 2012 Klever Group (http://www.klever.net/)\ | 7 | \f0\b\fs24 \cf0 \'a9 2012—2014 Klever Group (http://www.klever.net/)\ |
8 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural | 8 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural |
9 | 9 | ||
10 | \b0 \cf0 \ | 10 | \b0 \cf0 \ |
11 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ | 11 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ |
@@ -13,5 +13,5 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of | |||
13 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ | 13 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ |
14 | \ | 14 | \ |
15 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720 | 15 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720 |
16 | 16 | ||
17 | \b \cf0 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.} \ No newline at end of file | 17 | \b \cf0 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.} |
diff --git a/pumpkin/pumpkin-Info.plist b/pumpkin/pumpkin-Info.plist index a921bb4..fe0bae8 100644 --- a/pumpkin/pumpkin-Info.plist +++ b/pumpkin/pumpkin-Info.plist | |||
@@ -18,9 +18,9 @@ | |||
18 | <string>${PRODUCT_NAME}</string> | 18 | <string>${PRODUCT_NAME}</string> |
19 | <key>CFBundlePackageType</key> | 19 | <key>CFBundlePackageType</key> |
20 | <string>APPL</string> | 20 | <string>APPL</string> |
21 | <key>CFBundleShortVersionString</key> | 21 | <key>CFBundleShortVersionString</key> |
22 | <string>0.0</string> | 22 | <string>0.0.1</string> |
23 | <key>CFBundleSignature</key> | 23 | <key>CFBundleSignature</key> |
24 | <string>????</string> | 24 | <string>????</string> |
25 | <key>CFBundleVersion</key> | 25 | <key>CFBundleVersion</key> |
26 | <string>1</string> | 26 | <string>1</string> |
@@ -28,9 +28,9 @@ | |||
28 | <string>public.app-category.utilities</string> | 28 | <string>public.app-category.utilities</string> |
29 | <key>LSMinimumSystemVersion</key> | 29 | <key>LSMinimumSystemVersion</key> |
30 | <string>${MACOSX_DEPLOYMENT_TARGET}</string> | 30 | <string>${MACOSX_DEPLOYMENT_TARGET}</string> |
31 | <key>NSHumanReadableCopyright</key> | 31 | <key>NSHumanReadableCopyright</key> |
32 | <string>Copyright © 2012 Klever Group. All rights reserved.</string> | 32 | <string>Copyright © 2012—2014 Klever Group. All rights reserved.</string> |
33 | <key>NSMainNibFile</key> | 33 | <key>NSMainNibFile</key> |
34 | <string>PumpKIN</string> | 34 | <string>PumpKIN</string> |
35 | <key>NSPrincipalClass</key> | 35 | <key>NSPrincipalClass</key> |
36 | <string>NSApplication</string> | 36 | <string>NSApplication</string> |