Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit b57769c

Browse files
author
kernel
committed
Flurry updated to 4.4.0.
1 parent fb37688 commit b57769c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Gitty.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
18FD1D11177F4CAD00DE4851 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18FD1D10177F4CAD00DE4851 /* ImageIO.framework */; };
220220
1E96996718DEBE7500D02FED /* GTDiffDelta+Gitty.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E96996618DEBE7500D02FED /* GTDiffDelta+Gitty.m */; };
221221
1E969A6318DF03C300D02FED /* GTRepository+Gitty.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E969A6218DF03C300D02FED /* GTRepository+Gitty.m */; };
222-
1ED2A79518DDE27C007AF16E /* libFlurry_4.3.2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1ED2A79418DDE27C007AF16E /* libFlurry_4.3.2.a */; };
222+
1EC175D318EAD83600A17431 /* libFlurry_4.4.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EC175D218EAD83600A17431 /* libFlurry_4.4.0.a */; };
223223
1ED2A79618DEB9A6007AF16E /* DAFeedbackCtrl.m in Sources */ = {isa = PBXBuildFile; fileRef = 1893853017A32CD400168FDB /* DAFeedbackCtrl.m */; };
224224
1EE40F9318DD6652004E2C04 /* AFHTTPRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EE40E7C18DD6651004E2C04 /* AFHTTPRequestOperation.m */; };
225225
1EE40F9418DD6652004E2C04 /* AFHTTPRequestOperationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EE40E7E18DD6651004E2C04 /* AFHTTPRequestOperationManager.m */; };
@@ -702,7 +702,7 @@
702702
1E96996618DEBE7500D02FED /* GTDiffDelta+Gitty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTDiffDelta+Gitty.m"; sourceTree = "<group>"; };
703703
1E969A6118DF03C300D02FED /* GTRepository+Gitty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Gitty.h"; sourceTree = "<group>"; };
704704
1E969A6218DF03C300D02FED /* GTRepository+Gitty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTRepository+Gitty.m"; sourceTree = "<group>"; };
705-
1ED2A79418DDE27C007AF16E /* libFlurry_4.3.2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libFlurry_4.3.2.a; sourceTree = "<group>"; };
705+
1EC175D218EAD83600A17431 /* libFlurry_4.4.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libFlurry_4.4.0.a; sourceTree = "<group>"; };
706706
1EE40E7B18DD6651004E2C04 /* AFHTTPRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFHTTPRequestOperation.h; sourceTree = "<group>"; };
707707
1EE40E7C18DD6651004E2C04 /* AFHTTPRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFHTTPRequestOperation.m; sourceTree = "<group>"; };
708708
1EE40E7D18DD6651004E2C04 /* AFHTTPRequestOperationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFHTTPRequestOperationManager.h; sourceTree = "<group>"; };
@@ -944,6 +944,7 @@
944944
18BFDA92180DA84F00CCF115 /* CoreLocation.framework in Frameworks */,
945945
18FD1D11177F4CAD00DE4851 /* ImageIO.framework in Frameworks */,
946946
189A532E1759237C00B5BD8D /* QuartzCore.framework in Frameworks */,
947+
1EC175D318EAD83600A17431 /* libFlurry_4.4.0.a in Frameworks */,
947948
1804FAB2176E7AF20080AB50 /* SystemConfiguration.framework in Frameworks */,
948949
186A92D9177848FB00B2EEF3 /* MobileCoreServices.framework in Frameworks */,
949950
18CF75B91788E8EE00209141 /* libxml2.2.dylib in Frameworks */,
@@ -953,7 +954,6 @@
953954
18933CD81755395D00E92183 /* UIKit.framework in Frameworks */,
954955
18933CDA1755395D00E92183 /* Foundation.framework in Frameworks */,
955956
18933CDC1755395D00E92183 /* CoreGraphics.framework in Frameworks */,
956-
1ED2A79518DDE27C007AF16E /* libFlurry_4.3.2.a in Frameworks */,
957957
);
958958
runOnlyForDeploymentPostprocessing = 0;
959959
};
@@ -1728,8 +1728,8 @@
17281728
18B8751717ABDB86004AF69D /* Flurry */ = {
17291729
isa = PBXGroup;
17301730
children = (
1731+
1EC175D218EAD83600A17431 /* libFlurry_4.4.0.a */,
17311732
18B8751817ABDB86004AF69D /* Flurry.h */,
1732-
1ED2A79418DDE27C007AF16E /* libFlurry_4.3.2.a */,
17331733
);
17341734
path = Flurry;
17351735
sourceTree = "<group>";
@@ -3132,7 +3132,7 @@
31323132
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
31333133
CLANG_ENABLE_MODULES = YES;
31343134
CODE_SIGN_IDENTITY = "iPhone Developer";
3135-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
3135+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
31363136
GCC_FAST_MATH = YES;
31373137
GCC_PRECOMPILE_PREFIX_HEADER = YES;
31383138
GCC_PREFIX_HEADER = "Gitty/Gitty-Prefix.pch";
@@ -3167,7 +3167,7 @@
31673167
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
31683168
CLANG_ENABLE_MODULES = YES;
31693169
CODE_SIGN_IDENTITY = "iPhone Developer";
3170-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Anton Altukhov (9P6H56XK58)";
3170+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
31713171
GCC_FAST_MATH = YES;
31723172
GCC_OPTIMIZATION_LEVEL = 3;
31733173
GCC_PRECOMPILE_PREFIX_HEADER = YES;

Gitty/Gitty-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.3</string>
20+
<string>1.3.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.3.198</string>
24+
<string>1.3.201</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UIFileSharingEnabled</key>
Binary file not shown.

0 commit comments

Comments
 (0)