Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Atilim Cetin committed Jan 5, 2016
1 parent 5da4295 commit e03c20e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AnyPanel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
);
INFOPLIST_FILE = AnyPanel/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.giderosmobile.AnyPanel;
PRODUCT_BUNDLE_IDENTIFIER = com.atilimcetin.AnyPanel;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -296,7 +296,7 @@
);
INFOPLIST_FILE = AnyPanel/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.giderosmobile.AnyPanel;
PRODUCT_BUNDLE_IDENTIFIER = com.atilimcetin.AnyPanel;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion AnyPanel/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit e03c20e

Please sign in to comment.