Upgrade pods: Alamofire GCDWebServer MASShortcut
This commit is contained in:
26
Pods/Target Support Files/MASShortcut/MASShortcut-Info.plist
generated
Normal file
26
Pods/Target Support Files/MASShortcut/MASShortcut-Info.plist
generated
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.4.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
@ -10,18 +10,18 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#import "MASDictionaryTransformer.h"
|
||||
#import "MASHotKey.h"
|
||||
#import "MASKeyCodes.h"
|
||||
#import "MASKeyMasks.h"
|
||||
#import "MASLocalization.h"
|
||||
#import "MASShortcut.h"
|
||||
#import "MASShortcutBinder.h"
|
||||
#import "MASShortcutMonitor.h"
|
||||
#import "MASShortcutValidator.h"
|
||||
#import "MASHotKey.h"
|
||||
#import "MASShortcutMonitor.h"
|
||||
#import "Shortcut.h"
|
||||
#import "MASLocalization.h"
|
||||
#import "MASShortcutView+Bindings.h"
|
||||
#import "MASShortcutView.h"
|
||||
#import "Shortcut.h"
|
||||
#import "MASDictionaryTransformer.h"
|
||||
#import "MASShortcutBinder.h"
|
||||
|
||||
FOUNDATION_EXPORT double MASShortcutVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char MASShortcutVersionString[];
|
||||
|
@ -1,8 +1,7 @@
|
||||
CODE_SIGN_IDENTITY =
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRLOptionParser"
|
||||
OTHER_LDFLAGS = -framework "AppKit" -framework "Carbon"
|
||||
OTHER_LDFLAGS = $(inherited) -framework "AppKit" -framework "Carbon"
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
PODS_ROOT = ${SRCROOT}
|
||||
|
24
Pods/Target Support Files/MASShortcut/ResourceBundle-MASShortcut-MASShortcut-Info.plist
generated
Normal file
24
Pods/Target Support Files/MASShortcut/ResourceBundle-MASShortcut-MASShortcut-Info.plist
generated
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.4.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user