Skip to content

Commit

Permalink
Updated Info.plist for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 1, 2013
1 parent 817b502 commit cc9a72a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Expand Up @@ -5,18 +5,18 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>SDL_image</string>
<string>SDL2_image</string>
<key>CFBundleIdentifier</key>
<string>org.libsdl.SDL-image</string>
<string>org.libsdl.SDL2-image</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>SDL_image</string>
<string>SDL2_image</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.13</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>1.2.13</string>
<string>2.0.0</string>
</dict>
</plist>
10 changes: 5 additions & 5 deletions Xcode/SDL_image.xcodeproj/project.pbxproj
Expand Up @@ -54,7 +54,7 @@
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = BE1FA71807AF4C44004B6283;
remoteInfo = "Framework (Upgraded)";
remoteInfo = "Framework";
};
/* End PBXContainerItemProxy section */

Expand Down Expand Up @@ -93,7 +93,7 @@
AA579DF0161C07E6005F809B /* IMG_xxx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG_xxx.c; path = ../IMG_xxx.c; sourceTree = "<group>"; };
AA579DF1161C07E6005F809B /* IMG.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = IMG.c; path = ../IMG.c; sourceTree = "<group>"; };
AA9EE77514B27A62008773C0 /* webp.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = webp.framework; path = Frameworks/webp.framework; sourceTree = "<group>"; };
BE1FA72D07AF4C44004B6283 /* Info-Framework__Upgraded_.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Framework__Upgraded_.plist"; sourceTree = "<group>"; };
BE1FA72D07AF4C44004B6283 /* Info-Framework.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Framework.plist"; sourceTree = "<group>"; };
BE1FA72E07AF4C45004B6283 /* SDL2_image.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDL2_image.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BE1FA74107AF4C45004B6283 /* libSDL2_image.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL2_image.a; sourceTree = BUILT_PRODUCTS_DIR; };
BE1FA74507AF4C45004B6283 /* Create DMG */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Create DMG"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -153,7 +153,7 @@
08FB77ACFE841707C02AAC07 /* Library Source */,
BE1FA76107AF72F5004B6283 /* Frameworks */,
034768DDFF38A45A11DB9C8B /* Products */,
BE1FA72D07AF4C44004B6283 /* Info-Framework__Upgraded_.plist */,
BE1FA72D07AF4C44004B6283 /* Info-Framework.plist */,
);
name = SDL_imageFramework;
sourceTree = "<group>";
Expand Down Expand Up @@ -510,7 +510,7 @@
"\"$(SRCROOT)/Frameworks\"",
);
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "Info-Framework__Upgraded_.plist";
INFOPLIST_FILE = "Info-Framework.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/Frameworks";
WRAPPER_EXTENSION = framework;
Expand Down Expand Up @@ -627,7 +627,7 @@
"\"$(SRCROOT)/Frameworks\"",
);
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "Info-Framework__Upgraded_.plist";
INFOPLIST_FILE = "Info-Framework.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/Frameworks";
WRAPPER_EXTENSION = framework;
Expand Down

0 comments on commit cc9a72a

Please sign in to comment.