-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
204 additions
and
83 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
02010B1D1696DE0A00007456 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 02010B1C1696DE0A00007456 /* [email protected] */; }; | ||
02010B291696E22B00007456 /* SCItemImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 02010B281696E22A00007456 /* SCItemImageView.m */; }; | ||
02010B2F169842FB00007456 /* SCNavigationControllerDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 02010B2E169842FA00007456 /* SCNavigationControllerDelegate.m */; }; | ||
02010B32169858E500007456 /* SCWebApiHTTPClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 02010B31169858E400007456 /* SCWebApiHTTPClient.m */; }; | ||
|
@@ -52,8 +51,6 @@ | |
023DECE0187963A4007FE4AA /* FAKFontAwesome.m in Sources */ = {isa = PBXBuildFile; fileRef = 023DECDF187963A4007FE4AA /* FAKFontAwesome.m */; }; | ||
023DECE618796C99007FE4AA /* FAKIcon.m in Sources */ = {isa = PBXBuildFile; fileRef = 023DECE518796C99007FE4AA /* FAKIcon.m */; }; | ||
0250CBDB1693C8D100B20A6F /* SCWikiViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0250CBDA1693C8D100B20A6F /* SCWikiViewController.m */; }; | ||
0250CC5E1696D6E900B20A6F /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 02E7218215938BDE00A18BF1 /* Default.png */; }; | ||
0250CC5F1696D6EC00B20A6F /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 02E7218415938BE400A18BF1 /* [email protected] */; }; | ||
0253605218334AF50019D250 /* TSMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0253603918334AF50019D250 /* TSMessage.m */; }; | ||
0253605318334AF50019D250 /* NotificationBackgroundError.png in Resources */ = {isa = PBXBuildFile; fileRef = 0253603C18334AF50019D250 /* NotificationBackgroundError.png */; }; | ||
0253605418334AF50019D250 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 0253603D18334AF50019D250 /* [email protected] */; }; | ||
|
@@ -108,16 +105,8 @@ | |
0295DAC0152A44CC00B18882 /* SCSteamIdFormController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0295DABF152A44CC00B18882 /* SCSteamIdFormController.m */; }; | ||
029B08F4159261A600BD6271 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 029B08F3159261A600BD6271 /* Settings.bundle */; }; | ||
02BAAB6017BFAE1E004E635F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02BAAB5F17BFAE1E004E635F /* Security.framework */; }; | ||
02CFAACE157818730086E34B /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 02CFAACD157818730086E34B /* Icon.png */; }; | ||
02CFAAD0157818760086E34B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 02CFAACF157818760086E34B /* [email protected] */; }; | ||
02CFAAD2157818820086E34B /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 02CFAAD1157818820086E34B /* Icon-72.png */; }; | ||
02D2E126157FCEA300DFBF7B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 02D2E125157FCEA300DFBF7B /* [email protected] */; }; | ||
02DDB4861582A9E0004DB9D8 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02DDB4851582A9E0004DB9D8 /* QuartzCore.framework */; }; | ||
02E7218715938BED00A18BF1 /* Default-Landscape~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 02E7218615938BED00A18BF1 /* Default-Landscape~ipad.png */; }; | ||
02E7218915938BF000A18BF1 /* Default-Landscape@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 02E7218815938BF000A18BF1 /* Default-Landscape@2x~ipad.png */; }; | ||
02EC92141889FC1900CC268C /* Icon-76.png in Resources */ = {isa = PBXBuildFile; fileRef = 02EC92111889FC1900CC268C /* Icon-76.png */; }; | ||
02EC92151889FC1900CC268C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 02EC92121889FC1900CC268C /* [email protected] */; }; | ||
02EC92161889FC1900CC268C /* Icon-120.png in Resources */ = {isa = PBXBuildFile; fileRef = 02EC92131889FC1900CC268C /* Icon-120.png */; }; | ||
02EC921E1889FEAA00CC268C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 02EC921D1889FEAA00CC268C /* Images.xcassets */; }; | ||
02F37EC41580152300BFB1B5 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02F37EC31580152300BFB1B5 /* CoreText.framework */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
|
@@ -132,7 +121,6 @@ | |
/* End PBXContainerItemProxy section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
02010B1C1696DE0A00007456 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = SOURCE_ROOT; }; | ||
02010B271696E22A00007456 /* SCItemImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SCItemImageView.h; path = Classes/SCItemImageView.h; sourceTree = "<group>"; }; | ||
02010B281696E22A00007456 /* SCItemImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SCItemImageView.m; path = Classes/SCItemImageView.m; sourceTree = "<group>"; }; | ||
02010B2D169842FA00007456 /* SCNavigationControllerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SCNavigationControllerDelegate.h; path = Classes/SCNavigationControllerDelegate.h; sourceTree = "<group>"; }; | ||
|
@@ -283,18 +271,8 @@ | |
0295DABF152A44CC00B18882 /* SCSteamIdFormController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SCSteamIdFormController.m; path = Classes/SCSteamIdFormController.m; sourceTree = "<group>"; }; | ||
029B08F3159261A600BD6271 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; }; | ||
02BAAB5F17BFAE1E004E635F /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; | ||
02CFAACD157818730086E34B /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = ../Icon.png; sourceTree = "<group>"; }; | ||
02CFAACF157818760086E34B /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; }; | ||
02CFAAD1157818820086E34B /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "../Icon-72.png"; sourceTree = "<group>"; }; | ||
02D2E125157FCEA300DFBF7B /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; }; | ||
02DDB4851582A9E0004DB9D8 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; | ||
02E7218215938BDE00A18BF1 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = ../Default.png; sourceTree = "<group>"; }; | ||
02E7218415938BE400A18BF1 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; }; | ||
02E7218615938BED00A18BF1 /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape~ipad.png"; path = "../Default-Landscape~ipad.png"; sourceTree = "<group>"; }; | ||
02E7218815938BF000A18BF1 /* Default-Landscape@2x~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-Landscape@2x~ipad.png"; path = "../Default-Landscape@2x~ipad.png"; sourceTree = "<group>"; }; | ||
02EC92111889FC1900CC268C /* Icon-76.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-76.png"; sourceTree = "<group>"; }; | ||
02EC92121889FC1900CC268C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
02EC92131889FC1900CC268C /* Icon-120.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-120.png"; sourceTree = "<group>"; }; | ||
02EC921D1889FEAA00CC268C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; | ||
02F37EC31580152300BFB1B5 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; }; | ||
/* End PBXFileReference section */ | ||
|
||
|
@@ -619,6 +597,7 @@ | |
02010B31169858E400007456 /* SCWebApiHTTPClient.m */, | ||
022D0D0C1584E5770071F665 /* MainStoryboard_iPad.storyboard */, | ||
022D0D0D1584E5770071F665 /* MainStoryboard_iPhone.storyboard */, | ||
02EC921D1889FEAA00CC268C /* Images.xcassets */, | ||
028B641115265D690040D2FF /* Supporting Files */, | ||
); | ||
path = Suitcase; | ||
|
@@ -664,20 +643,8 @@ | |
026EEA071749716300FB8484 /* [email protected] */, | ||
026EEA0217491B1900FB8484 /* bar_gradient.png */, | ||
026EEA0317491B1900FB8484 /* [email protected] */, | ||
02010B1C1696DE0A00007456 /* [email protected] */, | ||
02E7218815938BF000A18BF1 /* Default-Landscape@2x~ipad.png */, | ||
02E7218615938BED00A18BF1 /* Default-Landscape~ipad.png */, | ||
02E7218415938BE400A18BF1 /* [email protected] */, | ||
02E7218215938BDE00A18BF1 /* Default.png */, | ||
020958C61693926300A44851 /* game_placeholder.png */, | ||
020958C71693926300A44851 /* [email protected] */, | ||
02D2E125157FCEA300DFBF7B /* [email protected] */, | ||
02CFAAD1157818820086E34B /* Icon-72.png */, | ||
02EC92111889FC1900CC268C /* Icon-76.png */, | ||
02EC92121889FC1900CC268C /* [email protected] */, | ||
02EC92131889FC1900CC268C /* Icon-120.png */, | ||
02CFAACF157818760086E34B /* [email protected] */, | ||
02CFAACD157818730086E34B /* Icon.png */, | ||
02536090183351E00019D250 /* notification_background.png */, | ||
02536091183351E00019D250 /* [email protected] */, | ||
022D0CCD158349B80071F665 /* Localizable.strings */, | ||
|
@@ -776,10 +743,6 @@ | |
028B641515265D690040D2FF /* InfoPlist.strings in Resources */, | ||
0253605618334AF50019D250 /* [email protected] in Resources */, | ||
0253605818334AF50019D250 /* [email protected] in Resources */, | ||
02CFAACE157818730086E34B /* Icon.png in Resources */, | ||
02CFAAD0157818760086E34B /* [email protected] in Resources */, | ||
02CFAAD2157818820086E34B /* Icon-72.png in Resources */, | ||
02D2E126157FCEA300DFBF7B /* [email protected] in Resources */, | ||
022D0CCF158349B80071F665 /* Localizable.strings in Resources */, | ||
0253606118334AF50019D250 /* NotificationButtonBackground.png in Resources */, | ||
0253605B18334AF50019D250 /* NotificationBackgroundSuccessIcon.png in Resources */, | ||
|
@@ -788,23 +751,17 @@ | |
022D0D0F1584E5770071F665 /* MainStoryboard_iPhone.storyboard in Resources */, | ||
020EB42E15852A2A00654D2A /* InAppSettings.bundle in Resources */, | ||
029B08F4159261A600BD6271 /* Settings.bundle in Resources */, | ||
02E7218715938BED00A18BF1 /* Default-Landscape~ipad.png in Resources */, | ||
02EC92141889FC1900CC268C /* Icon-76.png in Resources */, | ||
0253605918334AF50019D250 /* NotificationBackgroundSuccess.png in Resources */, | ||
0253606018334AF50019D250 /* [email protected] in Resources */, | ||
02E7218915938BF000A18BF1 /* Default-Landscape@2x~ipad.png in Resources */, | ||
0253605A18334AF50019D250 /* [email protected] in Resources */, | ||
020958C81693926300A44851 /* game_placeholder.png in Resources */, | ||
02536095183352220019D250 /* TSMessagesDesign.json in Resources */, | ||
0253605D18334AF50019D250 /* NotificationBackgroundWarning.png in Resources */, | ||
020958C91693926300A44851 /* [email protected] in Resources */, | ||
0253605E18334AF50019D250 /* [email protected] in Resources */, | ||
02EC92161889FC1900CC268C /* Icon-120.png in Resources */, | ||
0250CC5E1696D6E900B20A6F /* Default.png in Resources */, | ||
0250CC5F1696D6EC00B20A6F /* [email protected] in Resources */, | ||
02010B1D1696DE0A00007456 /* [email protected] in Resources */, | ||
02536093183351E00019D250 /* [email protected] in Resources */, | ||
022E38A01747D356000CA309 /* FontAwesome.otf in Resources */, | ||
02EC921E1889FEAA00CC268C /* Images.xcassets in Resources */, | ||
0253605F18334AF50019D250 /* NotificationBackgroundWarningIcon.png in Resources */, | ||
026EEA0417491B1900FB8484 /* bar_gradient.png in Resources */, | ||
026EEA0517491B1900FB8484 /* [email protected] in Resources */, | ||
|
@@ -813,7 +770,6 @@ | |
02536092183351E00019D250 /* notification_background.png in Resources */, | ||
0253606318334AF50019D250 /* TSMessagesDefaultDesign.json in Resources */, | ||
0253605518334AF50019D250 /* NotificationBackgroundErrorIcon.png in Resources */, | ||
02EC92151889FC1900CC268C /* [email protected] in Resources */, | ||
0253606218334AF50019D250 /* [email protected] in Resources */, | ||
0253605C18334AF50019D250 /* [email protected] in Resources */, | ||
0253605318334AF50019D250 /* NotificationBackgroundError.png in Resources */, | ||
|
@@ -1045,6 +1001,8 @@ | |
isa = XCBuildConfiguration; | ||
baseConfigurationReference = 0266DFE016920437009C6CE8 /* Suitcase.xcconfig */; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; | ||
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "Suitcase/Suitcase-Prefix.pch"; | ||
INFOPLIST_FILE = "Suitcase/Suitcase-Info.plist"; | ||
|
@@ -1059,6 +1017,8 @@ | |
isa = XCBuildConfiguration; | ||
baseConfigurationReference = 0266DFE016920437009C6CE8 /* Suitcase.xcconfig */; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; | ||
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "Suitcase/Suitcase-Prefix.pch"; | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "iphone", | ||
"size" : "29x29", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"size" : "29x29", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "iphone", | ||
"size" : "40x40", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "57x57", | ||
"idiom" : "iphone", | ||
"filename" : "Icon.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "57x57", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "ipad", | ||
"size" : "29x29", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "ipad", | ||
"size" : "29x29", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "ipad", | ||
"size" : "40x40", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "ipad", | ||
"size" : "40x40", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "ipad", | ||
"size" : "50x50", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "ipad", | ||
"size" : "50x50", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "72x72", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-72.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "72x72", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-76.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
99 changes: 99 additions & 0 deletions
99
Suitcase/Images.xcassets/LaunchImage.launchimage/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"orientation" : "portrait", | ||
"idiom" : "iphone", | ||
"extent" : "full-screen", | ||
"minimum-system-version" : "7.0", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "iphone", | ||
"subtype" : "retina4", | ||
"filename" : "[email protected]", | ||
"minimum-system-version" : "7.0", | ||
"orientation" : "portrait", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"orientation" : "portrait", | ||
"idiom" : "ipad", | ||
"extent" : "full-screen", | ||
"minimum-system-version" : "7.0", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"orientation" : "landscape", | ||
"idiom" : "ipad", | ||
"extent" : "full-screen", | ||
"minimum-system-version" : "7.0", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"orientation" : "portrait", | ||
"idiom" : "ipad", | ||
"extent" : "full-screen", | ||
"minimum-system-version" : "7.0", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"orientation" : "landscape", | ||
"idiom" : "ipad", | ||
"extent" : "full-screen", | ||
"minimum-system-version" : "7.0", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"orientation" : "portrait", | ||
"idiom" : "iphone", | ||
"extent" : "full-screen", | ||
"filename" : "Default.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"orientation" : "portrait", | ||
"idiom" : "iphone", | ||
"extent" : "full-screen", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"orientation" : "portrait", | ||
"idiom" : "iphone", | ||
"extent" : "full-screen", | ||
"filename" : "[email protected]", | ||
"subtype" : "retina4", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"orientation" : "portrait", | ||
"idiom" : "ipad", | ||
"extent" : "to-status-bar", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"orientation" : "landscape", | ||
"idiom" : "ipad", | ||
"extent" : "to-status-bar", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"orientation" : "portrait", | ||
"idiom" : "ipad", | ||
"extent" : "to-status-bar", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"orientation" : "landscape", | ||
"idiom" : "ipad", | ||
"extent" : "to-status-bar", | ||
"scale" : "2x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,42 +9,9 @@ | |
<key>CFBundleExecutable</key> | ||
<string>${EXECUTABLE_NAME}</string> | ||
<key>CFBundleIcons</key> | ||
<dict> | ||
<key>CFBundlePrimaryIcon</key> | ||
<dict> | ||
<key>CFBundleIconFiles</key> | ||
<array> | ||
<string>Icon-120</string> | ||
<string>Icon.png</string> | ||
<string>[email protected]</string> | ||
<string>Icon-72.png</string> | ||
<string>[email protected]</string> | ||
<string>Default.png</string> | ||
<string>[email protected]</string> | ||
<string>Default-Landscape~ipad.png</string> | ||
<string>Default-Landscape@2x~ipad.png</string> | ||
</array> | ||
</dict> | ||
</dict> | ||
<dict/> | ||
<key>CFBundleIcons~ipad</key> | ||
<dict> | ||
<key>CFBundlePrimaryIcon</key> | ||
<dict> | ||
<key>CFBundleIconFiles</key> | ||
<array> | ||
<string>Icon-76</string> | ||
<string>Icon-120</string> | ||
<string>Icon.png</string> | ||
<string>[email protected]</string> | ||
<string>Icon-72.png</string> | ||
<string>[email protected]</string> | ||
<string>Default.png</string> | ||
<string>[email protected]</string> | ||
<string>Default-Landscape~ipad.png</string> | ||
<string>Default-Landscape@2x~ipad.png</string> | ||
</array> | ||
</dict> | ||
</dict> | ||
<dict/> | ||
<key>CFBundleIdentifier</key> | ||
<string>de.koraktor.${PRODUCT_NAME:rfc1034identifier}</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
|