Skip to content

Commit 2131742

Browse files
committed
v6.3.1
1 parent f3c4e49 commit 2131742

File tree

328 files changed

+6
-1154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+6
-1154
lines changed

Sample/Instabug Demo.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
543A00CC1E06D436008FFB4F /* Instabug.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 543A00CB1E06D436008FFB4F /* Instabug.framework */; };
11-
543A00CE1E06D446008FFB4F /* Instabug.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 543A00CB1E06D436008FFB4F /* Instabug.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
10+
547E5E8A1E225BD60026D35A /* Instabug.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 547E5E881E225B890026D35A /* Instabug.framework */; };
11+
547E5E8B1E225BD60026D35A /* Instabug.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 547E5E881E225B890026D35A /* Instabug.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1212
54B011891D901660002AF597 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 54B011881D901660002AF597 /* main.m */; };
1313
54B0118C1D901660002AF597 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 54B0118B1D901660002AF597 /* AppDelegate.m */; };
1414
54B0118F1D901660002AF597 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 54B0118E1D901660002AF597 /* ViewController.m */; };
@@ -33,15 +33,15 @@
3333
dstPath = "";
3434
dstSubfolderSpec = 10;
3535
files = (
36-
543A00CE1E06D446008FFB4F /* Instabug.framework in Embed Frameworks */,
36+
547E5E8B1E225BD60026D35A /* Instabug.framework in Embed Frameworks */,
3737
);
3838
name = "Embed Frameworks";
3939
runOnlyForDeploymentPostprocessing = 0;
4040
};
4141
/* End PBXCopyFilesBuildPhase section */
4242

4343
/* Begin PBXFileReference section */
44-
543A00CB1E06D436008FFB4F /* Instabug.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Instabug.framework; sourceTree = "<group>"; };
44+
547E5E881E225B890026D35A /* Instabug.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Instabug.framework; path = ../../Instabug.framework; sourceTree = "<group>"; };
4545
54B011841D901660002AF597 /* Instabug Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Instabug Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4646
54B011881D901660002AF597 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
4747
54B0118A1D901660002AF597 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
@@ -73,7 +73,7 @@
7373
54B011BC1D902CA9002AF597 /* CoreMedia.framework in Frameworks */,
7474
54B011B21D9018CB002AF597 /* UIKit.framework in Frameworks */,
7575
54B011B01D9018C3002AF597 /* CoreGraphics.framework in Frameworks */,
76-
543A00CC1E06D436008FFB4F /* Instabug.framework in Frameworks */,
76+
547E5E8A1E225BD60026D35A /* Instabug.framework in Frameworks */,
7777
54B011AE1D9018BD002AF597 /* SystemConfiguration.framework in Frameworks */,
7878
54B011AC1D9018B5002AF597 /* CoreMotion.framework in Frameworks */,
7979
54B011AA1D9018AE002AF597 /* CoreTelephony.framework in Frameworks */,
@@ -87,7 +87,7 @@
8787
541FA2741DC888600037AA01 /* Instabug */ = {
8888
isa = PBXGroup;
8989
children = (
90-
543A00CB1E06D436008FFB4F /* Instabug.framework */,
90+
547E5E881E225B890026D35A /* Instabug.framework */,
9191
);
9292
name = Instabug;
9393
sourceTree = "<group>";

Sample/Instabug Demo/Instabug.framework/Headers/IBGTypes.h

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)